public CommandTestBase()
 {
     _context = AppDbContextFactory.Create();
 }
 public QueryTestFixture()
 {
     Context = AppDbContextFactory.Create();
 }