public IEnumerable <ListDiaryDTO> Get() { return(_diaryService.List(User.Claims.FirstOrDefault(a => a.Type.Contains("sid")).Value)); }