ReserveInterestRateStrategy contracts based on [IReserveInterestRateStrategy](https://github.com/aave/aave-v3-core/blob/master/contracts/interfaces/IReserveInterestRateStrategy.sol) will not work with the current ListingEngine, because will try to fetch data from functions that are part of [IDefaultInterestRateStrategy](https://github.com/aave/aave-v3-core/blob/master/contracts/interfaces/IDefaultInterestRateStrategy.sol). https://github.com/bgd-labs/aave-helpers/blob/0a774604ebf4019a9dc44768e2085a1ea053d6db/src/ProtocolV3TestBase.sol#L285
ReserveInterestRateStrategy contracts based on IReserveInterestRateStrategy will not work with the current ListingEngine, because will try to fetch data from functions that are part of IDefaultInterestRateStrategy.
https://github.com/bgd-labs/aave-helpers/blob/0a774604ebf4019a9dc44768e2085a1ea053d6db/src/ProtocolV3TestBase.sol#L285