public GDEToken(string type, string value, GDETokenPosition position) { Type = type; Value = value; Position = position; }