private void CreateWrappedObject()
 {
     m_wrapped = m_type.GetMember(m_nodeText);
     Debug.Assert(m_wrapped != null, "m_wrapped != null");
 }