protected BioVersionedNativeObject(BioVersionedNativeObject other) { if (other == null) { ThrowHelper.ThrowArgumentNullException(nameof(other)); } InstanceVersion = other.InstanceVersion; }