public void MergeWith(Booster other) { Check.NonNull(other, nameof(other)); PInvokeException.Check(PInvoke.BoosterMerge(Handle, other.Handle), nameof(PInvoke.BoosterMerge)); }