namespace TestApplication { internal class Item { public string Name { get; set; } public string Value { get; set; } } }