private static void SetVariables(out League league, out int currentMatchWeekNr, Guid matchId) { league = MatchHelper.GetLeageFromMatchId(matchId); currentMatchWeekNr = MatchHelper.GetCurrentMatchWeekNr(league, matchId); }