public bool GetBoolean(string name)
 {
     return(headers.GetBoolean(name));
 }