public Token GetNextToken() { var _currentState = new InitialState(); return(_currentState.ProcessState(Input, new Lexeme())); }