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