public QuestionService(IQuestionRepository questionRepository, IQuestionAnswerMapper questionAnswerMapper)
 {
     _questionRepository   = questionRepository;
     _questionAnswerMapper = questionAnswerMapper;
 }
 public QuestionService(IQuestionRepository questionRepository, IQuestionAnswerMapper questionAnswerMapper)
 {
     _questionRepository = questionRepository;
     _questionAnswerMapper = questionAnswerMapper;
 }