public Task UpdatePaymentOrder(PaymentOrder paymentOrder) { throw new System.NotImplementedException(); }
public Task <bool> CanMarkOrderAsPaid(PaymentOrder paymentOrder) { throw new System.NotImplementedException(); }