public static IAsyncOperation <GalleryVM> GetVMAsync(long parameter) { return(Cache.GetAsync(new GalleryInfo(parameter, 0))); }