You are tasked with designing a system for managing a library's collection of items. Implement the following classes and interfaces:
Interface: Readable
* This interface should define at least one method related to reading or accessing information.
Class: Item
* This class should represent an item in the library collection.