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