public bool TryGetValues(string name, out IEnumerable <string> values)
 {
     return(_request.TryGetHeaderValues(name, out values));
 }