LateBoundComponent
Marker class used to denote components that have late bound type
              That is the actual type is not known exactly at the time when  ComponentModel
              is created. Those are for example components instantiated via abstract factory.
            
                
public LateBoundComponent()