resetEventHandlers(): void {
        switch (this.commandText) {
            case Commands.queue_summary.toString(): {
                this.connection.off('queuesummary', this);
                this.connection.off('queuesummarycomplete', this);