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