public GetAllUsersQueryTests(QueryHandlerTestFixture fixture)
 {
     _fixture = fixture;
 }
 public GetUserByIdQueryTests(QueryHandlerTestFixture fixture)
 {
     _fixture = fixture;
 }