public IActionResult All(int quizId) => new JsonResult(dataProcessor.GetResultViewModelsList(DbContext, quizId), JsonSettings);