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