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