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