in csharp/core/ArrayUtil.cs [63:68]
public static List<string> DescSort(List<string> raw) { raw.Sort(); raw.Reverse(); return raw; }