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