namespace Core.Common.Utils.Collections { public delegate void NotifyCollectionChangingEventHandler(object sender, NotifyCollectionChangingEventArgs e); }