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