public async Task <Exam> GetExamsById(int examId) { var exams = await _examsRepo.GetExamById(examId); return(exams); }