in Sources/Confidence/EventStorageInMemory.swift [19:22]
func eventsFrom(id: String) throws -> [ConfidenceEvent] { // swiftlint:disable:next force_unwrapping return batches[id]! }