namespace Server.Helpers; public interface ISortHelper { IQueryable ApplySort(IQueryable entities, string? orderByQueryString); }