public ActionResult <string> PostRunRace(int id)
 {
     _raceService.RunRace(id);
     return("FINISHED!");
 }