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