async fn delete_send<R: Repository<Send> + ?Sized>( api_client: &ApiClient, repository: &R, send_id: SendId, ) -> Result<(), DeleteSendError>