public IActionResult Get(string username)
 {
     return(Ok(_matches.GetTrainerMatches(username)));
 }