public void CopyTo(KeyValuePair <string, StringValues>[] array, int arrayIndex)
 {
     _headers.CopyTo(array, arrayIndex);
 }