public virtual Element Shift(ShiftConfig config) { this.Call("shift", new JRawValue(config.Serialize())); return this; }