public VerbalExpression RepeatPrevious(int n)
 {
     _verbalExpression.RepeatPrevious(n);
     return(this);
 }