public override Task <bool> ShowConfirmation(string text) { return(_inputHelper.ConfirmAsync(text)); }