private destroy(): void {
        const self = this;
        this.unloadDependencies();
        this.input.removeEvent('stop,s', {key: 'blockrain.exit'});
        this.$el.fadeOut(100, () => {