namespace Baguette.Querying; public interface IMultiSortable { IEnumerable? Sorting { get; } }