public async Task <string> Post([FromBody] Player player) { return(await _playerAppService.Create(player)); }