public virtual Element Load(BaseLoadConfig config) { this.Call("load", new JRawValue(config.Serialize())); return this; }