public bool AddNoteToNotebook(string uri, string notebook_name) { return(remote.AddNoteToNotebook(uri, notebook_name)); }