POST api/v1.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.
CalendarEventRequest| Name | 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": "2026-06-12T05:05:19.074257Z",
"EndDate": "2026-06-12T05:05:19.074257Z",
"EventTypeName": "sample string 3",
"CommunityKey": "5a56a9a1-6657-4fa0-a50a-c6a6db3601ba",
"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>5a56a9a1-6657-4fa0-a50a-c6a6db3601ba</CommunityKey> <EndDate>2026-06-12T01:05:19.074257-04:00</EndDate> <EventTypeName>sample string 3</EventTypeName> <SearchKeywords>sample string 5</SearchKeywords> <StartDate>2026-06-12T01:05:19.074257-04:00</StartDate> </CalendarEventRequest>
Response Information
Resource Description
List of Events.
Collection of Event| Name | 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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d3p1:ItemCreatedOn>
<d3p1:ItemEntityName>sample string 24</d3p1:ItemEntityName>
<d3p1:ItemName>sample string 25</d3p1:ItemName>
<d3p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</d3p1:TimeZoneKey>
<d3p1:Town>sample string 43</d3p1:Town>
<d3p1:TownOrCity>sample string 44</d3p1:TownOrCity>
</Address>
<ArchiveDateTime>2026-06-12T01:05:19.074257-04:00</ArchiveDateTime>
<AttendedInd>sample string 69</AttendedInd>
<Community xmlns:d3p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise" i:nil="true" />
<CommunityKey>acfe580e-4cfa-4507-a86e-a4a8bc720634</CommunityKey>
<ConfirmationEmailText>sample string 43</ConfirmationEmailText>
<ContactEmail>sample string 23</ContactEmail>
<ContactFirstLast>sample string 21</ContactFirstLast>
<ContactFirstName>sample string 20</ContactFirstName>
<ContactKey>56bca5b6-185c-4dcd-a8dd-c6f009241174</ContactKey>
<ContactLastName>sample string 22</ContactLastName>
<ContactPhone>sample string 24</ContactPhone>
<CreatedByUser>sample string 62</CreatedByUser>
<CreatedByUserKey>8f535c3b-4141-4f84-a0a5-979ec79cae96</CreatedByUserKey>
<CreatedOn>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</EarlyRegistrationDate>
<EndDateTime>2026-06-12T01:05:19.074257-04:00</EndDateTime>
<EndDateTimeCalculated>2026-06-12T01:05:19.074257-04:00</EndDateTimeCalculated>
<EndDateTimeUTC>2026-06-12T01:05:19.074257-04:00</EndDateTimeUTC>
<EventDescription>sample string 25</EventDescription>
<EventKey>37de747f-6aef-4451-ac89-39dea4a509bf</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>9ff10caa-bc66-47dd-ae04-52f163600484</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>01838b84-8cfd-42a3-a6a9-0ede166db797</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>2026-06-12T01:05:19.074257-04: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>efca5087-3102-450e-83ae-0a8d59064e5b</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>48b5330d-7388-43ed-a3a2-bd57c9f6ae58</CreatedByContactKey>
<CreatedOn>2026-06-12T01:05:19.074257-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-06-12T01:05:19.074257-04:00</EndDateTime>
<EndDateTimeUTC>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</StartDateTime>
<StartDateTimeUTC>2026-06-12T01:05:19.074257-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>22d7c036-73d7-46fa-9b59-aca0e867b046</UpdatedByContactKey>
<UpdatedOn>2026-06-12T01:05:19.074257-04:00</UpdatedOn>
<EventOptionCategoryKey>b157c533-8cf7-46c9-a3d5-31be68c7b6f0</EventOptionCategoryKey>
<EventOptionKey>7055227b-96de-43c3-82b2-070dea3c46fa</EventOptionKey>
<Prices>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>9e267ce7-cbc4-4a11-bc38-f22a1e2328fc</EventOptionKey>
<EventOptionPriceKey>2cb17e19-4f13-485d-83d1-fbbb47d81a66</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>0208c362-6989-442f-b701-a617925b11f8</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>6cacc116-913c-4bf4-b3c6-e441590950ac</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>9e267ce7-cbc4-4a11-bc38-f22a1e2328fc</EventOptionKey>
<EventOptionPriceKey>2cb17e19-4f13-485d-83d1-fbbb47d81a66</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>0208c362-6989-442f-b701-a617925b11f8</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>6cacc116-913c-4bf4-b3c6-e441590950ac</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
</Prices>
</EventOption>
<EventOption>
<CECredits>6</CECredits>
<CategoryKey>efca5087-3102-450e-83ae-0a8d59064e5b</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>48b5330d-7388-43ed-a3a2-bd57c9f6ae58</CreatedByContactKey>
<CreatedOn>2026-06-12T01:05:19.074257-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-06-12T01:05:19.074257-04:00</EndDateTime>
<EndDateTimeUTC>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</StartDateTime>
<StartDateTimeUTC>2026-06-12T01:05:19.074257-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>22d7c036-73d7-46fa-9b59-aca0e867b046</UpdatedByContactKey>
<UpdatedOn>2026-06-12T01:05:19.074257-04:00</UpdatedOn>
<EventOptionCategoryKey>b157c533-8cf7-46c9-a3d5-31be68c7b6f0</EventOptionCategoryKey>
<EventOptionKey>7055227b-96de-43c3-82b2-070dea3c46fa</EventOptionKey>
<Prices>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>9e267ce7-cbc4-4a11-bc38-f22a1e2328fc</EventOptionKey>
<EventOptionPriceKey>2cb17e19-4f13-485d-83d1-fbbb47d81a66</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>0208c362-6989-442f-b701-a617925b11f8</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>6cacc116-913c-4bf4-b3c6-e441590950ac</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>9e267ce7-cbc4-4a11-bc38-f22a1e2328fc</EventOptionKey>
<EventOptionPriceKey>2cb17e19-4f13-485d-83d1-fbbb47d81a66</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>0208c362-6989-442f-b701-a617925b11f8</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>6cacc116-913c-4bf4-b3c6-e441590950ac</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
</Prices>
</EventOption>
</RegistrationOptions>
<RegistrationProcessOption>30</RegistrationProcessOption>
<RegularRegistrationDate>2026-06-12T01:05:19.074257-04:00</RegularRegistrationDate>
<RegularRegistrationEndDate>2026-06-12T01:05:19.074257-04:00</RegularRegistrationEndDate>
<RequireAttendanceToVote>true</RequireAttendanceToVote>
<SearchResultsDisplayType>18</SearchResultsDisplayType>
<Sessions>
<EventSession>
<CECredits>6</CECredits>
<CategoryKey>cc50bb60-07d6-4cd7-90fe-1579f45e4438</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>351b6968-61f6-4825-9f0d-c79bb233c819</CreatedByContactKey>
<CreatedOn>2026-06-12T01:05:19.074257-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-06-12T01:05:19.074257-04:00</EndDateTime>
<EndDateTimeUTC>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</StartDateTime>
<StartDateTimeUTC>2026-06-12T01:05:19.074257-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>17975553-bb7e-4b84-ad8f-934a758baa12</UpdatedByContactKey>
<UpdatedOn>2026-06-12T01:05:19.074257-04:00</UpdatedOn>
<EventSessionCategoryKey>6a709793-fb67-4439-9558-6a4865c28f23</EventSessionCategoryKey>
<EventSessionKey>9e5e81d3-ca4e-4275-b221-16d9b46d0311</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-06-12T01:05:19.074257-04: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>889a5948-74bb-4fcf-b88c-33a2b94ac01f</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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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:IsBlogger>true</d7p1:IsBlogger>
<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 41</d7p1:LinkToVolunteerProfile>
<d7p1:MaidenName>sample string 31</d7p1:MaidenName>
<d7p1:MemberAwardKey>db2570ab-3602-4768-9d85-aaca0d9f548e</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>466e7ba8-ef3f-47d0-b43f-0952f497ac75</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:SecurityGroups xmlns:d8p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.SecurityGroup">
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
</d7p1:SecurityGroups>
<d7p1:SuffixCode>sample string 15</d7p1:SuffixCode>
<d7p1:UnreadMessageCount>40</d7p1:UnreadMessageCount>
<d7p1:UpdatedByContactKey>58346014-8359-46bc-a0c8-2014a7e9f7ea</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04:00</d7p1:UpdatedOn>
</d7p1:WorkExperience>
<d7p1:WorkExperience>
<d7p1:Country>sample string 1</d7p1:Country>
<d7p1:Description>sample string 2</d7p1:Description>
<d7p1:FromDate>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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">69d9d04b-8486-4bdc-be15-019eba3866e2</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>57306e08-4d01-40ff-aa51-8cb70bc7746b</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">994f794d-9fe1-41a0-88b2-019eba3866e2</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>b0927aba-4909-4cee-ba6c-1b3165de5737</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-06-12T01:05:19.074257-04: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>889a5948-74bb-4fcf-b88c-33a2b94ac01f</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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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:IsBlogger>true</d7p1:IsBlogger>
<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 41</d7p1:LinkToVolunteerProfile>
<d7p1:MaidenName>sample string 31</d7p1:MaidenName>
<d7p1:MemberAwardKey>db2570ab-3602-4768-9d85-aaca0d9f548e</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>466e7ba8-ef3f-47d0-b43f-0952f497ac75</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:SecurityGroups xmlns:d8p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.SecurityGroup">
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
</d7p1:SecurityGroups>
<d7p1:SuffixCode>sample string 15</d7p1:SuffixCode>
<d7p1:UnreadMessageCount>40</d7p1:UnreadMessageCount>
<d7p1:UpdatedByContactKey>58346014-8359-46bc-a0c8-2014a7e9f7ea</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04:00</d7p1:UpdatedOn>
</d7p1:WorkExperience>
<d7p1:WorkExperience>
<d7p1:Country>sample string 1</d7p1:Country>
<d7p1:Description>sample string 2</d7p1:Description>
<d7p1:FromDate>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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">69d9d04b-8486-4bdc-be15-019eba3866e2</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>57306e08-4d01-40ff-aa51-8cb70bc7746b</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">994f794d-9fe1-41a0-88b2-019eba3866e2</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>b0927aba-4909-4cee-ba6c-1b3165de5737</d7p1:_PresenterRoleKey>
<d7p1:_PresenterRoleName>sample string 2</d7p1:_PresenterRoleName>
<d7p1:_SortOrder>4</d7p1:_SortOrder>
</_dataObject>
</PresenterRole>
</EventPresenter>
</Presenters>
</EventSession>
<EventSession>
<CECredits>6</CECredits>
<CategoryKey>cc50bb60-07d6-4cd7-90fe-1579f45e4438</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>351b6968-61f6-4825-9f0d-c79bb233c819</CreatedByContactKey>
<CreatedOn>2026-06-12T01:05:19.074257-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-06-12T01:05:19.074257-04:00</EndDateTime>
<EndDateTimeUTC>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</StartDateTime>
<StartDateTimeUTC>2026-06-12T01:05:19.074257-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>17975553-bb7e-4b84-ad8f-934a758baa12</UpdatedByContactKey>
<UpdatedOn>2026-06-12T01:05:19.074257-04:00</UpdatedOn>
<EventSessionCategoryKey>6a709793-fb67-4439-9558-6a4865c28f23</EventSessionCategoryKey>
<EventSessionKey>9e5e81d3-ca4e-4275-b221-16d9b46d0311</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-06-12T01:05:19.074257-04: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>889a5948-74bb-4fcf-b88c-33a2b94ac01f</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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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:IsBlogger>true</d7p1:IsBlogger>
<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 41</d7p1:LinkToVolunteerProfile>
<d7p1:MaidenName>sample string 31</d7p1:MaidenName>
<d7p1:MemberAwardKey>db2570ab-3602-4768-9d85-aaca0d9f548e</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>466e7ba8-ef3f-47d0-b43f-0952f497ac75</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:SecurityGroups xmlns:d8p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.SecurityGroup">
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
</d7p1:SecurityGroups>
<d7p1:SuffixCode>sample string 15</d7p1:SuffixCode>
<d7p1:UnreadMessageCount>40</d7p1:UnreadMessageCount>
<d7p1:UpdatedByContactKey>58346014-8359-46bc-a0c8-2014a7e9f7ea</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04:00</d7p1:UpdatedOn>
</d7p1:WorkExperience>
<d7p1:WorkExperience>
<d7p1:Country>sample string 1</d7p1:Country>
<d7p1:Description>sample string 2</d7p1:Description>
<d7p1:FromDate>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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">69d9d04b-8486-4bdc-be15-019eba3866e2</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>57306e08-4d01-40ff-aa51-8cb70bc7746b</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">994f794d-9fe1-41a0-88b2-019eba3866e2</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>b0927aba-4909-4cee-ba6c-1b3165de5737</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-06-12T01:05:19.074257-04: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>889a5948-74bb-4fcf-b88c-33a2b94ac01f</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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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:IsBlogger>true</d7p1:IsBlogger>
<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 41</d7p1:LinkToVolunteerProfile>
<d7p1:MaidenName>sample string 31</d7p1:MaidenName>
<d7p1:MemberAwardKey>db2570ab-3602-4768-9d85-aaca0d9f548e</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>466e7ba8-ef3f-47d0-b43f-0952f497ac75</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:SecurityGroups xmlns:d8p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.SecurityGroup">
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
</d7p1:SecurityGroups>
<d7p1:SuffixCode>sample string 15</d7p1:SuffixCode>
<d7p1:UnreadMessageCount>40</d7p1:UnreadMessageCount>
<d7p1:UpdatedByContactKey>58346014-8359-46bc-a0c8-2014a7e9f7ea</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04:00</d7p1:UpdatedOn>
</d7p1:WorkExperience>
<d7p1:WorkExperience>
<d7p1:Country>sample string 1</d7p1:Country>
<d7p1:Description>sample string 2</d7p1:Description>
<d7p1:FromDate>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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">69d9d04b-8486-4bdc-be15-019eba3866e2</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>57306e08-4d01-40ff-aa51-8cb70bc7746b</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">994f794d-9fe1-41a0-88b2-019eba3866e2</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>b0927aba-4909-4cee-ba6c-1b3165de5737</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>2026-06-12T01:05:19.074257-04:00</StartDateTime>
<StartDateTimeUTC>2026-06-12T01:05:19.074257-04: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>971986e3-7694-4734-9119-4e474c31988e</d3p1:TimeZoneKey>
<d3p1:WindowsId>sample string 5</d3p1:WindowsId>
</TimeZone>
<TimeZoneKey>fab0b974-4dfb-4a79-b486-39081bbad2a9</TimeZoneKey>
<UpdatedByUser>sample string 65</UpdatedByUser>
<UpdatedByUserKey>43df36bd-4620-4d23-9e09-4c8a0b801485</UpdatedByUserKey>
<UpdatedOn>2026-06-12T01:05:19.074257-04: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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d3p1:ItemCreatedOn>
<d3p1:ItemEntityName>sample string 24</d3p1:ItemEntityName>
<d3p1:ItemName>sample string 25</d3p1:ItemName>
<d3p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</d3p1:TimeZoneKey>
<d3p1:Town>sample string 43</d3p1:Town>
<d3p1:TownOrCity>sample string 44</d3p1:TownOrCity>
</Address>
<ArchiveDateTime>2026-06-12T01:05:19.074257-04:00</ArchiveDateTime>
<AttendedInd>sample string 69</AttendedInd>
<Community xmlns:d3p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise" i:nil="true" />
<CommunityKey>acfe580e-4cfa-4507-a86e-a4a8bc720634</CommunityKey>
<ConfirmationEmailText>sample string 43</ConfirmationEmailText>
<ContactEmail>sample string 23</ContactEmail>
<ContactFirstLast>sample string 21</ContactFirstLast>
<ContactFirstName>sample string 20</ContactFirstName>
<ContactKey>56bca5b6-185c-4dcd-a8dd-c6f009241174</ContactKey>
<ContactLastName>sample string 22</ContactLastName>
<ContactPhone>sample string 24</ContactPhone>
<CreatedByUser>sample string 62</CreatedByUser>
<CreatedByUserKey>8f535c3b-4141-4f84-a0a5-979ec79cae96</CreatedByUserKey>
<CreatedOn>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</EarlyRegistrationDate>
<EndDateTime>2026-06-12T01:05:19.074257-04:00</EndDateTime>
<EndDateTimeCalculated>2026-06-12T01:05:19.074257-04:00</EndDateTimeCalculated>
<EndDateTimeUTC>2026-06-12T01:05:19.074257-04:00</EndDateTimeUTC>
<EventDescription>sample string 25</EventDescription>
<EventKey>37de747f-6aef-4451-ac89-39dea4a509bf</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>9ff10caa-bc66-47dd-ae04-52f163600484</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>01838b84-8cfd-42a3-a6a9-0ede166db797</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>2026-06-12T01:05:19.074257-04: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>efca5087-3102-450e-83ae-0a8d59064e5b</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>48b5330d-7388-43ed-a3a2-bd57c9f6ae58</CreatedByContactKey>
<CreatedOn>2026-06-12T01:05:19.074257-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-06-12T01:05:19.074257-04:00</EndDateTime>
<EndDateTimeUTC>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</StartDateTime>
<StartDateTimeUTC>2026-06-12T01:05:19.074257-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>22d7c036-73d7-46fa-9b59-aca0e867b046</UpdatedByContactKey>
<UpdatedOn>2026-06-12T01:05:19.074257-04:00</UpdatedOn>
<EventOptionCategoryKey>b157c533-8cf7-46c9-a3d5-31be68c7b6f0</EventOptionCategoryKey>
<EventOptionKey>7055227b-96de-43c3-82b2-070dea3c46fa</EventOptionKey>
<Prices>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>9e267ce7-cbc4-4a11-bc38-f22a1e2328fc</EventOptionKey>
<EventOptionPriceKey>2cb17e19-4f13-485d-83d1-fbbb47d81a66</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>0208c362-6989-442f-b701-a617925b11f8</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>6cacc116-913c-4bf4-b3c6-e441590950ac</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>9e267ce7-cbc4-4a11-bc38-f22a1e2328fc</EventOptionKey>
<EventOptionPriceKey>2cb17e19-4f13-485d-83d1-fbbb47d81a66</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>0208c362-6989-442f-b701-a617925b11f8</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>6cacc116-913c-4bf4-b3c6-e441590950ac</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
</Prices>
</EventOption>
<EventOption>
<CECredits>6</CECredits>
<CategoryKey>efca5087-3102-450e-83ae-0a8d59064e5b</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>48b5330d-7388-43ed-a3a2-bd57c9f6ae58</CreatedByContactKey>
<CreatedOn>2026-06-12T01:05:19.074257-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-06-12T01:05:19.074257-04:00</EndDateTime>
<EndDateTimeUTC>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</StartDateTime>
<StartDateTimeUTC>2026-06-12T01:05:19.074257-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>22d7c036-73d7-46fa-9b59-aca0e867b046</UpdatedByContactKey>
<UpdatedOn>2026-06-12T01:05:19.074257-04:00</UpdatedOn>
<EventOptionCategoryKey>b157c533-8cf7-46c9-a3d5-31be68c7b6f0</EventOptionCategoryKey>
<EventOptionKey>7055227b-96de-43c3-82b2-070dea3c46fa</EventOptionKey>
<Prices>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>9e267ce7-cbc4-4a11-bc38-f22a1e2328fc</EventOptionKey>
<EventOptionPriceKey>2cb17e19-4f13-485d-83d1-fbbb47d81a66</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>0208c362-6989-442f-b701-a617925b11f8</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>6cacc116-913c-4bf4-b3c6-e441590950ac</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>9e267ce7-cbc4-4a11-bc38-f22a1e2328fc</EventOptionKey>
<EventOptionPriceKey>2cb17e19-4f13-485d-83d1-fbbb47d81a66</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>0208c362-6989-442f-b701-a617925b11f8</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>6cacc116-913c-4bf4-b3c6-e441590950ac</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
</Prices>
</EventOption>
</RegistrationOptions>
<RegistrationProcessOption>30</RegistrationProcessOption>
<RegularRegistrationDate>2026-06-12T01:05:19.074257-04:00</RegularRegistrationDate>
<RegularRegistrationEndDate>2026-06-12T01:05:19.074257-04:00</RegularRegistrationEndDate>
<RequireAttendanceToVote>true</RequireAttendanceToVote>
<SearchResultsDisplayType>18</SearchResultsDisplayType>
<Sessions>
<EventSession>
<CECredits>6</CECredits>
<CategoryKey>cc50bb60-07d6-4cd7-90fe-1579f45e4438</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>351b6968-61f6-4825-9f0d-c79bb233c819</CreatedByContactKey>
<CreatedOn>2026-06-12T01:05:19.074257-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-06-12T01:05:19.074257-04:00</EndDateTime>
<EndDateTimeUTC>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</StartDateTime>
<StartDateTimeUTC>2026-06-12T01:05:19.074257-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>17975553-bb7e-4b84-ad8f-934a758baa12</UpdatedByContactKey>
<UpdatedOn>2026-06-12T01:05:19.074257-04:00</UpdatedOn>
<EventSessionCategoryKey>6a709793-fb67-4439-9558-6a4865c28f23</EventSessionCategoryKey>
<EventSessionKey>9e5e81d3-ca4e-4275-b221-16d9b46d0311</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-06-12T01:05:19.074257-04: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>889a5948-74bb-4fcf-b88c-33a2b94ac01f</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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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:IsBlogger>true</d7p1:IsBlogger>
<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 41</d7p1:LinkToVolunteerProfile>
<d7p1:MaidenName>sample string 31</d7p1:MaidenName>
<d7p1:MemberAwardKey>db2570ab-3602-4768-9d85-aaca0d9f548e</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>466e7ba8-ef3f-47d0-b43f-0952f497ac75</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:SecurityGroups xmlns:d8p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.SecurityGroup">
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
</d7p1:SecurityGroups>
<d7p1:SuffixCode>sample string 15</d7p1:SuffixCode>
<d7p1:UnreadMessageCount>40</d7p1:UnreadMessageCount>
<d7p1:UpdatedByContactKey>58346014-8359-46bc-a0c8-2014a7e9f7ea</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04:00</d7p1:UpdatedOn>
</d7p1:WorkExperience>
<d7p1:WorkExperience>
<d7p1:Country>sample string 1</d7p1:Country>
<d7p1:Description>sample string 2</d7p1:Description>
<d7p1:FromDate>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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">69d9d04b-8486-4bdc-be15-019eba3866e2</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>57306e08-4d01-40ff-aa51-8cb70bc7746b</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">994f794d-9fe1-41a0-88b2-019eba3866e2</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>b0927aba-4909-4cee-ba6c-1b3165de5737</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-06-12T01:05:19.074257-04: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>889a5948-74bb-4fcf-b88c-33a2b94ac01f</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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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:IsBlogger>true</d7p1:IsBlogger>
<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 41</d7p1:LinkToVolunteerProfile>
<d7p1:MaidenName>sample string 31</d7p1:MaidenName>
<d7p1:MemberAwardKey>db2570ab-3602-4768-9d85-aaca0d9f548e</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>466e7ba8-ef3f-47d0-b43f-0952f497ac75</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:SecurityGroups xmlns:d8p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.SecurityGroup">
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
</d7p1:SecurityGroups>
<d7p1:SuffixCode>sample string 15</d7p1:SuffixCode>
<d7p1:UnreadMessageCount>40</d7p1:UnreadMessageCount>
<d7p1:UpdatedByContactKey>58346014-8359-46bc-a0c8-2014a7e9f7ea</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04:00</d7p1:UpdatedOn>
</d7p1:WorkExperience>
<d7p1:WorkExperience>
<d7p1:Country>sample string 1</d7p1:Country>
<d7p1:Description>sample string 2</d7p1:Description>
<d7p1:FromDate>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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">69d9d04b-8486-4bdc-be15-019eba3866e2</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>57306e08-4d01-40ff-aa51-8cb70bc7746b</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">994f794d-9fe1-41a0-88b2-019eba3866e2</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>b0927aba-4909-4cee-ba6c-1b3165de5737</d7p1:_PresenterRoleKey>
<d7p1:_PresenterRoleName>sample string 2</d7p1:_PresenterRoleName>
<d7p1:_SortOrder>4</d7p1:_SortOrder>
</_dataObject>
</PresenterRole>
</EventPresenter>
</Presenters>
</EventSession>
<EventSession>
<CECredits>6</CECredits>
<CategoryKey>cc50bb60-07d6-4cd7-90fe-1579f45e4438</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>351b6968-61f6-4825-9f0d-c79bb233c819</CreatedByContactKey>
<CreatedOn>2026-06-12T01:05:19.074257-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-06-12T01:05:19.074257-04:00</EndDateTime>
<EndDateTimeUTC>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</StartDateTime>
<StartDateTimeUTC>2026-06-12T01:05:19.074257-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>17975553-bb7e-4b84-ad8f-934a758baa12</UpdatedByContactKey>
<UpdatedOn>2026-06-12T01:05:19.074257-04:00</UpdatedOn>
<EventSessionCategoryKey>6a709793-fb67-4439-9558-6a4865c28f23</EventSessionCategoryKey>
<EventSessionKey>9e5e81d3-ca4e-4275-b221-16d9b46d0311</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-06-12T01:05:19.074257-04: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>889a5948-74bb-4fcf-b88c-33a2b94ac01f</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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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:IsBlogger>true</d7p1:IsBlogger>
<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 41</d7p1:LinkToVolunteerProfile>
<d7p1:MaidenName>sample string 31</d7p1:MaidenName>
<d7p1:MemberAwardKey>db2570ab-3602-4768-9d85-aaca0d9f548e</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>466e7ba8-ef3f-47d0-b43f-0952f497ac75</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:SecurityGroups xmlns:d8p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.SecurityGroup">
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
</d7p1:SecurityGroups>
<d7p1:SuffixCode>sample string 15</d7p1:SuffixCode>
<d7p1:UnreadMessageCount>40</d7p1:UnreadMessageCount>
<d7p1:UpdatedByContactKey>58346014-8359-46bc-a0c8-2014a7e9f7ea</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04:00</d7p1:UpdatedOn>
</d7p1:WorkExperience>
<d7p1:WorkExperience>
<d7p1:Country>sample string 1</d7p1:Country>
<d7p1:Description>sample string 2</d7p1:Description>
<d7p1:FromDate>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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">69d9d04b-8486-4bdc-be15-019eba3866e2</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>57306e08-4d01-40ff-aa51-8cb70bc7746b</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">994f794d-9fe1-41a0-88b2-019eba3866e2</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>b0927aba-4909-4cee-ba6c-1b3165de5737</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</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>a556d70b-eefb-43b5-b7c1-6478376502a1</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>2ff1256f-75f2-4fdd-a223-778134f39be4</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>2026-06-12T01:05:19.074257-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>f4ae34a8-c6aa-4f9d-aa93-ee6fbacfe942</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>a7c7259a-3997-45fa-9ca5-3d9d2ff42283</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-06-12T01:05:19.074257-04: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>889a5948-74bb-4fcf-b88c-33a2b94ac01f</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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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>5c0cedf8-a28a-4983-acec-88b255dfc028</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>2026-06-12T01:05:19.074257-04: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:IsBlogger>true</d7p1:IsBlogger>
<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 41</d7p1:LinkToVolunteerProfile>
<d7p1:MaidenName>sample string 31</d7p1:MaidenName>
<d7p1:MemberAwardKey>db2570ab-3602-4768-9d85-aaca0d9f548e</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>466e7ba8-ef3f-47d0-b43f-0952f497ac75</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:SecurityGroups xmlns:d8p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.SecurityGroup">
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>19cdbfad-e897-492c-8f47-5948f67c34db</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
</d7p1:SecurityGroups>
<d7p1:SuffixCode>sample string 15</d7p1:SuffixCode>
<d7p1:UnreadMessageCount>40</d7p1:UnreadMessageCount>
<d7p1:UpdatedByContactKey>58346014-8359-46bc-a0c8-2014a7e9f7ea</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04:00</d7p1:UpdatedOn>
</d7p1:WorkExperience>
<d7p1:WorkExperience>
<d7p1:Country>sample string 1</d7p1:Country>
<d7p1:Description>sample string 2</d7p1:Description>
<d7p1:FromDate>2026-06-12T01:05:19.074257-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>5260d035-69b8-41c6-a066-42729485feed</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>2026-06-12T01:05:19.074257-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-06-12T01:05:19.074257-04: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">69d9d04b-8486-4bdc-be15-019eba3866e2</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>57306e08-4d01-40ff-aa51-8cb70bc7746b</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">994f794d-9fe1-41a0-88b2-019eba3866e2</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>b0927aba-4909-4cee-ba6c-1b3165de5737</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>2026-06-12T01:05:19.074257-04:00</StartDateTime>
<StartDateTimeUTC>2026-06-12T01:05:19.074257-04: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>971986e3-7694-4734-9119-4e474c31988e</d3p1:TimeZoneKey>
<d3p1:WindowsId>sample string 5</d3p1:WindowsId>
</TimeZone>
<TimeZoneKey>fab0b974-4dfb-4a79-b486-39081bbad2a9</TimeZoneKey>
<UpdatedByUser>sample string 65</UpdatedByUser>
<UpdatedByUserKey>43df36bd-4620-4d23-9e09-4c8a0b801485</UpdatedByUserKey>
<UpdatedOn>2026-06-12T01:05:19.074257-04:00</UpdatedOn>
<UseBadgeName>true</UseBadgeName>
<UseDisabilityOrSpecial>true</UseDisabilityOrSpecial>
<UseForm>true</UseForm>
</Event>
</ArrayOfEvent>