Hi, is it somehow possible to use multiple decorators with @rpc/srpc ? When i try this: @check_login(...) @srpc(...) def my_funct(...): ... i got error: Method '{tests}my_func' not bound to a service class. Thank you. azur