public LeaderboardController(HttpClient Client) : base(Client) { Model = new LeaderboardModel(Client); }