bool ICollection <KeyValuePair <string, object> > .Contains(KeyValuePair <string, object> item) { return(InnerMap.Contains(item)); }