public PopularityContestModule(IPopularityContestService contestService)
 {
     _contestService = contestService;
 }