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