namespace HL_FristAidPlatform_Help
{
public class KeyValue
public string key { get; set; }
public string value { get; set; }
}