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