public IntegrationTest(WebApplicationFactory <Startup> fixture)
 {
     _factory = fixture.BuildApplicationFactory();
 }