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