public byte[] GetApp256Icon(Guid appGuid)
 {
     return(_portalService.GetAppIcon256(appGuid));
 }