/// A client disconnected from the server. This is invoked before authentication has been performed.
Dispatcher<<B::CustomApi as CustomApi>::Request, Result = BackendApiResult<B::CustomApi>> + Debug
async fn dispatch(&self, _permissions: &actionable::Permissions, _request: ()) -> Self::Result {