public string GetNoteTitle(string uri)
 {
     return(remote.GetNoteTitle(uri));
 }