public BaseReferenceHolder(IntPtr pointer)
 {
     this.mSelfPointer = PInvokeUtilities.CheckNonNull(new HandleRef(this, pointer));
 }