public bool GetBoolean(string name) { CheckPropertyName(name); if (Contains(name)) { return(_headers.GetBoolean(name)); } return(false); }