public TopSort(TopSortRange range = TopSortRange.Month) { _range = range; }
private static string RangeToValue(TopSortRange range) => range switch {