pub async fn create_server<S: Service>(
    addr: Addr<S>
) -> Result<RpcServer<S, ChannelTypes>>