public void Dispose()
 {
     InMemoryEfCoreContextFactory.Destroy(Context);
 }
 protected virtual void Dispose(bool disposing) => InMemoryEfCoreContextFactory.Destroy(Context);
 public CommandTestBase()
 {
     Context = InMemoryEfCoreContextFactory.Create();
 }
 public QueryTestFixture()
 {
     Context = InMemoryEfCoreContextFactory.Create();
 }