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