if (this.options.callback.isCallBack(request)) {
      await this.options.callback.callback(request, response);
      return;
    }