public async Task DeleteSection(string examId, string sectionId) { await _service.DeleteSection(examId, sectionId); }