public void Dispose() { DemoDbContextFactory.Destroy(Context); }
public CommandTestFixtures() { Context = DemoDbContextFactory.Create(); }