public UserControllerTests(IntegrationTestWebAppFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }
 public BookShelfControllerTests(IntegrationTestWebAppFactory <Startup> factory)
 {
     this._client = factory.CreateClient();
 }