How to get cart token in Subscriber ?

Hello

How do we get the current customer, cart, billing/shipping addresses/methods etc if the event does not provide a SalesChannelContext (but only a Shopware\Core\Framework\Context)? In situations when this data is defined (e.g. during the processing of a request in the checkout) there must be a way to access it. But how?

Thanks