public GalleryApplicationsResult GetGalleryApplicationsByServiceId(int serviceId)
 {
     WebAppGalleryController.InitFeedsByServiceId(SecurityContext.User.UserId, serviceId);
     return(WebAppGalleryController.GetGalleryApplicationsByServiceId(serviceId));
 }