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