public EndpointTest()
 {
     this.Config  = new EndpointTestConfig();
     this.context = new EndpointTestContext(this, this.Config);
 }
 public ProcessPaymentSteps(EndpointTestContext context)
 {
     _context = context;
 }
 public RetrivePaymentSteps(EndpointTestContext context)
 {
     this._context = context;
 }