public GalleryApplicationsResult GetGalleryApplications(int packageId, string categoryId)
 {
     return(WebAppGalleryController.GetGalleryApplications(packageId, categoryId));
 }
 public GalleryApplicationsResult GetInstaledApplications(int packageId, string categoryId)
 {
     WebAppGalleryController.InitFeeds(SecurityContext.User.UserId, packageId);
     return(WebAppGalleryController.GetGalleryApplications(packageId, categoryId));
 }