namespace GerstITS.Examples.WebClients.Examples.Api; public enum SortingDirections { Ascending = 0, Descending }