@Kroll.getProperty(name = "guid")
 @Kroll.method
 public String getGUID() {
   return appInfo.getGUID();
 }
 @Kroll.getProperty
 @Kroll.method
 public String getCopyright() {
   return appInfo.getCopyright();
 }
 @Kroll.getProperty
 @Kroll.method
 public String getDescription() {
   return appInfo.getDescription();
 }
 @Kroll.getProperty(name = "url")
 @Kroll.method
 public String getURL() {
   return appInfo.getUrl();
 }
 @Kroll.getProperty
 @Kroll.method
 public String getPublisher() {
   return appInfo.getPublisher();
 }
 @Kroll.getProperty
 @Kroll.method
 public String getVersion() {
   return appInfo.getVersion();
 }