public bool Contains(KeyValuePair <string, StringValues> item)
 {
     return(_headers.Contains(item));
 }