public QueryTestFixture()
 {
     Context = VivaldiHiddenLeversContextFactory.Create();
     Mapper  = AutoMapperFactory.Create();
 }
 public CommandTestBase()
 {
     _context = VivaldiHiddenLeversContextFactory.Create();
 }