public async Task <IActionResult> AddEntry(Entry entry) { await _diaryService.AddEntry(entry); return(Ok()); }