namespace IStation.Entity { /// /// /// public interface ITreeSorter : ISorter { /// /// /// string ParentIds { get; set; } } }