ngOnDestroy() {
        this.isVisible$.complete();
        this._destroyed$.next();
        this._destroyed$.complete();
    }