public dbEnumeratorShould(DatabaseFixture fixture) { _fixture = fixture; Task.Run(async() => { await _fixture.ResetDatabase(); }).Wait(); }