public async Task <Tournament> GetByName(string name)
 {
     return(await _tournamentService.GetByName(name));
 }