public async Task CanCount() { var result = await _playerRepository.CountAsync().ConfigureAwait(false); Assert.True(result > 0); }