Hi! Is there any way to register function methods, which returns `void`, as a JSON-RPC method with required response? As far as I see all my void functions are registered as notifications (but I need them as methods). Thank you!