//override
 static public string GetJsonKey(JsonItemProperty key)
 {
     return(JsonItemPropertyList[key]);
 }
 //override
 public static string GetJsonKey(JsonItemProperty key)
 {
     return JsonItemPropertyList[key];
 }