public bool HideNote(string uri) { bool result = false; Gtk.Application.Invoke(delegate { result = remote.HideNote(uri); }); return(result); }