protected virtual bool DoElementHeader(Rect position, GUIContent label, InspectableObject inspectableObject)
 {
     return(EasyGUI.TryDrawDefaultElementHeader(position, label, inspectableObject));
 }