public BvgConnectorMock(int endpoint, Dictionary <string, string> headers, BVG bvgClient) : base(endpoint, headers)
 {
     this.bvgClient = bvgClient;
 }
 private void CreateClients()
 {
     this.bvgClient      = new BVG(this.bvgEndpoint, this.Headers);
     this.todoPagoClient = new TodoPago(this.restEndpoint, this.Headers);
 }