I have
Dictionary d = new Dictionary();
How I can get an Guid which has MAX
Guid
MAX
Ordering your data in the first place could be one solution.
var maxGuid = d.OrderByDescending(x => x.Value).FirstOrDefault().Key;