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