public virtual Element Highlight(string color, HighlightConfig config) { this.Call("highlight", color, new JRawValue(config.Serialize())); return this; }