public ActionResult <List <Row> > GetAllRows() => _leaderboardService.Get();
public Leaderboard Get(int id) { return(_leaderboardService.Get(id)); }