public string GetProperty(HeaderData header) { return(Properties.ContainsKey(header) ? Properties[header] : null); }