public object ExtGetSmObject() => ExtCacheSm.Get("123");
 public string ExtGetSm() => ExtCacheSm.Get <string>("123");