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