there are 2 methods: ```solidity function upgradeabilityOwner() public view returns (address) { return _upgradeabilityOwner; } ``` and ```solidity function proxyOwner() public view returns (address) { return upgradeabilityOwner(); } ``` I don't see any good reason to have those 2
there are 2 methods:
and
I don't see any good reason to have those 2