I am Trying to filtter the
IEnumerable<IDictionary<string, object>>how I can prevent value duplication for example the "Name".
Refer to this example need prevent the The same Name value for example if the Dictionary has the same Name like { "Name","Test1" }