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