public protocol Expirable {
    var isExpired: Bool { get }
}
