For testing purposes, I need to create an IEnumerable> object with the following sample key value pairs:
IEnumerable>
var List = new List> { new KeyValuePair("Name", "John"), new KeyValuePair("City" , "NY") };