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