internal static MatchResponse From(Entities.match x) { return(new MatchResponse { Id = x.id, Results = x.results.Select(r => ResultResponse.From(r)).ToList() }); }