void System.IDisposable.Dispose()
 {
     SendEmailFeature.FeatureTearDown();
 }
 public FixtureData()
 {
     SendEmailFeature.FeatureSetup();
 }