}
public ConfigurationWorkflow( CliSession clientSession )
{
_frames.add( new ChooseProviderTypeFrame() );
_frames.add( new ChooseProviderFrame() );
_frames.add( new SetupProviderFrame() );
_frames.add( new PrintAndSaveFrame() );
_session = new ConfigurationWorkflowSession( clientSession.getCloopConfiguration(), clientSession.getProviderFactory( ) );
}