public void StartLexeme()
 {
     _lexemeStart = TextPosition;
 }
 public void Seek(TextPosition pos)
 {
     TextPosition = pos;
 }