I'm trying to manipulate a scoped class in the ISlackRequestListener. Unfortunately it seems like all request has the same scope which makes it hard to use data from the request in the eventlisteners after.
What I'm trying to do, maybe it exists an easier way is to extract my ApplicationUser from the database based on the slack userid in the request so I don't need to do that in every handler.
Maybe someone here has a better solution for that?