public void TestCleanup()
 {
     this.testSubject = null;
     this.controller  = null;
 }
 public void TestInitialize()
 {
     this.testSubject = new DefaultProgressStepFactory();
     this.controller  = new ConfigurableProgressController(new ConfigurableServiceProvider());
 }