using Microsoft.AspNetCore.Http; namespace RhSolutions.QueryModifiers; public interface IProductQueryModifier { public bool TryQueryModify(IQueryCollection collection, out QueryString queryString); }