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