I have a:
Dictionary<string, Dictionary<int, List<string>>> res = new Dictionary<string,
Dictionary<int, List<string>>>();
and I need to modify/change the int value of the nested Dictionary Key and keep all Dictionary values( List ) for the int Key.