I'm new to ASPNET Core API integration testing. I'm using a custom
WebApplicationFactory to spin up my API project and replace the
SQLServer DbContext with an InMemoryDatabase. This works fine but I'd
like each of my tests to have a clean database bu...