        if (proposedListing.collateral < _amount) revert InsufficientCollateral();
        proposedListing.collateral -= _amount;
