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