grab dictionary name which contains specific value c# code example
Example: dictionary c# get key by value
var myKey = types.FirstOrDefault(x => x.Value == "one").Key;
var myKey = types.FirstOrDefault(x => x.Value == "one").Key;