void OnConfirmPressed() { Close(); if (hasWallet) { OnConfirmed?.Invoke(); WebInterface.ReportMotdClicked(); } else { OnDismissed?.Invoke(); } }