namespace OpenHarbor.CQRS.DynamicQuery.Abstractions; public interface IDynamicQueryParams where TParams : class { TParams GetParams(); }