SetDisable(key: string) {
        this.SubscribeInput(
            key,
            (completer) => {
                completer._disabled = true;