enum Item { case animal(AnimalId) case vehicle(VehicleId) case food(FoodId) var rawValue: String { switch self {