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