/// <summary> /// Registers the connector on the component and infers the component arity from the connector name /// </summary> /// <param name="connector"></param> protected void InitializeConnector(IConnector connector) { _connector = connector; _connector.Bind(this); InferArity(connector); }