How can I set global userId in a QueuedJob?

Hello

I am developing an NC app and am using Deck Services in a background job. The problem I am faced with is that Deck services are relying on injected userId as dependency in a lot of other dependencies, etc. Is there a way I can set the global userId when instantiating my own service that uses some Deck services as injected dependencies? Being a background job, userId is null and can’t do much.
Thanks