I have a problem when trying to convert a dictionary to list.
Example if I have a dictionary with template string as key and string as value. Then I wish to convert the
foreach (var item in dicNumber) { listnumber.Add(item.Key); }