public JspmStubInfo(JspmPropertyInfo[] properties, JspmMethodInfo[] methods, string[] events)
 {
   this.methods = methods;
   this.properties = properties;
   this.events = events;
 }
 public JspmStubInfoSuccess(long messageID, string reference, JspmPropertyInfo[] properties, JspmMethodInfo[] methods, string[] events)
   : base(messageID, (object) new JspmStubInfo(properties, methods, events), "GETSTUBINFO")
 {
   this.reference = reference;
 }