void ICollection <ViewChannel> .Add(ViewChannel item) => m_ViewChannels.Add(item);
protected void PublishEvent(Event @event) { _Events.Add(@event); }