public async Task <bool> ConfirmDeletion(string message)
 {
     return(await _jsRuntime.ConfirmDeletion(message).ConfigureAwait(false));
 }