public RemoveInputConnection ( ) {
                    this.Inputs.forEach( dotKey => {
                        this.DisconnectInput( dotKey );
                    });
                }