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-07-13T00:56:05.0584814Z",
"EndDate": "2026-07-13T00:56:05.0584814Z",
"EventTypeName": "sample string 3",
"CommunityKey": "583e8c89-5cf6-4f0c-a2d4-5d0ace86e2e7",
"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>583e8c89-5cf6-4f0c-a2d4-5d0ace86e2e7</CommunityKey> <EndDate>2026-07-12T20:56:05.0584814-04:00</EndDate> <EventTypeName>sample string 3</EventTypeName> <SearchKeywords>sample string 5</SearchKeywords> <StartDate>2026-07-12T20:56:05.0584814-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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d3p1:ItemCreatedOn>
<d3p1:ItemEntityName>sample string 24</d3p1:ItemEntityName>
<d3p1:ItemName>sample string 25</d3p1:ItemName>
<d3p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</d3p1:TimeZoneKey>
<d3p1:Town>sample string 43</d3p1:Town>
<d3p1:TownOrCity>sample string 44</d3p1:TownOrCity>
</Address>
<ArchiveDateTime>2026-07-12T20:56:05.0584814-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>a74c2ad3-7fc4-4201-902e-99a3acdb3ff6</CommunityKey>
<ConfirmationEmailText>sample string 43</ConfirmationEmailText>
<ContactEmail>sample string 23</ContactEmail>
<ContactFirstLast>sample string 21</ContactFirstLast>
<ContactFirstName>sample string 20</ContactFirstName>
<ContactKey>5c1c97d0-c1af-4e2b-9133-8baf3ff70a00</ContactKey>
<ContactLastName>sample string 22</ContactLastName>
<ContactPhone>sample string 24</ContactPhone>
<CreatedByUser>sample string 62</CreatedByUser>
<CreatedByUserKey>1748b483-be4a-4100-9d22-1a03907b5455</CreatedByUserKey>
<CreatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</EarlyRegistrationDate>
<EndDateTime>2026-07-12T20:56:05.0584814-04:00</EndDateTime>
<EndDateTimeCalculated>2026-07-12T20:56:05.0584814-04:00</EndDateTimeCalculated>
<EndDateTimeUTC>2026-07-12T20:56:05.0584814-04:00</EndDateTimeUTC>
<EventDescription>sample string 25</EventDescription>
<EventKey>8d0585ac-b402-422e-86ef-ce20a3444b24</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>13fec6af-b239-4f0f-ba03-60fff0b3c90d</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>e3adfbba-8564-4f2e-b885-825af43ca8ee</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-07-12T20:56:05.0584814-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>4577bd65-d6e7-49e0-b2e1-adf9edc50e40</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>b2cef7cb-580d-4f80-b61e-459f77c6b43e</CreatedByContactKey>
<CreatedOn>2026-07-12T20:56:05.0584814-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-07-12T20:56:05.0584814-04:00</EndDateTime>
<EndDateTimeUTC>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</StartDateTime>
<StartDateTimeUTC>2026-07-12T20:56:05.0584814-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>dbf81437-971c-48c3-ab83-b3fbae0be9b9</UpdatedByContactKey>
<UpdatedOn>2026-07-12T20:56:05.0584814-04:00</UpdatedOn>
<EventOptionCategoryKey>9ece6a22-5024-46b5-95fc-3d5fc985ce09</EventOptionCategoryKey>
<EventOptionKey>728a6937-f7b5-4eca-a621-b2d773b6be20</EventOptionKey>
<Prices>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>c51fde87-0e7e-4abf-9978-f237215c0930</EventOptionKey>
<EventOptionPriceKey>6a68bb15-16fa-4fac-a82a-abf687541ad8</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>2fb93189-f2a0-466e-900e-c3b280df216f</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>33d7063e-e4c4-4d8d-aeed-0f76a857f1f2</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>c51fde87-0e7e-4abf-9978-f237215c0930</EventOptionKey>
<EventOptionPriceKey>6a68bb15-16fa-4fac-a82a-abf687541ad8</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>2fb93189-f2a0-466e-900e-c3b280df216f</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>33d7063e-e4c4-4d8d-aeed-0f76a857f1f2</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
</Prices>
</EventOption>
<EventOption>
<CECredits>6</CECredits>
<CategoryKey>4577bd65-d6e7-49e0-b2e1-adf9edc50e40</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>b2cef7cb-580d-4f80-b61e-459f77c6b43e</CreatedByContactKey>
<CreatedOn>2026-07-12T20:56:05.0584814-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-07-12T20:56:05.0584814-04:00</EndDateTime>
<EndDateTimeUTC>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</StartDateTime>
<StartDateTimeUTC>2026-07-12T20:56:05.0584814-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>dbf81437-971c-48c3-ab83-b3fbae0be9b9</UpdatedByContactKey>
<UpdatedOn>2026-07-12T20:56:05.0584814-04:00</UpdatedOn>
<EventOptionCategoryKey>9ece6a22-5024-46b5-95fc-3d5fc985ce09</EventOptionCategoryKey>
<EventOptionKey>728a6937-f7b5-4eca-a621-b2d773b6be20</EventOptionKey>
<Prices>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>c51fde87-0e7e-4abf-9978-f237215c0930</EventOptionKey>
<EventOptionPriceKey>6a68bb15-16fa-4fac-a82a-abf687541ad8</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>2fb93189-f2a0-466e-900e-c3b280df216f</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>33d7063e-e4c4-4d8d-aeed-0f76a857f1f2</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>c51fde87-0e7e-4abf-9978-f237215c0930</EventOptionKey>
<EventOptionPriceKey>6a68bb15-16fa-4fac-a82a-abf687541ad8</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>2fb93189-f2a0-466e-900e-c3b280df216f</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>33d7063e-e4c4-4d8d-aeed-0f76a857f1f2</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
</Prices>
</EventOption>
</RegistrationOptions>
<RegistrationProcessOption>30</RegistrationProcessOption>
<RegularRegistrationDate>2026-07-12T20:56:05.0584814-04:00</RegularRegistrationDate>
<RegularRegistrationEndDate>2026-07-12T20:56:05.0584814-04:00</RegularRegistrationEndDate>
<RequireAttendanceToVote>true</RequireAttendanceToVote>
<SearchResultsDisplayType>18</SearchResultsDisplayType>
<Sessions>
<EventSession>
<CECredits>6</CECredits>
<CategoryKey>d810fec5-e78e-4eee-b542-d31414d0b3ce</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>34df8a17-773e-4a71-8d7c-e1372df05866</CreatedByContactKey>
<CreatedOn>2026-07-12T20:56:05.0584814-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-07-12T20:56:05.0584814-04:00</EndDateTime>
<EndDateTimeUTC>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</StartDateTime>
<StartDateTimeUTC>2026-07-12T20:56:05.0584814-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>356456a7-2443-40fa-af38-f4f4627e55d7</UpdatedByContactKey>
<UpdatedOn>2026-07-12T20:56:05.0584814-04:00</UpdatedOn>
<EventSessionCategoryKey>3466e36d-490d-48fc-88ea-8160852235a0</EventSessionCategoryKey>
<EventSessionKey>2b79ab50-b1df-4073-b288-7802b0178519</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-07-12T20:56:05.0584814-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>b141dae0-dfa9-477b-8f0e-c932f3240635</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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>c7f186c1-7bea-40fd-99e2-ec63c3718af1</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>f30d3556-cef9-48e2-ad72-1102d7b28b71</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>a246e07e-e13a-4c2a-becc-859938da7a0d</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>a246e07e-e13a-4c2a-becc-859938da7a0d</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>b3f325da-f96f-44c5-a19c-530f4133ccd6</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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">26b029a6-834e-47e7-be5f-019f58f95cc2</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>63c1f942-9f2f-4449-a72d-7c3e21bdbfc4</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">23e54bed-1541-4b97-a1c9-019f58f95cc2</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>7cdcc1d6-e1c4-40aa-b4d9-49481667b3c0</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-07-12T20:56:05.0584814-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>b141dae0-dfa9-477b-8f0e-c932f3240635</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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>c7f186c1-7bea-40fd-99e2-ec63c3718af1</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>f30d3556-cef9-48e2-ad72-1102d7b28b71</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>a246e07e-e13a-4c2a-becc-859938da7a0d</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>a246e07e-e13a-4c2a-becc-859938da7a0d</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>b3f325da-f96f-44c5-a19c-530f4133ccd6</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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">26b029a6-834e-47e7-be5f-019f58f95cc2</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>63c1f942-9f2f-4449-a72d-7c3e21bdbfc4</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">23e54bed-1541-4b97-a1c9-019f58f95cc2</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>7cdcc1d6-e1c4-40aa-b4d9-49481667b3c0</d7p1:_PresenterRoleKey>
<d7p1:_PresenterRoleName>sample string 2</d7p1:_PresenterRoleName>
<d7p1:_SortOrder>4</d7p1:_SortOrder>
</_dataObject>
</PresenterRole>
</EventPresenter>
</Presenters>
</EventSession>
<EventSession>
<CECredits>6</CECredits>
<CategoryKey>d810fec5-e78e-4eee-b542-d31414d0b3ce</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>34df8a17-773e-4a71-8d7c-e1372df05866</CreatedByContactKey>
<CreatedOn>2026-07-12T20:56:05.0584814-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-07-12T20:56:05.0584814-04:00</EndDateTime>
<EndDateTimeUTC>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</StartDateTime>
<StartDateTimeUTC>2026-07-12T20:56:05.0584814-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>356456a7-2443-40fa-af38-f4f4627e55d7</UpdatedByContactKey>
<UpdatedOn>2026-07-12T20:56:05.0584814-04:00</UpdatedOn>
<EventSessionCategoryKey>3466e36d-490d-48fc-88ea-8160852235a0</EventSessionCategoryKey>
<EventSessionKey>2b79ab50-b1df-4073-b288-7802b0178519</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-07-12T20:56:05.0584814-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>b141dae0-dfa9-477b-8f0e-c932f3240635</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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>c7f186c1-7bea-40fd-99e2-ec63c3718af1</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>f30d3556-cef9-48e2-ad72-1102d7b28b71</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>a246e07e-e13a-4c2a-becc-859938da7a0d</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>a246e07e-e13a-4c2a-becc-859938da7a0d</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>b3f325da-f96f-44c5-a19c-530f4133ccd6</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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">26b029a6-834e-47e7-be5f-019f58f95cc2</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>63c1f942-9f2f-4449-a72d-7c3e21bdbfc4</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">23e54bed-1541-4b97-a1c9-019f58f95cc2</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>7cdcc1d6-e1c4-40aa-b4d9-49481667b3c0</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-07-12T20:56:05.0584814-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>b141dae0-dfa9-477b-8f0e-c932f3240635</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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>c7f186c1-7bea-40fd-99e2-ec63c3718af1</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>f30d3556-cef9-48e2-ad72-1102d7b28b71</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>a246e07e-e13a-4c2a-becc-859938da7a0d</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>a246e07e-e13a-4c2a-becc-859938da7a0d</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>b3f325da-f96f-44c5-a19c-530f4133ccd6</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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">26b029a6-834e-47e7-be5f-019f58f95cc2</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>63c1f942-9f2f-4449-a72d-7c3e21bdbfc4</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">23e54bed-1541-4b97-a1c9-019f58f95cc2</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>7cdcc1d6-e1c4-40aa-b4d9-49481667b3c0</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-07-12T20:56:05.0584814-04:00</StartDateTime>
<StartDateTimeUTC>2026-07-12T20:56:05.0584814-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>97ab8778-54a2-4723-a834-e329c41129a6</d3p1:TimeZoneKey>
<d3p1:WindowsId>sample string 5</d3p1:WindowsId>
</TimeZone>
<TimeZoneKey>53cbafd2-3969-4dd1-8f1f-c2d15bf68967</TimeZoneKey>
<UpdatedByUser>sample string 65</UpdatedByUser>
<UpdatedByUserKey>8861fdfd-1e23-4570-b9ff-656b9c104139</UpdatedByUserKey>
<UpdatedOn>2026-07-12T20:56:05.0584814-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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d3p1:ItemCreatedOn>
<d3p1:ItemEntityName>sample string 24</d3p1:ItemEntityName>
<d3p1:ItemName>sample string 25</d3p1:ItemName>
<d3p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</d3p1:TimeZoneKey>
<d3p1:Town>sample string 43</d3p1:Town>
<d3p1:TownOrCity>sample string 44</d3p1:TownOrCity>
</Address>
<ArchiveDateTime>2026-07-12T20:56:05.0584814-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>a74c2ad3-7fc4-4201-902e-99a3acdb3ff6</CommunityKey>
<ConfirmationEmailText>sample string 43</ConfirmationEmailText>
<ContactEmail>sample string 23</ContactEmail>
<ContactFirstLast>sample string 21</ContactFirstLast>
<ContactFirstName>sample string 20</ContactFirstName>
<ContactKey>5c1c97d0-c1af-4e2b-9133-8baf3ff70a00</ContactKey>
<ContactLastName>sample string 22</ContactLastName>
<ContactPhone>sample string 24</ContactPhone>
<CreatedByUser>sample string 62</CreatedByUser>
<CreatedByUserKey>1748b483-be4a-4100-9d22-1a03907b5455</CreatedByUserKey>
<CreatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</EarlyRegistrationDate>
<EndDateTime>2026-07-12T20:56:05.0584814-04:00</EndDateTime>
<EndDateTimeCalculated>2026-07-12T20:56:05.0584814-04:00</EndDateTimeCalculated>
<EndDateTimeUTC>2026-07-12T20:56:05.0584814-04:00</EndDateTimeUTC>
<EventDescription>sample string 25</EventDescription>
<EventKey>8d0585ac-b402-422e-86ef-ce20a3444b24</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>13fec6af-b239-4f0f-ba03-60fff0b3c90d</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>e3adfbba-8564-4f2e-b885-825af43ca8ee</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-07-12T20:56:05.0584814-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>4577bd65-d6e7-49e0-b2e1-adf9edc50e40</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>b2cef7cb-580d-4f80-b61e-459f77c6b43e</CreatedByContactKey>
<CreatedOn>2026-07-12T20:56:05.0584814-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-07-12T20:56:05.0584814-04:00</EndDateTime>
<EndDateTimeUTC>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</StartDateTime>
<StartDateTimeUTC>2026-07-12T20:56:05.0584814-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>dbf81437-971c-48c3-ab83-b3fbae0be9b9</UpdatedByContactKey>
<UpdatedOn>2026-07-12T20:56:05.0584814-04:00</UpdatedOn>
<EventOptionCategoryKey>9ece6a22-5024-46b5-95fc-3d5fc985ce09</EventOptionCategoryKey>
<EventOptionKey>728a6937-f7b5-4eca-a621-b2d773b6be20</EventOptionKey>
<Prices>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>c51fde87-0e7e-4abf-9978-f237215c0930</EventOptionKey>
<EventOptionPriceKey>6a68bb15-16fa-4fac-a82a-abf687541ad8</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>2fb93189-f2a0-466e-900e-c3b280df216f</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>33d7063e-e4c4-4d8d-aeed-0f76a857f1f2</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>c51fde87-0e7e-4abf-9978-f237215c0930</EventOptionKey>
<EventOptionPriceKey>6a68bb15-16fa-4fac-a82a-abf687541ad8</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>2fb93189-f2a0-466e-900e-c3b280df216f</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>33d7063e-e4c4-4d8d-aeed-0f76a857f1f2</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
</Prices>
</EventOption>
<EventOption>
<CECredits>6</CECredits>
<CategoryKey>4577bd65-d6e7-49e0-b2e1-adf9edc50e40</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>b2cef7cb-580d-4f80-b61e-459f77c6b43e</CreatedByContactKey>
<CreatedOn>2026-07-12T20:56:05.0584814-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-07-12T20:56:05.0584814-04:00</EndDateTime>
<EndDateTimeUTC>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</StartDateTime>
<StartDateTimeUTC>2026-07-12T20:56:05.0584814-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>dbf81437-971c-48c3-ab83-b3fbae0be9b9</UpdatedByContactKey>
<UpdatedOn>2026-07-12T20:56:05.0584814-04:00</UpdatedOn>
<EventOptionCategoryKey>9ece6a22-5024-46b5-95fc-3d5fc985ce09</EventOptionCategoryKey>
<EventOptionKey>728a6937-f7b5-4eca-a621-b2d773b6be20</EventOptionKey>
<Prices>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>c51fde87-0e7e-4abf-9978-f237215c0930</EventOptionKey>
<EventOptionPriceKey>6a68bb15-16fa-4fac-a82a-abf687541ad8</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>2fb93189-f2a0-466e-900e-c3b280df216f</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>33d7063e-e4c4-4d8d-aeed-0f76a857f1f2</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
<EventOptionPrice>
<EarlyRegistrationPrice>1</EarlyRegistrationPrice>
<EventOptionKey>c51fde87-0e7e-4abf-9978-f237215c0930</EventOptionKey>
<EventOptionPriceKey>6a68bb15-16fa-4fac-a82a-abf687541ad8</EventOptionPriceKey>
<LateRegistrationPrice>4</LateRegistrationPrice>
<RegistrantClass>
<IsActive>true</IsActive>
<IsDefaultMember>true</IsDefaultMember>
<IsDefaultNonMember>true</IsDefaultNonMember>
<Priority>4</Priority>
<RegistrantClassDescription>sample string 5</RegistrantClassDescription>
<RegistrantClassKey>2fb93189-f2a0-466e-900e-c3b280df216f</RegistrantClassKey>
<RegistrantClassName>sample string 7</RegistrantClassName>
<SecurityGroupDescription>sample string 10</SecurityGroupDescription>
<SecurityGroupKey>33d7063e-e4c4-4d8d-aeed-0f76a857f1f2</SecurityGroupKey>
<SecurityGroupName>sample string 9</SecurityGroupName>
</RegistrantClass>
<RegularRegistrationPrice>5</RegularRegistrationPrice>
</EventOptionPrice>
</Prices>
</EventOption>
</RegistrationOptions>
<RegistrationProcessOption>30</RegistrationProcessOption>
<RegularRegistrationDate>2026-07-12T20:56:05.0584814-04:00</RegularRegistrationDate>
<RegularRegistrationEndDate>2026-07-12T20:56:05.0584814-04:00</RegularRegistrationEndDate>
<RequireAttendanceToVote>true</RequireAttendanceToVote>
<SearchResultsDisplayType>18</SearchResultsDisplayType>
<Sessions>
<EventSession>
<CECredits>6</CECredits>
<CategoryKey>d810fec5-e78e-4eee-b542-d31414d0b3ce</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>34df8a17-773e-4a71-8d7c-e1372df05866</CreatedByContactKey>
<CreatedOn>2026-07-12T20:56:05.0584814-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-07-12T20:56:05.0584814-04:00</EndDateTime>
<EndDateTimeUTC>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</StartDateTime>
<StartDateTimeUTC>2026-07-12T20:56:05.0584814-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>356456a7-2443-40fa-af38-f4f4627e55d7</UpdatedByContactKey>
<UpdatedOn>2026-07-12T20:56:05.0584814-04:00</UpdatedOn>
<EventSessionCategoryKey>3466e36d-490d-48fc-88ea-8160852235a0</EventSessionCategoryKey>
<EventSessionKey>2b79ab50-b1df-4073-b288-7802b0178519</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-07-12T20:56:05.0584814-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>b141dae0-dfa9-477b-8f0e-c932f3240635</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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>c7f186c1-7bea-40fd-99e2-ec63c3718af1</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>f30d3556-cef9-48e2-ad72-1102d7b28b71</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>a246e07e-e13a-4c2a-becc-859938da7a0d</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>a246e07e-e13a-4c2a-becc-859938da7a0d</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>b3f325da-f96f-44c5-a19c-530f4133ccd6</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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">26b029a6-834e-47e7-be5f-019f58f95cc2</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>63c1f942-9f2f-4449-a72d-7c3e21bdbfc4</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">23e54bed-1541-4b97-a1c9-019f58f95cc2</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>7cdcc1d6-e1c4-40aa-b4d9-49481667b3c0</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-07-12T20:56:05.0584814-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>b141dae0-dfa9-477b-8f0e-c932f3240635</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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>c7f186c1-7bea-40fd-99e2-ec63c3718af1</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>f30d3556-cef9-48e2-ad72-1102d7b28b71</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>a246e07e-e13a-4c2a-becc-859938da7a0d</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>a246e07e-e13a-4c2a-becc-859938da7a0d</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>b3f325da-f96f-44c5-a19c-530f4133ccd6</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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">26b029a6-834e-47e7-be5f-019f58f95cc2</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>63c1f942-9f2f-4449-a72d-7c3e21bdbfc4</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">23e54bed-1541-4b97-a1c9-019f58f95cc2</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>7cdcc1d6-e1c4-40aa-b4d9-49481667b3c0</d7p1:_PresenterRoleKey>
<d7p1:_PresenterRoleName>sample string 2</d7p1:_PresenterRoleName>
<d7p1:_SortOrder>4</d7p1:_SortOrder>
</_dataObject>
</PresenterRole>
</EventPresenter>
</Presenters>
</EventSession>
<EventSession>
<CECredits>6</CECredits>
<CategoryKey>d810fec5-e78e-4eee-b542-d31414d0b3ce</CategoryKey>
<CategoryName>sample string 4</CategoryName>
<CategorySortOrder>5</CategorySortOrder>
<CreatedByContactKey>34df8a17-773e-4a71-8d7c-e1372df05866</CreatedByContactKey>
<CreatedOn>2026-07-12T20:56:05.0584814-04:00</CreatedOn>
<Description>sample string 9</Description>
<EarlyRegistrationPrice>10</EarlyRegistrationPrice>
<EndDateTime>2026-07-12T20:56:05.0584814-04:00</EndDateTime>
<EndDateTimeUTC>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</StartDateTime>
<StartDateTimeUTC>2026-07-12T20:56:05.0584814-04:00</StartDateTimeUTC>
<Title>sample string 30</Title>
<UpdatedByContactKey>356456a7-2443-40fa-af38-f4f4627e55d7</UpdatedByContactKey>
<UpdatedOn>2026-07-12T20:56:05.0584814-04:00</UpdatedOn>
<EventSessionCategoryKey>3466e36d-490d-48fc-88ea-8160852235a0</EventSessionCategoryKey>
<EventSessionKey>2b79ab50-b1df-4073-b288-7802b0178519</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-07-12T20:56:05.0584814-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>b141dae0-dfa9-477b-8f0e-c932f3240635</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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>c7f186c1-7bea-40fd-99e2-ec63c3718af1</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>f30d3556-cef9-48e2-ad72-1102d7b28b71</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>a246e07e-e13a-4c2a-becc-859938da7a0d</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>a246e07e-e13a-4c2a-becc-859938da7a0d</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>b3f325da-f96f-44c5-a19c-530f4133ccd6</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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">26b029a6-834e-47e7-be5f-019f58f95cc2</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>63c1f942-9f2f-4449-a72d-7c3e21bdbfc4</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">23e54bed-1541-4b97-a1c9-019f58f95cc2</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>7cdcc1d6-e1c4-40aa-b4d9-49481667b3c0</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</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>00806ff0-ca7f-43cc-a665-f2e39cc11b55</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>c98b5b31-213b-46a2-b7ba-4ac4a8717a0a</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-07-12T20:56:05.0584814-04:00</d7p1:ItemCreatedOn>
<d7p1:ItemEntityName>sample string 24</d7p1:ItemEntityName>
<d7p1:ItemName>sample string 25</d7p1:ItemName>
<d7p1:ItemOwnerContactKey>b34484e3-195a-443d-9e1a-0e5a02e9ed05</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>a6893f32-5d63-4f37-90fe-c526c2c22d41</d7p1:TimeZoneKey>
<d7p1:Town>sample string 43</d7p1:Town>
<d7p1:TownOrCity>sample string 44</d7p1:TownOrCity>
</d7p1:Address>
</d7p1:Addresses>
<d7p1:AgreedToTermsDateTime>2026-07-12T20:56:05.0584814-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>b141dae0-dfa9-477b-8f0e-c932f3240635</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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>a55728b5-ed93-4ba8-979f-510be11dd60e</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-07-12T20:56:05.0584814-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>c7f186c1-7bea-40fd-99e2-ec63c3718af1</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>f30d3556-cef9-48e2-ad72-1102d7b28b71</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>a246e07e-e13a-4c2a-becc-859938da7a0d</d8p1:SecurityGroupKey>
<d8p1:SecurityGroupName>sample string 2</d8p1:SecurityGroupName>
</d8p1:SecurityGroupConcise>
<d8p1:SecurityGroupConcise>
<d8p1:ProvidesMemberBenefits>true</d8p1:ProvidesMemberBenefits>
<d8p1:SecurityGroupKey>a246e07e-e13a-4c2a-becc-859938da7a0d</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>b3f325da-f96f-44c5-a19c-530f4133ccd6</d7p1:UpdatedByContactKey>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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-07-12T20:56:05.0584814-04:00</d7p1:FromDate>
<d7p1:IsPresent>true</d7p1:IsPresent>
<d7p1:IsPrimary>true</d7p1:IsPrimary>
<d7p1:JobExperienceKey>01a99106-31bc-4cde-9efa-00f3153c0914</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-07-12T20:56:05.0584814-04:00</d7p1:ToDate>
<d7p1:UpdatedOn>2026-07-12T20:56:05.0584814-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">26b029a6-834e-47e7-be5f-019f58f95cc2</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>63c1f942-9f2f-4449-a72d-7c3e21bdbfc4</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">23e54bed-1541-4b97-a1c9-019f58f95cc2</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>7cdcc1d6-e1c4-40aa-b4d9-49481667b3c0</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-07-12T20:56:05.0584814-04:00</StartDateTime>
<StartDateTimeUTC>2026-07-12T20:56:05.0584814-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>97ab8778-54a2-4723-a834-e329c41129a6</d3p1:TimeZoneKey>
<d3p1:WindowsId>sample string 5</d3p1:WindowsId>
</TimeZone>
<TimeZoneKey>53cbafd2-3969-4dd1-8f1f-c2d15bf68967</TimeZoneKey>
<UpdatedByUser>sample string 65</UpdatedByUser>
<UpdatedByUserKey>8861fdfd-1e23-4570-b9ff-656b9c104139</UpdatedByUserKey>
<UpdatedOn>2026-07-12T20:56:05.0584814-04:00</UpdatedOn>
<UseBadgeName>true</UseBadgeName>
<UseDisabilityOrSpecial>true</UseDisabilityOrSpecial>
<UseForm>true</UseForm>
</Event>
</ArrayOfEvent>