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