public async Task ResetDb() { await DatabaseSetupFixture.ResetDb(); }
public static async Task ResetDb() => await DatabaseSetupFixture.ResetDb();