/// <inheritdoc /> public IAndHttpRequestBuilder WithQuery(IQueryCollection query) { query.ForEach(h => this.WithQuery(h.Key, h.Value)); return(this); }