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