private _onPush(frame: In | In[], options?: PushOptions): Promise<void> {
        return this.handler.push(frame, options);
    }