public IAsyncAction RemoveAsync(GalleryInfo gallery, string note) { return(Removed.AddAsync(gallery, note)); }