this.offset = function(...args) {
    this.spy.offset.apply(this, [...args]);
    return this;
  };