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