public HttpAbstractionSimulatorFactory(IHttpClientAbstractionFactory underlying)
 {
     this.underlying = underlying;
     this.Clients    = new List <Tuple <IHttpClientAbstraction, IHttpResponseMessageAbstraction> >();
 }
 public HttpAbstractionSimulatorFactory(IHttpClientAbstractionFactory underlying)
 {
     this.underlying = underlying;
     this.Clients = new List<Tuple<IHttpClientAbstraction, IHttpResponseMessageAbstraction>>();
 }