public void SetUp()
 {
     _urlPathMatcher            = new RegExUrlMatcher();
     _downstreamUrlPath         = "api/product/products/1/variants/?soldout=false";
     _downstreamUrlPathTemplate = "api/product/products/{productId}/variants/";
 }