POST api/v2.0/Events/SearchEvents?maxRecords={maxRecords}
Get Event details. The retrieved Events can be filtered by the values passed in the eventFilter parameter.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
maxRecords |
Specify the maximum number of records to return. Defaults to 100 if not specified. |
integer |
Default value is 100 |
Body Parameters
Allows filtering of the Events that are returned.
CalendarEventRequestName | Description | Type | Additional information |
---|---|---|---|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
EventTypeName | string |
None. |
|
CommunityKey | globally unique identifier |
None. |
|
SearchKeywords | string |
None. |
Request Formats
application/json, text/json
{ "StartDate": "2021-01-15T14:59:24.6508292Z", "EndDate": "2021-01-15T14:59:24.6508292Z", "EventTypeName": "sample string 3", "CommunityKey": "9a2d70ab-f63f-4d25-8507-48c33be618f7", "SearchKeywords": "sample string 5" }
application/xml, text/xml
<CalendarEventRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.Request"> <CommunityKey>9a2d70ab-f63f-4d25-8507-48c33be618f7</CommunityKey> <EndDate>2021-01-15T09:59:24.6508292-05:00</EndDate> <EventTypeName>sample string 3</EventTypeName> <SearchKeywords>sample string 5</SearchKeywords> <StartDate>2021-01-15T09:59:24.6508292-05:00</StartDate> </CalendarEventRequest>
Response Information
Resource Description
List of Events.
Collection of EventName | Description | Type | Additional information |
---|---|---|---|
RegistrationOptions | Collection of EventOption |
None. |
|
Sessions | Collection of EventSession |
None. |
|
EventKey | globally unique identifier |
None. |
|
Address | Address |
None. |
|
ParticipationType | integer |
None. |
|
DialInInstructions | string |
None. |
|
EventURL | string |
None. |
|
LoginInstructions | string |
None. |
|
EventTitle | string |
None. |
|
ShortTitle | string |
None. |
|
EventTypeKey | globally unique identifier |
None. |
|
EventType | EventType |
None. |
|
CommunityKey | globally unique identifier |
None. |
|
Community | Community |
None. |
|
StartDateTime | date |
None. |
|
StartDateTimeUTC | date |
None. |
|
EndDateTime | date |
None. |
|
EndDateTimeUTC | date |
None. |
|
EndDateTimeCalculated | date |
None. |
|
ArchiveDateTime | date |
None. |
|
TimeZoneKey | globally unique identifier |
None. |
|
TimeZone | TimeZoneRef |
None. |
|
EventListDisplayType | integer |
None. |
|
SearchResultsDisplayType | integer |
None. |
|
ContactKey | globally unique identifier |
None. |
|
ContactFirstName | string |
None. |
|
ContactFirstLast | string |
None. |
|
ContactLastName | string |
None. |
|
ContactEmail | string |
None. |
|
ContactPhone | string |
None. |
|
EventDescription | string |
None. |
|
PictureFileName | string |
None. |
|
PictureUrl | string |
None. |
|
PictureHeight | integer |
None. |
|
PictureWidth | integer |
None. |
|
RegistrationProcessOption | integer |
None. |
|
RegRedirectURL | string |
None. |
|
CurrencyType | CurrencyType |
None. |
|
UseBadgeName | boolean |
None. |
|
UseDisabilityOrSpecial | boolean |
None. |
|
SpecialInstructions | boolean |
None. |
|
SpecialInstructionsLabelText | string |
None. |
|
EarlyRegistrationDate | date |
None. |
|
RegularRegistrationDate | date |
None. |
|
RegularRegistrationEndDate | date |
None. |
|
LateRegistrationEndDate | date |
None. |
|
SuppressSessionDisplay | boolean |
None. |
|
ShowPriceDetails | boolean |
None. |
|
LegacyEventKey | string |
None. |
|
ConfirmationEmailText | string |
None. |
|
DetailURL | string |
None. |
|
EventTypeName | string |
None. |
|
FormatedDateRange | string |
None. |
|
FormatedDateRangeLong | string |
None. |
|
FormatedDateRangeLongMonth | string |
None. |
|
FormatedDateRangeYear | string |
None. |
|
HasPricing | boolean |
None. |
|
ICalendarData | string |
None. |
|
IsAcceptingRegistrations | boolean |
None. |
|
IsActive | boolean |
None. |
|
IsReadyForRegistration | boolean |
None. |
|
LinkToEventDetails | string |
None. |
|
MemberFee | decimal number |
None. |
|
NonMemberFee | decimal number |
None. |
|
RegistrantCount | integer |
None. |
|
RegThankyouMessage | string |
None. |
|
SuppressOptionDisplay | boolean |
None. |
|
UseForm | boolean |
None. |
|
CreatedByUser | string |
None. |
|
CreatedByUserKey | globally unique identifier |
None. |
|
CreatedOn | date |
None. |
|
UpdatedByUser | string |
None. |
|
UpdatedByUserKey | globally unique identifier |
None. |
|
UpdatedOn | date |
None. |
|
RequireAttendanceToVote | boolean |
None. |
|
AttendedInd | string |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml, text/xml
<ArrayOfEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.Events"> <Event> <Address xmlns:d3p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <d3p1:Address1>sample string 1</d3p1:Address1> <d3p1:Address2>sample string 2</d3p1:Address2> <d3p1:Address3>sample string 3</d3p1:Address3> <d3p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d3p1:AddressKey> <d3p1:AddressType>sample string 5</d3p1:AddressType> <d3p1:City>sample string 6</d3p1:City> <d3p1:CityStateCounty>sample string 7</d3p1:CityStateCounty> <d3p1:CityStateCountyCountry>sample string 8</d3p1:CityStateCountyCountry> <d3p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d3p1:ContactKey> <d3p1:CountryCode>sample string 10</d3p1:CountryCode> <d3p1:CountryName>sample string 11</d3p1:CountryName> <d3p1:County>sample string 12</d3p1:County> <d3p1:EmailAddress>sample string 13</d3p1:EmailAddress> <d3p1:FormattedAddress>sample string 14</d3p1:FormattedAddress> <d3p1:FormattedAddressOneLine>sample string 15</d3p1:FormattedAddressOneLine> <d3p1:FormattedAddressText>sample string 16</d3p1:FormattedAddressText> <d3p1:IsListCityState>true</d3p1:IsListCityState> <d3p1:IsLoggingEnabled>true</d3p1:IsLoggingEnabled> <d3p1:IsNew>true</d3p1:IsNew> <d3p1:IsPreferredBill>true</d3p1:IsPreferredBill> <d3p1:IsPreferredList>true</d3p1:IsPreferredList> <d3p1:IsPreferredMail>true</d3p1:IsPreferredMail> <d3p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d3p1:ItemCreatedOn> <d3p1:ItemEntityName>sample string 24</d3p1:ItemEntityName> <d3p1:ItemName>sample string 25</d3p1:ItemName> <d3p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d3p1:ItemOwnerContactKey> <d3p1:Latitude>27</d3p1:Latitude> <d3p1:LegacyAddressKey>sample string 28</d3p1:LegacyAddressKey> <d3p1:Longitude>29</d3p1:Longitude> <d3p1:NearText>sample string 30</d3p1:NearText> <d3p1:Phone1>sample string 31</d3p1:Phone1> <d3p1:Phone1Type>sample string 32</d3p1:Phone1Type> <d3p1:Phone2>sample string 33</d3p1:Phone2> <d3p1:Phone2Type>sample string 34</d3p1:Phone2Type> <d3p1:Phone3>sample string 35</d3p1:Phone3> <d3p1:Phone3Type>sample string 36</d3p1:Phone3Type> <d3p1:Phone4>sample string 37</d3p1:Phone4> <d3p1:Phone4Type>sample string 38</d3p1:Phone4Type> <d3p1:PostalCode>sample string 39</d3p1:PostalCode> <d3p1:Region>sample string 40</d3p1:Region> <d3p1:StateProvinceCode>sample string 41</d3p1:StateProvinceCode> <d3p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d3p1:TimeZoneKey> <d3p1:Town>sample string 43</d3p1:Town> <d3p1:TownOrCity>sample string 44</d3p1:TownOrCity> </Address> <ArchiveDateTime>2021-01-15T09:59:24.6508292-05:00</ArchiveDateTime> <AttendedInd>sample string 69</AttendedInd> <Community xmlns:d3p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <d3p1:AllowMemberCreatedEvents>true</d3p1:AllowMemberCreatedEvents> <d3p1:AllowTickets>true</d3p1:AllowTickets> <d3p1:CanMembersInviteOthers>true</d3p1:CanMembersInviteOthers> <d3p1:CommunityKey>511a7d88-d04d-44a2-8dc2-9bce7424198f</d3p1:CommunityKey> <d3p1:CommunityName>sample string 6</d3p1:CommunityName> <d3p1:CommunitySize>7</d3p1:CommunitySize> <d3p1:CommunityType>sample string 8</d3p1:CommunityType> <d3p1:CommunityTypeKey>4a691f3b-a363-4c36-a4c5-8f79cc8a276e</d3p1:CommunityTypeKey> <d3p1:CommunityTypeName>sample string 10</d3p1:CommunityTypeName> <d3p1:CreatedByContact> <d3p1:AMSDirectoryOptOut>true</d3p1:AMSDirectoryOptOut> <d3p1:AgreedToTermsDateTime>2021-01-15T09:59:24.6508292-05:00</d3p1:AgreedToTermsDateTime> <d3p1:CompanyLegacyContactKey>sample string 20</d3p1:CompanyLegacyContactKey> <d3p1:CompanyName>sample string 12</d3p1:CompanyName> <d3p1:CompanyTitle>sample string 13</d3p1:CompanyTitle> <d3p1:ContactKey>b7216af8-e3c9-4442-8412-254152aadb71</d3p1:ContactKey> <d3p1:ContactStatusCode>sample string 8</d3p1:ContactStatusCode> <d3p1:Designation>sample string 15</d3p1:Designation> <d3p1:DisplayName>sample string 6</d3p1:DisplayName> <d3p1:EmailAddress>sample string 7</d3p1:EmailAddress> <d3p1:FirstName>sample string 4</d3p1:FirstName> <d3p1:HLContactMeOptOut>true</d3p1:HLContactMeOptOut> <d3p1:HLDirectoryOptOut>true</d3p1:HLDirectoryOptOut> <d3p1:InformalName>sample string 17</d3p1:InformalName> <d3p1:IsCompany>true</d3p1:IsCompany> <d3p1:LargePictureUrl>sample string 24</d3p1:LargePictureUrl> <d3p1:LastName>sample string 5</d3p1:LastName> <d3p1:LegacyContactKey>sample string 16</d3p1:LegacyContactKey> <d3p1:LinkToProfile>sample string 1</d3p1:LinkToProfile> <d3p1:MiddleName>sample string 18</d3p1:MiddleName> <d3p1:PictureUrl>sample string 2</d3p1:PictureUrl> <d3p1:PrefixCode>sample string 9</d3p1:PrefixCode> <d3p1:SuffixCode>sample string 14</d3p1:SuffixCode> <d3p1:UpdatedByContactKey>cb55e962-f054-4d00-93c1-4b4d3b4b87d5</d3p1:UpdatedByContactKey> <d3p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d3p1:UpdatedOn> </d3p1:CreatedByContact> <d3p1:CreatedByContactKey>dd343a72-1935-449e-b393-b6612a3b5ba3</d3p1:CreatedByContactKey> <d3p1:CreatedOn>2021-01-15T09:59:24.6508292-05:00</d3p1:CreatedOn> <d3p1:Description>sample string 13</d3p1:Description> <d3p1:DiscussionKey>28d088ab-04d0-4f7f-a85a-abf5b9c74023</d3p1:DiscussionKey> <d3p1:DiscussionName>sample string 26</d3p1:DiscussionName> <d3p1:Html>sample string 14</d3p1:Html> <d3p1:IntegrationKey>sample string 30</d3p1:IntegrationKey> <d3p1:IntegrationTypeKey>sample string 31</d3p1:IntegrationTypeKey> <d3p1:IsOnCommunitySync>true</d3p1:IsOnCommunitySync> <d3p1:IsSubscribedToDiscussion>true</d3p1:IsSubscribedToDiscussion> <d3p1:JoinPermissionKey>a6e23884-170b-42c9-b27a-003caa487149</d3p1:JoinPermissionKey> <d3p1:LegacyGroupKey>sample string 5</d3p1:LegacyGroupKey> <d3p1:LibraryKey>a9b6d079-f036-45de-994f-ea72fc5a72d0</d3p1:LibraryKey> <d3p1:LibraryName>sample string 19</d3p1:LibraryName> <d3p1:LinkToCommunity>sample string 20</d3p1:LinkToCommunity> <d3p1:LinkToCommunityCalendar>sample string 21</d3p1:LinkToCommunityCalendar> <d3p1:LinkToDiscussion>sample string 22</d3p1:LinkToDiscussion> <d3p1:LinkToLibrary>sample string 23</d3p1:LinkToLibrary> <d3p1:LinkToWebsite>sample string 24</d3p1:LinkToWebsite> <d3p1:MicrositeGroupKey>28d4e111-f95c-4838-aac6-b94a7b76d33e</d3p1:MicrositeGroupKey> <d3p1:SiteName>sample string 28</d3p1:SiteName> <d3p1:Statistics> <d3p1:BlogCount>1</d3p1:BlogCount> <d3p1:CurrentYearAnnouncementCount>5</d3p1:CurrentYearAnnouncementCount> <d3p1:CurrentYearEventCount>6</d3p1:CurrentYearEventCount> <d3p1:DiscussionPostCount>4</d3p1:DiscussionPostCount> <d3p1:DocumentCount>2</d3p1:DocumentCount> <d3p1:LastAnnouncementUpdatedOnDate>2021-01-15T09:59:24.6508292-05:00</d3p1:LastAnnouncementUpdatedOnDate> <d3p1:LastBlogPublishedDate>2021-01-15T09:59:24.6508292-05:00</d3p1:LastBlogPublishedDate> <d3p1:LastDocumentUpdatedDate>2021-01-15T09:59:24.6508292-05:00</d3p1:LastDocumentUpdatedDate> <d3p1:LastEventUpdatedOnDate>2021-01-15T09:59:24.6508292-05:00</d3p1:LastEventUpdatedOnDate> <d3p1:LastMemberJoinedDate>2021-01-15T09:59:24.6508292-05:00</d3p1:LastMemberJoinedDate> <d3p1:LastPostingDate>2021-01-15T09:59:24.6508292-05:00</d3p1:LastPostingDate> <d3p1:MaxActivityDate>2021-01-15T09:59:24.6508292-05:00</d3p1:MaxActivityDate> <d3p1:MemberCount>3</d3p1:MemberCount> <d3p1:MinActivityDate>2021-01-15T09:59:24.6508292-05:00</d3p1:MinActivityDate> </d3p1:Statistics> <d3p1:ViewPermissionKey>6197a59a-c76a-4c80-9f71-eb2325d47353</d3p1:ViewPermissionKey> </Community> <CommunityKey>4b24b1e0-1402-4a07-9315-f8e37041acba</CommunityKey> <ConfirmationEmailText>sample string 43</ConfirmationEmailText> <ContactEmail>sample string 23</ContactEmail> <ContactFirstLast>sample string 21</ContactFirstLast> <ContactFirstName>sample string 20</ContactFirstName> <ContactKey>e91532bb-2f0d-4354-aa75-1a083a09f4fc</ContactKey> <ContactLastName>sample string 22</ContactLastName> <ContactPhone>sample string 24</ContactPhone> <CreatedByUser>sample string 62</CreatedByUser> <CreatedByUserKey>76c60316-4afb-47e5-88c4-82b32cb46ff2</CreatedByUserKey> <CreatedOn>2021-01-15T09:59:24.6508292-05:00</CreatedOn> <CurrencyType xmlns:d3p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <d3p1:CurrencyCode>sample string 1</d3p1:CurrencyCode> <d3p1:CurrencyName>sample string 2</d3p1:CurrencyName> <d3p1:CurrencySymbol>sample string 3</d3p1:CurrencySymbol> </CurrencyType> <DetailURL>sample string 44</DetailURL> <DialInInstructions>sample string 3</DialInInstructions> <EarlyRegistrationDate>2021-01-15T09:59:24.6508292-05:00</EarlyRegistrationDate> <EndDateTime>2021-01-15T09:59:24.6508292-05:00</EndDateTime> <EndDateTimeCalculated>2021-01-15T09:59:24.6508292-05:00</EndDateTimeCalculated> <EndDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</EndDateTimeUTC> <EventDescription>sample string 25</EventDescription> <EventKey>b9b68b7a-b07a-4bf5-a7ae-9484b6f364c1</EventKey> <EventListDisplayType>17</EventListDisplayType> <EventTitle>sample string 6</EventTitle> <EventType> <AcceptOfflinePayment>true</AcceptOfflinePayment> <AcceptPayment>true</AcceptPayment> <AddEditScreenDescription>sample string 21</AddEditScreenDescription> <AllowCommunityAdminToUse>true</AllowCommunityAdminToUse> <AllowCommunityMemberToUse>true</AllowCommunityMemberToUse> <AllowCredits>true</AllowCredits> <AllowEarlyRegistrationRate>true</AllowEarlyRegistrationRate> <AllowEventLogo>true</AllowEventLogo> <AllowEventVisibilityChanges>true</AllowEventVisibilityChanges> <AllowLateRegistrationRate>true</AllowLateRegistrationRate> <AllowMemberNonMemberPricing>true</AllowMemberNonMemberPricing> <AllowMultiDay>true</AllowMultiDay> <AllowMultiPricesByDate>true</AllowMultiPricesByDate> <AllowMultiPricesByRegistrantClass>true</AllowMultiPricesByRegistrantClass> <AllowMultiPricesByRegistrantType>true</AllowMultiPricesByRegistrantType> <AllowMultipleOptions>true</AllowMultipleOptions> <AllowMultipleRegistrations>true</AllowMultipleRegistrations> <AllowMultipleSessions>true</AllowMultipleSessions> <AllowNonMemberRegistration>true</AllowNonMemberRegistration> <AllowOnlinePhone>true</AllowOnlinePhone> <AllowPhysicalAddress>true</AllowPhysicalAddress> <AllowPublicUserRegistration>true</AllowPublicUserRegistration> <AllowRegistration>true</AllowRegistration> <AllowSameSelections>true</AllowSameSelections> <EventTypeDescription>sample string 3</EventTypeDescription> <EventTypeKey>103d4280-5a1c-4b22-86fa-23f4d40e7dc5</EventTypeKey> <EventTypeName>sample string 2</EventTypeName> <HasPaymentProvider>true</HasPaymentProvider> <IsActive>true</IsActive> <RegistrationProcessOption>33</RegistrationProcessOption> <ShowAddEditScreenDescription>true</ShowAddEditScreenDescription> <SuppressOptionDisplay>true</SuppressOptionDisplay> <SuppressSessionDisplay>true</SuppressSessionDisplay> </EventType> <EventTypeKey>d4656b06-339e-4a81-be7d-786fbd2cf34e</EventTypeKey> <EventTypeName>sample string 45</EventTypeName> <EventURL>sample string 4</EventURL> <FormatedDateRange>sample string 46</FormatedDateRange> <FormatedDateRangeLong>sample string 47</FormatedDateRangeLong> <FormatedDateRangeLongMonth>sample string 48</FormatedDateRangeLongMonth> <FormatedDateRangeYear>sample string 49</FormatedDateRangeYear> <HasPricing>true</HasPricing> <ICalendarData>sample string 51</ICalendarData> <IsAcceptingRegistrations>true</IsAcceptingRegistrations> <IsActive>true</IsActive> <IsReadyForRegistration>true</IsReadyForRegistration> <LateRegistrationEndDate>2021-01-15T09:59:24.6508292-05:00</LateRegistrationEndDate> <LegacyEventKey>sample string 42</LegacyEventKey> <LinkToEventDetails>sample string 55</LinkToEventDetails> <LoginInstructions>sample string 5</LoginInstructions> <MemberFee>56</MemberFee> <NonMemberFee>57</NonMemberFee> <ParticipationType>2</ParticipationType> <PictureFileName>sample string 26</PictureFileName> <PictureHeight>28</PictureHeight> <PictureUrl>sample string 27</PictureUrl> <PictureWidth>29</PictureWidth> <RegRedirectURL>sample string 31</RegRedirectURL> <RegThankyouMessage>sample string 59</RegThankyouMessage> <RegistrantCount>58</RegistrantCount> <RegistrationOptions> <EventOption> <CECredits>6</CECredits> <CategoryKey>20f263be-7398-4c72-aa98-48f189da239f</CategoryKey> <CategoryName>sample string 4</CategoryName> <CategorySortOrder>5</CategorySortOrder> <CreatedByContactKey>4b2fde14-18f3-4b1d-b0fa-7f57c7005fa5</CreatedByContactKey> <CreatedOn>2021-01-15T09:59:24.6508292-05:00</CreatedOn> <Description>sample string 9</Description> <EarlyRegistrationPrice>10</EarlyRegistrationPrice> <EndDateTime>2021-01-15T09:59:24.6508292-05:00</EndDateTime> <EndDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</EndDateTimeUTC> <ICalendarData>sample string 13</ICalendarData> <IsActive>true</IsActive> <IsDefault>true</IsDefault> <IsDisplayed>true</IsDisplayed> <IsLoggingEnabled>true</IsLoggingEnabled> <IsRequired>true</IsRequired> <IsSession>true</IsSession> <LateRegistrationPrice>20</LateRegistrationPrice> <LegacyOptionKey>sample string 21</LegacyOptionKey> <Location>sample string 22</Location> <MaximumRegistrants>23</MaximumRegistrants> <PriceTypeCode>24</PriceTypeCode> <RegistrantCount>25</RegistrantCount> <RegularRegistrationPrice>26</RegularRegistrationPrice> <SortOrder>27</SortOrder> <StartDateTime>2021-01-15T09:59:24.6508292-05:00</StartDateTime> <StartDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</StartDateTimeUTC> <Title>sample string 30</Title> <UpdatedByContactKey>5927ebef-3bdc-48d9-89c1-ed59691c3290</UpdatedByContactKey> <UpdatedOn>2021-01-15T09:59:24.6508292-05:00</UpdatedOn> <EventOptionCategoryKey>73b40492-53a2-49d3-9558-36793358eb4e</EventOptionCategoryKey> <EventOptionKey>e6f36d93-6265-4da2-a993-b6ad432bad21</EventOptionKey> <Prices> <EventOptionPrice> <EarlyRegistrationPrice>1</EarlyRegistrationPrice> <EventOptionKey>d5c11713-a76d-4498-954c-1034ee6c2d3c</EventOptionKey> <EventOptionPriceKey>7ab469b4-44da-4acf-825a-d4f95203ede5</EventOptionPriceKey> <LateRegistrationPrice>4</LateRegistrationPrice> <RegistrantClass> <IsActive>true</IsActive> <IsDefaultMember>true</IsDefaultMember> <IsDefaultNonMember>true</IsDefaultNonMember> <Priority>4</Priority> <RegistrantClassDescription>sample string 5</RegistrantClassDescription> <RegistrantClassKey>6c7b5811-8dee-40f7-8594-97a8d833fdcf</RegistrantClassKey> <RegistrantClassName>sample string 7</RegistrantClassName> <SecurityGroupDescription>sample string 10</SecurityGroupDescription> <SecurityGroupKey>652b5ba6-10f3-4bad-b91f-3c53247a8b26</SecurityGroupKey> <SecurityGroupName>sample string 9</SecurityGroupName> </RegistrantClass> <RegularRegistrationPrice>5</RegularRegistrationPrice> </EventOptionPrice> <EventOptionPrice> <EarlyRegistrationPrice>1</EarlyRegistrationPrice> <EventOptionKey>d5c11713-a76d-4498-954c-1034ee6c2d3c</EventOptionKey> <EventOptionPriceKey>7ab469b4-44da-4acf-825a-d4f95203ede5</EventOptionPriceKey> <LateRegistrationPrice>4</LateRegistrationPrice> <RegistrantClass> <IsActive>true</IsActive> <IsDefaultMember>true</IsDefaultMember> <IsDefaultNonMember>true</IsDefaultNonMember> <Priority>4</Priority> <RegistrantClassDescription>sample string 5</RegistrantClassDescription> <RegistrantClassKey>6c7b5811-8dee-40f7-8594-97a8d833fdcf</RegistrantClassKey> <RegistrantClassName>sample string 7</RegistrantClassName> <SecurityGroupDescription>sample string 10</SecurityGroupDescription> <SecurityGroupKey>652b5ba6-10f3-4bad-b91f-3c53247a8b26</SecurityGroupKey> <SecurityGroupName>sample string 9</SecurityGroupName> </RegistrantClass> <RegularRegistrationPrice>5</RegularRegistrationPrice> </EventOptionPrice> </Prices> </EventOption> <EventOption> <CECredits>6</CECredits> <CategoryKey>20f263be-7398-4c72-aa98-48f189da239f</CategoryKey> <CategoryName>sample string 4</CategoryName> <CategorySortOrder>5</CategorySortOrder> <CreatedByContactKey>4b2fde14-18f3-4b1d-b0fa-7f57c7005fa5</CreatedByContactKey> <CreatedOn>2021-01-15T09:59:24.6508292-05:00</CreatedOn> <Description>sample string 9</Description> <EarlyRegistrationPrice>10</EarlyRegistrationPrice> <EndDateTime>2021-01-15T09:59:24.6508292-05:00</EndDateTime> <EndDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</EndDateTimeUTC> <ICalendarData>sample string 13</ICalendarData> <IsActive>true</IsActive> <IsDefault>true</IsDefault> <IsDisplayed>true</IsDisplayed> <IsLoggingEnabled>true</IsLoggingEnabled> <IsRequired>true</IsRequired> <IsSession>true</IsSession> <LateRegistrationPrice>20</LateRegistrationPrice> <LegacyOptionKey>sample string 21</LegacyOptionKey> <Location>sample string 22</Location> <MaximumRegistrants>23</MaximumRegistrants> <PriceTypeCode>24</PriceTypeCode> <RegistrantCount>25</RegistrantCount> <RegularRegistrationPrice>26</RegularRegistrationPrice> <SortOrder>27</SortOrder> <StartDateTime>2021-01-15T09:59:24.6508292-05:00</StartDateTime> <StartDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</StartDateTimeUTC> <Title>sample string 30</Title> <UpdatedByContactKey>5927ebef-3bdc-48d9-89c1-ed59691c3290</UpdatedByContactKey> <UpdatedOn>2021-01-15T09:59:24.6508292-05:00</UpdatedOn> <EventOptionCategoryKey>73b40492-53a2-49d3-9558-36793358eb4e</EventOptionCategoryKey> <EventOptionKey>e6f36d93-6265-4da2-a993-b6ad432bad21</EventOptionKey> <Prices> <EventOptionPrice> <EarlyRegistrationPrice>1</EarlyRegistrationPrice> <EventOptionKey>d5c11713-a76d-4498-954c-1034ee6c2d3c</EventOptionKey> <EventOptionPriceKey>7ab469b4-44da-4acf-825a-d4f95203ede5</EventOptionPriceKey> <LateRegistrationPrice>4</LateRegistrationPrice> <RegistrantClass> <IsActive>true</IsActive> <IsDefaultMember>true</IsDefaultMember> <IsDefaultNonMember>true</IsDefaultNonMember> <Priority>4</Priority> <RegistrantClassDescription>sample string 5</RegistrantClassDescription> <RegistrantClassKey>6c7b5811-8dee-40f7-8594-97a8d833fdcf</RegistrantClassKey> <RegistrantClassName>sample string 7</RegistrantClassName> <SecurityGroupDescription>sample string 10</SecurityGroupDescription> <SecurityGroupKey>652b5ba6-10f3-4bad-b91f-3c53247a8b26</SecurityGroupKey> <SecurityGroupName>sample string 9</SecurityGroupName> </RegistrantClass> <RegularRegistrationPrice>5</RegularRegistrationPrice> </EventOptionPrice> <EventOptionPrice> <EarlyRegistrationPrice>1</EarlyRegistrationPrice> <EventOptionKey>d5c11713-a76d-4498-954c-1034ee6c2d3c</EventOptionKey> <EventOptionPriceKey>7ab469b4-44da-4acf-825a-d4f95203ede5</EventOptionPriceKey> <LateRegistrationPrice>4</LateRegistrationPrice> <RegistrantClass> <IsActive>true</IsActive> <IsDefaultMember>true</IsDefaultMember> <IsDefaultNonMember>true</IsDefaultNonMember> <Priority>4</Priority> <RegistrantClassDescription>sample string 5</RegistrantClassDescription> <RegistrantClassKey>6c7b5811-8dee-40f7-8594-97a8d833fdcf</RegistrantClassKey> <RegistrantClassName>sample string 7</RegistrantClassName> <SecurityGroupDescription>sample string 10</SecurityGroupDescription> <SecurityGroupKey>652b5ba6-10f3-4bad-b91f-3c53247a8b26</SecurityGroupKey> <SecurityGroupName>sample string 9</SecurityGroupName> </RegistrantClass> <RegularRegistrationPrice>5</RegularRegistrationPrice> </EventOptionPrice> </Prices> </EventOption> </RegistrationOptions> <RegistrationProcessOption>30</RegistrationProcessOption> <RegularRegistrationDate>2021-01-15T09:59:24.6508292-05:00</RegularRegistrationDate> <RegularRegistrationEndDate>2021-01-15T09:59:24.6508292-05:00</RegularRegistrationEndDate> <RequireAttendanceToVote>true</RequireAttendanceToVote> <SearchResultsDisplayType>18</SearchResultsDisplayType> <Sessions> <EventSession> <CECredits>6</CECredits> <CategoryKey>1416b66a-feaf-4721-b4a7-ba8467357774</CategoryKey> <CategoryName>sample string 4</CategoryName> <CategorySortOrder>5</CategorySortOrder> <CreatedByContactKey>2164faa9-c7fe-4b89-8e13-b0a9bb3d8682</CreatedByContactKey> <CreatedOn>2021-01-15T09:59:24.6508292-05:00</CreatedOn> <Description>sample string 9</Description> <EarlyRegistrationPrice>10</EarlyRegistrationPrice> <EndDateTime>2021-01-15T09:59:24.6508292-05:00</EndDateTime> <EndDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</EndDateTimeUTC> <ICalendarData>sample string 13</ICalendarData> <IsActive>true</IsActive> <IsDefault>true</IsDefault> <IsDisplayed>true</IsDisplayed> <IsLoggingEnabled>true</IsLoggingEnabled> <IsRequired>true</IsRequired> <IsSession>true</IsSession> <LateRegistrationPrice>20</LateRegistrationPrice> <LegacyOptionKey>sample string 21</LegacyOptionKey> <Location>sample string 22</Location> <MaximumRegistrants>23</MaximumRegistrants> <PriceTypeCode>24</PriceTypeCode> <RegistrantCount>25</RegistrantCount> <RegularRegistrationPrice>26</RegularRegistrationPrice> <SortOrder>27</SortOrder> <StartDateTime>2021-01-15T09:59:24.6508292-05:00</StartDateTime> <StartDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</StartDateTimeUTC> <Title>sample string 30</Title> <UpdatedByContactKey>e0e0050b-aeb5-4394-901d-ced70da49595</UpdatedByContactKey> <UpdatedOn>2021-01-15T09:59:24.6508292-05:00</UpdatedOn> <EventSessionCategoryKey>2c0677f3-b6e8-4c4c-b3aa-acdbe1cfbe90</EventSessionCategoryKey> <EventSessionKey>a8e28db1-4008-497b-935b-9e9454cf4c83</EventSessionKey> <Presenters> <EventPresenter> <Bio>sample string 1</Bio> <Contact xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <d7p1:AMSDirectoryOptOut>true</d7p1:AMSDirectoryOptOut> <d7p1:Addresses> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> </d7p1:Addresses> <d7p1:AgreedToTermsDateTime>2021-01-15T09:59:24.6508292-05:00</d7p1:AgreedToTermsDateTime> <d7p1:CompanyLegacyContactKey>sample string 35</d7p1:CompanyLegacyContactKey> <d7p1:CompanyName>sample string 13</d7p1:CompanyName> <d7p1:CompanyTitle>sample string 14</d7p1:CompanyTitle> <d7p1:ContactKey>625d3047-c7dc-4cfa-a9f6-b89bee2baa63</d7p1:ContactKey> <d7p1:ContactStatusCode>sample string 9</d7p1:ContactStatusCode> <d7p1:Demographics> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> </d7p1:Demographics> <d7p1:Designation>sample string 16</d7p1:Designation> <d7p1:DisplayName>sample string 7</d7p1:DisplayName> <d7p1:EducationEntries> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> </d7p1:EducationEntries> <d7p1:EmailAddress>sample string 8</d7p1:EmailAddress> <d7p1:FirstName>sample string 5</d7p1:FirstName> <d7p1:HLContactMeOptOut>true</d7p1:HLContactMeOptOut> <d7p1:HLDirectoryOptOut>true</d7p1:HLDirectoryOptOut> <d7p1:InformalName>sample string 18</d7p1:InformalName> <d7p1:IsCompany>true</d7p1:IsCompany> <d7p1:IsMember>true</d7p1:IsMember> <d7p1:LargePictureUrl>sample string 3</d7p1:LargePictureUrl> <d7p1:LastName>sample string 6</d7p1:LastName> <d7p1:LegacyContactKey>sample string 17</d7p1:LegacyContactKey> <d7p1:LinkToProfile>sample string 1</d7p1:LinkToProfile> <d7p1:LinkToVolunteerProfile>sample string 40</d7p1:LinkToVolunteerProfile> <d7p1:MaidenName>sample string 31</d7p1:MaidenName> <d7p1:MemberAwardKey>b97fc927-1cfa-46c9-a557-8d6be7634e32</d7p1:MemberAwardKey> <d7p1:MemberId>sample string 30</d7p1:MemberId> <d7p1:MiddleName>sample string 33</d7p1:MiddleName> <d7p1:Phone1>sample string 19</d7p1:Phone1> <d7p1:Phone1Type>sample string 20</d7p1:Phone1Type> <d7p1:Phone2>sample string 21</d7p1:Phone2> <d7p1:Phone2Type>sample string 22</d7p1:Phone2Type> <d7p1:Phone3>sample string 23</d7p1:Phone3> <d7p1:Phone3Type>sample string 24</d7p1:Phone3Type> <d7p1:Phone4>sample string 25</d7p1:Phone4> <d7p1:Phone4Type>sample string 26</d7p1:Phone4Type> <d7p1:PictureUrl>sample string 2</d7p1:PictureUrl> <d7p1:PrefixCode>sample string 10</d7p1:PrefixCode> <d7p1:PrimarySecurityGroupKey>29901513-2f3b-47b1-8849-55e29f9ed3b5</d7p1:PrimarySecurityGroupKey> <d7p1:Profile> <d7p1:Certifications>sample string 1</d7p1:Certifications> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:Expertise>sample string 3</d7p1:Expertise> <d7p1:ForwardComments>true</d7p1:ForwardComments> <d7p1:ForwardCommunityInvitations>true</d7p1:ForwardCommunityInvitations> <d7p1:ForwardContactRequests>true</d7p1:ForwardContactRequests> <d7p1:ForwardMessages>true</d7p1:ForwardMessages> <d7p1:Groups>sample string 8</d7p1:Groups> <d7p1:ImageHeight>9</d7p1:ImageHeight> <d7p1:ImageWidth>10</d7p1:ImageWidth> <d7p1:Interests>sample string 11</d7p1:Interests> <d7p1:IsSpeaker>true</d7p1:IsSpeaker> <d7p1:NotificationEmailAddress>sample string 13</d7p1:NotificationEmailAddress> </d7p1:Profile> <d7p1:SuffixCode>sample string 15</d7p1:SuffixCode> <d7p1:UnreadMessageCount>39</d7p1:UnreadMessageCount> <d7p1:UpdatedByContactKey>3985e572-ff6d-4964-8cac-87de4266af2e</d7p1:UpdatedByContactKey> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> <d7p1:WebsiteUrl>sample string 27</d7p1:WebsiteUrl> <d7p1:WorkHistory> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> </d7p1:WorkHistory> </Contact> <ExternalPresenterRef xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 13</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>ExternalPresenterRefKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">273faa15-2d33-4373-9ed1-5712393c7ad4</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Prefix</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>FirstName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>LastName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>JobTitle</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>CompanyName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Bio</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PictureUrl</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_Bio>sample string 7</d7p1:_Bio> <d7p1:_CompanyName>sample string 6</d7p1:_CompanyName> <d7p1:_ExternalPresenterRefKey>f8b71133-32fc-472f-9980-679c9b64e574</d7p1:_ExternalPresenterRefKey> <d7p1:_FirstName>sample string 3</d7p1:_FirstName> <d7p1:_JobTitle>sample string 5</d7p1:_JobTitle> <d7p1:_LastName>sample string 4</d7p1:_LastName> <d7p1:_PictureUrl>sample string 8</d7p1:_PictureUrl> <d7p1:_Prefix>sample string 2</d7p1:_Prefix> </_dataObject> </ExternalPresenterRef> <PresenterInfoLabel>sample string 4</PresenterInfoLabel> <PresenterInfoTitle>sample string 5</PresenterInfoTitle> <PresenterInfoUrl>sample string 3</PresenterInfoUrl> <PresenterProfileUrl>sample string 2</PresenterProfileUrl> <PresenterRole xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 10</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">1452b3e8-fda1-4ab0-84e4-75c6e9bbe5a8</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleDescription</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>SortOrder</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:int">0</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>IsActive</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:boolean">false</d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_IsActive>true</d7p1:_IsActive> <d7p1:_PresenterRoleDescription>sample string 3</d7p1:_PresenterRoleDescription> <d7p1:_PresenterRoleKey>64fbc334-3d9f-4348-ae62-9a19927d7d8a</d7p1:_PresenterRoleKey> <d7p1:_PresenterRoleName>sample string 2</d7p1:_PresenterRoleName> <d7p1:_SortOrder>4</d7p1:_SortOrder> </_dataObject> </PresenterRole> </EventPresenter> <EventPresenter> <Bio>sample string 1</Bio> <Contact xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <d7p1:AMSDirectoryOptOut>true</d7p1:AMSDirectoryOptOut> <d7p1:Addresses> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> </d7p1:Addresses> <d7p1:AgreedToTermsDateTime>2021-01-15T09:59:24.6508292-05:00</d7p1:AgreedToTermsDateTime> <d7p1:CompanyLegacyContactKey>sample string 35</d7p1:CompanyLegacyContactKey> <d7p1:CompanyName>sample string 13</d7p1:CompanyName> <d7p1:CompanyTitle>sample string 14</d7p1:CompanyTitle> <d7p1:ContactKey>625d3047-c7dc-4cfa-a9f6-b89bee2baa63</d7p1:ContactKey> <d7p1:ContactStatusCode>sample string 9</d7p1:ContactStatusCode> <d7p1:Demographics> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> </d7p1:Demographics> <d7p1:Designation>sample string 16</d7p1:Designation> <d7p1:DisplayName>sample string 7</d7p1:DisplayName> <d7p1:EducationEntries> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> </d7p1:EducationEntries> <d7p1:EmailAddress>sample string 8</d7p1:EmailAddress> <d7p1:FirstName>sample string 5</d7p1:FirstName> <d7p1:HLContactMeOptOut>true</d7p1:HLContactMeOptOut> <d7p1:HLDirectoryOptOut>true</d7p1:HLDirectoryOptOut> <d7p1:InformalName>sample string 18</d7p1:InformalName> <d7p1:IsCompany>true</d7p1:IsCompany> <d7p1:IsMember>true</d7p1:IsMember> <d7p1:LargePictureUrl>sample string 3</d7p1:LargePictureUrl> <d7p1:LastName>sample string 6</d7p1:LastName> <d7p1:LegacyContactKey>sample string 17</d7p1:LegacyContactKey> <d7p1:LinkToProfile>sample string 1</d7p1:LinkToProfile> <d7p1:LinkToVolunteerProfile>sample string 40</d7p1:LinkToVolunteerProfile> <d7p1:MaidenName>sample string 31</d7p1:MaidenName> <d7p1:MemberAwardKey>b97fc927-1cfa-46c9-a557-8d6be7634e32</d7p1:MemberAwardKey> <d7p1:MemberId>sample string 30</d7p1:MemberId> <d7p1:MiddleName>sample string 33</d7p1:MiddleName> <d7p1:Phone1>sample string 19</d7p1:Phone1> <d7p1:Phone1Type>sample string 20</d7p1:Phone1Type> <d7p1:Phone2>sample string 21</d7p1:Phone2> <d7p1:Phone2Type>sample string 22</d7p1:Phone2Type> <d7p1:Phone3>sample string 23</d7p1:Phone3> <d7p1:Phone3Type>sample string 24</d7p1:Phone3Type> <d7p1:Phone4>sample string 25</d7p1:Phone4> <d7p1:Phone4Type>sample string 26</d7p1:Phone4Type> <d7p1:PictureUrl>sample string 2</d7p1:PictureUrl> <d7p1:PrefixCode>sample string 10</d7p1:PrefixCode> <d7p1:PrimarySecurityGroupKey>29901513-2f3b-47b1-8849-55e29f9ed3b5</d7p1:PrimarySecurityGroupKey> <d7p1:Profile> <d7p1:Certifications>sample string 1</d7p1:Certifications> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:Expertise>sample string 3</d7p1:Expertise> <d7p1:ForwardComments>true</d7p1:ForwardComments> <d7p1:ForwardCommunityInvitations>true</d7p1:ForwardCommunityInvitations> <d7p1:ForwardContactRequests>true</d7p1:ForwardContactRequests> <d7p1:ForwardMessages>true</d7p1:ForwardMessages> <d7p1:Groups>sample string 8</d7p1:Groups> <d7p1:ImageHeight>9</d7p1:ImageHeight> <d7p1:ImageWidth>10</d7p1:ImageWidth> <d7p1:Interests>sample string 11</d7p1:Interests> <d7p1:IsSpeaker>true</d7p1:IsSpeaker> <d7p1:NotificationEmailAddress>sample string 13</d7p1:NotificationEmailAddress> </d7p1:Profile> <d7p1:SuffixCode>sample string 15</d7p1:SuffixCode> <d7p1:UnreadMessageCount>39</d7p1:UnreadMessageCount> <d7p1:UpdatedByContactKey>3985e572-ff6d-4964-8cac-87de4266af2e</d7p1:UpdatedByContactKey> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> <d7p1:WebsiteUrl>sample string 27</d7p1:WebsiteUrl> <d7p1:WorkHistory> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> </d7p1:WorkHistory> </Contact> <ExternalPresenterRef xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 13</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>ExternalPresenterRefKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">273faa15-2d33-4373-9ed1-5712393c7ad4</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Prefix</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>FirstName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>LastName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>JobTitle</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>CompanyName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Bio</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PictureUrl</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_Bio>sample string 7</d7p1:_Bio> <d7p1:_CompanyName>sample string 6</d7p1:_CompanyName> <d7p1:_ExternalPresenterRefKey>f8b71133-32fc-472f-9980-679c9b64e574</d7p1:_ExternalPresenterRefKey> <d7p1:_FirstName>sample string 3</d7p1:_FirstName> <d7p1:_JobTitle>sample string 5</d7p1:_JobTitle> <d7p1:_LastName>sample string 4</d7p1:_LastName> <d7p1:_PictureUrl>sample string 8</d7p1:_PictureUrl> <d7p1:_Prefix>sample string 2</d7p1:_Prefix> </_dataObject> </ExternalPresenterRef> <PresenterInfoLabel>sample string 4</PresenterInfoLabel> <PresenterInfoTitle>sample string 5</PresenterInfoTitle> <PresenterInfoUrl>sample string 3</PresenterInfoUrl> <PresenterProfileUrl>sample string 2</PresenterProfileUrl> <PresenterRole xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 10</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">1452b3e8-fda1-4ab0-84e4-75c6e9bbe5a8</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleDescription</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>SortOrder</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:int">0</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>IsActive</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:boolean">false</d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_IsActive>true</d7p1:_IsActive> <d7p1:_PresenterRoleDescription>sample string 3</d7p1:_PresenterRoleDescription> <d7p1:_PresenterRoleKey>64fbc334-3d9f-4348-ae62-9a19927d7d8a</d7p1:_PresenterRoleKey> <d7p1:_PresenterRoleName>sample string 2</d7p1:_PresenterRoleName> <d7p1:_SortOrder>4</d7p1:_SortOrder> </_dataObject> </PresenterRole> </EventPresenter> </Presenters> </EventSession> <EventSession> <CECredits>6</CECredits> <CategoryKey>1416b66a-feaf-4721-b4a7-ba8467357774</CategoryKey> <CategoryName>sample string 4</CategoryName> <CategorySortOrder>5</CategorySortOrder> <CreatedByContactKey>2164faa9-c7fe-4b89-8e13-b0a9bb3d8682</CreatedByContactKey> <CreatedOn>2021-01-15T09:59:24.6508292-05:00</CreatedOn> <Description>sample string 9</Description> <EarlyRegistrationPrice>10</EarlyRegistrationPrice> <EndDateTime>2021-01-15T09:59:24.6508292-05:00</EndDateTime> <EndDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</EndDateTimeUTC> <ICalendarData>sample string 13</ICalendarData> <IsActive>true</IsActive> <IsDefault>true</IsDefault> <IsDisplayed>true</IsDisplayed> <IsLoggingEnabled>true</IsLoggingEnabled> <IsRequired>true</IsRequired> <IsSession>true</IsSession> <LateRegistrationPrice>20</LateRegistrationPrice> <LegacyOptionKey>sample string 21</LegacyOptionKey> <Location>sample string 22</Location> <MaximumRegistrants>23</MaximumRegistrants> <PriceTypeCode>24</PriceTypeCode> <RegistrantCount>25</RegistrantCount> <RegularRegistrationPrice>26</RegularRegistrationPrice> <SortOrder>27</SortOrder> <StartDateTime>2021-01-15T09:59:24.6508292-05:00</StartDateTime> <StartDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</StartDateTimeUTC> <Title>sample string 30</Title> <UpdatedByContactKey>e0e0050b-aeb5-4394-901d-ced70da49595</UpdatedByContactKey> <UpdatedOn>2021-01-15T09:59:24.6508292-05:00</UpdatedOn> <EventSessionCategoryKey>2c0677f3-b6e8-4c4c-b3aa-acdbe1cfbe90</EventSessionCategoryKey> <EventSessionKey>a8e28db1-4008-497b-935b-9e9454cf4c83</EventSessionKey> <Presenters> <EventPresenter> <Bio>sample string 1</Bio> <Contact xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <d7p1:AMSDirectoryOptOut>true</d7p1:AMSDirectoryOptOut> <d7p1:Addresses> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> </d7p1:Addresses> <d7p1:AgreedToTermsDateTime>2021-01-15T09:59:24.6508292-05:00</d7p1:AgreedToTermsDateTime> <d7p1:CompanyLegacyContactKey>sample string 35</d7p1:CompanyLegacyContactKey> <d7p1:CompanyName>sample string 13</d7p1:CompanyName> <d7p1:CompanyTitle>sample string 14</d7p1:CompanyTitle> <d7p1:ContactKey>625d3047-c7dc-4cfa-a9f6-b89bee2baa63</d7p1:ContactKey> <d7p1:ContactStatusCode>sample string 9</d7p1:ContactStatusCode> <d7p1:Demographics> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> </d7p1:Demographics> <d7p1:Designation>sample string 16</d7p1:Designation> <d7p1:DisplayName>sample string 7</d7p1:DisplayName> <d7p1:EducationEntries> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> </d7p1:EducationEntries> <d7p1:EmailAddress>sample string 8</d7p1:EmailAddress> <d7p1:FirstName>sample string 5</d7p1:FirstName> <d7p1:HLContactMeOptOut>true</d7p1:HLContactMeOptOut> <d7p1:HLDirectoryOptOut>true</d7p1:HLDirectoryOptOut> <d7p1:InformalName>sample string 18</d7p1:InformalName> <d7p1:IsCompany>true</d7p1:IsCompany> <d7p1:IsMember>true</d7p1:IsMember> <d7p1:LargePictureUrl>sample string 3</d7p1:LargePictureUrl> <d7p1:LastName>sample string 6</d7p1:LastName> <d7p1:LegacyContactKey>sample string 17</d7p1:LegacyContactKey> <d7p1:LinkToProfile>sample string 1</d7p1:LinkToProfile> <d7p1:LinkToVolunteerProfile>sample string 40</d7p1:LinkToVolunteerProfile> <d7p1:MaidenName>sample string 31</d7p1:MaidenName> <d7p1:MemberAwardKey>b97fc927-1cfa-46c9-a557-8d6be7634e32</d7p1:MemberAwardKey> <d7p1:MemberId>sample string 30</d7p1:MemberId> <d7p1:MiddleName>sample string 33</d7p1:MiddleName> <d7p1:Phone1>sample string 19</d7p1:Phone1> <d7p1:Phone1Type>sample string 20</d7p1:Phone1Type> <d7p1:Phone2>sample string 21</d7p1:Phone2> <d7p1:Phone2Type>sample string 22</d7p1:Phone2Type> <d7p1:Phone3>sample string 23</d7p1:Phone3> <d7p1:Phone3Type>sample string 24</d7p1:Phone3Type> <d7p1:Phone4>sample string 25</d7p1:Phone4> <d7p1:Phone4Type>sample string 26</d7p1:Phone4Type> <d7p1:PictureUrl>sample string 2</d7p1:PictureUrl> <d7p1:PrefixCode>sample string 10</d7p1:PrefixCode> <d7p1:PrimarySecurityGroupKey>29901513-2f3b-47b1-8849-55e29f9ed3b5</d7p1:PrimarySecurityGroupKey> <d7p1:Profile> <d7p1:Certifications>sample string 1</d7p1:Certifications> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:Expertise>sample string 3</d7p1:Expertise> <d7p1:ForwardComments>true</d7p1:ForwardComments> <d7p1:ForwardCommunityInvitations>true</d7p1:ForwardCommunityInvitations> <d7p1:ForwardContactRequests>true</d7p1:ForwardContactRequests> <d7p1:ForwardMessages>true</d7p1:ForwardMessages> <d7p1:Groups>sample string 8</d7p1:Groups> <d7p1:ImageHeight>9</d7p1:ImageHeight> <d7p1:ImageWidth>10</d7p1:ImageWidth> <d7p1:Interests>sample string 11</d7p1:Interests> <d7p1:IsSpeaker>true</d7p1:IsSpeaker> <d7p1:NotificationEmailAddress>sample string 13</d7p1:NotificationEmailAddress> </d7p1:Profile> <d7p1:SuffixCode>sample string 15</d7p1:SuffixCode> <d7p1:UnreadMessageCount>39</d7p1:UnreadMessageCount> <d7p1:UpdatedByContactKey>3985e572-ff6d-4964-8cac-87de4266af2e</d7p1:UpdatedByContactKey> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> <d7p1:WebsiteUrl>sample string 27</d7p1:WebsiteUrl> <d7p1:WorkHistory> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> </d7p1:WorkHistory> </Contact> <ExternalPresenterRef xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 13</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>ExternalPresenterRefKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">273faa15-2d33-4373-9ed1-5712393c7ad4</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Prefix</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>FirstName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>LastName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>JobTitle</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>CompanyName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Bio</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PictureUrl</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_Bio>sample string 7</d7p1:_Bio> <d7p1:_CompanyName>sample string 6</d7p1:_CompanyName> <d7p1:_ExternalPresenterRefKey>f8b71133-32fc-472f-9980-679c9b64e574</d7p1:_ExternalPresenterRefKey> <d7p1:_FirstName>sample string 3</d7p1:_FirstName> <d7p1:_JobTitle>sample string 5</d7p1:_JobTitle> <d7p1:_LastName>sample string 4</d7p1:_LastName> <d7p1:_PictureUrl>sample string 8</d7p1:_PictureUrl> <d7p1:_Prefix>sample string 2</d7p1:_Prefix> </_dataObject> </ExternalPresenterRef> <PresenterInfoLabel>sample string 4</PresenterInfoLabel> <PresenterInfoTitle>sample string 5</PresenterInfoTitle> <PresenterInfoUrl>sample string 3</PresenterInfoUrl> <PresenterProfileUrl>sample string 2</PresenterProfileUrl> <PresenterRole xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 10</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">1452b3e8-fda1-4ab0-84e4-75c6e9bbe5a8</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleDescription</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>SortOrder</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:int">0</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>IsActive</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:boolean">false</d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_IsActive>true</d7p1:_IsActive> <d7p1:_PresenterRoleDescription>sample string 3</d7p1:_PresenterRoleDescription> <d7p1:_PresenterRoleKey>64fbc334-3d9f-4348-ae62-9a19927d7d8a</d7p1:_PresenterRoleKey> <d7p1:_PresenterRoleName>sample string 2</d7p1:_PresenterRoleName> <d7p1:_SortOrder>4</d7p1:_SortOrder> </_dataObject> </PresenterRole> </EventPresenter> <EventPresenter> <Bio>sample string 1</Bio> <Contact xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <d7p1:AMSDirectoryOptOut>true</d7p1:AMSDirectoryOptOut> <d7p1:Addresses> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> </d7p1:Addresses> <d7p1:AgreedToTermsDateTime>2021-01-15T09:59:24.6508292-05:00</d7p1:AgreedToTermsDateTime> <d7p1:CompanyLegacyContactKey>sample string 35</d7p1:CompanyLegacyContactKey> <d7p1:CompanyName>sample string 13</d7p1:CompanyName> <d7p1:CompanyTitle>sample string 14</d7p1:CompanyTitle> <d7p1:ContactKey>625d3047-c7dc-4cfa-a9f6-b89bee2baa63</d7p1:ContactKey> <d7p1:ContactStatusCode>sample string 9</d7p1:ContactStatusCode> <d7p1:Demographics> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> </d7p1:Demographics> <d7p1:Designation>sample string 16</d7p1:Designation> <d7p1:DisplayName>sample string 7</d7p1:DisplayName> <d7p1:EducationEntries> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> </d7p1:EducationEntries> <d7p1:EmailAddress>sample string 8</d7p1:EmailAddress> <d7p1:FirstName>sample string 5</d7p1:FirstName> <d7p1:HLContactMeOptOut>true</d7p1:HLContactMeOptOut> <d7p1:HLDirectoryOptOut>true</d7p1:HLDirectoryOptOut> <d7p1:InformalName>sample string 18</d7p1:InformalName> <d7p1:IsCompany>true</d7p1:IsCompany> <d7p1:IsMember>true</d7p1:IsMember> <d7p1:LargePictureUrl>sample string 3</d7p1:LargePictureUrl> <d7p1:LastName>sample string 6</d7p1:LastName> <d7p1:LegacyContactKey>sample string 17</d7p1:LegacyContactKey> <d7p1:LinkToProfile>sample string 1</d7p1:LinkToProfile> <d7p1:LinkToVolunteerProfile>sample string 40</d7p1:LinkToVolunteerProfile> <d7p1:MaidenName>sample string 31</d7p1:MaidenName> <d7p1:MemberAwardKey>b97fc927-1cfa-46c9-a557-8d6be7634e32</d7p1:MemberAwardKey> <d7p1:MemberId>sample string 30</d7p1:MemberId> <d7p1:MiddleName>sample string 33</d7p1:MiddleName> <d7p1:Phone1>sample string 19</d7p1:Phone1> <d7p1:Phone1Type>sample string 20</d7p1:Phone1Type> <d7p1:Phone2>sample string 21</d7p1:Phone2> <d7p1:Phone2Type>sample string 22</d7p1:Phone2Type> <d7p1:Phone3>sample string 23</d7p1:Phone3> <d7p1:Phone3Type>sample string 24</d7p1:Phone3Type> <d7p1:Phone4>sample string 25</d7p1:Phone4> <d7p1:Phone4Type>sample string 26</d7p1:Phone4Type> <d7p1:PictureUrl>sample string 2</d7p1:PictureUrl> <d7p1:PrefixCode>sample string 10</d7p1:PrefixCode> <d7p1:PrimarySecurityGroupKey>29901513-2f3b-47b1-8849-55e29f9ed3b5</d7p1:PrimarySecurityGroupKey> <d7p1:Profile> <d7p1:Certifications>sample string 1</d7p1:Certifications> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:Expertise>sample string 3</d7p1:Expertise> <d7p1:ForwardComments>true</d7p1:ForwardComments> <d7p1:ForwardCommunityInvitations>true</d7p1:ForwardCommunityInvitations> <d7p1:ForwardContactRequests>true</d7p1:ForwardContactRequests> <d7p1:ForwardMessages>true</d7p1:ForwardMessages> <d7p1:Groups>sample string 8</d7p1:Groups> <d7p1:ImageHeight>9</d7p1:ImageHeight> <d7p1:ImageWidth>10</d7p1:ImageWidth> <d7p1:Interests>sample string 11</d7p1:Interests> <d7p1:IsSpeaker>true</d7p1:IsSpeaker> <d7p1:NotificationEmailAddress>sample string 13</d7p1:NotificationEmailAddress> </d7p1:Profile> <d7p1:SuffixCode>sample string 15</d7p1:SuffixCode> <d7p1:UnreadMessageCount>39</d7p1:UnreadMessageCount> <d7p1:UpdatedByContactKey>3985e572-ff6d-4964-8cac-87de4266af2e</d7p1:UpdatedByContactKey> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> <d7p1:WebsiteUrl>sample string 27</d7p1:WebsiteUrl> <d7p1:WorkHistory> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> </d7p1:WorkHistory> </Contact> <ExternalPresenterRef xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 13</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>ExternalPresenterRefKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">273faa15-2d33-4373-9ed1-5712393c7ad4</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Prefix</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>FirstName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>LastName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>JobTitle</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>CompanyName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Bio</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PictureUrl</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_Bio>sample string 7</d7p1:_Bio> <d7p1:_CompanyName>sample string 6</d7p1:_CompanyName> <d7p1:_ExternalPresenterRefKey>f8b71133-32fc-472f-9980-679c9b64e574</d7p1:_ExternalPresenterRefKey> <d7p1:_FirstName>sample string 3</d7p1:_FirstName> <d7p1:_JobTitle>sample string 5</d7p1:_JobTitle> <d7p1:_LastName>sample string 4</d7p1:_LastName> <d7p1:_PictureUrl>sample string 8</d7p1:_PictureUrl> <d7p1:_Prefix>sample string 2</d7p1:_Prefix> </_dataObject> </ExternalPresenterRef> <PresenterInfoLabel>sample string 4</PresenterInfoLabel> <PresenterInfoTitle>sample string 5</PresenterInfoTitle> <PresenterInfoUrl>sample string 3</PresenterInfoUrl> <PresenterProfileUrl>sample string 2</PresenterProfileUrl> <PresenterRole xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 10</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">1452b3e8-fda1-4ab0-84e4-75c6e9bbe5a8</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleDescription</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>SortOrder</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:int">0</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>IsActive</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:boolean">false</d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_IsActive>true</d7p1:_IsActive> <d7p1:_PresenterRoleDescription>sample string 3</d7p1:_PresenterRoleDescription> <d7p1:_PresenterRoleKey>64fbc334-3d9f-4348-ae62-9a19927d7d8a</d7p1:_PresenterRoleKey> <d7p1:_PresenterRoleName>sample string 2</d7p1:_PresenterRoleName> <d7p1:_SortOrder>4</d7p1:_SortOrder> </_dataObject> </PresenterRole> </EventPresenter> </Presenters> </EventSession> </Sessions> <ShortTitle>sample string 7</ShortTitle> <ShowPriceDetails>true</ShowPriceDetails> <SpecialInstructions>true</SpecialInstructions> <SpecialInstructionsLabelText>sample string 35</SpecialInstructionsLabelText> <StartDateTime>2021-01-15T09:59:24.6508292-05:00</StartDateTime> <StartDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</StartDateTimeUTC> <SuppressOptionDisplay>true</SuppressOptionDisplay> <SuppressSessionDisplay>true</SuppressSessionDisplay> <TimeZone xmlns:d3p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <d3p1:Abbreviation>sample string 6</d3p1:Abbreviation> <d3p1:GMTOffsetMinutes>3</d3p1:GMTOffsetMinutes> <d3p1:IsDaylightSavings>true</d3p1:IsDaylightSavings> <d3p1:TimeZoneDesc>sample string 2</d3p1:TimeZoneDesc> <d3p1:TimeZoneId>sample string 7</d3p1:TimeZoneId> <d3p1:TimeZoneKey>3d3bab17-d122-4fa6-8820-ca8ba13c0c51</d3p1:TimeZoneKey> <d3p1:WindowsId>sample string 5</d3p1:WindowsId> </TimeZone> <TimeZoneKey>3b88368b-2fa2-422b-b73c-2723d8489f42</TimeZoneKey> <UpdatedByUser>sample string 65</UpdatedByUser> <UpdatedByUserKey>93a05b51-c818-4b32-a509-1c7634d614da</UpdatedByUserKey> <UpdatedOn>2021-01-15T09:59:24.6508292-05:00</UpdatedOn> <UseBadgeName>true</UseBadgeName> <UseDisabilityOrSpecial>true</UseDisabilityOrSpecial> <UseForm>true</UseForm> </Event> <Event> <Address xmlns:d3p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <d3p1:Address1>sample string 1</d3p1:Address1> <d3p1:Address2>sample string 2</d3p1:Address2> <d3p1:Address3>sample string 3</d3p1:Address3> <d3p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d3p1:AddressKey> <d3p1:AddressType>sample string 5</d3p1:AddressType> <d3p1:City>sample string 6</d3p1:City> <d3p1:CityStateCounty>sample string 7</d3p1:CityStateCounty> <d3p1:CityStateCountyCountry>sample string 8</d3p1:CityStateCountyCountry> <d3p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d3p1:ContactKey> <d3p1:CountryCode>sample string 10</d3p1:CountryCode> <d3p1:CountryName>sample string 11</d3p1:CountryName> <d3p1:County>sample string 12</d3p1:County> <d3p1:EmailAddress>sample string 13</d3p1:EmailAddress> <d3p1:FormattedAddress>sample string 14</d3p1:FormattedAddress> <d3p1:FormattedAddressOneLine>sample string 15</d3p1:FormattedAddressOneLine> <d3p1:FormattedAddressText>sample string 16</d3p1:FormattedAddressText> <d3p1:IsListCityState>true</d3p1:IsListCityState> <d3p1:IsLoggingEnabled>true</d3p1:IsLoggingEnabled> <d3p1:IsNew>true</d3p1:IsNew> <d3p1:IsPreferredBill>true</d3p1:IsPreferredBill> <d3p1:IsPreferredList>true</d3p1:IsPreferredList> <d3p1:IsPreferredMail>true</d3p1:IsPreferredMail> <d3p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d3p1:ItemCreatedOn> <d3p1:ItemEntityName>sample string 24</d3p1:ItemEntityName> <d3p1:ItemName>sample string 25</d3p1:ItemName> <d3p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d3p1:ItemOwnerContactKey> <d3p1:Latitude>27</d3p1:Latitude> <d3p1:LegacyAddressKey>sample string 28</d3p1:LegacyAddressKey> <d3p1:Longitude>29</d3p1:Longitude> <d3p1:NearText>sample string 30</d3p1:NearText> <d3p1:Phone1>sample string 31</d3p1:Phone1> <d3p1:Phone1Type>sample string 32</d3p1:Phone1Type> <d3p1:Phone2>sample string 33</d3p1:Phone2> <d3p1:Phone2Type>sample string 34</d3p1:Phone2Type> <d3p1:Phone3>sample string 35</d3p1:Phone3> <d3p1:Phone3Type>sample string 36</d3p1:Phone3Type> <d3p1:Phone4>sample string 37</d3p1:Phone4> <d3p1:Phone4Type>sample string 38</d3p1:Phone4Type> <d3p1:PostalCode>sample string 39</d3p1:PostalCode> <d3p1:Region>sample string 40</d3p1:Region> <d3p1:StateProvinceCode>sample string 41</d3p1:StateProvinceCode> <d3p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d3p1:TimeZoneKey> <d3p1:Town>sample string 43</d3p1:Town> <d3p1:TownOrCity>sample string 44</d3p1:TownOrCity> </Address> <ArchiveDateTime>2021-01-15T09:59:24.6508292-05:00</ArchiveDateTime> <AttendedInd>sample string 69</AttendedInd> <Community xmlns:d3p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <d3p1:AllowMemberCreatedEvents>true</d3p1:AllowMemberCreatedEvents> <d3p1:AllowTickets>true</d3p1:AllowTickets> <d3p1:CanMembersInviteOthers>true</d3p1:CanMembersInviteOthers> <d3p1:CommunityKey>511a7d88-d04d-44a2-8dc2-9bce7424198f</d3p1:CommunityKey> <d3p1:CommunityName>sample string 6</d3p1:CommunityName> <d3p1:CommunitySize>7</d3p1:CommunitySize> <d3p1:CommunityType>sample string 8</d3p1:CommunityType> <d3p1:CommunityTypeKey>4a691f3b-a363-4c36-a4c5-8f79cc8a276e</d3p1:CommunityTypeKey> <d3p1:CommunityTypeName>sample string 10</d3p1:CommunityTypeName> <d3p1:CreatedByContact> <d3p1:AMSDirectoryOptOut>true</d3p1:AMSDirectoryOptOut> <d3p1:AgreedToTermsDateTime>2021-01-15T09:59:24.6508292-05:00</d3p1:AgreedToTermsDateTime> <d3p1:CompanyLegacyContactKey>sample string 20</d3p1:CompanyLegacyContactKey> <d3p1:CompanyName>sample string 12</d3p1:CompanyName> <d3p1:CompanyTitle>sample string 13</d3p1:CompanyTitle> <d3p1:ContactKey>b7216af8-e3c9-4442-8412-254152aadb71</d3p1:ContactKey> <d3p1:ContactStatusCode>sample string 8</d3p1:ContactStatusCode> <d3p1:Designation>sample string 15</d3p1:Designation> <d3p1:DisplayName>sample string 6</d3p1:DisplayName> <d3p1:EmailAddress>sample string 7</d3p1:EmailAddress> <d3p1:FirstName>sample string 4</d3p1:FirstName> <d3p1:HLContactMeOptOut>true</d3p1:HLContactMeOptOut> <d3p1:HLDirectoryOptOut>true</d3p1:HLDirectoryOptOut> <d3p1:InformalName>sample string 17</d3p1:InformalName> <d3p1:IsCompany>true</d3p1:IsCompany> <d3p1:LargePictureUrl>sample string 24</d3p1:LargePictureUrl> <d3p1:LastName>sample string 5</d3p1:LastName> <d3p1:LegacyContactKey>sample string 16</d3p1:LegacyContactKey> <d3p1:LinkToProfile>sample string 1</d3p1:LinkToProfile> <d3p1:MiddleName>sample string 18</d3p1:MiddleName> <d3p1:PictureUrl>sample string 2</d3p1:PictureUrl> <d3p1:PrefixCode>sample string 9</d3p1:PrefixCode> <d3p1:SuffixCode>sample string 14</d3p1:SuffixCode> <d3p1:UpdatedByContactKey>cb55e962-f054-4d00-93c1-4b4d3b4b87d5</d3p1:UpdatedByContactKey> <d3p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d3p1:UpdatedOn> </d3p1:CreatedByContact> <d3p1:CreatedByContactKey>dd343a72-1935-449e-b393-b6612a3b5ba3</d3p1:CreatedByContactKey> <d3p1:CreatedOn>2021-01-15T09:59:24.6508292-05:00</d3p1:CreatedOn> <d3p1:Description>sample string 13</d3p1:Description> <d3p1:DiscussionKey>28d088ab-04d0-4f7f-a85a-abf5b9c74023</d3p1:DiscussionKey> <d3p1:DiscussionName>sample string 26</d3p1:DiscussionName> <d3p1:Html>sample string 14</d3p1:Html> <d3p1:IntegrationKey>sample string 30</d3p1:IntegrationKey> <d3p1:IntegrationTypeKey>sample string 31</d3p1:IntegrationTypeKey> <d3p1:IsOnCommunitySync>true</d3p1:IsOnCommunitySync> <d3p1:IsSubscribedToDiscussion>true</d3p1:IsSubscribedToDiscussion> <d3p1:JoinPermissionKey>a6e23884-170b-42c9-b27a-003caa487149</d3p1:JoinPermissionKey> <d3p1:LegacyGroupKey>sample string 5</d3p1:LegacyGroupKey> <d3p1:LibraryKey>a9b6d079-f036-45de-994f-ea72fc5a72d0</d3p1:LibraryKey> <d3p1:LibraryName>sample string 19</d3p1:LibraryName> <d3p1:LinkToCommunity>sample string 20</d3p1:LinkToCommunity> <d3p1:LinkToCommunityCalendar>sample string 21</d3p1:LinkToCommunityCalendar> <d3p1:LinkToDiscussion>sample string 22</d3p1:LinkToDiscussion> <d3p1:LinkToLibrary>sample string 23</d3p1:LinkToLibrary> <d3p1:LinkToWebsite>sample string 24</d3p1:LinkToWebsite> <d3p1:MicrositeGroupKey>28d4e111-f95c-4838-aac6-b94a7b76d33e</d3p1:MicrositeGroupKey> <d3p1:SiteName>sample string 28</d3p1:SiteName> <d3p1:Statistics> <d3p1:BlogCount>1</d3p1:BlogCount> <d3p1:CurrentYearAnnouncementCount>5</d3p1:CurrentYearAnnouncementCount> <d3p1:CurrentYearEventCount>6</d3p1:CurrentYearEventCount> <d3p1:DiscussionPostCount>4</d3p1:DiscussionPostCount> <d3p1:DocumentCount>2</d3p1:DocumentCount> <d3p1:LastAnnouncementUpdatedOnDate>2021-01-15T09:59:24.6508292-05:00</d3p1:LastAnnouncementUpdatedOnDate> <d3p1:LastBlogPublishedDate>2021-01-15T09:59:24.6508292-05:00</d3p1:LastBlogPublishedDate> <d3p1:LastDocumentUpdatedDate>2021-01-15T09:59:24.6508292-05:00</d3p1:LastDocumentUpdatedDate> <d3p1:LastEventUpdatedOnDate>2021-01-15T09:59:24.6508292-05:00</d3p1:LastEventUpdatedOnDate> <d3p1:LastMemberJoinedDate>2021-01-15T09:59:24.6508292-05:00</d3p1:LastMemberJoinedDate> <d3p1:LastPostingDate>2021-01-15T09:59:24.6508292-05:00</d3p1:LastPostingDate> <d3p1:MaxActivityDate>2021-01-15T09:59:24.6508292-05:00</d3p1:MaxActivityDate> <d3p1:MemberCount>3</d3p1:MemberCount> <d3p1:MinActivityDate>2021-01-15T09:59:24.6508292-05:00</d3p1:MinActivityDate> </d3p1:Statistics> <d3p1:ViewPermissionKey>6197a59a-c76a-4c80-9f71-eb2325d47353</d3p1:ViewPermissionKey> </Community> <CommunityKey>4b24b1e0-1402-4a07-9315-f8e37041acba</CommunityKey> <ConfirmationEmailText>sample string 43</ConfirmationEmailText> <ContactEmail>sample string 23</ContactEmail> <ContactFirstLast>sample string 21</ContactFirstLast> <ContactFirstName>sample string 20</ContactFirstName> <ContactKey>e91532bb-2f0d-4354-aa75-1a083a09f4fc</ContactKey> <ContactLastName>sample string 22</ContactLastName> <ContactPhone>sample string 24</ContactPhone> <CreatedByUser>sample string 62</CreatedByUser> <CreatedByUserKey>76c60316-4afb-47e5-88c4-82b32cb46ff2</CreatedByUserKey> <CreatedOn>2021-01-15T09:59:24.6508292-05:00</CreatedOn> <CurrencyType xmlns:d3p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <d3p1:CurrencyCode>sample string 1</d3p1:CurrencyCode> <d3p1:CurrencyName>sample string 2</d3p1:CurrencyName> <d3p1:CurrencySymbol>sample string 3</d3p1:CurrencySymbol> </CurrencyType> <DetailURL>sample string 44</DetailURL> <DialInInstructions>sample string 3</DialInInstructions> <EarlyRegistrationDate>2021-01-15T09:59:24.6508292-05:00</EarlyRegistrationDate> <EndDateTime>2021-01-15T09:59:24.6508292-05:00</EndDateTime> <EndDateTimeCalculated>2021-01-15T09:59:24.6508292-05:00</EndDateTimeCalculated> <EndDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</EndDateTimeUTC> <EventDescription>sample string 25</EventDescription> <EventKey>b9b68b7a-b07a-4bf5-a7ae-9484b6f364c1</EventKey> <EventListDisplayType>17</EventListDisplayType> <EventTitle>sample string 6</EventTitle> <EventType> <AcceptOfflinePayment>true</AcceptOfflinePayment> <AcceptPayment>true</AcceptPayment> <AddEditScreenDescription>sample string 21</AddEditScreenDescription> <AllowCommunityAdminToUse>true</AllowCommunityAdminToUse> <AllowCommunityMemberToUse>true</AllowCommunityMemberToUse> <AllowCredits>true</AllowCredits> <AllowEarlyRegistrationRate>true</AllowEarlyRegistrationRate> <AllowEventLogo>true</AllowEventLogo> <AllowEventVisibilityChanges>true</AllowEventVisibilityChanges> <AllowLateRegistrationRate>true</AllowLateRegistrationRate> <AllowMemberNonMemberPricing>true</AllowMemberNonMemberPricing> <AllowMultiDay>true</AllowMultiDay> <AllowMultiPricesByDate>true</AllowMultiPricesByDate> <AllowMultiPricesByRegistrantClass>true</AllowMultiPricesByRegistrantClass> <AllowMultiPricesByRegistrantType>true</AllowMultiPricesByRegistrantType> <AllowMultipleOptions>true</AllowMultipleOptions> <AllowMultipleRegistrations>true</AllowMultipleRegistrations> <AllowMultipleSessions>true</AllowMultipleSessions> <AllowNonMemberRegistration>true</AllowNonMemberRegistration> <AllowOnlinePhone>true</AllowOnlinePhone> <AllowPhysicalAddress>true</AllowPhysicalAddress> <AllowPublicUserRegistration>true</AllowPublicUserRegistration> <AllowRegistration>true</AllowRegistration> <AllowSameSelections>true</AllowSameSelections> <EventTypeDescription>sample string 3</EventTypeDescription> <EventTypeKey>103d4280-5a1c-4b22-86fa-23f4d40e7dc5</EventTypeKey> <EventTypeName>sample string 2</EventTypeName> <HasPaymentProvider>true</HasPaymentProvider> <IsActive>true</IsActive> <RegistrationProcessOption>33</RegistrationProcessOption> <ShowAddEditScreenDescription>true</ShowAddEditScreenDescription> <SuppressOptionDisplay>true</SuppressOptionDisplay> <SuppressSessionDisplay>true</SuppressSessionDisplay> </EventType> <EventTypeKey>d4656b06-339e-4a81-be7d-786fbd2cf34e</EventTypeKey> <EventTypeName>sample string 45</EventTypeName> <EventURL>sample string 4</EventURL> <FormatedDateRange>sample string 46</FormatedDateRange> <FormatedDateRangeLong>sample string 47</FormatedDateRangeLong> <FormatedDateRangeLongMonth>sample string 48</FormatedDateRangeLongMonth> <FormatedDateRangeYear>sample string 49</FormatedDateRangeYear> <HasPricing>true</HasPricing> <ICalendarData>sample string 51</ICalendarData> <IsAcceptingRegistrations>true</IsAcceptingRegistrations> <IsActive>true</IsActive> <IsReadyForRegistration>true</IsReadyForRegistration> <LateRegistrationEndDate>2021-01-15T09:59:24.6508292-05:00</LateRegistrationEndDate> <LegacyEventKey>sample string 42</LegacyEventKey> <LinkToEventDetails>sample string 55</LinkToEventDetails> <LoginInstructions>sample string 5</LoginInstructions> <MemberFee>56</MemberFee> <NonMemberFee>57</NonMemberFee> <ParticipationType>2</ParticipationType> <PictureFileName>sample string 26</PictureFileName> <PictureHeight>28</PictureHeight> <PictureUrl>sample string 27</PictureUrl> <PictureWidth>29</PictureWidth> <RegRedirectURL>sample string 31</RegRedirectURL> <RegThankyouMessage>sample string 59</RegThankyouMessage> <RegistrantCount>58</RegistrantCount> <RegistrationOptions> <EventOption> <CECredits>6</CECredits> <CategoryKey>20f263be-7398-4c72-aa98-48f189da239f</CategoryKey> <CategoryName>sample string 4</CategoryName> <CategorySortOrder>5</CategorySortOrder> <CreatedByContactKey>4b2fde14-18f3-4b1d-b0fa-7f57c7005fa5</CreatedByContactKey> <CreatedOn>2021-01-15T09:59:24.6508292-05:00</CreatedOn> <Description>sample string 9</Description> <EarlyRegistrationPrice>10</EarlyRegistrationPrice> <EndDateTime>2021-01-15T09:59:24.6508292-05:00</EndDateTime> <EndDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</EndDateTimeUTC> <ICalendarData>sample string 13</ICalendarData> <IsActive>true</IsActive> <IsDefault>true</IsDefault> <IsDisplayed>true</IsDisplayed> <IsLoggingEnabled>true</IsLoggingEnabled> <IsRequired>true</IsRequired> <IsSession>true</IsSession> <LateRegistrationPrice>20</LateRegistrationPrice> <LegacyOptionKey>sample string 21</LegacyOptionKey> <Location>sample string 22</Location> <MaximumRegistrants>23</MaximumRegistrants> <PriceTypeCode>24</PriceTypeCode> <RegistrantCount>25</RegistrantCount> <RegularRegistrationPrice>26</RegularRegistrationPrice> <SortOrder>27</SortOrder> <StartDateTime>2021-01-15T09:59:24.6508292-05:00</StartDateTime> <StartDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</StartDateTimeUTC> <Title>sample string 30</Title> <UpdatedByContactKey>5927ebef-3bdc-48d9-89c1-ed59691c3290</UpdatedByContactKey> <UpdatedOn>2021-01-15T09:59:24.6508292-05:00</UpdatedOn> <EventOptionCategoryKey>73b40492-53a2-49d3-9558-36793358eb4e</EventOptionCategoryKey> <EventOptionKey>e6f36d93-6265-4da2-a993-b6ad432bad21</EventOptionKey> <Prices> <EventOptionPrice> <EarlyRegistrationPrice>1</EarlyRegistrationPrice> <EventOptionKey>d5c11713-a76d-4498-954c-1034ee6c2d3c</EventOptionKey> <EventOptionPriceKey>7ab469b4-44da-4acf-825a-d4f95203ede5</EventOptionPriceKey> <LateRegistrationPrice>4</LateRegistrationPrice> <RegistrantClass> <IsActive>true</IsActive> <IsDefaultMember>true</IsDefaultMember> <IsDefaultNonMember>true</IsDefaultNonMember> <Priority>4</Priority> <RegistrantClassDescription>sample string 5</RegistrantClassDescription> <RegistrantClassKey>6c7b5811-8dee-40f7-8594-97a8d833fdcf</RegistrantClassKey> <RegistrantClassName>sample string 7</RegistrantClassName> <SecurityGroupDescription>sample string 10</SecurityGroupDescription> <SecurityGroupKey>652b5ba6-10f3-4bad-b91f-3c53247a8b26</SecurityGroupKey> <SecurityGroupName>sample string 9</SecurityGroupName> </RegistrantClass> <RegularRegistrationPrice>5</RegularRegistrationPrice> </EventOptionPrice> <EventOptionPrice> <EarlyRegistrationPrice>1</EarlyRegistrationPrice> <EventOptionKey>d5c11713-a76d-4498-954c-1034ee6c2d3c</EventOptionKey> <EventOptionPriceKey>7ab469b4-44da-4acf-825a-d4f95203ede5</EventOptionPriceKey> <LateRegistrationPrice>4</LateRegistrationPrice> <RegistrantClass> <IsActive>true</IsActive> <IsDefaultMember>true</IsDefaultMember> <IsDefaultNonMember>true</IsDefaultNonMember> <Priority>4</Priority> <RegistrantClassDescription>sample string 5</RegistrantClassDescription> <RegistrantClassKey>6c7b5811-8dee-40f7-8594-97a8d833fdcf</RegistrantClassKey> <RegistrantClassName>sample string 7</RegistrantClassName> <SecurityGroupDescription>sample string 10</SecurityGroupDescription> <SecurityGroupKey>652b5ba6-10f3-4bad-b91f-3c53247a8b26</SecurityGroupKey> <SecurityGroupName>sample string 9</SecurityGroupName> </RegistrantClass> <RegularRegistrationPrice>5</RegularRegistrationPrice> </EventOptionPrice> </Prices> </EventOption> <EventOption> <CECredits>6</CECredits> <CategoryKey>20f263be-7398-4c72-aa98-48f189da239f</CategoryKey> <CategoryName>sample string 4</CategoryName> <CategorySortOrder>5</CategorySortOrder> <CreatedByContactKey>4b2fde14-18f3-4b1d-b0fa-7f57c7005fa5</CreatedByContactKey> <CreatedOn>2021-01-15T09:59:24.6508292-05:00</CreatedOn> <Description>sample string 9</Description> <EarlyRegistrationPrice>10</EarlyRegistrationPrice> <EndDateTime>2021-01-15T09:59:24.6508292-05:00</EndDateTime> <EndDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</EndDateTimeUTC> <ICalendarData>sample string 13</ICalendarData> <IsActive>true</IsActive> <IsDefault>true</IsDefault> <IsDisplayed>true</IsDisplayed> <IsLoggingEnabled>true</IsLoggingEnabled> <IsRequired>true</IsRequired> <IsSession>true</IsSession> <LateRegistrationPrice>20</LateRegistrationPrice> <LegacyOptionKey>sample string 21</LegacyOptionKey> <Location>sample string 22</Location> <MaximumRegistrants>23</MaximumRegistrants> <PriceTypeCode>24</PriceTypeCode> <RegistrantCount>25</RegistrantCount> <RegularRegistrationPrice>26</RegularRegistrationPrice> <SortOrder>27</SortOrder> <StartDateTime>2021-01-15T09:59:24.6508292-05:00</StartDateTime> <StartDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</StartDateTimeUTC> <Title>sample string 30</Title> <UpdatedByContactKey>5927ebef-3bdc-48d9-89c1-ed59691c3290</UpdatedByContactKey> <UpdatedOn>2021-01-15T09:59:24.6508292-05:00</UpdatedOn> <EventOptionCategoryKey>73b40492-53a2-49d3-9558-36793358eb4e</EventOptionCategoryKey> <EventOptionKey>e6f36d93-6265-4da2-a993-b6ad432bad21</EventOptionKey> <Prices> <EventOptionPrice> <EarlyRegistrationPrice>1</EarlyRegistrationPrice> <EventOptionKey>d5c11713-a76d-4498-954c-1034ee6c2d3c</EventOptionKey> <EventOptionPriceKey>7ab469b4-44da-4acf-825a-d4f95203ede5</EventOptionPriceKey> <LateRegistrationPrice>4</LateRegistrationPrice> <RegistrantClass> <IsActive>true</IsActive> <IsDefaultMember>true</IsDefaultMember> <IsDefaultNonMember>true</IsDefaultNonMember> <Priority>4</Priority> <RegistrantClassDescription>sample string 5</RegistrantClassDescription> <RegistrantClassKey>6c7b5811-8dee-40f7-8594-97a8d833fdcf</RegistrantClassKey> <RegistrantClassName>sample string 7</RegistrantClassName> <SecurityGroupDescription>sample string 10</SecurityGroupDescription> <SecurityGroupKey>652b5ba6-10f3-4bad-b91f-3c53247a8b26</SecurityGroupKey> <SecurityGroupName>sample string 9</SecurityGroupName> </RegistrantClass> <RegularRegistrationPrice>5</RegularRegistrationPrice> </EventOptionPrice> <EventOptionPrice> <EarlyRegistrationPrice>1</EarlyRegistrationPrice> <EventOptionKey>d5c11713-a76d-4498-954c-1034ee6c2d3c</EventOptionKey> <EventOptionPriceKey>7ab469b4-44da-4acf-825a-d4f95203ede5</EventOptionPriceKey> <LateRegistrationPrice>4</LateRegistrationPrice> <RegistrantClass> <IsActive>true</IsActive> <IsDefaultMember>true</IsDefaultMember> <IsDefaultNonMember>true</IsDefaultNonMember> <Priority>4</Priority> <RegistrantClassDescription>sample string 5</RegistrantClassDescription> <RegistrantClassKey>6c7b5811-8dee-40f7-8594-97a8d833fdcf</RegistrantClassKey> <RegistrantClassName>sample string 7</RegistrantClassName> <SecurityGroupDescription>sample string 10</SecurityGroupDescription> <SecurityGroupKey>652b5ba6-10f3-4bad-b91f-3c53247a8b26</SecurityGroupKey> <SecurityGroupName>sample string 9</SecurityGroupName> </RegistrantClass> <RegularRegistrationPrice>5</RegularRegistrationPrice> </EventOptionPrice> </Prices> </EventOption> </RegistrationOptions> <RegistrationProcessOption>30</RegistrationProcessOption> <RegularRegistrationDate>2021-01-15T09:59:24.6508292-05:00</RegularRegistrationDate> <RegularRegistrationEndDate>2021-01-15T09:59:24.6508292-05:00</RegularRegistrationEndDate> <RequireAttendanceToVote>true</RequireAttendanceToVote> <SearchResultsDisplayType>18</SearchResultsDisplayType> <Sessions> <EventSession> <CECredits>6</CECredits> <CategoryKey>1416b66a-feaf-4721-b4a7-ba8467357774</CategoryKey> <CategoryName>sample string 4</CategoryName> <CategorySortOrder>5</CategorySortOrder> <CreatedByContactKey>2164faa9-c7fe-4b89-8e13-b0a9bb3d8682</CreatedByContactKey> <CreatedOn>2021-01-15T09:59:24.6508292-05:00</CreatedOn> <Description>sample string 9</Description> <EarlyRegistrationPrice>10</EarlyRegistrationPrice> <EndDateTime>2021-01-15T09:59:24.6508292-05:00</EndDateTime> <EndDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</EndDateTimeUTC> <ICalendarData>sample string 13</ICalendarData> <IsActive>true</IsActive> <IsDefault>true</IsDefault> <IsDisplayed>true</IsDisplayed> <IsLoggingEnabled>true</IsLoggingEnabled> <IsRequired>true</IsRequired> <IsSession>true</IsSession> <LateRegistrationPrice>20</LateRegistrationPrice> <LegacyOptionKey>sample string 21</LegacyOptionKey> <Location>sample string 22</Location> <MaximumRegistrants>23</MaximumRegistrants> <PriceTypeCode>24</PriceTypeCode> <RegistrantCount>25</RegistrantCount> <RegularRegistrationPrice>26</RegularRegistrationPrice> <SortOrder>27</SortOrder> <StartDateTime>2021-01-15T09:59:24.6508292-05:00</StartDateTime> <StartDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</StartDateTimeUTC> <Title>sample string 30</Title> <UpdatedByContactKey>e0e0050b-aeb5-4394-901d-ced70da49595</UpdatedByContactKey> <UpdatedOn>2021-01-15T09:59:24.6508292-05:00</UpdatedOn> <EventSessionCategoryKey>2c0677f3-b6e8-4c4c-b3aa-acdbe1cfbe90</EventSessionCategoryKey> <EventSessionKey>a8e28db1-4008-497b-935b-9e9454cf4c83</EventSessionKey> <Presenters> <EventPresenter> <Bio>sample string 1</Bio> <Contact xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <d7p1:AMSDirectoryOptOut>true</d7p1:AMSDirectoryOptOut> <d7p1:Addresses> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> </d7p1:Addresses> <d7p1:AgreedToTermsDateTime>2021-01-15T09:59:24.6508292-05:00</d7p1:AgreedToTermsDateTime> <d7p1:CompanyLegacyContactKey>sample string 35</d7p1:CompanyLegacyContactKey> <d7p1:CompanyName>sample string 13</d7p1:CompanyName> <d7p1:CompanyTitle>sample string 14</d7p1:CompanyTitle> <d7p1:ContactKey>625d3047-c7dc-4cfa-a9f6-b89bee2baa63</d7p1:ContactKey> <d7p1:ContactStatusCode>sample string 9</d7p1:ContactStatusCode> <d7p1:Demographics> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> </d7p1:Demographics> <d7p1:Designation>sample string 16</d7p1:Designation> <d7p1:DisplayName>sample string 7</d7p1:DisplayName> <d7p1:EducationEntries> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> </d7p1:EducationEntries> <d7p1:EmailAddress>sample string 8</d7p1:EmailAddress> <d7p1:FirstName>sample string 5</d7p1:FirstName> <d7p1:HLContactMeOptOut>true</d7p1:HLContactMeOptOut> <d7p1:HLDirectoryOptOut>true</d7p1:HLDirectoryOptOut> <d7p1:InformalName>sample string 18</d7p1:InformalName> <d7p1:IsCompany>true</d7p1:IsCompany> <d7p1:IsMember>true</d7p1:IsMember> <d7p1:LargePictureUrl>sample string 3</d7p1:LargePictureUrl> <d7p1:LastName>sample string 6</d7p1:LastName> <d7p1:LegacyContactKey>sample string 17</d7p1:LegacyContactKey> <d7p1:LinkToProfile>sample string 1</d7p1:LinkToProfile> <d7p1:LinkToVolunteerProfile>sample string 40</d7p1:LinkToVolunteerProfile> <d7p1:MaidenName>sample string 31</d7p1:MaidenName> <d7p1:MemberAwardKey>b97fc927-1cfa-46c9-a557-8d6be7634e32</d7p1:MemberAwardKey> <d7p1:MemberId>sample string 30</d7p1:MemberId> <d7p1:MiddleName>sample string 33</d7p1:MiddleName> <d7p1:Phone1>sample string 19</d7p1:Phone1> <d7p1:Phone1Type>sample string 20</d7p1:Phone1Type> <d7p1:Phone2>sample string 21</d7p1:Phone2> <d7p1:Phone2Type>sample string 22</d7p1:Phone2Type> <d7p1:Phone3>sample string 23</d7p1:Phone3> <d7p1:Phone3Type>sample string 24</d7p1:Phone3Type> <d7p1:Phone4>sample string 25</d7p1:Phone4> <d7p1:Phone4Type>sample string 26</d7p1:Phone4Type> <d7p1:PictureUrl>sample string 2</d7p1:PictureUrl> <d7p1:PrefixCode>sample string 10</d7p1:PrefixCode> <d7p1:PrimarySecurityGroupKey>29901513-2f3b-47b1-8849-55e29f9ed3b5</d7p1:PrimarySecurityGroupKey> <d7p1:Profile> <d7p1:Certifications>sample string 1</d7p1:Certifications> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:Expertise>sample string 3</d7p1:Expertise> <d7p1:ForwardComments>true</d7p1:ForwardComments> <d7p1:ForwardCommunityInvitations>true</d7p1:ForwardCommunityInvitations> <d7p1:ForwardContactRequests>true</d7p1:ForwardContactRequests> <d7p1:ForwardMessages>true</d7p1:ForwardMessages> <d7p1:Groups>sample string 8</d7p1:Groups> <d7p1:ImageHeight>9</d7p1:ImageHeight> <d7p1:ImageWidth>10</d7p1:ImageWidth> <d7p1:Interests>sample string 11</d7p1:Interests> <d7p1:IsSpeaker>true</d7p1:IsSpeaker> <d7p1:NotificationEmailAddress>sample string 13</d7p1:NotificationEmailAddress> </d7p1:Profile> <d7p1:SuffixCode>sample string 15</d7p1:SuffixCode> <d7p1:UnreadMessageCount>39</d7p1:UnreadMessageCount> <d7p1:UpdatedByContactKey>3985e572-ff6d-4964-8cac-87de4266af2e</d7p1:UpdatedByContactKey> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> <d7p1:WebsiteUrl>sample string 27</d7p1:WebsiteUrl> <d7p1:WorkHistory> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> </d7p1:WorkHistory> </Contact> <ExternalPresenterRef xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 13</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>ExternalPresenterRefKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">273faa15-2d33-4373-9ed1-5712393c7ad4</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Prefix</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>FirstName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>LastName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>JobTitle</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>CompanyName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Bio</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PictureUrl</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_Bio>sample string 7</d7p1:_Bio> <d7p1:_CompanyName>sample string 6</d7p1:_CompanyName> <d7p1:_ExternalPresenterRefKey>f8b71133-32fc-472f-9980-679c9b64e574</d7p1:_ExternalPresenterRefKey> <d7p1:_FirstName>sample string 3</d7p1:_FirstName> <d7p1:_JobTitle>sample string 5</d7p1:_JobTitle> <d7p1:_LastName>sample string 4</d7p1:_LastName> <d7p1:_PictureUrl>sample string 8</d7p1:_PictureUrl> <d7p1:_Prefix>sample string 2</d7p1:_Prefix> </_dataObject> </ExternalPresenterRef> <PresenterInfoLabel>sample string 4</PresenterInfoLabel> <PresenterInfoTitle>sample string 5</PresenterInfoTitle> <PresenterInfoUrl>sample string 3</PresenterInfoUrl> <PresenterProfileUrl>sample string 2</PresenterProfileUrl> <PresenterRole xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 10</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">1452b3e8-fda1-4ab0-84e4-75c6e9bbe5a8</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleDescription</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>SortOrder</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:int">0</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>IsActive</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:boolean">false</d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_IsActive>true</d7p1:_IsActive> <d7p1:_PresenterRoleDescription>sample string 3</d7p1:_PresenterRoleDescription> <d7p1:_PresenterRoleKey>64fbc334-3d9f-4348-ae62-9a19927d7d8a</d7p1:_PresenterRoleKey> <d7p1:_PresenterRoleName>sample string 2</d7p1:_PresenterRoleName> <d7p1:_SortOrder>4</d7p1:_SortOrder> </_dataObject> </PresenterRole> </EventPresenter> <EventPresenter> <Bio>sample string 1</Bio> <Contact xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <d7p1:AMSDirectoryOptOut>true</d7p1:AMSDirectoryOptOut> <d7p1:Addresses> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> </d7p1:Addresses> <d7p1:AgreedToTermsDateTime>2021-01-15T09:59:24.6508292-05:00</d7p1:AgreedToTermsDateTime> <d7p1:CompanyLegacyContactKey>sample string 35</d7p1:CompanyLegacyContactKey> <d7p1:CompanyName>sample string 13</d7p1:CompanyName> <d7p1:CompanyTitle>sample string 14</d7p1:CompanyTitle> <d7p1:ContactKey>625d3047-c7dc-4cfa-a9f6-b89bee2baa63</d7p1:ContactKey> <d7p1:ContactStatusCode>sample string 9</d7p1:ContactStatusCode> <d7p1:Demographics> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> </d7p1:Demographics> <d7p1:Designation>sample string 16</d7p1:Designation> <d7p1:DisplayName>sample string 7</d7p1:DisplayName> <d7p1:EducationEntries> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> </d7p1:EducationEntries> <d7p1:EmailAddress>sample string 8</d7p1:EmailAddress> <d7p1:FirstName>sample string 5</d7p1:FirstName> <d7p1:HLContactMeOptOut>true</d7p1:HLContactMeOptOut> <d7p1:HLDirectoryOptOut>true</d7p1:HLDirectoryOptOut> <d7p1:InformalName>sample string 18</d7p1:InformalName> <d7p1:IsCompany>true</d7p1:IsCompany> <d7p1:IsMember>true</d7p1:IsMember> <d7p1:LargePictureUrl>sample string 3</d7p1:LargePictureUrl> <d7p1:LastName>sample string 6</d7p1:LastName> <d7p1:LegacyContactKey>sample string 17</d7p1:LegacyContactKey> <d7p1:LinkToProfile>sample string 1</d7p1:LinkToProfile> <d7p1:LinkToVolunteerProfile>sample string 40</d7p1:LinkToVolunteerProfile> <d7p1:MaidenName>sample string 31</d7p1:MaidenName> <d7p1:MemberAwardKey>b97fc927-1cfa-46c9-a557-8d6be7634e32</d7p1:MemberAwardKey> <d7p1:MemberId>sample string 30</d7p1:MemberId> <d7p1:MiddleName>sample string 33</d7p1:MiddleName> <d7p1:Phone1>sample string 19</d7p1:Phone1> <d7p1:Phone1Type>sample string 20</d7p1:Phone1Type> <d7p1:Phone2>sample string 21</d7p1:Phone2> <d7p1:Phone2Type>sample string 22</d7p1:Phone2Type> <d7p1:Phone3>sample string 23</d7p1:Phone3> <d7p1:Phone3Type>sample string 24</d7p1:Phone3Type> <d7p1:Phone4>sample string 25</d7p1:Phone4> <d7p1:Phone4Type>sample string 26</d7p1:Phone4Type> <d7p1:PictureUrl>sample string 2</d7p1:PictureUrl> <d7p1:PrefixCode>sample string 10</d7p1:PrefixCode> <d7p1:PrimarySecurityGroupKey>29901513-2f3b-47b1-8849-55e29f9ed3b5</d7p1:PrimarySecurityGroupKey> <d7p1:Profile> <d7p1:Certifications>sample string 1</d7p1:Certifications> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:Expertise>sample string 3</d7p1:Expertise> <d7p1:ForwardComments>true</d7p1:ForwardComments> <d7p1:ForwardCommunityInvitations>true</d7p1:ForwardCommunityInvitations> <d7p1:ForwardContactRequests>true</d7p1:ForwardContactRequests> <d7p1:ForwardMessages>true</d7p1:ForwardMessages> <d7p1:Groups>sample string 8</d7p1:Groups> <d7p1:ImageHeight>9</d7p1:ImageHeight> <d7p1:ImageWidth>10</d7p1:ImageWidth> <d7p1:Interests>sample string 11</d7p1:Interests> <d7p1:IsSpeaker>true</d7p1:IsSpeaker> <d7p1:NotificationEmailAddress>sample string 13</d7p1:NotificationEmailAddress> </d7p1:Profile> <d7p1:SuffixCode>sample string 15</d7p1:SuffixCode> <d7p1:UnreadMessageCount>39</d7p1:UnreadMessageCount> <d7p1:UpdatedByContactKey>3985e572-ff6d-4964-8cac-87de4266af2e</d7p1:UpdatedByContactKey> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> <d7p1:WebsiteUrl>sample string 27</d7p1:WebsiteUrl> <d7p1:WorkHistory> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> </d7p1:WorkHistory> </Contact> <ExternalPresenterRef xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 13</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>ExternalPresenterRefKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">273faa15-2d33-4373-9ed1-5712393c7ad4</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Prefix</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>FirstName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>LastName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>JobTitle</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>CompanyName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Bio</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PictureUrl</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_Bio>sample string 7</d7p1:_Bio> <d7p1:_CompanyName>sample string 6</d7p1:_CompanyName> <d7p1:_ExternalPresenterRefKey>f8b71133-32fc-472f-9980-679c9b64e574</d7p1:_ExternalPresenterRefKey> <d7p1:_FirstName>sample string 3</d7p1:_FirstName> <d7p1:_JobTitle>sample string 5</d7p1:_JobTitle> <d7p1:_LastName>sample string 4</d7p1:_LastName> <d7p1:_PictureUrl>sample string 8</d7p1:_PictureUrl> <d7p1:_Prefix>sample string 2</d7p1:_Prefix> </_dataObject> </ExternalPresenterRef> <PresenterInfoLabel>sample string 4</PresenterInfoLabel> <PresenterInfoTitle>sample string 5</PresenterInfoTitle> <PresenterInfoUrl>sample string 3</PresenterInfoUrl> <PresenterProfileUrl>sample string 2</PresenterProfileUrl> <PresenterRole xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 10</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">1452b3e8-fda1-4ab0-84e4-75c6e9bbe5a8</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleDescription</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>SortOrder</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:int">0</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>IsActive</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:boolean">false</d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_IsActive>true</d7p1:_IsActive> <d7p1:_PresenterRoleDescription>sample string 3</d7p1:_PresenterRoleDescription> <d7p1:_PresenterRoleKey>64fbc334-3d9f-4348-ae62-9a19927d7d8a</d7p1:_PresenterRoleKey> <d7p1:_PresenterRoleName>sample string 2</d7p1:_PresenterRoleName> <d7p1:_SortOrder>4</d7p1:_SortOrder> </_dataObject> </PresenterRole> </EventPresenter> </Presenters> </EventSession> <EventSession> <CECredits>6</CECredits> <CategoryKey>1416b66a-feaf-4721-b4a7-ba8467357774</CategoryKey> <CategoryName>sample string 4</CategoryName> <CategorySortOrder>5</CategorySortOrder> <CreatedByContactKey>2164faa9-c7fe-4b89-8e13-b0a9bb3d8682</CreatedByContactKey> <CreatedOn>2021-01-15T09:59:24.6508292-05:00</CreatedOn> <Description>sample string 9</Description> <EarlyRegistrationPrice>10</EarlyRegistrationPrice> <EndDateTime>2021-01-15T09:59:24.6508292-05:00</EndDateTime> <EndDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</EndDateTimeUTC> <ICalendarData>sample string 13</ICalendarData> <IsActive>true</IsActive> <IsDefault>true</IsDefault> <IsDisplayed>true</IsDisplayed> <IsLoggingEnabled>true</IsLoggingEnabled> <IsRequired>true</IsRequired> <IsSession>true</IsSession> <LateRegistrationPrice>20</LateRegistrationPrice> <LegacyOptionKey>sample string 21</LegacyOptionKey> <Location>sample string 22</Location> <MaximumRegistrants>23</MaximumRegistrants> <PriceTypeCode>24</PriceTypeCode> <RegistrantCount>25</RegistrantCount> <RegularRegistrationPrice>26</RegularRegistrationPrice> <SortOrder>27</SortOrder> <StartDateTime>2021-01-15T09:59:24.6508292-05:00</StartDateTime> <StartDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</StartDateTimeUTC> <Title>sample string 30</Title> <UpdatedByContactKey>e0e0050b-aeb5-4394-901d-ced70da49595</UpdatedByContactKey> <UpdatedOn>2021-01-15T09:59:24.6508292-05:00</UpdatedOn> <EventSessionCategoryKey>2c0677f3-b6e8-4c4c-b3aa-acdbe1cfbe90</EventSessionCategoryKey> <EventSessionKey>a8e28db1-4008-497b-935b-9e9454cf4c83</EventSessionKey> <Presenters> <EventPresenter> <Bio>sample string 1</Bio> <Contact xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <d7p1:AMSDirectoryOptOut>true</d7p1:AMSDirectoryOptOut> <d7p1:Addresses> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> </d7p1:Addresses> <d7p1:AgreedToTermsDateTime>2021-01-15T09:59:24.6508292-05:00</d7p1:AgreedToTermsDateTime> <d7p1:CompanyLegacyContactKey>sample string 35</d7p1:CompanyLegacyContactKey> <d7p1:CompanyName>sample string 13</d7p1:CompanyName> <d7p1:CompanyTitle>sample string 14</d7p1:CompanyTitle> <d7p1:ContactKey>625d3047-c7dc-4cfa-a9f6-b89bee2baa63</d7p1:ContactKey> <d7p1:ContactStatusCode>sample string 9</d7p1:ContactStatusCode> <d7p1:Demographics> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> </d7p1:Demographics> <d7p1:Designation>sample string 16</d7p1:Designation> <d7p1:DisplayName>sample string 7</d7p1:DisplayName> <d7p1:EducationEntries> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> </d7p1:EducationEntries> <d7p1:EmailAddress>sample string 8</d7p1:EmailAddress> <d7p1:FirstName>sample string 5</d7p1:FirstName> <d7p1:HLContactMeOptOut>true</d7p1:HLContactMeOptOut> <d7p1:HLDirectoryOptOut>true</d7p1:HLDirectoryOptOut> <d7p1:InformalName>sample string 18</d7p1:InformalName> <d7p1:IsCompany>true</d7p1:IsCompany> <d7p1:IsMember>true</d7p1:IsMember> <d7p1:LargePictureUrl>sample string 3</d7p1:LargePictureUrl> <d7p1:LastName>sample string 6</d7p1:LastName> <d7p1:LegacyContactKey>sample string 17</d7p1:LegacyContactKey> <d7p1:LinkToProfile>sample string 1</d7p1:LinkToProfile> <d7p1:LinkToVolunteerProfile>sample string 40</d7p1:LinkToVolunteerProfile> <d7p1:MaidenName>sample string 31</d7p1:MaidenName> <d7p1:MemberAwardKey>b97fc927-1cfa-46c9-a557-8d6be7634e32</d7p1:MemberAwardKey> <d7p1:MemberId>sample string 30</d7p1:MemberId> <d7p1:MiddleName>sample string 33</d7p1:MiddleName> <d7p1:Phone1>sample string 19</d7p1:Phone1> <d7p1:Phone1Type>sample string 20</d7p1:Phone1Type> <d7p1:Phone2>sample string 21</d7p1:Phone2> <d7p1:Phone2Type>sample string 22</d7p1:Phone2Type> <d7p1:Phone3>sample string 23</d7p1:Phone3> <d7p1:Phone3Type>sample string 24</d7p1:Phone3Type> <d7p1:Phone4>sample string 25</d7p1:Phone4> <d7p1:Phone4Type>sample string 26</d7p1:Phone4Type> <d7p1:PictureUrl>sample string 2</d7p1:PictureUrl> <d7p1:PrefixCode>sample string 10</d7p1:PrefixCode> <d7p1:PrimarySecurityGroupKey>29901513-2f3b-47b1-8849-55e29f9ed3b5</d7p1:PrimarySecurityGroupKey> <d7p1:Profile> <d7p1:Certifications>sample string 1</d7p1:Certifications> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:Expertise>sample string 3</d7p1:Expertise> <d7p1:ForwardComments>true</d7p1:ForwardComments> <d7p1:ForwardCommunityInvitations>true</d7p1:ForwardCommunityInvitations> <d7p1:ForwardContactRequests>true</d7p1:ForwardContactRequests> <d7p1:ForwardMessages>true</d7p1:ForwardMessages> <d7p1:Groups>sample string 8</d7p1:Groups> <d7p1:ImageHeight>9</d7p1:ImageHeight> <d7p1:ImageWidth>10</d7p1:ImageWidth> <d7p1:Interests>sample string 11</d7p1:Interests> <d7p1:IsSpeaker>true</d7p1:IsSpeaker> <d7p1:NotificationEmailAddress>sample string 13</d7p1:NotificationEmailAddress> </d7p1:Profile> <d7p1:SuffixCode>sample string 15</d7p1:SuffixCode> <d7p1:UnreadMessageCount>39</d7p1:UnreadMessageCount> <d7p1:UpdatedByContactKey>3985e572-ff6d-4964-8cac-87de4266af2e</d7p1:UpdatedByContactKey> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> <d7p1:WebsiteUrl>sample string 27</d7p1:WebsiteUrl> <d7p1:WorkHistory> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> </d7p1:WorkHistory> </Contact> <ExternalPresenterRef xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 13</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>ExternalPresenterRefKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">273faa15-2d33-4373-9ed1-5712393c7ad4</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Prefix</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>FirstName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>LastName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>JobTitle</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>CompanyName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Bio</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PictureUrl</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_Bio>sample string 7</d7p1:_Bio> <d7p1:_CompanyName>sample string 6</d7p1:_CompanyName> <d7p1:_ExternalPresenterRefKey>f8b71133-32fc-472f-9980-679c9b64e574</d7p1:_ExternalPresenterRefKey> <d7p1:_FirstName>sample string 3</d7p1:_FirstName> <d7p1:_JobTitle>sample string 5</d7p1:_JobTitle> <d7p1:_LastName>sample string 4</d7p1:_LastName> <d7p1:_PictureUrl>sample string 8</d7p1:_PictureUrl> <d7p1:_Prefix>sample string 2</d7p1:_Prefix> </_dataObject> </ExternalPresenterRef> <PresenterInfoLabel>sample string 4</PresenterInfoLabel> <PresenterInfoTitle>sample string 5</PresenterInfoTitle> <PresenterInfoUrl>sample string 3</PresenterInfoUrl> <PresenterProfileUrl>sample string 2</PresenterProfileUrl> <PresenterRole xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 10</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">1452b3e8-fda1-4ab0-84e4-75c6e9bbe5a8</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleDescription</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>SortOrder</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:int">0</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>IsActive</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:boolean">false</d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_IsActive>true</d7p1:_IsActive> <d7p1:_PresenterRoleDescription>sample string 3</d7p1:_PresenterRoleDescription> <d7p1:_PresenterRoleKey>64fbc334-3d9f-4348-ae62-9a19927d7d8a</d7p1:_PresenterRoleKey> <d7p1:_PresenterRoleName>sample string 2</d7p1:_PresenterRoleName> <d7p1:_SortOrder>4</d7p1:_SortOrder> </_dataObject> </PresenterRole> </EventPresenter> <EventPresenter> <Bio>sample string 1</Bio> <Contact xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise"> <d7p1:AMSDirectoryOptOut>true</d7p1:AMSDirectoryOptOut> <d7p1:Addresses> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> <d7p1:Address> <d7p1:Address1>sample string 1</d7p1:Address1> <d7p1:Address2>sample string 2</d7p1:Address2> <d7p1:Address3>sample string 3</d7p1:Address3> <d7p1:AddressKey>973441c9-99c6-4deb-be5d-5e205da7791d</d7p1:AddressKey> <d7p1:AddressType>sample string 5</d7p1:AddressType> <d7p1:City>sample string 6</d7p1:City> <d7p1:CityStateCounty>sample string 7</d7p1:CityStateCounty> <d7p1:CityStateCountyCountry>sample string 8</d7p1:CityStateCountyCountry> <d7p1:ContactKey>08f631b5-d8bc-45ca-be39-40246171420e</d7p1:ContactKey> <d7p1:CountryCode>sample string 10</d7p1:CountryCode> <d7p1:CountryName>sample string 11</d7p1:CountryName> <d7p1:County>sample string 12</d7p1:County> <d7p1:EmailAddress>sample string 13</d7p1:EmailAddress> <d7p1:FormattedAddress>sample string 14</d7p1:FormattedAddress> <d7p1:FormattedAddressOneLine>sample string 15</d7p1:FormattedAddressOneLine> <d7p1:FormattedAddressText>sample string 16</d7p1:FormattedAddressText> <d7p1:IsListCityState>true</d7p1:IsListCityState> <d7p1:IsLoggingEnabled>true</d7p1:IsLoggingEnabled> <d7p1:IsNew>true</d7p1:IsNew> <d7p1:IsPreferredBill>true</d7p1:IsPreferredBill> <d7p1:IsPreferredList>true</d7p1:IsPreferredList> <d7p1:IsPreferredMail>true</d7p1:IsPreferredMail> <d7p1:ItemCreatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:ItemCreatedOn> <d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName> <d7p1:ItemName>sample string 25</d7p1:ItemName> <d7p1:ItemOwnerContactKey>625bb52a-a2b1-47d2-9056-12e2c234f084</d7p1:ItemOwnerContactKey> <d7p1:Latitude>27</d7p1:Latitude> <d7p1:LegacyAddressKey>sample string 28</d7p1:LegacyAddressKey> <d7p1:Longitude>29</d7p1:Longitude> <d7p1:NearText>sample string 30</d7p1:NearText> <d7p1:Phone1>sample string 31</d7p1:Phone1> <d7p1:Phone1Type>sample string 32</d7p1:Phone1Type> <d7p1:Phone2>sample string 33</d7p1:Phone2> <d7p1:Phone2Type>sample string 34</d7p1:Phone2Type> <d7p1:Phone3>sample string 35</d7p1:Phone3> <d7p1:Phone3Type>sample string 36</d7p1:Phone3Type> <d7p1:Phone4>sample string 37</d7p1:Phone4> <d7p1:Phone4Type>sample string 38</d7p1:Phone4Type> <d7p1:PostalCode>sample string 39</d7p1:PostalCode> <d7p1:Region>sample string 40</d7p1:Region> <d7p1:StateProvinceCode>sample string 41</d7p1:StateProvinceCode> <d7p1:TimeZoneKey>f05627ae-96fb-4eb3-81c4-7fe4e6448c49</d7p1:TimeZoneKey> <d7p1:Town>sample string 43</d7p1:Town> <d7p1:TownOrCity>sample string 44</d7p1:TownOrCity> </d7p1:Address> </d7p1:Addresses> <d7p1:AgreedToTermsDateTime>2021-01-15T09:59:24.6508292-05:00</d7p1:AgreedToTermsDateTime> <d7p1:CompanyLegacyContactKey>sample string 35</d7p1:CompanyLegacyContactKey> <d7p1:CompanyName>sample string 13</d7p1:CompanyName> <d7p1:CompanyTitle>sample string 14</d7p1:CompanyTitle> <d7p1:ContactKey>625d3047-c7dc-4cfa-a9f6-b89bee2baa63</d7p1:ContactKey> <d7p1:ContactStatusCode>sample string 9</d7p1:ContactStatusCode> <d7p1:Demographics> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> <d7p1:Demographic> <d7p1:DemographicType>sample string 1</d7p1:DemographicType> <d7p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d10p1:string>sample string 1</d10p1:string> <d10p1:string>sample string 2</d10p1:string> </d7p1:Values> </d7p1:Demographic> </d7p1:Demographics> <d7p1:Designation>sample string 16</d7p1:Designation> <d7p1:DisplayName>sample string 7</d7p1:DisplayName> <d7p1:EducationEntries> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> <d7p1:Education> <d7p1:ActivitiesSocieties>sample string 1</d7p1:ActivitiesSocieties> <d7p1:Advisor>sample string 2</d7p1:Advisor> <d7p1:City>sample string 3</d7p1:City> <d7p1:CountryCode>sample string 4</d7p1:CountryCode> <d7p1:CountryName>sample string 5</d7p1:CountryName> <d7p1:Degree>sample string 6</d7p1:Degree> <d7p1:DegreeYear>7</d7p1:DegreeYear> <d7p1:Dissertation>sample string 8</d7p1:Dissertation> <d7p1:EducationKey>3af6892a-a547-46fb-81bd-92c2fd363d43</d7p1:EducationKey> <d7p1:FieldOfStudy>sample string 10</d7p1:FieldOfStudy> <d7p1:FromYear>11</d7p1:FromYear> <d7p1:IsHighestDegreeAttained>true</d7p1:IsHighestDegreeAttained> <d7p1:Notes>sample string 13</d7p1:Notes> <d7p1:SchoolName>sample string 14</d7p1:SchoolName> <d7p1:StateCode>sample string 15</d7p1:StateCode> <d7p1:StateName>sample string 16</d7p1:StateName> <d7p1:ToYear>17</d7p1:ToYear> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:Education> </d7p1:EducationEntries> <d7p1:EmailAddress>sample string 8</d7p1:EmailAddress> <d7p1:FirstName>sample string 5</d7p1:FirstName> <d7p1:HLContactMeOptOut>true</d7p1:HLContactMeOptOut> <d7p1:HLDirectoryOptOut>true</d7p1:HLDirectoryOptOut> <d7p1:InformalName>sample string 18</d7p1:InformalName> <d7p1:IsCompany>true</d7p1:IsCompany> <d7p1:IsMember>true</d7p1:IsMember> <d7p1:LargePictureUrl>sample string 3</d7p1:LargePictureUrl> <d7p1:LastName>sample string 6</d7p1:LastName> <d7p1:LegacyContactKey>sample string 17</d7p1:LegacyContactKey> <d7p1:LinkToProfile>sample string 1</d7p1:LinkToProfile> <d7p1:LinkToVolunteerProfile>sample string 40</d7p1:LinkToVolunteerProfile> <d7p1:MaidenName>sample string 31</d7p1:MaidenName> <d7p1:MemberAwardKey>b97fc927-1cfa-46c9-a557-8d6be7634e32</d7p1:MemberAwardKey> <d7p1:MemberId>sample string 30</d7p1:MemberId> <d7p1:MiddleName>sample string 33</d7p1:MiddleName> <d7p1:Phone1>sample string 19</d7p1:Phone1> <d7p1:Phone1Type>sample string 20</d7p1:Phone1Type> <d7p1:Phone2>sample string 21</d7p1:Phone2> <d7p1:Phone2Type>sample string 22</d7p1:Phone2Type> <d7p1:Phone3>sample string 23</d7p1:Phone3> <d7p1:Phone3Type>sample string 24</d7p1:Phone3Type> <d7p1:Phone4>sample string 25</d7p1:Phone4> <d7p1:Phone4Type>sample string 26</d7p1:Phone4Type> <d7p1:PictureUrl>sample string 2</d7p1:PictureUrl> <d7p1:PrefixCode>sample string 10</d7p1:PrefixCode> <d7p1:PrimarySecurityGroupKey>29901513-2f3b-47b1-8849-55e29f9ed3b5</d7p1:PrimarySecurityGroupKey> <d7p1:Profile> <d7p1:Certifications>sample string 1</d7p1:Certifications> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:Expertise>sample string 3</d7p1:Expertise> <d7p1:ForwardComments>true</d7p1:ForwardComments> <d7p1:ForwardCommunityInvitations>true</d7p1:ForwardCommunityInvitations> <d7p1:ForwardContactRequests>true</d7p1:ForwardContactRequests> <d7p1:ForwardMessages>true</d7p1:ForwardMessages> <d7p1:Groups>sample string 8</d7p1:Groups> <d7p1:ImageHeight>9</d7p1:ImageHeight> <d7p1:ImageWidth>10</d7p1:ImageWidth> <d7p1:Interests>sample string 11</d7p1:Interests> <d7p1:IsSpeaker>true</d7p1:IsSpeaker> <d7p1:NotificationEmailAddress>sample string 13</d7p1:NotificationEmailAddress> </d7p1:Profile> <d7p1:SuffixCode>sample string 15</d7p1:SuffixCode> <d7p1:UnreadMessageCount>39</d7p1:UnreadMessageCount> <d7p1:UpdatedByContactKey>3985e572-ff6d-4964-8cac-87de4266af2e</d7p1:UpdatedByContactKey> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> <d7p1:WebsiteUrl>sample string 27</d7p1:WebsiteUrl> <d7p1:WorkHistory> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> <d7p1:WorkExperience> <d7p1:Country>sample string 1</d7p1:Country> <d7p1:Description>sample string 2</d7p1:Description> <d7p1:FromDate>2021-01-15T09:59:24.6508292-05:00</d7p1:FromDate> <d7p1:IsPresent>true</d7p1:IsPresent> <d7p1:IsPrimary>true</d7p1:IsPrimary> <d7p1:JobExperienceKey>f234d04b-6c33-4dcc-8d9b-ebb744f5f783</d7p1:JobExperienceKey> <d7p1:OrganizationName>sample string 7</d7p1:OrganizationName> <d7p1:OrganizationSize>8</d7p1:OrganizationSize> <d7p1:OrganizationUrl>sample string 9</d7p1:OrganizationUrl> <d7p1:Place>sample string 10</d7p1:Place> <d7p1:State>sample string 11</d7p1:State> <d7p1:Title>sample string 12</d7p1:Title> <d7p1:ToDate>2021-01-15T09:59:24.6508292-05:00</d7p1:ToDate> <d7p1:UpdatedOn>2021-01-15T09:59:24.6508292-05:00</d7p1:UpdatedOn> </d7p1:WorkExperience> </d7p1:WorkHistory> </Contact> <ExternalPresenterRef xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 13</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>ExternalPresenterRefKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">273faa15-2d33-4373-9ed1-5712393c7ad4</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Prefix</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>FirstName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>LastName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>JobTitle</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>CompanyName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>Bio</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PictureUrl</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_Bio>sample string 7</d7p1:_Bio> <d7p1:_CompanyName>sample string 6</d7p1:_CompanyName> <d7p1:_ExternalPresenterRefKey>f8b71133-32fc-472f-9980-679c9b64e574</d7p1:_ExternalPresenterRefKey> <d7p1:_FirstName>sample string 3</d7p1:_FirstName> <d7p1:_JobTitle>sample string 5</d7p1:_JobTitle> <d7p1:_LastName>sample string 4</d7p1:_LastName> <d7p1:_PictureUrl>sample string 8</d7p1:_PictureUrl> <d7p1:_Prefix>sample string 2</d7p1:_Prefix> </_dataObject> </ExternalPresenterRef> <PresenterInfoLabel>sample string 4</PresenterInfoLabel> <PresenterInfoTitle>sample string 5</PresenterInfoTitle> <PresenterInfoUrl>sample string 3</PresenterInfoUrl> <PresenterProfileUrl>sample string 2</PresenterProfileUrl> <PresenterRole xmlns:d7p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Events"> <_IsLoggingEnabled xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core" /> <_x003C_ItemCreatedOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">sample string 10</_x003C_ItemName_x003E_k__BackingField> <_x003C_ItemOwnerContactKey_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core">00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_dataObject xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <_IsLoggingEnabled>true</_IsLoggingEnabled> <_x003C_ClassBOEntityKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassBOEntityKey_x003E_k__BackingField> <_x003C_ClassItemKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ClassItemKey_x003E_k__BackingField> <_x003C_ItemBOEntityName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemCreatedOn_x003E_k__BackingField>0001-01-01T00:00:00</_x003C_ItemCreatedOn_x003E_k__BackingField> <_x003C_ItemName_x003E_k__BackingField i:nil="true" /> <_x003C_ItemOwnerContactKey_x003E_k__BackingField>00000000-0000-0000-0000-000000000000</_x003C_ItemOwnerContactKey_x003E_k__BackingField> <_cacheSanitized xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <_createdByContactKey>00000000-0000-0000-0000-000000000000</_createdByContactKey> <_createdOn>0001-01-01T00:00:00</_createdOn> <_deletedByContactKey>00000000-0000-0000-0000-000000000000</_deletedByContactKey> <_deletedOn>0001-01-01T00:00:00</_deletedOn> <_dirtyFields xmlns:d9p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleKey</d9p1:Key> <d9p1:Value xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d11p1:guid">1452b3e8-fda1-4ab0-84e4-75c6e9bbe5a8</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleName</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>PresenterRoleDescription</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:string"></d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>SortOrder</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:int">0</d9p1:Value> </d9p1:KeyValueOfstringanyType> <d9p1:KeyValueOfstringanyType> <d9p1:Key>IsActive</d9p1:Key> <d9p1:Value xmlns:d11p1="http://www.w3.org/2001/XMLSchema" i:type="d11p1:boolean">false</d9p1:Value> </d9p1:KeyValueOfstringanyType> </_dirtyFields> <_effectiveContactKey>00000000-0000-0000-0000-000000000000</_effectiveContactKey> <_isNew>true</_isNew> <_itemCommunityKey>00000000-0000-0000-0000-000000000000</_itemCommunityKey> <_updatedByContactKey>00000000-0000-0000-0000-000000000000</_updatedByContactKey> <_updatedOn>0001-01-01T00:00:00</_updatedOn> <d7p1:_IsActive>true</d7p1:_IsActive> <d7p1:_PresenterRoleDescription>sample string 3</d7p1:_PresenterRoleDescription> <d7p1:_PresenterRoleKey>64fbc334-3d9f-4348-ae62-9a19927d7d8a</d7p1:_PresenterRoleKey> <d7p1:_PresenterRoleName>sample string 2</d7p1:_PresenterRoleName> <d7p1:_SortOrder>4</d7p1:_SortOrder> </_dataObject> </PresenterRole> </EventPresenter> </Presenters> </EventSession> </Sessions> <ShortTitle>sample string 7</ShortTitle> <ShowPriceDetails>true</ShowPriceDetails> <SpecialInstructions>true</SpecialInstructions> <SpecialInstructionsLabelText>sample string 35</SpecialInstructionsLabelText> <StartDateTime>2021-01-15T09:59:24.6508292-05:00</StartDateTime> <StartDateTimeUTC>2021-01-15T09:59:24.6508292-05:00</StartDateTimeUTC> <SuppressOptionDisplay>true</SuppressOptionDisplay> <SuppressSessionDisplay>true</SuppressSessionDisplay> <TimeZone xmlns:d3p1="http://schemas.datacontract.org/2004/07/HigherLogic.Business.Core"> <d3p1:Abbreviation>sample string 6</d3p1:Abbreviation> <d3p1:GMTOffsetMinutes>3</d3p1:GMTOffsetMinutes> <d3p1:IsDaylightSavings>true</d3p1:IsDaylightSavings> <d3p1:TimeZoneDesc>sample string 2</d3p1:TimeZoneDesc> <d3p1:TimeZoneId>sample string 7</d3p1:TimeZoneId> <d3p1:TimeZoneKey>3d3bab17-d122-4fa6-8820-ca8ba13c0c51</d3p1:TimeZoneKey> <d3p1:WindowsId>sample string 5</d3p1:WindowsId> </TimeZone> <TimeZoneKey>3b88368b-2fa2-422b-b73c-2723d8489f42</TimeZoneKey> <UpdatedByUser>sample string 65</UpdatedByUser> <UpdatedByUserKey>93a05b51-c818-4b32-a509-1c7634d614da</UpdatedByUserKey> <UpdatedOn>2021-01-15T09:59:24.6508292-05:00</UpdatedOn> <UseBadgeName>true</UseBadgeName> <UseDisabilityOrSpecial>true</UseDisabilityOrSpecial> <UseForm>true</UseForm> </Event> </ArrayOfEvent>