  RubiconMarketAddress = IBathHouse(_bathHouse).getMarket();
    /// @notice Admin-only function to set a Bath Token's target Rubicon Market
    function setMarket(address newMarket) external onlyAdmin {
        RubiconMarketAddress = newMarket;
    }
