public CommandTestBase() { Context = ApplicationDbContextFactory.Create(); }
public void Dispose() { ApplicationDbContextFactory.Destroy(Context); }