public async Task <ActionResult <IList <LogDTO> > > GetAllItemLogs() { return(Ok(await service.GetAllItemLogs())); }