public HystrixRequestVariableCacheKey(HystrixRequestVariableHolder rvHolder, IHystrixConcurrencyStrategy concurrencyStrategy)
 {
     this.rvHolder            = rvHolder;
     this.concurrencyStrategy = concurrencyStrategy;
 }
 public HystrixRequestVariableCacheKey(HystrixRequestVariableHolder rvHolder, IHystrixConcurrencyStrategy concurrencyStrategy)
 {
     this.rvHolder = rvHolder;
     this.concurrencyStrategy = concurrencyStrategy;
 }