public QueryTestFixture()
 {
     Context = ApplicationContextFactory.Create();
     Mapper  = AutoMapperFactory.Create();
 }
 public void Dispose()
 {
     ApplicationContextFactory.Destroy(Context);
 }
 public CommandTestBase()
 {
     _context = ApplicationContextFactory.Create();
 }