public async Task <ActionResult <IEnumerable <MatchDto> > > GetAll() { return(new JsonResult(await _matchService.Get())); }