public async Task <IActionResult> Delete(int examId) { await _examService.DeleteExamAsync(examId); return(Ok()); }