# File lib/whois/record.rb, line 204
    def technical_contact
      if property_supported?(:technical_contacts)
        parser.technical_contacts.first
      end
    end