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