public bool Contains(string nickName) { TkDebug.AssertArgumentNull(nickName, "nickName", this); return(FieldList.ConstainsKey(nickName)); }