public async Task <IEnumerable <Tournament> > GetByDate(DateTime startDate)
 {
     return(await _tournamentService.GetByDate(startDate));
 }