public string [] GetTagsForNote(string uri)
 {
     return(remote.GetTagsForNote(uri));
 }