https://github.com/code-423n4/2023-07-axelar/blob/main/contracts/its/utils/Distributable.sol#L51-L53
https://github.com/code-423n4/2023-07-axelar/blob/main/contracts/its/utils/Operatable.sol#L51-L53
The exact same code is in Distributable as well, as these are powerful roles in for tokens/token managers.
Consider implementing a two way (propose/accept) change procedure for it to avoid accidentally handing it over to the wrong address.
