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