public async Task <Question> GetQuestionById(int id)
 {
     return(await _consultingRepository.GetQuestionById(id));
 }