using System.Collections.ObjectModel; namespace Sonex.Client.Controls; public sealed class TabPanelItemCollection : ObservableCollection { }