public async Task <IActionResult> GetById(int id) { var result = LectureService.GetById(id); return(Ok(result)); }