public void TestCleanup()
 {
     this.serviceProvider = null;
     this.testSubject     = null;
 }
 public void TestInitialize()
 {
     this.serviceProvider = new ConfigurableServiceProvider();
     this.testSubject     = new ErrorNotificationManager();
 }