internal ExpectedTokenNotFoundException(string token, string foundToken, Position position)
     : base("Expected: '" + token + "' but found: '" + foundToken + "' at " + position.ToString()) { }