public IEnumerable <Question> GetANumberOfRandomQuestions(int numQuest) { return(_engineService.GetANumberOfRandomQuestions(numQuest).Result); }