namespace Core.Common.Utils.Collections { public interface INotifyCollectionChange : INotifyCollectionChanged { } }