public async Task <Player> Delete(string playerId) { Guid g = Guid.Parse(playerId); return(await _IRepo.DeletePlayer(g)); }