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