protected async void UnloadJs(params string[] fileNames) { if (rendered) { await JsRuntime.UnloadJsAsync(fileNames); } }