public async Task <IEnumerable <QuestionType> > GetQuestionTypes()
 {
     return(await _consultingRepository.GetQuestionTypes());
 }