public async Task <int> CreatePlayer(string name)
 {
     return(await _playerRepo.SetPlayer(name));
 }