public async Task <IEnumerable <QuestionDto> > GetQuestions() { var questions = await _questionManager.GetQuestionsAsync(); return(questions); }