public async Task <IActionResult> GetEntryList([FromRoute] int userId) { return(Ok(await _diaryService.GetEntryList(userId))); }