const serviceMethod = assert(
      this._service.methods[methodName],
      `${methodName} is not defined on the service ${this._service.name}`,
      ReferenceError
    )