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