Hi everyone,I build a custom action a couple of days ago where a code stage uses a dictionary (Dictionary<string, DateTime>). At some point in this code the "First" item of the dictionary is required, and as a Dictionary is not enumerated (Enumerable...