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