Hi
I have several contracts implmeneted on a single class
I would like to support something like instance per user
in such that in any case a call arrive to the the class through one of the contratcs
for a user
The same class instance will be used
Thanks in advance