public async Task <ActionResult <IEnumerable <LecturerItem> > > GetLecturerItems() { return(Ok(await _service.GetLecturerItems())); }