public bool RemoveTagFromNote(string uri, string tag_name) { return(remote.RemoveTagFromNote(uri, tag_name)); }