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