public void Process(IPaymentRequestProcessor processor)
 {
     processor.Process(this);
 }