public bool Exists(string homeTeam, string awayTeam) { return(ItemsCollection.Any(x => x.HomeTeam == homeTeam && x.AwayTeam == awayTeam)); }