public GalleryWebAppStatus GetGalleryApplicationStatus(int packageId, string webAppId)
 {
     return(WebAppGalleryController.GetGalleryApplicationStatus(packageId, webAppId));
 }
 public GalleryWebAppStatus GetGalleryApplicationStatus(int packageId, string webAppId)
 {
     WebAppGalleryController.InitFeeds(SecurityContext.User.UserId, packageId);
     return(WebAppGalleryController.GetGalleryApplicationStatus(packageId, webAppId));
 }