InterchainTokenServiceProxy inherits from FinalProxy. This makes it possible for owner to accidentally upgrade InterchainTokenService to an un-upgradable version.
Test in tokenService.js:
UpgradedITS.sol:
Consider inheriting from Proxy instead of FinalProxy.
