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