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