namespace RhSolutions.QueryModifiers; public interface IProductQueryModifier { public bool TryQueryModify(string query, out string queryModified); }