protected virtual async Task HandleUrlChange(string url) { if (await VmService.ProcessPayment(url)) { await PaymentsVmService.OrderPaid(OrderId); } }