protected override bool ReleaseHandle()
 {
     SafeNativeMethods.MetadataIteratorDelete(handle);
     return(true);
 }