using System.Collections.ObjectModel; namespace Toolkit.UI.WinUI; public class ConditionCollection : ObservableCollection { }