public void RegisterChoiceHistory()
 {
     ChoiceHistory choiceHistory = _service.RegisterChoiceHistory();
 }
 public void Execute(IJobExecutionContext context)
 {
     NotificationScheduler.RemoveJobs();
     _service.RegisterChoiceHistory();
     HungryUp.Mvc.Helpers.ScoreHub.Static_Send("voteEnding");
 }