I'm using C# in Visual Studio 2017 and have a generic dictionary <string, Widget>
Without changing the widget class is it possible for the dictionary to store when each key value pair was added?
If it was added more than a minute ago then delete it or at least ignore it.