Default implementation of IProgressStepFactory
The class supports only ProgressStepDefinition definitions and ProgressControllerStep operation
Inheritance: IProgressStepFactory
 public void TestCleanup()
 {
     this.testSubject = null;
     this.controller = null;
 }
 public void TestInitialize()
 {
     this.testSubject = new DefaultProgressStepFactory();
     this.controller = new ConfigurableProgressController(new ConfigurableServiceProvider());
 }