Flashloan compilation error

Hello, tried compiling my flashloan.sol and I'm getting TypeError: Exactly one argument expected for explicit type conversion on this line of code
Address pair address = IPancakeFactory().getPair(token0, tokens);