function repayBorrowBehalf(address borrower, uint256 repayAmount)
        external
        payable
        returns (uint256);
CEther cether = CEther(address(ctoken));
err = cether.repayBorrowBehalf{value: debt}(account);
