private ValueTask <T> GetValue <T>(string key)
 {
     return(_jsRuntime.GetValue <T>("settings:" + key));
 }