public IActionResult ListQuizResults()
 {
     return(Ok(_quizService.ListQuizResults()));
 }