private void BindLink(IConnection target)
 {
     _list.Add(target);
     target.AddParent(_owner);
 }