SetEnable(key: string) {
        this.SubscribeInput(
            key,
            (completer) => {
                completer._disabled = false;