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