public async Task <PaymentResult> SendAsync() { await Task.Delay(0); return(PaymentResult.Create(Payment)); }