public void InitializeTests()
 {
     this.mapper  = MockAutoMapper.GetAutoMapper();
     this.db      = MockDbContext.GetTestDbWithPollQuestions();
     this.service = new ParticipantPollsService(this.db, this.mapper);
 }