set primary(primary: boolean) {
        if (primary === this._primary) { return; }
        this._primary = !!primary;

        this.change$.next({