public List <ShortInfoQuizResponse> GetAll() { return(_mapper.Map <List <ShortInfoQuizResponse> >(_quizRepo.GetAll())); }