public void Add(string key, string val) { StrKeyValuePair kvp = new StrKeyValuePair(key, val); content.Add(kvp); }