pub async fn run_plugin_instance<P>(plugin: Arc<P>) -> PluginHandlewhere Arc<P>: PluginHandler + ChannelClientType + HasStore + Send + Sync + 'static,