public string GetWinnerOfSpecificContest(string name)
 {
     return(_scoreRepo.GetWinnerOfSpecificContest(name));
 }