public VerbalExpression Or(string value, bool sanitize = true) { _verbalExpression.Or(value, sanitize); return(this); }