import Foundation extension UUID { static func nilUUID() -> UUID { UUID(uuidString: "00000000-0000-0000-0000-000000000000")! } }