public string CreateNamedNote(string linked_title)
 {
     return(remote.CreateNamedNote(linked_title));
 }