public async ValueTask <string> LS_GetItem(string key) { var pval = await LS.GetAsync <string>(key); return(pval.Success ? pval.Value : ""); }