public async Task <int> UpdateQuestionType(QuestionType questionType)
 {
     return(await _consultingRepository.UpdateQuestionType(questionType));
 }