What is the correct way to turn off upgradeability in a UUPSUpgradeable V5 contract?

also thought about this, but the final goal its to not display the ‘upgradeToAndCall’ function at all, and to modify the ‘_authorizeUpgrade’ in that way will probably cause an update error.