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