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