namespace JSMR.Application.Common.Search; public interface ISearchQueryHandler where TCriteria : new() where TSortField : struct, Enum { Task> HandleAsync(SearchOptions options, CancellationToken cancellationToken = default); }