public static string GetJson(string key)
 {
     return(Cache.GetJsonString(key));
 }