public VerbalExpression EndOfLine()
 {
     _verbalExpression.EndOfLine();
     return(this);
 }