string ICustomTypeDescriptor.GetComponentName()
 {
     if (_isCustomTypeDescriptor)
     {
         return(_customTypeDescriptor.GetComponentName());
     }
     else
     {
         return(TypeDescriptor.GetFullComponentName(Object));
     }
 }