public void Dispose() { ApplicationContextFactory.Destroy(Context); }
public UnitTestBase() { Context = ApplicationContextFactory.Create(); }