pub async fn receive_reply<R, E>(
    reply_rx: ReplyReceiver<R>
) -> PluginResult<R, E> where
    E: StdError