public IActionResult Get(int id, string username) { return(Ok(_matches.GetTrainerLeagueMatches(username, id))); }