namespace Common.Model { public class KeyValuePair { public string Key { get; set; } public string Value { get; set; } public string Description { get; set; } } }