private void loadRanking() { var type = highScoreManager.RankingType; var score = highScoreManager.Value; rankingManager.Fetch(type, score); }