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