public async Task <MatchModel> GetMatchById(string id)
 {
     return(await matchService.GetMatchById(id));
 }