public ApiResponse Update([FromBody] NoteModel note) { _noteService.Update(note.ToKernel()); return(new ApiResponse <NoteModel>(note)); }