pub async fn create_client( collection: State<'_, StrongholdCollection>, snapshot_path: PathBuf, client: BytesDto, ) -> Result<()>