Reader public protocol Reader A simple protocol for passing around handles to readers. id Reader id Declaration Swift var id: UUID { get } name Reader name Declaration Swift var name: String { get }