static void Main(string[] args)
 {
     TestDictionary testDict = new TestDictionary();
     var            result   = testDict.TestDictionaryElements();
 }