namespace Core.Common.Utils.Collections { public interface INotifyCollectionChanged { event NotifyCollectionChangedEventHandler CollectionChanged; } }