public MetaMember(MetaType metaType, PropertyDescriptor property)
 {
     this.Member = property;
     this.MetaType = metaType;
 }