public void OnTestFixtureTearDown() { if (appHost != null) { appHost.Dispose(); } }
public void TestFixtureTearDown() { appHost.Dispose(); }