import Foundation enum DomainOwnershipService { static func lookup(domain: String) async -> ServiceResult { await RDAPService.ownership(for: domain) } }