### Is your feature request related to a problem? Please describe. There is no difference between one-way consumer or request side of the RPC server. ### Describe the solution you'd like Just expose `pause/unpause` methods as simple delegation to the `consumer` property on the `RpcServer`. ### Describe alternatives you've considered The manual RPC server implementation with `Consumer` and `Publisher` pair and so on. ### Additional context _No response_