// currently ProtectedLocalStorage doesn't work in the CSB Browser! public ValueTask LS_SetItem(string key, string val) => LS.SetAsync(key, val);