pub async fn test_concurrent_version_conflicts<F, S>( make_store: F, ) -> ContractTestResultwhere F: Fn() -> S + Send + Sync + Clone + 'static, S: EventStore + Send + Sync + 'static,