public String this[String index] { get { return(Headers.ContainsKey(index) ? Headers[index] : ""); } }