function ApiV3() {
      this.handleOptions = bind(this.handleOptions, this);
      return ApiV3.__super__.constructor.apply(this, arguments);
    }