resetEventHandlers(): void {
        switch (this.commandText) {
            case Commands.extension_list.toString(): {
                this.connection.off('endpointlist', this);
                this.connection.off('endpointlistcomplete', this);