public virtual void HandleSync() { foreach (IIncomingHandlerIOIO Distributee in Distributees_) { Distributee.HandleSync(); } }