public ActionResult <AdverbDTO> GetAdverb(Guid id) { var adverb = _lectureService.GetAdverb(id); return(Ok(adverb)); }