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