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