public void RemoveAttribute(Attribute attribute)
 {
     _xpandCustomMemberInfo.RemoveAttribute(attribute.GetType());
 }