private void CreateGamesForCurrentRound() { _matchMaker.Invoke(CurrentRound.Players); CurrentRound.SetGames( from match in _matchMaker.Matches select CreateGameBetweenOpponents(match)); }