on(name: string | symbol, listener: (...args: any[]) => void): this {
        return super.on(name, listener);
    }