public object Get(int limit, int score)
 {
     var statistics = new Statistics();
     return new { isHighscore = statistics.IsHighscore(score, limit, DateTime.Today.Day) };
 }