namespace IStation.Entity { /// /// /// public interface ISorter { /// /// /// int SortCode { get; set; } } }