//Normal binder from source Output, to target Input void DoNormalBinding(Port source, Port target) { (target as ValueInput <T>).BindTo((ValueOutput)source); }