namespace Aitex.Sorter.Common { public interface ITreeItem where T : ITreeItem, new() { string ID { get; set; } } }