public async Task <IActionResult> Clan(string id) { return(Ok(await _gameDataService.GetClanAsync(id))); }