using System.Collections.ObjectModel; namespace TheXamlGuy.Framework.WPF; public class EventSubscriberCollection : ObservableCollection { }