internal static void MarshalFullPropSpec(ManagedFullPropSpec fullPropSpec, ref FULLPROPSPEC native)
 {
     native.guid = fullPropSpec.Guid;
     IndexingFilterMarshaler.MarshalPropSpec(fullPropSpec.Property, ref native.property);
 }