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