using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; namespace QSF.Common { public class HintsCollection : ObservableCollection { } }