<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="49599b79-75c3-4c9b-94aa-f263de5d38e2">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="77186" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-03T00:00:00" End="2025-12-04T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2025-11-10T07:00:47.6136758+00:00" Version="0" EchoToken="Search" TransactionIdentifier="49599b79-75c3-4c9b-94aa-f263de5d38e2" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="34" TotalAmount="21.79" OriginalAmount="20.36" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|101480" HotelName="MAINGATE LAKESIDE RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/931306_foto_1.jpg</HotelPictures>
        <HotelDescription>Location / Description: Located less than 2 mi. from WDW resorts and minutes from all other area attractions, this hotel offers excellent value in a resort like setting. Min Child Age: 2. Max Child Age: 12. Extra Info:</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="32.96" OriginalAmount="30.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.333447" Longitude="-81.498623" StarRating="2.5" HotelCode="14626|48900" HotelName="Parkside Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5367 W. Irlo Bronson Memorial Hwy, Kissimmee, Florida 34746</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/21/6521539ba9d06dace3970e2c7223ec86d953dbde.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.24" OriginalAmount="32.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.430420853867" Longitude="-81.476202607155" StarRating="3" HotelCode="47671|quality_suites_universal_south" HotelName="Quality Suites Universal South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9350 Turkey Lake Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/1e/981e50a70a6d684ddfbaaa2563da4af07a782407.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="35.34" OriginalAmount="33.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.507823334541" Longitude="-81.41651503638" StarRating="2" HotelCode="121903|221614" HotelName="Days Inn Orlando Near Millenia Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2500 West 33rd Street, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/1d/3e1d6c1a459079f25720207e603a4223d31b598e.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.38" OriginalAmount="34.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.436979" Longitude="-81.404854" StarRating="3" HotelCode="888339|baymont_inn_and_suites_florida_mall" HotelName="Baymont Inn &amp; Suites Florida Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8820 S Orange Blossom Trail, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/54/c054a35a1c292b891404c268fc9770d016bbfc2e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.38" OriginalAmount="34.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456321" Longitude="-81.471617" StarRating="2" HotelCode="907356|travelodge_orlando_international_drive" HotelName="Heart Of I-Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7200 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/2d/1c2de1ea8d1ef456d2e7a9ec099a769780d2243f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="37.16" OriginalAmount="34.73" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|334906" HotelName="Baymont by Wyndham Orlando Lake Buena Vista South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/967976_foto_1.jpg</HotelPictures>
        <HotelDescription>Property Desc:Property Location Located in Kissimmee, Developer Inn Maingate, a Baymont by Wyndham is within a 10-minute drive of Walt Disney World� Resort and Disney Springs�.  This family-friendly hotel is 5.5 mi (8.8 km) from Disney's Hollywood Studios� and 7.9 mi (12.6 km) from Orange County Convention Center.Rooms Make yourself at home in one of the 120 guestrooms featuring refrigerators and microwaves. Complimentary wireless internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include desks and separate sitting areas, as well as phones with free local calls.Amenities Enjoy recreation amenities such as an outdoor pool or take in the view from a garden. Additional features at this hotel include complimentary wireless internet access and a television in a common area.Dining Grab a bite from the grocery/convenience store serving guests of Developer Inn Maingate, a Baymont by Wyndham. A complimentary buffet breakfast is served daily from 7:00 AM to 9:30 AM.Business, Other Amenities Featured amenities include a business center, a 24-hour front desk, and multilingual staff. Free self parking is available onsite.Attractions Distances are displayed to the nearest 0.1 mile and kilometer.  Old Town - 2 km / 1.3 mi  Fun Spot America - 2.2 km / 1.4 mi  Lake Buena Vista Factory Stores - 2.4 km / 1.5 mi  Capone's Dinner Show - 3.2 km / 2 mi  Falcon's Fire Golf Club - 3.5 km / 2.1 mi  Kissimmee Go-Karts - 3.6 km / 2.2 mi  Shingle Creek Regional Park - 3.6 km / 2.2 mi  Hawks Landing Golf Club - 4.2 km / 2.6 mi  AdventHealth Celebration - 5.3 km / 3.3 mi  Celebration Golf Club - 5.4 km / 3.4 mi  Medieval Times - 5.5 km / 3.4 mi  Lake Bryan - 5.9 km / 3.7 mi  Corpus Christi Catholic Church - 6.5 km / 4 mi  192 Flea Market - 6.5 km / 4.1 mi  Orlando Vineland Premium Outlets - 7.3 km / 4.5 mi  The nearest airports are:Kissimmee, FL (ISM-Kissimmee Gateway) - 9.3 km / 5.8 mi Orlando Intl. Airport (MCO) - 33 km / 20.5 mi House RulesChildren welcomeNo pets, service animals welcomeNo smokingSpoken LanguagesEnglishSpanishKnow Before You Go:   Only registered guests are allowed in the guestrooms.  The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation.  Mandatory Fees and Taxes: You'll be asked to pay the following charges at the property: Deposit: USD 100 per accommodation, per stayService fee: USD 16.00 per accommodation, per night We have included all charges provided to us by the property. Checkin Instructions:   Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cards, debit cards, and cashThis property reserves the right to pre-authorize the guest's credit card prior to arrival.Safety features at this property include a smoke detectorPlease note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property     Parcel deliveries will be accepted only for guests in house or checking in on the day of receipt for an additional fee. Any deliveries received before or after a guest's stay will be returned. The property cannot be held responsible for lost or damaged goods.  Special Checkin Instructions: Front desk staff will greet guests on arrival. For more details, please contact the property using the information on the booking confirmation.Checkin Time: 3:00 PMCheckin End Time: midnightCheckin Minimum Age: 21Checkout Time: 11:00 AMNon-Smoking, Television, In-room climate control (heating), Grab bar - in bathtub, Limited housekeeping, In-roo</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.45" OriginalAmount="35.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.462570931032" Longitude="-81.398067465772" StarRating="0" HotelCode="226326|oyo_townhouse_suites_orlando" HotelName="Great Value Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/11/2025">
        <Address>
          <AddressLines>
            <AddressLine>7100 South Orange Blossom Trail, Orlando, Florida 32809-5717</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/25/4d2512b54249b7f18f0d0b91ce7c677b1f4f4e56.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="38.51" OriginalAmount="35.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.445289203137" Longitude="-81.472849845886" StarRating="2.5" HotelCode="259968|13634" HotelName="Quality Inn at International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8300 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/9b/979b0709dd6ba15f86e034977775788acccc307b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.52" OriginalAmount="36.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.439897781156" Longitude="-81.403263956308" StarRating="3" HotelCode="40710|hampton_inn_florida_mall" HotelName="Ramada by Wyndham Orlando Florida Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8601 South Orange Blossom Trail, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/87/8687127a70131bee80caf8e960c0b811fe3134af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="41.73" OriginalAmount="39.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|862147" HotelName="Garnet Inn and Suites Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1200658_foto_1.jpg</HotelPictures>
        <HotelDescription>This property is located in Orlando, USA. It is close to attractions such as Orlando Watersports Complex (4 km), Universal Studios Florida (14 km), Funtastic Depot - Indoor Amusement Park (16 km), and Soarin' Around the World (32 km). When it comes to transportation, the nearby airport is Orlando International Airport (11 km). Facilities and services include 24hr reception, Air Conditioning, Breakfast room, Cafe, Car parking, Conference/banquet facilities (extra charge), Gym/fitness facilities, Ironing facilities, Laundry facilities (extra charge), Multilingual staff, Pets allowed on request (extra charge), Pool, Safe (extra charge), Wheelchair access (extra charge) and Wireless internet.Room features air conditioning, cable/satellite TV, cleaning/housekeeping, coffee/tea maker, connecting rooms, desk, hairdryer, microwave, minibar/fridge, non-smoking rooms, private bathroom, safe (extra charge), shower, toiletries provided, towels provided and wi-fi access.Address: 8820 South Orange Blossom Trail, Orlando, FL 32809, United States</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.73" OriginalAmount="39.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.461854431584" Longitude="-81.466774642467" StarRating="3" HotelCode="21215|monumental_movieland_hotel_orlando" HotelName="Monumental Movieland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6233 International Drive, Orlando, Florida 32829</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/32/bf321ac763bab776ce48ab181044f91131eac24e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.73" OriginalAmount="39.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456368305974" Longitude="-81.473261087687" StarRating="2" HotelCode="84927|econo_lodge_international_drive" HotelName="Econo Lodge International Drive Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7102 International Drive, Florida, Orlando 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/7a/f17a40484365c683448837ebf601350552816178.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.80" OriginalAmount="40.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450968059096" Longitude="-81.464859545231" StarRating="2" HotelCode="37482|grand_hotel_orlando" HotelName="Baymont by Wyndham Orlando Universal Blvd" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7825 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/fe/d8fe24cefe09a39f3a22a7d64c7d6048d06049cb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="43.14" OriginalAmount="40.32" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|232754" HotelName="Grand Hotel Orlando at Universal Blvd" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/865568_foto_1.jpg</HotelPictures>
        <HotelDescription>The Grand Hotel Orlando, located in the I-Drive Resort area, is just 2. 7 kilometers from Universal Orlando Resort and 6. 4 kilometers from SeaWorld Orlando. Guests enjoy complimentary scheduled shuttle services to Universal Orlandoandreg;, SeaWorld, EPCOT, and the Disney Transportation Center at Walt Disney Worldandreg; Resort. Start your day with a complimentary continental breakfast in the lobby cafandeacute;, featuring pastries, pancakes, fruit, yogurt, and other favorites. Relax by the outdoor pool or let the little ones enjoy the kid-friendly play area. Maintain your fitness routine in the fitness center and stay connected with lobby computer stations. Spacious guest rooms offer a mini-fridge and a large in-room safe, ensuring a comfortable night's sleep after a day of adventure.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.94" OriginalAmount="42.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451946" Longitude="-81.350875" StarRating="2" HotelCode="11597|quality_inn_orlando_airport" HotelName="Quality Inn Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2601 McCoy Rd., Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/a2/0ca226893b47b729a90bbf5e5d758bca2f1b29a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.01" OriginalAmount="43.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450727" Longitude="-81.356334" StarRating="2" HotelCode="35112|best_western_airport_inn" HotelName="Best Western Airport Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8101 Aircenter Court (McCoy Road), Orlando, Florida 32809-7414</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/cd/dccdae10001296eb6c322239aa81b3e7ee55691b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.01" OriginalAmount="43.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46442" Longitude="-81.46126" StarRating="2" HotelCode="186568|super_8_orlando_international_drive_2" HotelName="Super 8 by Wyndham Orlando International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5900 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/49/1349694de999e520c59aa185e5d9e03bb770082a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.08" OriginalAmount="44.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.464964426683" Longitude="-81.462756882022" StarRating="2" HotelCode="104217|motel_6_orlando__international_drive" HotelName="Motel 6 Orlando International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5909 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/a8/efa8b0739bc4a4f0e866cd7ac51e489beb8156dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.08" OriginalAmount="44.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.464815" Longitude="-81.4605" StarRating="3" HotelCode="260607|sunsol_international_drive" HotelName="Sunsol International Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Laundry,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5859 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/07/ed07a2fc706dfce211e11263efb7b7c09f345036.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="47.91" OriginalAmount="44.78" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|650996" HotelName="MONUMENTAL MOVIELAND" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/139294_foto_1.jpg</HotelPictures>
        <HotelDescription>Excellent location in the International Drive Resort area. Universal Studios, volcano Bay and Islands of Adventure are just a short stroll away, and attractions such as Titanic the Experience, Prime Outlets Orlando, SeaWorld, Aquatica, Orlando Premium Outlets, Florida Mall and Walt Disney World Resort can be easily reached.  Note that there is a charge of $10 for incoming packages for guests.ADA Compliant property proudly offering:�Accessible Rooms with visual doorbell and fire alarm. Lowered sink and mirror. Handrails . Mobility access doors with at least 32" of clear door width�Closed captioning on televisions or closed captioning decoders�Accessible parking, public entrance (in front of building), registration desk�Accessible route from the accessible public entrance to the registration area, meeting room, laundry room and to accessible guestrooms�Service support animals welcome�Public areas/facilities accessible for physically challenged</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.15" OriginalAmount="45.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.427279" Longitude="-81.403569" StarRating="2" HotelCode="102725|days_inn_orlando_airport_florida_mall" HotelName="Days Inn Orlando - Florida Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/11/2025">
        <Address>
          <AddressLines>
            <AddressLine>9301 S Orange Blossom Trail, Fl Trnpk/Beachline/528/441 S., Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/91/ba915b3f9af76b5a8600232da5e465986ac3aa40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="48.16" OriginalAmount="45.01" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|971962" HotelName="Orlando International Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1572340_foto_1.jpg</HotelPictures>
        <HotelDescription>Sunsol International Drive is perfectly located for both business and leisure guests in Orlando (FL). Offering a variety of facilities and services, the hotel provides all you need for a good night's sleep. Free Wi-Fi in all rooms, 24-hour front desk, facilities for disabled guests, Wi-Fi in public areas, family room are on the list of things guests can enjoy. Some of the well-appointed guestrooms feature carpeting, television LCD/plasma screen, internet access - wireless (complimentary), air conditioning, heating. Entertain the hotel's recreational facilities, including outdoor pool, children's playground. Sunsol International Drive combines warm hospitality with a lovely ambiance to make your stay in Orlando (FL) unforgettable.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.17" OriginalAmount="47.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.331431" Longitude="-81.586227" StarRating="3" HotelCode="16472|36179" HotelName="Ramada Gateway Kissimmee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7470 W. Irlo Bronson Memorial Highway 192, Kissimmee, Florida 34747</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/49/e749d35f3f71ad1c64ed2cd800a5734f64b32607.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.36" OriginalAmount="48.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.422649521657" Longitude="-81.461164230778" StarRating="2" HotelCode="396001|days_inn_orlando_convention_centerinternational_drive_hotel" HotelName="Days Inn Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9990 International Drive, Orlando, FL 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/77/5e7725e0608790fecf1447ca8f4db5b9e2c6b843.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.36" OriginalAmount="48.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.452609399191" Longitude="-81.467831432819" StarRating="2" HotelCode="39187|the_floridian_hotel_and_suites" HotelName="The Floridian Hotel &amp; Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7531 Canada Avenue, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/4f/274f68a7dfad664e749dcc79a0667483eb321de7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.36" OriginalAmount="48.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451983831215" Longitude="-81.337730936176" StarRating="2" HotelCode="64491|la_quinta_inn_orlando_airport_west" HotelName="La Quinta Inn Orlando Airport West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7931 Daetwyler Drive, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/06/8f06019d344a2b44f401530c0b11e6d42d08b689.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="52.36" OriginalAmount="48.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.372141" Longitude="-81.503047" StarRating="3" HotelCode="13526|12805" HotelName="Holiday Inn Resort Orlando Lake Buena Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13351 State Road 535, 32821 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/44/5344d3737f8d878b612214e686eaf37e746742a7.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.43" OriginalAmount="49.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450715015896" Longitude="-81.357478668648" StarRating="2" HotelCode="86637|sleep_inn__suites_airport" HotelName="Sleep Inn Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1700 McCoy Road, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e0/fbe04fe2f22d759eb5df1193c8931809786109c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.50" OriginalAmount="50.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451340427382" Longitude="-81.357034742832" StarRating="2" HotelCode="16452|travelodge_inn_and_suites_orlando_airport" HotelName="Days Inn &amp; Suites Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1853 McCoy Road, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/e7/28e78189076c7783c6a7a25c1d403ec5a0f88908.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.50" OriginalAmount="50.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.458502449119" Longitude="-81.470655798912" StarRating="3" HotelCode="13482|international_palms_resort_orlando" HotelName="Avanti Palms Resort &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6515 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/aa/9caaf173db3b6d12f218943ad3c378d2316ecc4e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.50" OriginalAmount="50.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.564514" Longitude="-81.195979" StarRating="2" HotelCode="119799|crossland_economy_studios__orlando__ucf_area" HotelName="HomeTowne Studios Orlando - UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12350 East Colonial Drive, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fd/abfd49cb8bd278674b59ade9d56324e1703badc6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.17" OriginalAmount="51.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.552249333333" Longitude="-81.42789" StarRating="2" HotelCode="126857|701674" HotelName="Quality Inn &amp; Suites Downtown Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Motel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3956 West Colonial Drive, Orlando, Florida 32808</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f4/f9f46a5ca13b3aa06e9348fbeeaa7da71908a709.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.53" OriginalAmount="51.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.444690169821" Longitude="-81.473284363747" StarRating="3" HotelCode="75937|37158" HotelName="Red Roof Inn Orlando Convention Center / Int'l Dr" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8342 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/2d/cf2d85e904bd449447636c5488a27a9b65daabee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.64" OriginalAmount="52.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.390076" Longitude="-81.47269" StarRating="3" HotelCode="100091|monumental_hotel_orlando" HotelName="Monumental Hotel Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12120 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/6a/cd6a0022f1cfc8632ade3789b2fc4e44bf8ca2ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.64" OriginalAmount="52.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460456" Longitude="-81.469744" StarRating="3" HotelCode="16864|rosen_inn_closest_to_universal" HotelName="Rosen Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6327 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/97/2e97e639afb6169710763e651691981f7b19c1b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.64" OriginalAmount="52.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.445212925662" Longitude="-81.428957127647" StarRating="2" HotelCode="124280|extended_stay_america__orlando__southpark__equity_row" HotelName="Extended Stay America - Orlando - Southpark - Equity Row" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4101 Equity Row, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/c8/d7c85d5aa681184332cf387ad0304346ad7ee223.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.97" OriginalAmount="52.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.429194780264" Longitude="-81.408519778955" StarRating="2" HotelCode="125455|129293" HotelName="Suburban Extended Stay South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9435 Delegates Drive, Orlando, FL 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/ca/7aca3724cc193e51e259bd07fc83e07110485d29.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="56.60" OriginalAmount="52.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.659396571429" Longitude="-81.476055142857" StarRating="2" HotelCode="124484|209664" HotelName="Rodeway Inn Apopka Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1317 South Orange Blossom Trail, Apopka, FL 32703</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/66/4166f44a4aa2bf92d4a263157de017c0ef259e8c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.71" OriginalAmount="53.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.567660285714" Longitude="-81.210326857143" StarRating="2" HotelCode="121229|days_inn_orlando_ucf_area" HotelName="Days Inn &amp; Suites Orlando / UCF Research Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11639 East Colonial Drive, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/21/b921e712794a69a633bc833fbe87595dbdc013b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.71" OriginalAmount="53.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.453166623884" Longitude="-81.467632465536" StarRating="3" HotelCode="128502|comfort_inn__suites_universal__convention_center" HotelName="Comfort Inn &amp; Suites Universal - Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7495 Canada Avenue, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/0c/ea0ca04c2d0a21fb93dcb2a0814976f3462ed0cc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.71" OriginalAmount="53.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.613686447722" Longitude="-81.430688829922" StarRating="2" HotelCode="897016|value_place_orlandoclarcona" HotelName="WoodSpring Suites Orlando Clarcona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4125 Clarcona Ocoee Road, Orlando, Florida 32810</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/dc/e2dc1a8b4762e770a90abf4fc8bdc6ff349e5891.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="57.57" OriginalAmount="53.80" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A76107" HotelName="PARK ROYAL ORLANDO" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/29231_image61513544_0.jpg</HotelPictures>
        <HotelDescription>Park Royal Homestay Orlando is located right in the heart of Kissimmee surrounded by restaurants, attractions and many shopping options. Our 176 guest rooms hotel is at a driving distance from Walt Disney World Resort and has been designed to provide safety and comfort. Park Royal Homestay Orlando is the ideal place for your family to rest after an exciting day in Orlandoandapos;s amusement parks or a full day of shopping at our local outlet malls. Orlando, which is already the most fun and exciting city in Florida, is also a wonderful destination for families from all over the world.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.78" OriginalAmount="54.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451496309263" Longitude="-81.472490429878" StarRating="3" HotelCode="163167|rosen_inn_international" HotelName="Rosen Inn International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7600 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/9b/3b9b7c2d06fd62755cae4720a5e85f7e7be0aa90.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.78" OriginalAmount="54.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.414613" Longitude="-81.421672" StarRating="2" HotelCode="200228|value_place_orlando_fl_south" HotelName="WoodSpring Suites Orlando South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10401 South John Young Parkway, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/b9/10b905f17b0a046675c07b40eb26313f68a0b293.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.78" OriginalAmount="54.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.428905" Longitude="-81.405579" StarRating="2" HotelCode="64442|la_quinta_inn__suites_orlando_south" HotelName="La Quinta Inn &amp; Suites Orlando South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2051 Consulate Dr, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/13/5713ad24a679f2c09f257baff425745c47287574.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="58.26" OriginalAmount="54.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.433798492248" Longitude="-81.472914218903" StarRating="3" HotelCode="16467|12908" HotelName="Rosen Inn at Pointe Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9000 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/66/e6663181d22d53b0b6490da100f2265ec8f21d38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="58.48" OriginalAmount="54.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.508449041108" Longitude="-81.397656811242" StarRating="2" HotelCode="121901|317946" HotelName="Days Inn by Wyndham Orlando Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3300 South Orange Blossom Trail, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f3/a5f31479548c1549a6d15ca4c46d6fd991b80c45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.85" OriginalAmount="55.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.439025127964" Longitude="-81.472141742707" StarRating="3" HotelCode="11010|avanti_resort" HotelName="Avanti International Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8738 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/e3/32e3667c18223baa26e16cbc7b21da2a3531d670.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.85" OriginalAmount="55.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.650072400463" Longitude="-81.349662165676" StarRating="2" HotelCode="68996|days_inn_n_orlando__casselberry" HotelName="Days Inn N Orlando/Casselberry" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8245 South US Highway 17-92, Fern Park, Florida 32730</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/5d/fd5de9aeb8430b1515051901be8aff76bf5b3e52.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.85" OriginalAmount="55.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.442111" Longitude="-81.472307" StarRating="3" HotelCode="142104|rodeway_inn_international_drive" HotelName="Rodeway Inn International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8444 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/3c/dd3cade4682e900576e7cf4f2442d8df9c01e5f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.92" OriginalAmount="56.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.453937073759" Longitude="-81.468940526248" StarRating="3" HotelCode="16319|quality_suites_near_orange_county_convention_center" HotelName="Quality Suites Near Orange County Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7400 Canada Avenue, 32819 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3f/d1/3fd16322e99053b397221e89b66bd60eca0e6ef7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.92" OriginalAmount="56.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.390844" Longitude="-81.496443" StarRating="3" HotelCode="17550|extended_stay_america__orlando__lake_buena_vista" HotelName="Extended Stay America - Orlando - Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8100 Palm Pkwy, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/92/559298ea0174ade3726d22ef400b0642d51c0116.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.62" OriginalAmount="56.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457665321188" Longitude="-81.468469798565" StarRating="3" HotelCode="24630|168947" HotelName="Ramada Plaza by Wyndham Orlando Resort &amp; Suites Intl Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 25/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6500 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/f9/28f9135100a94c0aeb570665cbb064b3cfb44fcc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.99" OriginalAmount="57.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.486256" Longitude="-81.456591" StarRating="3" HotelCode="64448|quality_inn_and_suites_universal_studios" HotelName="Quality Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5635 Windhover Drive, 32819 Orlando</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ce/94ceebc868b00f33a50010fa2da43c6f507b983b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.99" OriginalAmount="57.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.462867197495" Longitude="-81.461461186409" StarRating="3" HotelCode="45066|four_points_by_sheraton_orlando_studio_city" HotelName="Four Points by Sheraton Orlando International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5905 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/7d/fb7df06bc58606a35c63bcd9d02fe25cf8811797.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.99" OriginalAmount="57.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.63283675" Longitude="-81.401335" StarRating="2" HotelCode="892763|extended_stay_america__orlando__maitland_1760_pembrook_dr" HotelName="Extended Stay America - Orlando - Maitland - 1760 Pembrook Dr." Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1760 Pembrook Drive, Orlando, Florida 32810</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/b7/77b7c37584eec44f49e18b156b132593f01bd583.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.99" OriginalAmount="57.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.467940319119" Longitude="-81.396487448917" StarRating="2" HotelCode="894754|rodeway_inn_near_florida_mall" HotelName="Rodeway Inn Near Florida Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Designated Smoking Area,Golf,Internet,Laundry,Luggage Storage,Parking,Pets allowed,Shopping Arcade,Smoking Rooms,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>6119 South Orange Blossom Trail</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/ea/e1ea30dcdec0f349272e324c0b8534b5cb118195.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="61.33" OriginalAmount="57.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.435662" Longitude="-81.403523" StarRating="2" HotelCode="88192|87482" HotelName="Travelodge Orlando Near Florida Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1850 West Landstreet Road, Orlando, Florida 32809-7981</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/6f/ef6f510799420b872fc4e1a36dc45fd42aaa7970.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="61.73" OriginalAmount="57.69" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|632971" HotelName="ROSEN INN CLOSEST TO UNIVERSAL" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/15352_image50969647_0.jpg</HotelPictures>
        <HotelDescription>Welcome to Rosen Inn, an affordable hotel conveniently located in the heart of world-famous entertainment and shopping in Orlando. Stay with us and experience the resort atmosphere and quality that is the standard of the Rosen Hotel &amp; Resorts family of properties. This Rosen Inn hotel closest to Universal Orlando Resort offers more than convenience in location. It also offers comfort, security, and its own set of luxuries.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.66" OriginalAmount="58.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.417409334475" Longitude="-81.462351679802" StarRating="3" HotelCode="17530|13655" HotelName="DoubleTree by Hilton Hotel Orlando at SeaWorld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10100 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/37/2437ed8713a3e472f0a784cf0c57b2805da1ce40.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.13" OriginalAmount="59.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.41941860524" Longitude="-81.466597616673" StarRating="3" HotelCode="56044|extended_stay_america_orlando_convention_center_6443_westwood" HotelName="Extended Stay America - Orlando - Convention Ctr - 6443 Westwood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6443 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/01/8e0177b795b581ab812ea31388cc6519aba54083.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="63.62" OriginalAmount="59.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.392453639335" Longitude="-81.47350566423" StarRating="3" HotelCode="897018|161647" HotelName="Westgate Leisure Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6950 Villa de Costa Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b2/eeb267d8241eca707a4e31436024e999b2a68be2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.20" OriginalAmount="60.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.607879582153" Longitude="-81.393805644386" StarRating="2" HotelCode="128503|motel_6_orlando__winter_park" HotelName="Motel 6 Orlando Winter Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5300 Adanson Road, Orlando, Florida 32810</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/b4/71b454c993462041a4657cc6705a4b1f1328725b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.20" OriginalAmount="60.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459028303557" Longitude="-81.313161849976" StarRating="2" HotelCode="39112|la_quinta_inn_and_suites_orlando_airport_north" HotelName="La Quinta Inn &amp; Suites Orlando Airport North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7160 North Frontage Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/e5/86e5587c1501120c13c373759da9b49fe813d9b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.20" OriginalAmount="60.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.541563831401" Longitude="-81.286626956414" StarRating="2" HotelCode="200227|value_place_orlando_fl_northeastuniversity_park" HotelName="WoodSpring Suites Orlando East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>216 South Goldenrod Road, Orlando, Florida 32807</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/59/ba59269fcfe36caf47224791d00b3b6d796d1f22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.98" OriginalAmount="60.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459871283866" Longitude="-81.313870119049" StarRating="3" HotelCode="42210|135887" HotelName="Country Inn &amp; Suites by Radisson, Orlando Airport, FL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5440 Forbes Place, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d1/31d10d26763d8afb7cb7d1330b7d1c302290d25f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.27" OriginalAmount="61.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457896416322" Longitude="-81.463682055473" StarRating="3.5" HotelCode="31961|best_western_plus_orlando_gateway" HotelName="Best Western Orlando Gateway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7299 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cc/f0ccc5d8881afdee857e5477e5d537d002dc5282.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="65.53" OriginalAmount="61.24" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|992859" HotelName="PARC CORNICHE CONDOMINIUM SUITES" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/652983_image19821_0.jpg</HotelPictures>
        <HotelDescription>This family-friendly Orlando property is surrounded by the Grande Pines Golf Club and offers free shuttle service to major local attractions. Guests can enjoy the spacious outdoor pool and hot tub. 
Parc Corniche Condominium Suites offers spacious rooms with a fully equipped kitchen and private balcony. Cable TV, a coffee maker and ironing facilities are included. 
A 24-hour fitness center and a games room are open to all guests of Parc Corniche. A convenience store and laundry facilities are also on the site. *Resort Fee: direct payment at the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.29" OriginalAmount="61.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.399451" Longitude="-81.463629" StarRating="3" HotelCode="16321|13642" HotelName="Parc Corniche" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6300 Parc Corniche Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/c4/56c4076f8b05435dc72e6f84857046249a827eba.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.34" OriginalAmount="62.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.463282" Longitude="-81.459874" StarRating="2" HotelCode="26724|la_quinta_inn_orlando_international_drive_north" HotelName="La Quinta Inn Orlando International Drive North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 25/11/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5825 International Drive, Orlando 32819, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/b6/bdb6d86c61f0ccfbd9a99d3744ada6d4074afa01.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.34" OriginalAmount="62.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456161" Longitude="-81.308679" StarRating="3" HotelCode="396002|ramada_suites_orlando_airport" HotelName="Ramada Suites Orlando Aiport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Augusta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/59/7759d13b3f6e25b97a1f286ca3c40cd2215df099.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.34" OriginalAmount="62.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.390532042118" Longitude="-81.503137350082" StarRating="3" HotelCode="36277|cypress_pointe_2" HotelName="Cypress Pointe Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Jacuzzi,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8651 Treasure Cay Lane, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/23/93238ade687270e7e535e67e2315b1ac337d25f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.41" OriginalAmount="63.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.438634439782" Longitude="-81.404600633101" StarRating="2.5" HotelCode="68698|econolodge_inn__suites_2" HotelName="Econo Lodge Inn &amp; Suites Near Florida Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Golf,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8700 S Orange Blossom Trail, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3c/633c53af9738c744b97f9bfa9cf65b48a4c99d76.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.41" OriginalAmount="63.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.63488909903" Longitude="-81.402825415134" StarRating="2.5" HotelCode="71391|extended_stay_america__orlando__maitland__summit" HotelName="Extended Stay America - Orlando - Maitland - Summit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1951 Summit Tower Blvd, Orlando, Florida 32810</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/93/3f93af30a011243c0e8f9e63f5c6376a79c6bf35.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.41" OriginalAmount="63.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.567614311188" Longitude="-81.267869944005" StarRating="2" HotelCode="891619|best_western_orlando_east_inn__suites" HotelName="Best Western Orlando East Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Business Centre,Conference Hall,Golf,Internet,Kitchen,Lounge,Meeting Room,Pets allowed,Restaurant,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>8750 East Colonial Drive, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/cb/64cbdcb451eba0c51078e4b3d701cb5f3e1dcf0e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.36" OriginalAmount="63.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.331076526567" Longitude="-81.538189002956" StarRating="4" HotelCode="88224|94214" HotelName="Meliá Orlando Suite Hotel at Celebration" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 22/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Celebration Place, 34747 Kissimmee, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/4d/244d8220b7caeb59df46ceda30ac8c20d3874dbb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.48" OriginalAmount="64.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.420109329428" Longitude="-81.466533782604" StarRating="2" HotelCode="443566|extended_stay_americaorlandoconvention_ctrsports_complex" HotelName="Extended Stay America - Orlando - Convention Center - Sports Complex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6451 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b7/f5b7810caf48ecad1d020137d03e635e304b4823.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.48" OriginalAmount="64.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.477092054821" Longitude="-81.455002427101" StarRating="2" HotelCode="55985|days_inn_orlando_universal_maingate" HotelName="Clarion Inn &amp; Suites Across From Universal Orlando Resort Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5829 Grand National Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/b0/a0b0c43538a744cd1ee6a925d64f09041993baf4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.48" OriginalAmount="64.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.480249" Longitude="-81.454392" StarRating="2" HotelCode="177846|extended_stay_america__orlando__universal_studios__major_blvd" HotelName="Extended Stay America Orlando - Universal Studios" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5620 Major Blvd., Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/fb/1afbb34afc6b16eb260f99145a7ed6a36dc3d82f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.55" OriginalAmount="65.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459424461225" Longitude="-81.308746933937" StarRating="3" HotelCode="22633|holiday_inn_orlandointernational_airport" HotelName="Holiday Inn Orlando - International Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5750 T.G. Lee Boulevard, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/5d/135dcd0eb0fbb1f573acc0649437cf6a17dcfddd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.55" OriginalAmount="65.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46260310115" Longitude="-81.308006644249" StarRating="3" HotelCode="89585|wingate_by_wyndham__orlando_international_airport" HotelName="Wingate Inn @ Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5750 Hazeltine National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/46/cf4600056ccfa737d002567280965ae044677f9f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.81" OriginalAmount="65.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.384179776018" Longitude="-81.506731510162" StarRating="3" HotelCode="23531|37954" HotelName="Delta Hotels Orlando Lake Buena Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 25/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12490 South Apopka Vineland Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/72/cb7245de42d10d5135fbe2f3a8d792be3f0652a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.62" OriginalAmount="66.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456382" Longitude="-81.46252" StarRating="3.5" HotelCode="87470|the_point_orlando_resort_on_universal_blvd" HotelName="The Point Orlando Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7389 Universal Boulevard, 32819 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/4c/824c84ec04f8ae42857fdc642b50c60d4a936ec6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.62" OriginalAmount="66.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.452015123823" Longitude="-81.467834115028" StarRating="3" HotelCode="55990|staysky_suites_idrive_orlando" HotelName="staySky Suites - I Drive Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Bar,Golf,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7601 Canada Avenue, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/0a/d40a2c5992539bfe16a817db31d8a6b67b89b4cf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.62" OriginalAmount="66.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39698" Longitude="-81.45491" StarRating="4" HotelCode="29923|marriotts_grande_vista" HotelName="Marriott's Grande Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5925 Avenida Vista, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3d/d93d648d8aa72737385416de07c3da64947cbbe1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.69" OriginalAmount="67.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.447399943098" Longitude="-81.471846699715" StarRating="3" HotelCode="29486|best_western_international_drive" HotelName="Best Western International Drive - Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Heated Pool,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8222 Jamaican Court, International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/b8/02b8e1373f3efa062a384fbef6f34b47f17858fd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.69" OriginalAmount="67.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.632290083502" Longitude="-81.40046775341" StarRating="3" HotelCode="71392|extended_stay_america__orlando__maitland__1776_pembrook_dr" HotelName="Extended Stay America - Orlando - Maitland - Pembrook Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1776 Pembrook Drive, Orlando, Florida  32810</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/96/199690b7dbe88ca0ff67cbddf1081de4ac8b48c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.86" OriginalAmount="67.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.38895" Longitude="-81.50299" StarRating="3" HotelCode="621941|162972" HotelName="Westgate Blue Tree Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Garden,Golf,Internet,Kids Play Area,Kitchen,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12007 Cypress Run Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/b1/fcb1e0e8c1eac599462677d35a1a4eb02a6ee211.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.70" OriginalAmount="67.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.384839325067" Longitude="-81.50279134512" StarRating="3" HotelCode="396013|76990" HotelName="Royale Parc Hotel Orlando - Lake Buena Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8686 Palm Parkway, 32836 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/2c/852c4d8b303f0a57f6f061d1f4ac4dde2be73528.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.76" OriginalAmount="68.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481988" Longitude="-81.454734" StarRating="3" HotelCode="31917|holiday_inn_express_orlando_nearest_universal_studios" HotelName="Holiday Inn Express Hotel &amp; Suites Nearest Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5605 Major Boulevard, Olrando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/50/3c501f8eb6a10bdfaf5baf94e904ccfa7d674ac8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.76" OriginalAmount="68.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.452510925307" Longitude="-81.464010542328" StarRating="3" HotelCode="32914|country_inn__suites_by_carlson_orlando_universal_florida" HotelName="Country Inn &amp; Suites by Radisson, Orlando, FL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7701 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/07/d207d95f6fbf19c2f726150be8f1821a96f42df8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.83" OriginalAmount="69.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.391776510413" Longitude="-81.493258774281" StarRating="3" HotelCode="21216|marriott_residence_inn_orlando_lake_buena_vista" HotelName="Residence Inn Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11450 Marbella Palm Court, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/15/3415983b6040482af79bd639df29c974e079b659.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.83" OriginalAmount="69.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39061609" Longitude="-81.48681118" StarRating="0" HotelCode="853462|holiday_inn_suites_orlando_international_dr_s" HotelName="Holiday Inn &amp; Suites Orlando - International Dr S" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/11/2025">
        <Address>
          <AddressLines>
            <AddressLine>12005 Regency Village Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/84/5584df2a31312d6cb18e02510e08c9a84f98d0c4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.83" OriginalAmount="69.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.45258976" Longitude="-81.33336704" StarRating="0" HotelCode="973997|avid_hotels_orlando_international_airport" HotelName="avid hotel Orlando International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7976 Conway Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/f7/27f7122c4899101a766fa6fe36138d92f811dabb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.31" OriginalAmount="69.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450563" Longitude="-81.353731" StarRating="3" HotelCode="166908|144880" HotelName="Comfort Suites Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1936 McCoy Road, Orlando, 32809 Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/60/d060023b4dfdeb564ac676c5005c301c9b75b6d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.89" OriginalAmount="69.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.377010602594" Longitude="-81.501935720443" StarRating="3" HotelCode="20706|14844" HotelName="Courtyard Orlando Lake Buena Vista in the Marriott Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8623 Vineland Avenue, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/96/c496bab80440e4460390df4b5b51a3dfcff2a8e1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.90" OriginalAmount="70.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4590465" Longitude="-81.31203575" StarRating="3" HotelCode="891329|courtyard_by_marriott_orlando_airport" HotelName="Courtyard Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7155 North Frontage Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/25/582538f24c7a2acb4268f43925fc2c3e99cb34d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="75.07" OriginalAmount="70.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.377081399961" Longitude="-81.502574086189" StarRating="3" HotelCode="56495|12757" HotelName="Fairfield Inn &amp; Suites Orlando Lake Buena Vista in the Marriott Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8615 Vineland Avenue, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/23/2e23a8fa99f0b859054350e162411f0bf9c722ec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="75.25" OriginalAmount="70.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.363621770472" Longitude="-81.499994331412" StarRating="3" HotelCode="426986|372730" HotelName="Bryan's Spanish Cove" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13875 State Road 535, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/fd/10fdbab12cfb7b08ff204673e82896015dc6faef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.97" OriginalAmount="71.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.550187512805" Longitude="-81.48345617791" StarRating="3" HotelCode="123882|holiday_inn_express_hotel__suites_ocoee_east" HotelName="Holiday Inn Express &amp; Suites Orlando-Ocoee East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7474 West Colonial Drive, Orlando, Florida 32818</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/47/6a47858949a34252774de3e830a9fbf47d2c1042.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.97" OriginalAmount="71.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.462917894486" Longitude="-81.466172486544" StarRating="2" HotelCode="55998|orlando_continental_plaza_hotel" HotelName="SonoHotel International Drive Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/11/2025">
        <Address>
          <AddressLines>
            <AddressLine>6825 Visitor’s Circle, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/bc/7ebcaa370373777d038baf6614d117927384913c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.79" OriginalAmount="71.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.573839" Longitude="-81.207034" StarRating="3" HotelCode="84340|371177" HotelName="Comfort Suites UCF Area - Research Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12101 Challenger Parkway, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/b6/d1b6e5e2a196bb7fb4d44ee582d104bf3ec59ea5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.04" OriginalAmount="72.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.482139732857" Longitude="-81.455994844437" StarRating="2.5" HotelCode="75695|extended_stay_america__universal_studios" HotelName="Extended Stay America - Orlando Theme Parks - Vineland Rd." Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5610, Vineland Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/9a/ce9a2c939af12b6986728b311f7f1f67b97d45b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.04" OriginalAmount="72.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.44146985204" Longitude="-81.468504879781" StarRating="2" HotelCode="64500|la_quinta_inn_and_suites_orlando_convention_center" HotelName="La Quinta Inn &amp; Suites Orlando Orlando I Drive/Conv Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8504 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e1/7ee1a52d4c3071dc00124ae7c5fd0524b71bbffe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="77.43" OriginalAmount="72.36" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|100555" HotelName="COMFORT INN AND SUITES CONVENTION CENTER" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/932116_foto_1.jpg</HotelPictures>
        <HotelDescription>i»?Location / Description:  Located near several popular attractions including Universal Studios and SeaWorld.  This hotel also offers easy access to Discover Cove, Disney World and Epcot Center.   Guests will appreciate comfortable interior corridors that offer easy and safe room access.  The hotel has an outdoor pool, nice amenities, and is 100% non-smoking property. Min Child Age: 2. Max Child Age: 12. Extra Info:</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.11" OriginalAmount="73.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.386117115934" Longitude="-81.476712226868" StarRating="4" HotelCode="19242|sheraton_vistana_villages_resort_villas_idriveorlando" HotelName="Sheraton Vistana Villages Resort Villas, I-Drive/Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12401 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/45/e345fcc8632a6f64029354defcc65801549a2584.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.11" OriginalAmount="73.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.571735380237" Longitude="-81.206564020763" StarRating="3" HotelCode="40712|hilton_garden_inn_orlando_eastucf" HotelName="Hilton Garden Inn Orlando East/UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1959 North Alafaya Trail, Orlando, FL 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/89/ed890b8b8ed8a03456d8d14d4718cc7fdcc9608b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.37" OriginalAmount="73.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.426934602877" Longitude="-81.475848555565" StarRating="3" HotelCode="29916|12812" HotelName="Westgate Lakes Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9500 Turkey Lake Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/fe/d8fe24cefe09a39f3a22a7d64c7d6048d06049cb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.75" OriginalAmount="73.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.409892" Longitude="-81.470653" StarRating="3" HotelCode="49151|12901" HotelName="Hilton Garden Inn Orlando at SeaWorld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6850 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/c7/d6c710c19641fceba8f8b78b95d2bfd79ec0229e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.92" OriginalAmount="73.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.361997" Longitude="-81.496835" StarRating="3" HotelCode="40705|156416" HotelName="Grand Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8317 Lake Bryan Beach Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d8/87d85bb3acc1609888b99bba6672331bb59a82ac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.18" OriginalAmount="74.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.418598665131" Longitude="-81.464729373016" StarRating="3.5" HotelCode="86654|best_western_plus_orlando_convention_center_hotel" HotelName="Best Western Orlando Convention Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6301 Westwood Boulevard, Orlando, Florida 32821-8023</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/70/ea709c188a1a8146f785ee2f90ad9b17afd9d69a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="79.20" OriginalAmount="74.02" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|807936" HotelName="RAMADA PLAZA RESORT &amp; SUITES INTERNATIONAL DRIVE" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/384795_foto_3.jpg</HotelPictures>
        <HotelDescription>Experience the Magic as you walk through the Ramada International Drive and enjoy the fun and relaxation. We have all of the amenities including free use of Microwave/Refrigerators,access to the Theme Parks. So join us for the Florida vacation of your Dream!</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.76" OriginalAmount="74.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.476519136371" Longitude="-81.457274258137" StarRating="3" HotelCode="56812|46136" HotelName="Holiday Inn &amp; Suites Across From Universal Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5905 South Kirkman Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e1/72e1d73d0dd05a2590d6d15b4b78646a61a550dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.76" OriginalAmount="74.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.407085830091" Longitude="-81.471130705572" StarRating="3" HotelCode="318760|409945" HotelName="Hampton Inn &amp; Suites Orlando at SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7003 Sea Harbor Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/d7/61d7ce35ce16b1dcbb310575e0cb2626cd7d6eff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="80.12" OriginalAmount="74.88" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|807953" HotelName="ROSEN INN LAKE BUENA VISTA" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/928957_foto_1.jpg</HotelPictures>
        <HotelDescription>Rosen Inn Lake Buena Vista, welcomes you to your Orlando vacation. Stay with us and discover the world-class service Rosen hotels are known for. Our affordable hotel is AAA 3 diamond approved and an official Walt Disney World Good Neighbor Hotel. We are located less than 2 miles from the world-famous attractions at the Walt Disney World theme parks and offer free shuttle service to Walt Disney World, Universal Orlando Resort, and SeaWorld. Free transportation to Orlando shopping venues can also be arranged. Simply visit or call our 24-hour front desk with multi-lingual staff for assistance with transportation arrangements as well as to ask for recommendations, rent a vehicle, make restaurant reservations, and much more.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.25" OriginalAmount="75.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.390642669091" Longitude="-81.494744587172" StarRating="3" HotelCode="39111|embassy_suites_lake_buena_vista_resort" HotelName="Embassy Suites by Hilton Orlando Lake Buena Vista Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 24/11/2025">
        <Address>
          <AddressLines>
            <AddressLine>8100 Lake Street, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/1e/8b1e7a5e77d3df298b12903f2d85c7cbe8fc26aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.25" OriginalAmount="75.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481537371999" Longitude="-81.453118175268" StarRating="3" HotelCode="59781|comfort_suites_universal_studios_area" HotelName="Comfort Suites Universal Studios Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5617 Major Blvd., Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/46/85467cad6cefa1b501e59637018493d86655cd3a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.25" OriginalAmount="75.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.389423365359" Longitude="-81.501096679901" StarRating="3" HotelCode="208386|grande_villas_resort" HotelName="Grande Villas Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12118 Turtle Cay Circle, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/7b/5a7b800ff9cd04f40d6e3cbc4ee2c5b7228bfb05.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.25" OriginalAmount="75.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.38895" Longitude="-81.50299" StarRating="3" HotelCode="56735|spm_blue_tree_resort_in_lake_buena_vista" HotelName="Blue Tree Resort at Lake Buena Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12007 Cypress Run Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/12/fe1203cd4413a45a65705322522f9cf1433b4776.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="80.36" OriginalAmount="75.10" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|BA0C51" HotelName="ORBIT ONE VACATION VILLAS" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/20220_image59160768_0.jpg</HotelPictures>
        <HotelDescription>Orbit One Vacation Villas is your home away from home. It is located directly off Highway 192, where the shops and restaurants are endless. This cozy resort features a fresh color scheme, new windows in the solariums and updated landscaping. The property features tennis courts, 2 pools (one including a water slide) a putting green, horseshoe pits, a shuffleboard court and spacious accommodations. Relax in one of the resort's charming hammocks, installed around the lush property or keep up your gym routine in the new, larger fitness center.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="80.60" OriginalAmount="75.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.599279437242" Longitude="-81.216353288407" StarRating="3" HotelCode="40706|160261" HotelName="Hampton Inn &amp; Suites Orlando/East UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3450 Quadrangle Boulevard, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/4a/704afc1dc218a9ce881b59afd625a627a8f19946.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.32" OriginalAmount="76.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.56824782663" Longitude="-81.208134591579" StarRating="3" HotelCode="32855|radisson_hotel_orlando__ucf" HotelName="Holiday Inn Orlando East - UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1724 North Alafaya Trail, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/41/8c41ecaaff51fedcdcbce86e22876addbb4aa3e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.39" OriginalAmount="77.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459347061138" Longitude="-81.459311" StarRating="3" HotelCode="40709|hampton_inn_orlandosouth_of_universal_studios" HotelName="Hampton Inn Orlando Near Universal Blv/International Dr" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7110 South Kirkman Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/e5/f9e577177b5ce9609a71831aaa742087b7639c74.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.39" OriginalAmount="77.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39334453" Longitude="-81.49327818" StarRating="0" HotelCode="849666|holiday_inn_express_suites_orlando_lk_buena_vista_area" HotelName="Holiday Inn Express &amp; Suites Orlando Lk Buena Vista Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11409 Marbella Palms Court, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/a4/f5a4a9ce9b2e4da08cab4c56e413d56bb693e896.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.39" OriginalAmount="77.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.446" Longitude="-81.4447" StarRating="0" HotelCode="981411|la_quinta_inn_and_ste_idrive_theme_parks" HotelName="La Quinta Inn &amp; Suites by Wyndham Orlando IDrive Theme Parks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11545 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/e6/c4e6497a8c319fa713af7da15a7788bde454cc68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="84.35" OriginalAmount="78.83" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|639547" HotelName="HOLIDAY INN EXPRESS UNIVERSAL STUDIOS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/931509_foto_26.jpg</HotelPictures>
        <HotelDescription>Location The hotel is located off Kirkman Road on Major Boulevard, just 400 m from the entrance to Universal Orlando Resort and is just minutes from International Drive. There is a free scheduled shuttle service to Universal, Sea World and Wet 'n Wild parks.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.53" OriginalAmount="79.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.452885311619" Longitude="-81.334174275398" StarRating="3" HotelCode="64058|holiday_inn_express_orlando_international_airport" HotelName="Holiday Inn Express &amp; Suites Orlando International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Lounge,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7900 S. Conway Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/5b/c95b8f10a8fb2cc8d59495a0a05f0a571d6b5c80.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.53" OriginalAmount="79.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.599939" Longitude="-81.211203" StarRating="3" HotelCode="564444|holiday_inn_orlando" HotelName="DoubleTree by Hilton Hotel Orlando East - UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12125 High Tech Avenue, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/f8/fff8b3a111b2dafd357bec59036f2efc2dd057d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.60" OriginalAmount="80.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.443906587858" Longitude="-81.472540434359" StarRating="3" HotelCode="293643|radisson_hotel_orlando" HotelName="Allure Resort International Drive Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8368 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ca/49ca9446739e7f241a746c71d2ac497671d032f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.60" OriginalAmount="80.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.485602946426" Longitude="-81.456118226051" StarRating="3" HotelCode="40958|hampton_inn_closest_to_universal" HotelName="Hampton Inn Closest to Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5621 Windhover Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/0e/840e1824b3997eba3cafc65087300e5fbb1e6104.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="85.75" OriginalAmount="80.14" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|BA0C53" HotelName="PARKWAY INTERNATIONAL RESORT" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/20222_image59160809_0.jpg</HotelPictures>
        <HotelDescription>Parkway International Resort is tucked in a wooded area off Kissimmee, Florida's popular U.S. 192, offering a peaceful retreat, yet easy access to area entertainment. Just one mile from Walt Disney World� Resort, the resort is a family-friendly destination with two-bedroom accommodations that feature a full kitchen and soaking tub. Enjoy a day exploring Central Florida, and return to Parkway International Resort for a comfortable escape.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.67" OriginalAmount="81.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481212591073" Longitude="-81.452961266041" StarRating="2" HotelCode="893469|la_quinta_inn_orlando__universal_studios" HotelName="La Quinta Inn Orlando - Universal Studios" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5621 Major Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/f8/96f8c079724f8bd999cad0bb6b7d7bf909ea772d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.67" OriginalAmount="81.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.454189400788" Longitude="-81.471063494682" StarRating="3" HotelCode="165436|coco_key_hotel_and_water_resortorlando" HotelName="CoCo Key Hotel &amp; Water Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7400 International Drive, Orlando 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/97/f297d6219d8377a24cef18ad8be13a9d0d6bdba2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.67" OriginalAmount="81.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.56464" Longitude="-81.198286" StarRating="2" HotelCode="263869|holiday_inn_express__suites_orlando_east__ucf_area" HotelName="Holiday Inn Express &amp; Suites Orlando East-UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 21/11/2025" HotelFacility="Air Conditioning,Conference Hall,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12250 East Colonial Drive, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/f8/54f87dd2a51355cb39041aff4d94c5c848ee45af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.88" OriginalAmount="82.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.55889406284" Longitude="-81.3785366714" StarRating="3" HotelCode="56823|97793" HotelName="DoubleTree by Hilton Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 South Ivanhoe Boulevard, Orlando, Florida 32804</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/f7/bcf79a7e3e85a49bfac996e16779e0b30c9d4ea7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.81" OriginalAmount="83.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.598882" Longitude="-81.222895" StarRating="2" HotelCode="450303|fairfield_inn_suites_by_marriott_orlando_eastucf_area" HotelName="Fairfield Inn &amp; Suites Orlando East/UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3420 Lake Lynda Drive, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/f6/ddf676ba4da39a95ff9d8bcf8a3c335a29ef9611.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.01" OriginalAmount="83.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.482017139145" Longitude="-81.456676125526" StarRating="3" HotelCode="122217|124473" HotelName="Fairfield Inn &amp; Suites Orlando Near Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5614, Vineland Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/87/358778979a1909625f680360ed0d5bfec371f4a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="89.49" OriginalAmount="83.64" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|955593" HotelName="Wyndham Garden Lake Buena Vista Disney Springs� Resort Area" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LAKE BUENA VISTA, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/898947_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 394 guestrooms featuring refrigerators and flat-screen televisions. Your pillowtop bed comes with premium bedding. Cable programming and MP3 docking stations are provided for your entertainment, while complimentary wireless internet access keeps you connected. Private bathrooms with shower/tub combinations feature designer toiletries and hair dryers.Enjoy American cuisine at Lakeview Restaurant, one of the resort's many dining establishments, which include 3 restaurants and a coffee shop/cafe. Relax with a refreshing drink from the poolside bar or one of the 2 bars/lounges. Buffet breakfasts are available daily from 7:30 AM to 11:00 AM for a fee.Featured amenities include a 24-hour business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Lake Buena Vista? This resort has facilities measuring 18998 square feet (1765 square meters), including a conference center. Self parking (subject to charges) is available onsite.Located in Lake Buena Vista, Wyndham Garden Lake Buena Vista Disney Springs� Resort Area is connected to a shopping center, within a 5-minute drive of Disney Springs� and Disney's Lake Buena Vista Golf Course.  This family-friendly resort is 1.7 mi (2.7 km) from Disney's Typhoon Lagoon Water Park and 2.4 mi (3.9 km) from Orlando Vineland Premium Outlets.Distances are displayed to the nearest 0.1 mile and kilometer.  Disney Springs� - 0.8 km / 0.5 mi  House of Blues Orlando - 1.6 km / 1 mi  Walt Disney World� Resort - 1.6 km / 1 mi  Disney's Lake Buena Vista Golf Course - 2.5 km / 1.6 mi  Disney's Typhoon Lagoon Water Park - 2.6 km / 1.6 mi  Lake Bryan - 2.8 km / 1.8 mi  Orlando Vineland Premium Outlets - 3.8 km / 2.4 mi  Mary Queen of the Universe Shrine - 3.9 km / 2.4 mi  Little Lake Bryan - 4.8 km / 3 mi  Lake Buena Vista Factory Stores - 5.2 km / 3.2 mi  Waldorf Astoria Golf Club - 5.4 km / 3.4 mi  Disney's Fantasia Gardens Miniature Golf Course - 6 km / 3.7 mi  Grand Cypress Golf Club - 6.8 km / 4.2 mi  Disney's Hollywood Studios� - 7.8 km / 4.9 mi  Lake Cecile - 7.8 km / 4.9 mi  The nearest airports are:Kissimmee, FL (ISM-Kissimmee Gateway) - 15.1 km / 9.4 mi Orlando Intl. Airport (MCO) - 31 km / 19.3 mi The preferred airport for Wyndham Garden Lake Buena Vista Disney Springs� Resort Area is Orlando Intl. Airport (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.88" OriginalAmount="84.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.442268059576" Longitude="-81.47112518549" StarRating="3" HotelCode="18440|ssta_es_suites_orlando_international_drive" HotelName="Sonesta ES Suites Orlando - International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8480 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c7/6dc712c19403a403d42f08aaf93ca3eddca9a24f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.88" OriginalAmount="84.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.464244026467" Longitude="-81.311896215083" StarRating="3" HotelCode="84477|doubletree_by_hilton_orlando_airport" HotelName="DoubleTree By Hilton Hotel Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5555 Hazeltine National Drive, Orlando, FL 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/46/f44645932a62d2e014bbb85a43724f6f0ff59e26.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.88" OriginalAmount="84.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460991" Longitude="-81.313817" StarRating="3" HotelCode="149841|hyatt_place_orlando_airport_northwest" HotelName="Hyatt Place Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5435 Forbes Place, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/54/35543902738b20df44fa466da218f28052aa3961.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.95" OriginalAmount="85.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.446169621357" Longitude="-81.428665816784" StarRating="3" HotelCode="71396|extended_stay_americaorlandosouthparkcommodity_circle" HotelName="Extended Stay America - Orlando - Southpark - Commodity Circle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Village,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8687 Commodity Circle, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/2b/4a2bd7198828dd32fa5070717987d776b2cc31b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.95" OriginalAmount="85.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39327565" Longitude="-81.49560131" StarRating="3" HotelCode="731347|towneplace_suites_orlando_lake_buena_vistapalm_parkway" HotelName="TownePlace Suites Orlando Lake Buena Vista/Palm Parkway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Internet,Kitchen,Pets allowed,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8040 Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/c7/62c7ee9a09bebf7552c2a1211bfcf1eaa998e130.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.62" OriginalAmount="85.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.674031" Longitude="-81.460867" StarRating="2.5" HotelCode="906481|132265" HotelName="Hampton Inn &amp; Suites Orlando-Apopka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>321 S. Lake Cortez Drive, Apopka, Florida 32703</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/f5/3bf5ed6b2e163e1dc0909efb3a98fa34efb181d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.02" OriginalAmount="86.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456148452069" Longitude="-81.307647898793" StarRating="3" HotelCode="70767|sheraton_suites_orlando_airport" HotelName="Sheraton Suites Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7550, Aususta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/09/dc09801224afa8b11e2e21a7681aa8eb4d8c526d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.02" OriginalAmount="86.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.406043" Longitude="-81.469245" StarRating="4" HotelCode="370676|hilton_grand_vacations_suites_at_seaworld" HotelName="Hilton Grand Vacations at Seaworld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6924 Grand Vacations Way, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/04/61040f83bcd83c905fef3701628f9d536b9820f3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.02" OriginalAmount="86.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.588771" Longitude="-81.207257" StarRating="2" HotelCode="64523|la_quinta_inn_and_suites_orlando_ucf" HotelName="La Quinta Inn &amp; Suites by Wyndham Orlando UCF" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11805 Research Parkway, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b5/88b52107c70de08fff46b32ba1c00291c95186ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="92.56" OriginalAmount="86.50" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|096636" HotelName="LA QUINTA INN ORLANDO INTERNATIONAL DRIVE NORTH (KT)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/930312_foto_1.jpg</HotelPictures>
        <HotelDescription>This hotel is centrally located one block from Wet N' Wild and nearby Walt Disney World, Universal Studios, and SeaWorld. It is also close to several local stores and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.00" OriginalAmount="86.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.410626236084" Longitude="-81.456117343551" StarRating="3" HotelCode="552266|602929" HotelName="TownePlace Suites Orlando At SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>10731 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/ff/edffec50ecea0ba27ec8c4670959ca1f5b2c8170.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.16" OriginalAmount="88.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.408016318593" Longitude="-81.458014552396" StarRating="3" HotelCode="510741|holiday_inn_express_suites_orlando_at_seaworld" HotelName="Holiday Inn Express &amp; Suites Orlando At Seaworld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>10771 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/3c/713c857506603e8f07d18cdaa97675b10e1bad3f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="95.04" OriginalAmount="88.82" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|687746" HotelName="MELIA ORLANDO CELEBRATION" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>CELEBRATION, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/33095_image64049785_0.jpg</HotelPictures>
        <HotelDescription>A family vacation where the magic begins Celebration is a charming community in Orlando created by The Walt Disney Company. This hotel in Orlando is truly cozy and an oasis of comfort next to the kingdom of dreams, to discover with the family. With spacious rooms, an incredible pool, succulent kitchenette and endless leisure opportunities.Orlando is home to attractions such as Walt Disney World�, Universal Orlando and SeaWorld Orlando. Meli� Orlando Celebration will exceed your expectations with facilities designed to surprise you, spacious rooms to accommodate families of any size with all the comforts imaginable and fantastic facilities such as its 360 infinity pool. We also offer transfers to and from the theme parks.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.50" OriginalAmount="89.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.59947542" Longitude="-81.22073732" StarRating="3" HotelCode="955386|658944" HotelName="Home2 Suites by Hilton Orlando Near Ucf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3414 Technological Avenue, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/90/c09080a5068ae6df87887f036f75193dbc8b8952.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.93" OriginalAmount="89.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.389243686077" Longitude="-81.496860980988" StarRating="3" HotelCode="396004|120808" HotelName="Quality Suites Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 27/11/2025">
        <Address>
          <AddressLines>
            <AddressLine>8200, Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/97/8397ffce6ad7a5b750d35275f7ee63c5238b68ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.21" OriginalAmount="89.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.45329813816" Longitude="-81.473381125509" StarRating="3" HotelCode="88020|130990" HotelName="Hampton Inn &amp; Suites Orlando Intl Dr N" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7448 North International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/23/1f23a8bee085bd4faa20044e154b3a3181b08c50.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="97.26" OriginalAmount="90.90" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|632903" HotelName="Montreal suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LAKE BUENA VISTA, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/967985_foto_1.jpg</HotelPictures>
        <HotelDescription>Book one of our 123 rooms with kitchenettes, full-size refrigerators/freezers, and stovetops, and have a memorable stay. The beds have mattresses with an additional layer of padding to rest peacefully, as well as a double sofa bed. The free Wi-Fi Internet connection allows you to communicate with your loved ones, and in your spare time you can entertain yourself with the 32-inch flat-screen TV with cable channels. Conveniences include safes and free weekday newspapers, plus daily housekeeping. SureStay Plus by Best Western Orlando Lake Buena Vista has a grocery store at your disposal. A free buffet breakfast is offered daily from 6:30 AM to 9:30 AM. Featured amenities include a 24-hour business center, limo/town car service, and express check-out. There is free self parking available. Located in Orlando, SureStay Plus by Best Western Orlando Lake Buena Vista is on the lakefront, a 4-minute drive from Orlando Vineland Premium Outlets and 5 minutes from Disney Springs� Mall. In addition, this hotel is 5.4 km from SeaWorld� Orlando and 6.6 km from Aquatica Water Park. Distances are expressed in round numbers. Disney Springs� Area: 1.2 miles Lake Bryan: 2 miles Orlando Vineland Premium Outlets: 2.2 miles Lake Eve: 2.4 miles Mary Queen of the Universe Shrine Basilica: 2.5 miles Disney Springs� Shopping Center: 2.5 miles Little Lake Bryan: 2.7 miles Disney's Lake Buena Vista Golf Course: 2.7 miles SeaWorld� Orlando: 2.8 miles Disney's Typhoon Lagoon Water Park: 2.9 miles Discovery Cove: 3.1 miles Dr. P. Phillips Hospital: 5.3 km Lake Buena Vista Factory Stores Outlet Center - 5.7 km Grand Cypress Golf Club - 6.3 km Aquatica Water Park - 6.6 km Nearest Airports: Orlando, FL (MCO-Orlando Intl.) : 25.3 km Kissimmee, FL (ISM-Kissimmee Gateway): 15.6 km Orlando, FL (SFB-Orlando Sanford Intl.): 72.4 km Recommended airport for SureStay Plus by Best Western Orlando Lake Buena Vista: Orlando, FL (MCO-Orlando Intl.).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.37" OriginalAmount="91.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.573778" Longitude="-81.373309" StarRating="3" HotelCode="65492|comfort_suites_downtown" HotelName="Comfort Suites Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2416 N. Orange Ave., Orlando, Florida 32804</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/4a/754a027a8866071259d8326dffa0895c313baf62.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.44" OriginalAmount="92.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.475138696644" Longitude="-81.456941664219" StarRating="3" HotelCode="395999|hyatt_place_orlandouniversal" HotelName="Hyatt Place Orlando / Universal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5895 Caravan Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/cf/f5cf5e910424f840df9c108b75735d968005c5c6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="99.17" OriginalAmount="92.68" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|807910" HotelName="Staybridge Suites Orlando Royale Parc Suites." Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1169470_foto_1.jpg</HotelPictures>
        <HotelDescription>When you stay at Staybridge Suites Orlando Royale Parc Suites by IHG in Kissimmee, you'll be in a shopping district, a 1-minute drive from Old Town and 7 minutes from Walt Disney World� Resort.  This family-friendly hotel is 4.2 mi (6.8 km) from Disney's Hollywood Studios� and 5.6 mi (9 km) from Epcot�.. Don't miss out on the many recreational opportunities, including an outdoor pool, a hot tub, and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and an arcade/game room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.51" OriginalAmount="93.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.444935443715" Longitude="-81.395602226257" StarRating="4" HotelCode="48393|the_florida_hotel_and_conference_center" HotelName="The Florida Hotel and Conference Center Best Western Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1500 Sand Lake Road, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/48/3f488aec5a7be7f8eccd96ee4c259765bbf4dba0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.51" OriginalAmount="93.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.461865348098" Longitude="-81.305975899312" StarRating="3" HotelCode="99379|residence_inn_orlando_airport" HotelName="Residence Inn Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7024 Augusta National Drive, Orlando, FL 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/c6/80c6ab88ab192bf0102510abe02713eb4173852b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.51" OriginalAmount="93.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.400130509563" Longitude="-81.492510437965" StarRating="4" HotelCode="100038|parc_soleil_suites_by_hilton_grand_vacations" HotelName="Parc Soleil by Hilton Grand Vacations Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11272, Desforges Avenue, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/d8/88d888b77f78260a2ed99d6ac96f6c7d17c30e41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="99.77" OriginalAmount="93.24" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|687623" HotelName="COMFORT SUITES MAINGATE EAST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/931584_foto_1.jpg</HotelPictures>
        <HotelDescription>This hotel offers an excellent location, spacious accommodations and great amenities. It provides free transportation to all Walt Disney World theme parks, Universal Studios and SeaWorld. A variety of restaurants and bars can be found in the area. Full-service amenities include free continental breakfast, free high-speed Internet, free weekday newspaper. Guests can relax in the outdoor heated pool with poolside bar and hot tub. Laundry facilities, an ATM, currency exchange, a gift shop and a car rental desk are available, as well as discount attraction tickets at the guest services desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.58" OriginalAmount="94.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.439106809933" Longitude="-81.427992716983" StarRating="3" HotelCode="123109|hampton_inn__suites_orlando_john_young_pkwys_park" HotelName="Hampton Inn &amp; Suites Orlando John Young Pkwy S. Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Futures Drive, Orlando, FL 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/e7/65e73bf14e04eecc98a1479e2a31fb6da5620cf4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.58" OriginalAmount="94.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.478407853689" Longitude="-81.456536650657" StarRating="3" HotelCode="58808|doubletree_7" HotelName="Doubletree by Hilton at the Entrance to Universal Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5780 Major Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/9b/9c9bfb8a1753d2d07959966fbb2f214acebd356c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.58" OriginalAmount="94.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.414931872348" Longitude="-81.425417234156" StarRating="3" HotelCode="935209|courtyard_by_marriott_orlando_southjohn_young_parkway" HotelName="Courtyard Orlando South/John Young Parkway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4120 Taft Vineland Road, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/48/35484c9017d8039f57f0eaaf7113243ef5aff451.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.71" OriginalAmount="94.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.554187708333" Longitude="-81.377080575" StarRating="3" HotelCode="891363|252363" HotelName="Courtyard Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>730 North Magnolia Avenue, Orlando, Florida 32803</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8a/ab/8aabe9ea8e9592482d1e33aecce3c3dcdb79e92e.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.65" OriginalAmount="95.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.444808090033" Longitude="-81.402860283852" StarRating="2" HotelCode="42211|red_roof_inn_orlando_south__florida_mall" HotelName="Red Roof Inn Orlando South - Florida Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8296 South Orange Blossom Trail, 32809 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/60/d3607251aba9c059dc11e9e5a63ffa4e49639f24.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.65" OriginalAmount="95.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46354854" Longitude="-81.3152525" StarRating="0" HotelCode="850007|home2_suites_by_hilton_orlando_airport" HotelName="Home2 Suites By Hilton Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Internet,Pets allowed,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5445 Hazeltine National Drive, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/80/9d80f27efc86cba57a12e3ce23b7d32f91f82cf2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.40" OriginalAmount="95.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481151906399" Longitude="-81.456820964813" StarRating="3.5" HotelCode="426699|167961" HotelName="Best Western Plus Universal Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5618 Vineland Road, Orlando, Florida 32819-7827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/0d/fa0d38ab7b02d9810c1f5df84e7a001456dbfabc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.79" OriginalAmount="97.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.486199" Longitude="-81.45724" StarRating="3" HotelCode="99574|wingate_by_wyndham_convention_ctr_closest_universal_orlando" HotelName="Wingate by Wyndham Convention Center Closest Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5661 Windhover Drive, Windhover and Kirkman, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/bc/d8bcb4982b06e36934063fd9d937f73090f58e4d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.79" OriginalAmount="97.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.462676920037" Longitude="-81.306608813929" StarRating="3" HotelCode="125122|springhill_suites_by_marriott_orlando_airport" HotelName="SpringHill Suites Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5828 Hazeltine National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/5d/ab5dc044d8d909d81c68989377f7bbe24327048a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.79" OriginalAmount="97.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.632430571429" Longitude="-81.400838285714" StarRating="3" HotelCode="120362|courtyard_orlando_altamonte_springs__maitland" HotelName="Courtyard Orlando Altamonte Springs/Maitland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1750 Pembrook Drive, Orlando, FL 32810</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/b3/ebb3a83fe6ebcc1726691bd788b912a74fd58bf3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.96" OriginalAmount="97.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.386548942053" Longitude="-81.505682766438" StarRating="4" HotelCode="17525|13310" HotelName="Sheraton Lake Buena Vista Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12205 S. Apopka-Vineland Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/96/d69606ee393c14e82dd371379259b590742801ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.53" OriginalAmount="97.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.458529706753" Longitude="-81.311667235323" StarRating="3" HotelCode="263870|189683" HotelName="Homewood Suites by Hilton Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5425 Gateway Village Circle, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/86/29869cd7d7dc0250a2f573c4ba68a8ea51313645.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.86" OriginalAmount="98.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457243" Longitude="-81.307902" StarRating="3" HotelCode="41928|staybridge_suites_orlando_airport_south" HotelName="Staybridge Suites Orlando Airport South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7450 Augusta National Drive, Orlando 32822, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/d9/b5d9ef2fc6990d9459ef4a063afb2b8099334957.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.93" OriginalAmount="99.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.463966" Longitude="-81.473334" StarRating="3" HotelCode="255692|universals_cabana_bay_beach_resort" HotelName="Universal's Cabana Bay Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 23/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6550 Adventure Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/1f/471f802c9b6a52ab14728e3b5ab0ecf20670d125.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.93" OriginalAmount="99.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.3897" Longitude="-81.4868" StarRating="3" HotelCode="445347|home2_suites_by_hilton_orlando_international_drive_south" HotelName="Home2 Suites by Hilton Orlando / International Drive South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>12107 Regency Village Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/f0/a7f095b97be152cb9029071c5907782225bafb34.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="100.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.455543" Longitude="-81.473154" StarRating="3" HotelCode="88021|holiday_inn_express__suites_international_drive" HotelName="Holiday Inn Express Orlando - International Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7276 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/23/0823bab95863e1052a799ab2a5b4683b9c1e25f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="100.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.408114413026" Longitude="-81.45438015461" StarRating="3" HotelCode="899487|fairfield_inn__suites_by_marriott_orlando_at_seaworld" HotelName="Fairfield Inn &amp; Suites Orlando at Seaworld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10815 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/84/1684d78b86d264ee72e6407c2edbc6e2ca2f91cd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.37" OriginalAmount="101.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460808706799" Longitude="-81.307773804005" StarRating="3" HotelCode="40957|130802" HotelName="Hampton Inn Orlando-International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5767 T. G. Lee Boulevard, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/bb/cabb7c7bd88054cd40bd60cbf88cd59d791ec42c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.14" OriginalAmount="102.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.552426125465" Longitude="-81.383530944586" StarRating="4" HotelCode="59712|crowne_plaza_orlando__downtown" HotelName="Crowne Plaza Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>304, West Colonial Drive, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/e8/b2e816feb0450402777ae4f9e7f64e5ac02b9753.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="110.01" OriginalAmount="102.81" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|063219" HotelName="RED ROOF INN ORLANDO SOUTH MALL" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/930378_foto_29.jpg</HotelPictures>
        <HotelDescription />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.21" OriginalAmount="103.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.461386363035" Longitude="-81.311826109886" StarRating="4" HotelCode="56831|renaissance_orlando_airport_hotel_by_marriott" HotelName="Renaissance Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5445, Forbes Place, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/12/c512a7c38299f19be813804f625e0d7862831979.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.28" OriginalAmount="104.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.545562876346" Longitude="-81.369763165712" StarRating="3" HotelCode="56035|the_eo_inn_and_spa" HotelName="Eo Inn &amp; Urban Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>227, North Eola Drive, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/92/b69297a81879dc55cd832a2f2b3f8ca47fc7ed47.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.76" OriginalAmount="104.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457277542685" Longitude="-81.311666589067" StarRating="3" HotelCode="263868|189684" HotelName="Hampton Inn &amp; Suites Orlando Airport @ Gateway Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5460 Gateway Village Circle, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/1b/f01bc7046782ab00d1e655a34c1ff5ca481b0e66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.79" OriginalAmount="104.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.38873649" Longitude="-81.24364462" StarRating="3" HotelCode="779108|633570" HotelName="Holiday Inn Express &amp; Suites Orlando - Lake Nona Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10115 William Carey Drive, Orlando, Florida 32832</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/7e/e47edc357829ea7861fda0841618501b1e2297d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.35" OriginalAmount="105.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.406141" Longitude="-81.476771" StarRating="3" HotelCode="14603|residence_inn_by_marriott_orlando_at_seaworld" HotelName="Residence Inn Orlando at SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11000 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/7c/b47c8257210473163eb6366dd40fe8665ec435f4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.35" OriginalAmount="105.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.40741" Longitude="-81.47041" StarRating="3" HotelCode="421785|staybridge_suites_orlando_theme_parks" HotelName="Staybridge Suites Orlando at SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/11/2025" HotelFacility="Business Centre,Internet,Laundry,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>6985 Sea Harbor Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/ce/64ce8970ca9180389a917b09cac956b54286b62c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.13" OriginalAmount="105.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4585909089" Longitude="-81.307370573189" StarRating="3" HotelCode="40711|131094" HotelName="Hilton Garden Inn Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7300 Augusta National Drive, Orlando, FL 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/6d/ec6d3cb7199001a79cdf83541000bbeb9fb0d6fd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.49" OriginalAmount="107.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.596018" Longitude="-81.212831" StarRating="3" HotelCode="119741|courtyard_by_marriott_orlando_eastucf_area" HotelName="Courtyard Orlando East/UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12000 Collegiate Way, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/f9/1af912a3d60d78f0dfb3723fedfe37ec10958db1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.49" OriginalAmount="107.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.600014" Longitude="-81.214816" StarRating="2.5" HotelCode="897013|towneplace_suites_by_marriott_orlando_eastucf" HotelName="TownePlace Suites Orlando East/UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11801 High Tech Avenue, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/b0/58b058f5c092f7f6e171e421b164fd9c020e8ddb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.56" OriginalAmount="108.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.465724" Longitude="-81.461989" StarRating="3" HotelCode="31962|homewood_suites_by_hilton__nearest_universal_studios" HotelName="Homewood Suites by Hilton® Orlando-Nearest to Universal Studios" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5893 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/55/9255789fbed7c1e62a90c97d1e2c4656d3e84b35.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.59" OriginalAmount="108.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.35784873854" Longitude="-81.495715677738" StarRating="3" HotelCode="20707|14864" HotelName="Buena Vista Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8203 World Center Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3f/0f3f59ba6d449c40c51b7255f7e4beb9982b52b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.15" OriginalAmount="108.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.357433767815" Longitude="-81.508985154596" StarRating="3" HotelCode="59120|85580" HotelName="Holiday Inn Resort Orlando Suites - Waterpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14500 Continental Gateway, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/d2/d5d2d8bfbdc709e24f0d69c76333366c34feea3b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.63" OriginalAmount="109.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.461111" Longitude="-81.306908" StarRating="3" HotelCode="22273|fairfield_inn_by_marriott_orlando_airport" HotelName="Fairfield Inn Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7100 Augusta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/00/65/00654c7c63fc5bd51af206528d96b50597d6b0bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.69" OriginalAmount="109.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.547813666667" Longitude="-81.376477666667" StarRating="2" HotelCode="897015|321733" HotelName="Travelodge Orlando Downtown Centroplex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>409 North Magnolia Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/04/dc044bcbd507c55fb908047b38531c5951bfa58e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.13" OriginalAmount="110.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.465751336562" Longitude="-81.461382705522" StarRating="3" HotelCode="55942|16138" HotelName="Hilton Garden Inn International Drive North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5877 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/67/ce67b559cf7a78fb86e0b4f7f82c0d4d03dea17c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.59" OriginalAmount="110.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460542183787" Longitude="-81.305697262287" StarRating="3" HotelCode="40703|131071" HotelName="Embassy Suites by Hilton Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5835 T. G. Lee Boulevard, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/02/06024460a70b0bac5e7614156b544c3019eeca14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.77" OriginalAmount="111.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46200701" Longitude="-81.4511689" StarRating="2" HotelCode="850073|hyatt_house_orlando_international_drive" HotelName="Hyatt House Orlando International Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5374 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/aa/45aa106d7b7f9c935ec42177dd8c5cd8d0d387ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.71" OriginalAmount="111.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.38497579" Longitude="-81.50397074" StarRating="3" HotelCode="446639|488842" HotelName="Hyatt Place Orlando/Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>8688 Palm Parkway, Orlando, FL 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/22/1522941c2c2ae5aa31bdb31972bc3c84e045af07.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.84" OriginalAmount="112.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.552724385238" Longitude="-81.379452563434" StarRating="3" HotelCode="318510|residence_inn_by_marriott_orlando_downtown" HotelName="Residence Inn Orlando Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>680 North Orange Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/22/b222be05fdfb6acc86c58ed39d4cab80fc3de02b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="121.24" OriginalAmount="113.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.583938" Longitude="-81.208336" StarRating="3" HotelCode="99152|160274" HotelName="Homewood Suites by Hilton Orlando-UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3028 North Alafaya Trail, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a3/4aa3935233d83ab3d2aab7f3220b93fb823f646c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="123.16" OriginalAmount="115.10" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|773962" HotelName="HYATT PLACE ORLANDO/UNIVERSAL" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/931514_foto_1.jpg</HotelPictures>
        <HotelDescription>This hotel is ideally located just 400 m from Universal Studios and City Walk and within close proximity to Walt Disney World. In the vicinity, guests will find restaurants, as well as a wonderful nightlife and entertainment venues. The hotel is a short drive from Wet 'n Wild, Walt Disney World, and SeaWorld. This hotel lies 29 km from Orlando International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.19" OriginalAmount="115.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46443599" Longitude="-81.46207558" StarRating="2" HotelCode="943503|653961" HotelName="Home2 Suites by Hilton Orlando Near Universal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/11/2025">
        <Address>
          <AddressLines>
            <AddressLine>5910 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/23/ef2323408df2b1b1f2325de421ea9d05b108a0a9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="123.53" OriginalAmount="115.45" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|072123" HotelName="DOUBLETREE ORLANDO AT SEAWORLD" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/692379_image1640681_0.jpg</HotelPictures>
        <HotelDescription>Spanning 28 lush acres, DoubleTree by Hilton Orlando at SeaWorld, formerly the DoubleTree Resort Orlando International Drive, is an official on-site SeaWorld partner hotel. Designed to create a warm and tranquil travel oasis, we've redefined the meeting and vacation experience. 
In addition to our comfortable, well-appointed guest rooms, DoubleTree by Hilton Orlando at SeaWorld features a wealth of on-site amenities designed for our guests' enjoyment and convenience while enjoying all Orlando has to offer. Designed as a luxurious tropical paradise, guests will find lush tropical landscaping, brick-lined pool decks and walkways along with other amenities to enhance your visit. *Resort Fee: direct payment at the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.33" OriginalAmount="119.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.526007" Longitude="-81.37613168" StarRating="0" HotelCode="605005|the_delaney_hotel" HotelName="The Delaney Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/11/2025">
        <Address>
          <AddressLines>
            <AddressLine>1315 South Orange Avenue, Orlando, Florida 32806</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/9c/299c9f11a0c50c5e4c95ffe4988a11bf6c0703ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.40" OriginalAmount="120.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.537272242294" Longitude="-81.38032302998" StarRating="3" HotelCode="440583|hampton_inn_suites_orlandodowntown_south_medical_center" HotelName="Hampton Inn &amp; Suites Orlando/Downtown South - Medical Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>43 Columbia Street, Orlando, Florida 32806</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/5e/ec5ed9a307f269f89b666b82a10248c0c5431473.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.40" OriginalAmount="120.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.447966666661" Longitude="-81.47297007791" StarRating="3" HotelCode="20588|comfort_inn_international" HotelName="Comfort Inn International Dr." Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8134 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/67/f36752f8c8ebf6823bab4099ee308723b1d649b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.40" OriginalAmount="120.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.419343707953" Longitude="-81.465774178505" StarRating="3" HotelCode="88022|hawthorn_suites_orlando_convention_center" HotelName="Four Points by Sheraton Orlando Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6435 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/06/2606ce164e76e8351515f6317d810cad08e7ab37.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.40" OriginalAmount="120.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.408902389788" Longitude="-81.454412341118" StarRating="3" HotelCode="899705|springhill_suites_by_marriott_orlando_at_seaworld" HotelName="Springhill Suites by Marriott Orlando at Seaworld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10801, International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/4f/724ffa6feed3ba27df367da91bebcd43646dd577.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.40" OriginalAmount="120.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.48441253" Longitude="-81.434884" StarRating="3" HotelCode="620153|residence_inn_by_marriott_orlando_at_millenia" HotelName="Residence Inn Orlando at Millenia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5403 Millenia Lakes Boulevard, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4b/534b2fe687422eb6c0a53c57abda878298e27d22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.40" OriginalAmount="120.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.400503293859" Longitude="-81.472592353821" StarRating="4" HotelCode="14604|marriotts_cypress_harbour" HotelName="Marriott's Cypress Harbour Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11251 Harbour Villa Road, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/bf/bfbf9594aaf00e49535a74c51e35d8ba15b4162c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.47" OriginalAmount="121.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.47540449" Longitude="-81.45707517" StarRating="3" HotelCode="640440|hyatt_house_orlando_universal" HotelName="Hyatt House across from Universal Orlando Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>5915 Caravan Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/66/21665b14ec99064fc2729c8cdc44c3211987aed3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.88" OriginalAmount="121.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.367689716666" Longitude="-81.504153907299" StarRating="4" HotelCode="29514|12811" HotelName="Sheraton Vistana Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8800 Vistana Centre Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/1e/521e70a9811a4bf5c479396a53ab6f8966fb932e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.00" OriginalAmount="121.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.386633691178" Longitude="-81.502512775463" StarRating="3" HotelCode="69973|13269" HotelName="Courtyard Orlando Lake Buena Vista at Vista Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8501 Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/eb/0febe2cc3aae0caa603fd07f75cfcd07915a0213.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.54" OriginalAmount="122.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.388229035684" Longitude="-81.482296586037" StarRating="4" HotelCode="59824|floridays_resort_orlando_3" HotelName="Floridays Resort Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12562 International Drive, 32821 Orlando</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/9b/379beec03eba4cbf869f3546149ea13dd3e0608d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.54" OriginalAmount="122.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.599033" Longitude="-81.217565" StarRating="3" HotelCode="898359|residence_inn_by_marriott_orlando_eastucf_area" HotelName="Residence Inn Orlando East/UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11651 University Boulevard, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/da/bfdafee79eb60c907159c5867f9f65b72d4f9063.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.68" OriginalAmount="124.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4289421" Longitude="-81.44860164" StarRating="4" HotelCode="881332|vista_cay_resort_by_millenium" HotelName="Vista Cay at Harbor Square by Millenium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="resort" CnxPolicy="Free CXL until 15/11/2025" HotelFacility="Air Conditioning,ATM/Cash Machine,Bar,Business Centre,Central Heating,Currency Exchange,Internet,Kitchen,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4874 Cayview Avenue, Off Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/75/9175ace097a40510a0685545d9b7b8245b05f95e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="133.10" OriginalAmount="124.39" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|807927" HotelName="ROSEN SHINGLE CREEK" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/3725_image50158736_0.jpg</HotelPictures>
        <HotelDescription>The Rosen Shingle Creek is set on 230 acres of lawns and waterways; this elegant Spanish-style conference resort is a few steps away from the Orange County Convention Center.The hotel offers 1,501 guest rooms and suites, and 490,000 square feet of dedicated, flexible meeting/event space that includes one of the nations largest column-free ballrooms at 95,000 sq. ft.Amenities include golf privileges, 2 hot tubs, a fitness center, a host of casual and fine-dining options, and an upscale day spa (fee). Recreational facilities consist of 4 heated pools (1 for kids), plus tennis, volleyball and basketball courts. There's over 450,000 sq ft of meeting space, along with a business center. On-site parking is available (fee).Rosen Shingle Creek offers a wide variety of unique eateries and most memorable palate pleasers. With each restaurants experience you will enjoy the turn of the century, Spanish revival architecture that keeps with the Rosen Shingle Creek theme. They  offer an expansive selection of dining venues from fine dining Italian cuisine and elaborate buffets, to the casual atmosphere of our poolside bar and grille.An extensive array of activities at Rosen Shingle Creek ensures that there truly is something for each of our guests to enjoy. Choose from four shimmering pools, championship golfor perhaps an exciting game of sand volleyball followed by a soothing massage.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="136.31" OriginalAmount="127.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.436546362389" Longitude="-81.468539397631" StarRating="3" HotelCode="55938|14849" HotelName="Hampton Inn Orlando International Drive/Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8900 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/8b/aa8b63973cc9d1ac67e0ced2d8d7975f39bc7f66.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.96" OriginalAmount="128.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.389937418199" Longitude="-81.496319174766" StarRating="3" HotelCode="40708|hampton_inn_orlandolake_buena_vista" HotelName="Hampton Inn Orlando/Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8150, Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/c1/3bc1ec9c3149d6ff1a928d9606cd7c08d9126acb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="137.67" OriginalAmount="128.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.358072970529" Longitude="-81.535339951515" StarRating="4" HotelCode="175656|157129" HotelName="Wyndham Grand Orlando Resort Bonnet Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14651 Chelonia Parkway, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/f3/ccf36ef9cbe542ef0b6d168a97f5a3062b4577cc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.10" OriginalAmount="130.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.45892944375" Longitude="-81.464106317791" StarRating="3" HotelCode="741216|universal_s_endless_summer_resort_surfside_inn_and_suites" HotelName="Universal’s Endless Summer Resort - Surfside Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/11/2025" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7000 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/0a/9c0a15cb634b39de44dfffa48baec57ed9b005ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.10" OriginalAmount="130.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4844151" Longitude="-81.43492375" StarRating="5" HotelCode="638039|springhill_suites_by_marriott_orlando_at_millenia" HotelName="SpringHill Suites Orlando at Millenia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>5403 Millenia Lakes Boulevard, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4b/534b2fe687422eb6c0a53c57abda878298e27d22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.17" OriginalAmount="131.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4594507" Longitude="-81.46353121" StarRating="4" HotelCode="878441|universal_s_endless_summer_resort_dockside_inn_and_suites" HotelName="Universal’s Endless Summer Resort - Dockside Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/11/2025" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7125 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/26/ce2657d30b7e671995f7979f10885b4fdc068f79.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.17" OriginalAmount="131.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.393202279491" Longitude="-81.493305588518" StarRating="3" HotelCode="40713|homewood_suites_by_hilton_lake_buena_vista_orlando" HotelName="Homewood Suites by Hilton Orlando/Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11428 Marbella Palm Court, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/e4/74e480a157b421622b44ff7594db04943f9c6a9e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.17" OriginalAmount="131.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.40755103" Longitude="-81.47227711" StarRating="3" HotelCode="510822|homewood_suites_by_hilton_orlando_convention_center_south" HotelName="Homewood Suites by Hilton Orlando Theme Parks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6940 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f4/caf45b3851da0955911eee64e96503dc90e11131.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.24" OriginalAmount="132.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.433949966142" Longitude="-81.459721046627" StarRating="4" HotelCode="897020|las_palmeras_by_hilton_grand_vacations" HotelName="Las Palmeras by Hilton Grand Vacations" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9501 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/e7/1fe7614356b680af671b7560257dbcd17fd415e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.24" OriginalAmount="132.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.40265" Longitude="-81.477496" StarRating="3" HotelCode="564744|marriotts_harbour_lake" HotelName="Marriott's Harbour Lake" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7102 Grand Horizons Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/cb/cacb7842e6d080f7cbeafe20b6fb3ae4f06753a0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.43" OriginalAmount="133.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43772828" Longitude="-81.42773391" StarRating="2" HotelCode="733120|626444" HotelName="Home2 Suites By Hilton Orlando South Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Fax,Internet,Pets allowed,Printer,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2800 Destination Parkway, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/d0/85d0a140adf75d71b420b8e8d605f29bb9c26cd9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.39" OriginalAmount="134.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.44697" Longitude="-81.472998" StarRating="3" HotelCode="31960|13621" HotelName="Embassy Suites by Hilton Orlando International Drive I Drive 360" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8250 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/b6/7cb648954a63bf4ab3eadb78dad6a7b43ad256bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.85" OriginalAmount="135.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451227" Longitude="-81.477067" StarRating="3" HotelCode="213501|173211" HotelName="Drury Inn &amp; Suites Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Jacuzzi,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7301 West Sand Lake Road, Orlando 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11150317</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.41" OriginalAmount="136.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.437605" Longitude="-81.469929" StarRating="3" HotelCode="29257|13632" HotelName="Homewood Suites by Hilton Orlando-International Drive/Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8745 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/59/92591296f643d584675bb75f6b43d803ad7890a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.36" OriginalAmount="139.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.358" Longitude="-81.492968" StarRating="4" HotelCode="11459|13268" HotelName="Caribe Royale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 25/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8101 World Center Drive, 32821 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/73/aa731ce897d489941ea65b0da7530e127a884f1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.80" OriginalAmount="140.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.445567493051" Longitude="-81.467244029045" StarRating="3" HotelCode="29287|fairfield_inn__suites_by_marriott_orlando_international_driveconvention_center" HotelName="Fairfield Inn &amp; Suites Orlando International Drive/Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8214 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/f7/50f7211523caf444eb530e616d3991997f945a31.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.80" OriginalAmount="143.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451699118894" Longitude="-81.465896219015" StarRating="4" HotelCode="27052|12896" HotelName="Crowne Plaza Orlando - Universal Blvd" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7800 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39850/p_39850_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.13" OriginalAmount="159.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.547082877637" Longitude="-81.38405317791" StarRating="4" HotelCode="42212|sheraton_orlando_downtown_hotel" HotelName="Marriott Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>400 West Livingston Street, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/78/6978c40deac8db087f079cc49054b3113ed42d72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.49" OriginalAmount="159.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.360985583008" Longitude="-81.510926485062" StarRating="4" HotelCode="14606|13305" HotelName="Marriott Orlando World Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8701 World Center Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/7c/4b7cb3c90b1e8c5a16109beea2baadb2b82ee0f7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.61" OriginalAmount="161.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.382216442941" Longitude="-81.509880423546" StarRating="4" HotelCode="13641|13302" HotelName="Hyatt Regency Grand Cypress" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Grand Cypress Boulevard, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/b2/82b25aeaa6b09d983cd7bd62775ade44cbf09ca1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.62" OriginalAmount="166.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.47747353" Longitude="-81.44431052" StarRating="0" HotelCode="957867|universal_studios_disney_apartments_by_nuovo" HotelName="Universal Studios Disney Apartments By Nuovo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5100 Millenia Waters Drive, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/5e/a15e73935b669303bdbe7b2655083d689e241c91.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="182.93" OriginalAmount="170.96" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|100546" HotelName="HYATT REGENCY GRAND CYPRESS RESORT AT ORLANDO" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LAKE BUENA VISTA, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/928684_foto_1.jpg</HotelPictures>
        <HotelDescription>Hyatt Regency Grand Cypress Resort at Orlando is located approximately 18 miles to the airport Orlando International Airport (MCO), 1.3 mile to Downtown Disney Area and 9 miles to Universal Studios. It feature facilities and amenities including the swimming pool for adults and children, bars and restaurants, amusement arcade, business centre, conference room, spa and fitness centre. Min Child Age: 2. Max Child Age: 12. Extra Info: Resort Fees: Not applicableCredit Card can be requested upon arrival for security deposit charges.Check-in from: 16:00 and Check-out until: 11:00.The hotel offers a complimentary scheduled shuttle service to Walt Disney World, theme parks, Universal Studios theme parks, and Sea World theme parks. Orlando Premium Outlets also offer scheduled complimentary shuttles from the hotel to the Outlets. Reservations must be made at least two hours in advance.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.97" OriginalAmount="171.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.411572" Longitude="-81.468095" StarRating="4" HotelCode="30074|renaissance_orlando_at_seaworld" HotelName="Renaissance Orlando Resort at SeaWorld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6677 Sea Harbor Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/d4/3cd44f7961a6eb3e12784ae3b921d4961a865bf0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="183.93" OriginalAmount="171.90" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A33D38" HotelName="Red Lion Hotel Orlando Lake Buena Vista South" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1361916_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 410 guestrooms featuring MP3 docking stations and flat-screen televisions. Satellite television is provided for your entertainment. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include safes and irons/ironing boards, as well as phones with free local calls.Enjoy Mexican cuisine at Tortilla Rica, one of the hotel's many dining establishments, which include 2 restaurants and a coffee shop/cafe. Relax with a refreshing drink from the poolside bar or one of the 2 bars/lounges. Buffet breakfasts are available daily from 7:00 AM to 11:00 AM for a fee.Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Kissimmee? This hotel has 1200 square feet (111 square meters) of space consisting of conference space and 2 meeting rooms.When you stay at Red Lion Hotel Orlando Lake Buena Vista South in Kissimmee, you'll be on a lake, a 3-minute drive from Old Town and 7 minutes from Orlando Vineland Premium Outlets.  This family-friendly hotel is 5.5 mi (8.9 km) from Disney Springs� and 5.8 mi (9.4 km) from Walt Disney World� Resort.Distances are displayed to the nearest 0.1 mile and kilometer.  Lake Cecile - 1.4 km / 0.8 mi  Capone's Dinner Show - 2.4 km / 1.5 mi  Old Town - 2.6 km / 1.6 mi  Lake Buena Vista Factory Stores - 2.6 km / 1.6 mi  Fun Spot America - 2.7 km / 1.7 mi  Kissimmee Go-Karts - 2.8 km / 1.7 mi  Shingle Creek Regional Park - 3 km / 1.9 mi  Falcon's Fire Golf Club - 4.1 km / 2.5 mi  Medieval Times - 4.7 km / 2.9 mi  AdventHealth Celebration - 5.6 km / 3.5 mi  192 Flea Market - 5.7 km / 3.6 mi  Celebration Golf Club - 6.1 km / 3.8 mi  Lake Bryan - 6.2 km / 3.9 mi  Give Kids the World Village - 6.8 km / 4.2 mi  Orlando Vineland Premium Outlets - 7.6 km / 4.7 mi  The nearest airports are:Kissimmee, FL (ISM-Kissimmee Gateway) - 8.5 km / 5.3 mi Orlando Intl. Airport (MCO) - 34.3 km / 21.3 mi The preferred airport for Red Lion Hotel Orlando Lake Buena Vista South is Orlando Intl. Airport (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.25" OriginalAmount="175.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456113669351" Longitude="-81.305844783783" StarRating="4" HotelCode="163165|orlando_airport_marriott" HotelName="Marriott Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7499 Augusta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/df/57df12ebe7f7def69b4bdc71f19e0f28acba8d16.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.32" OriginalAmount="176.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.371471419509" Longitude="-81.278655305497" StarRating="3" HotelCode="322307|residence_inn_orlando_lake_nona_2" HotelName="Residence Inn Orlando Lake Nona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6955 Lake Nona Boulevard, Orlando, Florida 32827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/cd/40cdd8022e308bbf09e8759855c87e2167d4d163.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.16" OriginalAmount="188.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.37142243" Longitude="-81.27849554" StarRating="3" HotelCode="407954|courtyard_by_marriott_orlando_lake_nona_2" HotelName="Courtyard Orlando Lake Nona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6955 Lake Nona Boulevard, Orlando, Florida 32827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/21/ee2183cc49e60b50d4c1e8a5caa799f382421fb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.44" OriginalAmount="192.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.480885" Longitude="-81.45473445" StarRating="3" HotelCode="572340|residence_inn_by_marriott_near_universal_orlandotm" HotelName="Residence Inn Near Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5616 Major Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/39/9239bc8b5bb29a412aad70e7f9e188f2b8e26871.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="216.23" OriginalAmount="202.08" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|632984" HotelName="PALAZZO LAKESIDE HOTEL" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/89188_foto_1.jpg</HotelPictures>
        <HotelDescription>This family-friendly hotel is located around 6.5 km from the Walt Disney World Resort. All the main attractions are less than 15 minutes away.Renovated in 2003, this air-conditioned hotel comprises a five-storey main building and 2 five-storey annexes with a combined total of 222 rooms. The lobby houses a 24-hour reception desk, a hotel safe, a cloakroom, a gift shop, and a lift. The hotel also features a newspaper stand, a bar, a games room, Coconut Willie's Lounge, and an air-conditioned � la carte restaurant. Laundry facilities are on offer for an additional fee. A car park is available for those arriving by car.All of the rooms come with ironing equipment, a coffee machine, a fridge, a microwave, and bathroom with shower, bath and hairdryer. Further fittings in the carpeted rooms include a direct dial telephone, satellite/ cable TV, a radio and a double bed. The air conditioning and heating may be individually adjusted.In the grounds of the hotel is a outdoor pool and a balcony off the breakfast room.Continental breakfast is served (free of charge). The hotel also sells hot breakfast items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.28" OriginalAmount="204.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.536517" Longitude="-81.378911" StarRating="3" HotelCode="262140|aloft_orlando_downtown" HotelName="Aloft Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500 South Orange Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/d4/6ad4b7f9908d35f20627a97cb1b14fefe81c9383.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.91" OriginalAmount="213.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.441351794066" Longitude="-81.472629904747" StarRating="3" HotelCode="396006|courtyard_orlando_international_driveconvention_center" HotelName="Courtyard Orlando International Drive/Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8600, Austrian Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2c/85/2c850f7043bd65b7da9ab0064a22e3df8f2ed96a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.05" OriginalAmount="215.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46603645" Longitude="-81.47191266" StarRating="3.5" HotelCode="562840|universals_aventura_hotel" HotelName="Universal's Aventura Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6725 Adventure Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/52/eb529de958615394e1d60ba5ae0bcaeb36dcd9e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.26" OriginalAmount="218.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.440211" Longitude="-81.469284" StarRating="4" HotelCode="52839|holiday_inn_resort__the_castle" HotelName="Castle Hotel - Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8629 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/9a/6a9a863b38355d2b18dc548572f5e603575efb12.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.54" OriginalAmount="222.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.386058123158" Longitude="-81.489951610565" StarRating="4" HotelCode="69835|hilton_gran_vacations_suites_on_international_drive" HotelName="Hilton Grand Vacations at Tuscany Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8122 Arrezzo Way, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/52/d2523aef0fc8ed732f5ec37eea6adae4ad15f7ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.48" OriginalAmount="227.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.351961" Longitude="-81.487428" StarRating="4" HotelCode="387123|51938" HotelName="Lake Buena Vista Resort Village &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Bar,Conference Hall,Golf,Jacuzzi,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8113 Resort Village Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/c1/c2c14a823171d06887eaa666f619a5c38409862c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.10" OriginalAmount="230.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43766" Longitude="-81.46846" StarRating="3" HotelCode="29214|residence_inn_by_marriott_orlando_convention_center" HotelName="Residence Inn Orlando Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8800 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/fc/5cfc384c067222e6b7bb271744f5ef56adbcffe1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.71" OriginalAmount="253.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.399375499377" Longitude="-81.426807045937" StarRating="3" HotelCode="178766|marriotts_lakeshore_reserve" HotelName="Marriott's Lakeshore Reserve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11248 Lakeshore Reserve Drive, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/c5/e7c52ea4030ac180176be93383890c400a6a5b71.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.48" OriginalAmount="264.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.458174079519" Longitude="-81.51069271284" StarRating="4" HotelCode="306035|arnold_palmers_bay_hill_club__lodge" HotelName="Arnold Palmer's Bay Hill Club &amp; Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Golf Hotel,Business Hotel" CnxPolicy="Free CXL until 15/11/2025">
        <Address>
          <AddressLines>
            <AddressLine>9000 Bay Hill Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/2f/532fef83dd6692158bcdcf1b369921bf4b80e2bd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.69" OriginalAmount="267.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.538633976635" Longitude="-81.378608152115" StarRating="4" HotelCode="122827|grand_bohemian_orlando_autograph_collection" HotelName="Grand Bohemian Hotel Orlando, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>325 South Orange Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/70/20705dc777edc7898193c2304c0348191bb1aabb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.26" OriginalAmount="318.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.438337613691" Longitude="-81.469581574202" StarRating="3" HotelCode="88160|hyatt_place_orlando_convention_center" HotelName="Hyatt Place Orlando/Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8741 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/39/8d39899ec3cd1e259deab6461a40540514160fec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.97" OriginalAmount="371.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.466184687731" Longitude="-81.47021757093" StarRating="4" HotelCode="317762|universals_loews_sapphire_falls_resort" HotelName="Loews Sapphire Falls Resort at Universal Orlando Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6601 Adventure Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/a3/d5a3b6ec62f851e7238adc24a5ef8a033304c1b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="408.74" OriginalAmount="382.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.42889976" Longitude="-81.44856551" StarRating="0" HotelCode="881578|casiola_vacation_homes" HotelName="Vista Cay at Harbor Square by Casiola Vacation Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 15/11/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Concierge,Dining,Dry Cleaning,Elevator,Garden,Golf,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Pets allowed,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4874 Cayview Avenue, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/98/8e98d85ca2dbbcc8c1e5230b06c0e928c13654e2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="420.51" OriginalAmount="393.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.468265" Longitude="-81.467324" StarRating="4" HotelCode="317059|universals_loews_royal_pacific_resort" HotelName="Loews Royal Pacific Resort at Universal Orlando Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6300 Hollywood Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/29/e9/29e9bb249a3256a163b33df0d3c74770b2cac337.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="429.64" OriginalAmount="401.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.353527" Longitude="-81.533899" StarRating="5" HotelCode="899719|117573" HotelName="Waldorf Astoria Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 22/11/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14200 Bonnet Creek Resort Lane, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/93/ac930085c338a6baf9a33e44a6628a8b9f2e81e1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="434.11" OriginalAmount="405.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43817959091" Longitude="-81.472734510899" StarRating="3" HotelCode="35582|91273" HotelName="Embassy Suites by Hilton Orlando International Drive Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8978 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/18/7b1880008c6abacf05fe76ce6810f510d8fd5e47.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="440.52" OriginalAmount="411.70" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|091166" HotelName="UNIVERSAL'S LOEWS SAPPHIRE FALLS RESORT" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/953482_foto_1.jpg</HotelPictures>
        <HotelDescription>The Caribbean-inspired Loews Sapphire Falls Resort at Universal Orlando Resort transports guests to a paradise where shoes are optional, blue waterfalls cascade across lush grounds, and the invitation to cool relaxation is everywhere.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="472.94" OriginalAmount="442.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.431246403928" Longitude="-81.306172013283" StarRating="4" HotelCode="13642|hyatt_regency_orlando_international_airport" HotelName="Hyatt Regency Orlando International Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9300 Jeff Fuqua Boulevard, Orlando, Florida 32827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/dc/23dcd3a049730c79540d67c74c3dd2c1ba9d3e0b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="477.22" OriginalAmount="446.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.477122704691" Longitude="-81.46458864212" StarRating="4" HotelCode="13208|universals_hard_rock_hotel" HotelName="Hard Rock Hotel Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5800 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/f2/01f2be06bc925481d523309cccd4375f3f6f5683.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="483.64" OriginalAmount="452.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.480706320557" Longitude="-81.460211277008" StarRating="4.5" HotelCode="16014|universals_loews_portofino_bay_hotel" HotelName="Loews Portofino Bay Hotel at Universal Orlando Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5601 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/f0/e9f0af459d6e60b872e4187d347e1931734265e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="484.71" OriginalAmount="453.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.437183" Longitude="-81.468478" StarRating="3" HotelCode="396009|springhill_suites_by_marriott_convention_centeridrive" HotelName="Springhill Suites Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8840 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/cb/c0cb1aeba1470c6303174b5bcaa32c22be159c81.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="513.60" OriginalAmount="480.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.446" Longitude="-81.4447" StarRating="0" HotelCode="492019|majestic_retreat" HotelName="Majestic Retreat 3 Br townhouse by RedAwning" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/11/2025">
        <Address>
          <AddressLines>
            <AddressLine>5076 Tideview Circle, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/63/4463563488c98c4285a97943fb65377fa43d5f96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="529.50" OriginalAmount="494.86" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|100548" HotelName="Hard Rock Hotel at Universal Orlando" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/894294_foto_1.jpg</HotelPictures>
        <HotelDescription>in the city centre, directly at the Universal Orlando Resort; distance (approx.): to the airport Orlando International airport (MCO): 16.2 mile(s), to the place of interest Universal Studios: 1.3 mile(s), to the convention centre: 4.1 mile(s), to the amusement park Islands of Adventure: 1 mile(s), hotel shuttle (inclusive) Min Child Age: 2. Max Child Age: 12. Extra Info:</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="536.63" OriginalAmount="501.52" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|736993" HotelName="PORTOFINO BAY AT UNIVERSAL" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/952976_foto_1.jpg</HotelPictures>
        <HotelDescription>The resort is located on-site UNIVERSAL Orlando where Universal Studios, Islands of Adventure and CityWalk are all outside your door. 20 minutes from Orlando's International Airport, close to great shopping and restaurants.Rooms are large and feature authentic Italian furnishings and marble accents. The beds, either one king or two queens, feature deluxe European duvets. Bathrooms are large.The hotel's restaurants specialize in seasonal Italian cuisine.The hotel is modern and is a stunning recreation of the world-renowned seaside village of Portofino, Italy, where sun washed stucco and cobblestone streets embrace the sapphire-blue sea.The lobby is large. The white Italian marble, high quality furnishings, beautiful floral arrangements give the lobby a very deluxe but comfortable feel.The hotel offers luxury amenities such as world-class spa, fully equipped fitness center, scenic jogging paths, bocce ball courts and a supervised children's programs. There are three pools of which one is a huge beach styled pool. La dolce vita is yours to experience at this spectacular resort. (0308/mp)</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="554.26" OriginalAmount="518.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.428685998395" Longitude="-81.448704600334" StarRating="4" HotelCode="409628|orlando_vista_cay_executive_3br_villa" HotelName="Vista Cay at Harbor Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4874 Cayview Avenue, Off Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/zz/6dad1197d848e73b75f6e80e4ce5581f72cecbbd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="624.88" OriginalAmount="584.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.424519162729" Longitude="-81.46412730217" StarRating="4" HotelCode="31915|rosen_centre_hotel" HotelName="Rosen Centre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9840 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/b9/dbb953209c3df6f06891d45a5db0123f54ee51d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="639.86" OriginalAmount="598.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43002458755" Longitude="-81.471707224846" StarRating="4" HotelCode="16941|rosen_plaza_on_international_drive" HotelName="Rosen Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9700 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/db/16db79674ab1500b571e7c9e800f65f76e0f22fb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="834.60" OriginalAmount="780.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.403586971882" Longitude="-81.429222375154" StarRating="5" HotelCode="26001|the_ritzcarlton_orlando_grande_lakes" HotelName="The Ritz-Carlton Orlando Grande Lakes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4012 Central Florida Parkway, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/51/c451b2157ad12c18e0a08528f2566f96422e7874.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="850.65" OriginalAmount="795.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.424891861191" Longitude="-81.457738280296" StarRating="4" HotelCode="899707|hilton_orlando" HotelName="Hilton Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6001 Destination Parkway, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/1b/2f1b0144c9eeee91e45e3ba31d6a6e67ce6ee63e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1121.36" OriginalAmount="1048.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.42662" Longitude="-81.467208" StarRating="4" HotelCode="31963|hyatt_regency_orlando" HotelName="Hyatt Regency Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9801 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/fc/7ffc2fe816ff283c2b47f83c33b10a2b04c998fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.17" OriginalAmount="31.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|bposhtels_orlando_florida_mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/11/2025" />
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="39.04" OriginalAmount="36.49" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|950354" HotelName="SonoHotel I Drive Orlando" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>Take advantage of recreation opportunities including an outdoor pool and a hot tub. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a vending machine. If youandapos;re planning a day at a nearby theme park, you can hop on the complimentary shuttle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="73.87" OriginalAmount="69.04" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A22984" HotelName="Nobile Hotel Parkway at Celebration" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>CELEBRATION, FL</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>The hotel is located only 4. 8 km from Kissimmee. Orlando International Airport is at 30-minute drive. This remodelled hotel was designed in an upscale tone without compromising comfort. Guests staying at this hotel can enjoy a variety of amenities, including a daily breakfast buffet in the comfortable breakfast cafandeacute; as well as scheduled shuttle services to the famous Theme Parks. Guests can soak up the sun and relax around the new outdoor pool or take a refreshing swim after a day of adventure at the parks. After a fun filled day, both parents and children will sleep comfortably in one of the renovated guest rooms featuring all new furniture and equipment including a mini-fridge, in-room safe and microwave. In the evenings, guests will find a large variety of dining options, all within a 5-10 minute drive. This resort in Kissimmee has it all! Let this hotel roll out the red carpet for all guests!</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="105.46" OriginalAmount="98.56" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|980211" HotelName="Hotel Landy Orlando Universal Blvd., a Tribute Portfolio� Hotel" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>Located in the heart of Orlando, Florida, the Crowne Plaza Orlando Universal offers modern and vibrant social spaces where you can relax, work, dine and experience the vacation or business trip of a lifetime. Our beautiful Orlando hotel and resort is designed for your active lifestyle with casual eateries, a light-filled atrium and landscaped gardens and courtyards. Winner of multiple Torch Bearer Awards, the entire team invites you to experience a world of contemporary comfort and exceptional service. *Resort Fee: direct payment at the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="153.06" OriginalAmount="143.05" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|042165" HotelName="Universal's Endless Summer Resort - Surfside Inn and Suites" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>Universal's Endless Summer Resort - Surfside Inn and Suites is the perfect place to enjoy a fun and comfortable vacation in Universal Orlando Resort, whether you are traveling with friends or family. This property has an original pool in the shape of a surfboard, a games room, a fitness center, varied dining options, splendid rooms as well as a store with Universal products.  At Universal's Endless Summer Resort - Surfside Inn and Suites, you enjoy a lifestyle around surfing, and make your Universal vacation more affordable. Main Benefit Every morning, guests of Universal hotels can enter one of our three incredible theme parks an hour before other visitors. You'll only need a valid theme park ticket, and maybe a wake-up call. Free  Legal Warning A theme park ticket is required. Early Park Entry begins one (1) hour prior to the regular park opening for either Universal Studios Florida or Universal's Islands of Adventure and Universal's Volcano Bay. Valid on selected attractions in each park. The attractions are subject to change without notice. Additional restrictions may apply. � 2020 UCF Hotel Venture V. UNIVERSAL TM and � Universal Studios. ENDLESS SUMMER registered trademarks, Bruce Brown Films, LLC. All rights reserved.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Telephone Service,Bar,Central Heating,Designated Smoking Area,Diet Meals,Heated Pool,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Wheelchair Access,Shopping Arcade,Kitchen,Currency Exchange,Golf,Nightclub,Sauna,Bicycle Rental,Garden,Business Centre,Meeting Room,Pets allowed,Wake-up Call Service,Kids Play Area,Printer,ATM/Cash Machine,24 Hour Front Desk,Luggage Storage,Parking,Smoking Rooms,Vending Machine,Concierge,Dining,Dry Cleaning,Elevator,Housekeeping,LCD/Projector</BasicAmenities>
    <HotelRating>2,3,4,2.5,5,3.5,4.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,CLUB RESORT,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,SPA HOTEL,ECO HOTEL,GOLF HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,COUNTRY HOUSE,VILLAGE,BEACH HOTEL,HOTEL,AIRPORT HOTEL,MOTEL,RESORT,VILLA</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="49599b79-75c3-4c9b-94aa-f263de5d38e2">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="77186" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-03T00:00:00" End="2025-12-04T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|101480" SourceId="34" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="49599b79-75c3-4c9b-94aa-f263de5d38e2" TimeStamp="0001-01-01T00:00:00" HotelName="MAINGATE LAKESIDE RESORT" HotelCode="|101480" StarRating="3" GTCityId="77186" CountryCode="US" CityName="KISSIMMEE, FL" CountryName="USA" Address="7769 W IRLO BRONSON MEMORIAL HWY" PhoneNo="(+407)3962222" Email="reservations@maingatelakesideresort.com" CheckInTime="12:00 PM" CheckOutTime="12:00 PM" Latitude="28.34122" Longitude="-81.59519" SourceId="34" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard Room-Two double beds" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251203#20251204#LB#2-0#20251203|20251204|W|235|59702|ROO.2D|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~1123214407~N~~~NOR~~6070F8CB2E9D469176275804875405AWES0013000800050825119#ES|2|false|0#553961C26D3270B9808597FD718480858C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="20" TotalPrice="21.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: King Room-One king bed and a pullout couch" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251203#20251204#LB#2-0#20251203|20251204|W|235|59702|ROO.KG|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~-1528802095~N~~~NOR~~6070F8CB2E9D469176275804875405AWES0013000800050825119#ES|2|false|0#553961C26D3270B9808597FD718480858C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="20" TotalPrice="21.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Room TWO DOUBLE BEDS Non-refundable rate No amendments permitted" RoomTypeCode="02#1#BO#33.22#0#BB#OK#20251203#20251204#LB#2-0#20251203|20251204|W|235|59702|ROO.2D-1|ID_B2B_88|BB|B2CNRFUSXX|1~2~0||N[ARROBA]07~A-SIC~20b2a~-386754482~N~~~NRF~~6070F8CB2E9D469176275804875405AWES0013000800050820b2a#ES|2|false|1#553961C26D3270B9808597FD718480858C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MzMuMjJ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="33" TotalPrice="35.55" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Room KING SIZE BED Non-refundable rate No amendments permitted" RoomTypeCode="02#1#BO#42.35#0#BB#OK#20251203#20251204#LB#2-0#20251203|20251204|W|235|59702|ROO.KG-1|ID_B2B_88|BB|B2CNRFUSXX|1~2~0||N[ARROBA]07~A-SIC~24435~-1613924774~N~~~NRF~~6070F8CB2E9D469176275804875405AWES0013000800050824435#ES|2|false|1#553961C26D3270B9808597FD718480858C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|NDIuMzV8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="42" TotalPrice="45.31" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType></RoomTypes><Images><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_1.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_2.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_39.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_40.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_41.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_42.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_43.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_44.jpg" /></Images><HotelDescription>Location / Description: Located less than 2 mi. from WDW resorts and minutes from all other area attractions, this hotel offers excellent value in a resort like setting. Min Child Age: 2. Max Child Age: 12. Extra Info:</HotelDescription><Facilities><HotelFacilities><Type>Air Conditioned</Type><Description>Air Conditioned</Description><Value /></HotelFacilities><HotelFacilities><Type>Pay Parking</Type><Description>Pay Parking</Description><Value /></HotelFacilities><HotelFacilities><Type>Indoor Swimming pool</Type><Description>Indoor Swimming pool</Description><Value /></HotelFacilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><Value /></HotelFacilities><HotelFacilities><Type>Air Conditioning</Type><Description>Air Conditioning</Description><Value /></HotelFacilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><Value /></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="9b1108ea-8c1d-44ea-9101-9ad09f62a9e2">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="77186" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-19T00:00:00" End="2025-12-20T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2025-11-10T07:03:37.5289765+00:00" Version="0" EchoToken="Search" TransactionIdentifier="9b1108ea-8c1d-44ea-9101-9ad09f62a9e2" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="34" TotalAmount="21.79" OriginalAmount="20.36" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|101480" HotelName="MAINGATE LAKESIDE RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/931306_foto_1.jpg</HotelPictures>
        <HotelDescription>Location / Description: Located less than 2 mi. from WDW resorts and minutes from all other area attractions, this hotel offers excellent value in a resort like setting. Min Child Age: 2. Max Child Age: 12. Extra Info:</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="38.10" OriginalAmount="35.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.333447" Longitude="-81.498623" StarRating="2.5" HotelCode="14626|48900" HotelName="Parkside Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5367 W. Irlo Bronson Memorial Hwy, Kissimmee, Florida 34746</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/21/6521539ba9d06dace3970e2c7223ec86d953dbde.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="39.38" OriginalAmount="36.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.507823334541" Longitude="-81.41651503638" StarRating="2" HotelCode="121903|221614" HotelName="Days Inn Orlando Near Millenia Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2500 West 33rd Street, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/1d/3e1d6c1a459079f25720207e603a4223d31b598e.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.66" OriginalAmount="38.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456321" Longitude="-81.471617" StarRating="2" HotelCode="907356|travelodge_orlando_international_drive" HotelName="Heart Of I-Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7200 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/2d/1c2de1ea8d1ef456d2e7a9ec099a769780d2243f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.66" OriginalAmount="38.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.462570931032" Longitude="-81.398067465772" StarRating="0" HotelCode="226326|oyo_townhouse_suites_orlando" HotelName="Great Value Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7100 South Orange Blossom Trail, Orlando, Florida 32809-5717</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/25/4d2512b54249b7f18f0d0b91ce7c677b1f4f4e56.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.87" OriginalAmount="41.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456368305974" Longitude="-81.473261087687" StarRating="2" HotelCode="84927|econo_lodge_international_drive" HotelName="Econo Lodge International Drive Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7102 International Drive, Florida, Orlando 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/7a/f17a40484365c683448837ebf601350552816178.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="45.08" OriginalAmount="42.13" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|232754" HotelName="Grand Hotel Orlando at Universal Blvd" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/865568_foto_1.jpg</HotelPictures>
        <HotelDescription>The Grand Hotel Orlando, located in the I-Drive Resort area, is just 2. 7 kilometers from Universal Orlando Resort and 6. 4 kilometers from SeaWorld Orlando. Guests enjoy complimentary scheduled shuttle services to Universal Orlandoandreg;, SeaWorld, EPCOT, and the Disney Transportation Center at Walt Disney Worldandreg; Resort. Start your day with a complimentary continental breakfast in the lobby cafandeacute;, featuring pastries, pancakes, fruit, yogurt, and other favorites. Relax by the outdoor pool or let the little ones enjoy the kid-friendly play area. Maintain your fitness routine in the fitness center and stay connected with lobby computer stations. Spacious guest rooms offer a mini-fridge and a large in-room safe, ensuring a comfortable night's sleep after a day of adventure.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.01" OriginalAmount="43.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450968059096" Longitude="-81.464859545231" StarRating="2" HotelCode="37482|grand_hotel_orlando" HotelName="Baymont by Wyndham Orlando Universal Blvd" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7825 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/fe/d8fe24cefe09a39f3a22a7d64c7d6048d06049cb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="48.90" OriginalAmount="45.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.552249333333" Longitude="-81.42789" StarRating="2" HotelCode="126857|701674" HotelName="Quality Inn &amp; Suites Downtown Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Motel" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>3956 West Colonial Drive, Orlando, Florida 32808</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f4/f9f46a5ca13b3aa06e9348fbeeaa7da71908a709.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.22" OriginalAmount="46.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.417409334475" Longitude="-81.462351679802" StarRating="3" HotelCode="17530|doubletree_by_hilton_hotel_orlando_at_seaworld" HotelName="DoubleTree by Hilton Hotel Orlando at SeaWorld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10100 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/37/2437ed8713a3e472f0a784cf0c57b2805da1ce40.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="49.65" OriginalAmount="46.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.464815" Longitude="-81.4605" StarRating="3" HotelCode="260607|12916" HotelName="Sunsol International Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Laundry,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5859 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/07/ed07a2fc706dfce211e11263efb7b7c09f345036.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="49.86" OriginalAmount="46.60" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|334906" HotelName="Baymont by Wyndham Orlando Lake Buena Vista South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/967976_foto_1.jpg</HotelPictures>
        <HotelDescription>Property Desc:Property Location Located in Kissimmee, Developer Inn Maingate, a Baymont by Wyndham is within a 10-minute drive of Walt Disney World� Resort and Disney Springs�.  This family-friendly hotel is 5.5 mi (8.8 km) from Disney's Hollywood Studios� and 7.9 mi (12.6 km) from Orange County Convention Center.Rooms Make yourself at home in one of the 120 guestrooms featuring refrigerators and microwaves. Complimentary wireless internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include desks and separate sitting areas, as well as phones with free local calls.Amenities Enjoy recreation amenities such as an outdoor pool or take in the view from a garden. Additional features at this hotel include complimentary wireless internet access and a television in a common area.Dining Grab a bite from the grocery/convenience store serving guests of Developer Inn Maingate, a Baymont by Wyndham. A complimentary buffet breakfast is served daily from 7:00 AM to 9:30 AM.Business, Other Amenities Featured amenities include a business center, a 24-hour front desk, and multilingual staff. Free self parking is available onsite.Attractions Distances are displayed to the nearest 0.1 mile and kilometer.  Old Town - 2 km / 1.3 mi  Fun Spot America - 2.2 km / 1.4 mi  Lake Buena Vista Factory Stores - 2.4 km / 1.5 mi  Capone's Dinner Show - 3.2 km / 2 mi  Falcon's Fire Golf Club - 3.5 km / 2.1 mi  Kissimmee Go-Karts - 3.6 km / 2.2 mi  Shingle Creek Regional Park - 3.6 km / 2.2 mi  Hawks Landing Golf Club - 4.2 km / 2.6 mi  AdventHealth Celebration - 5.3 km / 3.3 mi  Celebration Golf Club - 5.4 km / 3.4 mi  Medieval Times - 5.5 km / 3.4 mi  Lake Bryan - 5.9 km / 3.7 mi  Corpus Christi Catholic Church - 6.5 km / 4 mi  192 Flea Market - 6.5 km / 4.1 mi  Orlando Vineland Premium Outlets - 7.3 km / 4.5 mi  The nearest airports are:Kissimmee, FL (ISM-Kissimmee Gateway) - 9.3 km / 5.8 mi Orlando Intl. Airport (MCO) - 33 km / 20.5 mi House RulesChildren welcomeNo pets, service animals welcomeNo smokingSpoken LanguagesEnglishSpanishKnow Before You Go:   Only registered guests are allowed in the guestrooms.  The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation.  Mandatory Fees and Taxes: You'll be asked to pay the following charges at the property: Deposit: USD 100 per accommodation, per stayService fee: USD 16.00 per accommodation, per night We have included all charges provided to us by the property. Checkin Instructions:   Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cards, debit cards, and cashThis property reserves the right to pre-authorize the guest's credit card prior to arrival.Safety features at this property include a smoke detectorPlease note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property     Parcel deliveries will be accepted only for guests in house or checking in on the day of receipt for an additional fee. Any deliveries received before or after a guest's stay will be returned. The property cannot be held responsible for lost or damaged goods.  Special Checkin Instructions: Front desk staff will greet guests on arrival. For more details, please contact the property using the information on the booking confirmation.Checkin Time: 3:00 PMCheckin End Time: midnightCheckin Minimum Age: 21Checkout Time: 11:00 AMNon-Smoking, Television, In-room climate control (heating), Grab bar - in bathtub, Limited housekeeping, In-roo</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="50.35" OriginalAmount="47.06" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|971962" HotelName="Orlando International Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1572340_foto_1.jpg</HotelPictures>
        <HotelDescription>Sunsol International Drive is perfectly located for both business and leisure guests in Orlando (FL). Offering a variety of facilities and services, the hotel provides all you need for a good night's sleep. Free Wi-Fi in all rooms, 24-hour front desk, facilities for disabled guests, Wi-Fi in public areas, family room are on the list of things guests can enjoy. Some of the well-appointed guestrooms feature carpeting, television LCD/plasma screen, internet access - wireless (complimentary), air conditioning, heating. Entertain the hotel's recreational facilities, including outdoor pool, children's playground. Sunsol International Drive combines warm hospitality with a lovely ambiance to make your stay in Orlando (FL) unforgettable.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="50.69" OriginalAmount="47.37" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|650996" HotelName="MONUMENTAL MOVIELAND" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/139294_foto_1.jpg</HotelPictures>
        <HotelDescription>Excellent location in the International Drive Resort area. Universal Studios, volcano Bay and Islands of Adventure are just a short stroll away, and attractions such as Titanic the Experience, Prime Outlets Orlando, SeaWorld, Aquatica, Orlando Premium Outlets, Florida Mall and Walt Disney World Resort can be easily reached.  Note that there is a charge of $10 for incoming packages for guests.ADA Compliant property proudly offering:�Accessible Rooms with visual doorbell and fire alarm. Lowered sink and mirror. Handrails . Mobility access doors with at least 32" of clear door width�Closed captioning on televisions or closed captioning decoders�Accessible parking, public entrance (in front of building), registration desk�Accessible route from the accessible public entrance to the registration area, meeting room, laundry room and to accessible guestrooms�Service support animals welcome�Public areas/facilities accessible for physically challenged</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.36" OriginalAmount="48.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.445289203137" Longitude="-81.472849845886" StarRating="2.5" HotelCode="259968|la_quinta_inn_orlando_international_drive" HotelName="Quality Inn at International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8300 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/9b/979b0709dd6ba15f86e034977775788acccc307b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.67" OriginalAmount="48.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.461854431584" Longitude="-81.466774642467" StarRating="3" HotelCode="21215|13635" HotelName="Monumental Movieland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6233 International Drive, Orlando, Florida 32829</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/32/bf321ac763bab776ce48ab181044f91131eac24e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.81" OriginalAmount="48.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.430420853867" Longitude="-81.476202607155" StarRating="3" HotelCode="47671|13619" HotelName="Quality Suites Universal South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9350 Turkey Lake Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/1e/981e50a70a6d684ddfbaaa2563da4af07a782407.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="53.78" OriginalAmount="50.26" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|862147" HotelName="Garnet Inn and Suites Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1200658_foto_1.jpg</HotelPictures>
        <HotelDescription>This property is located in Orlando, USA. It is close to attractions such as Orlando Watersports Complex (4 km), Universal Studios Florida (14 km), Funtastic Depot - Indoor Amusement Park (16 km), and Soarin' Around the World (32 km). When it comes to transportation, the nearby airport is Orlando International Airport (11 km). Facilities and services include 24hr reception, Air Conditioning, Breakfast room, Cafe, Car parking, Conference/banquet facilities (extra charge), Gym/fitness facilities, Ironing facilities, Laundry facilities (extra charge), Multilingual staff, Pets allowed on request (extra charge), Pool, Safe (extra charge), Wheelchair access (extra charge) and Wireless internet.Room features air conditioning, cable/satellite TV, cleaning/housekeeping, coffee/tea maker, connecting rooms, desk, hairdryer, microwave, minibar/fridge, non-smoking rooms, private bathroom, safe (extra charge), shower, toiletries provided, towels provided and wi-fi access.Address: 8820 South Orange Blossom Trail, Orlando, FL 32809, United States</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.64" OriginalAmount="52.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460456" Longitude="-81.469744" StarRating="3" HotelCode="16864|rosen_inn_closest_to_universal" HotelName="Rosen Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6327 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/97/2e97e639afb6169710763e651691981f7b19c1b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.64" OriginalAmount="52.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.427279" Longitude="-81.403569" StarRating="2" HotelCode="102725|days_inn_orlando_airport_florida_mall" HotelName="Days Inn Orlando - Florida Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9301 S Orange Blossom Trail, Fl Trnpk/Beachline/528/441 S., Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/91/ba915b3f9af76b5a8600232da5e465986ac3aa40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.64" OriginalAmount="52.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46442" Longitude="-81.46126" StarRating="2" HotelCode="186568|super_8_orlando_international_drive_2" HotelName="Super 8 by Wyndham Orlando International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5900 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/49/1349694de999e520c59aa185e5d9e03bb770082a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="56.03" OriginalAmount="52.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.331431" Longitude="-81.586227" StarRating="3" HotelCode="16472|36179" HotelName="Ramada Gateway Kissimmee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7470 W. Irlo Bronson Memorial Highway 192, Kissimmee, Florida 34747</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/49/e749d35f3f71ad1c64ed2cd800a5734f64b32607.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.71" OriginalAmount="53.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.464964426683" Longitude="-81.462756882022" StarRating="2" HotelCode="104217|motel_6_orlando__international_drive" HotelName="Motel 6 Orlando International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5909 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/a8/efa8b0739bc4a4f0e866cd7ac51e489beb8156dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.78" OriginalAmount="54.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451496309263" Longitude="-81.472490429878" StarRating="3" HotelCode="163167|rosen_inn_international" HotelName="Rosen Inn International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7600 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/9b/3b9b7c2d06fd62755cae4720a5e85f7e7be0aa90.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="58.26" OriginalAmount="54.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.433798492248" Longitude="-81.472914218903" StarRating="3" HotelCode="16467|12908" HotelName="Rosen Inn at Pointe Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9000 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/66/e6663181d22d53b0b6490da100f2265ec8f21d38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.58" OriginalAmount="56.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.444690169821" Longitude="-81.473284363747" StarRating="3" HotelCode="75937|37158" HotelName="Red Roof Inn Orlando Convention Center / Int'l Dr" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8342 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/2d/cf2d85e904bd449447636c5488a27a9b65daabee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.99" OriginalAmount="57.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.613686447722" Longitude="-81.430688829922" StarRating="2" HotelCode="897016|value_place_orlandoclarcona" HotelName="WoodSpring Suites Orlando Clarcona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4125 Clarcona Ocoee Road, Orlando, Florida 32810</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/dc/e2dc1a8b4762e770a90abf4fc8bdc6ff349e5891.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="61.73" OriginalAmount="57.69" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|632971" HotelName="ROSEN INN CLOSEST TO UNIVERSAL" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/15352_image50969647_0.jpg</HotelPictures>
        <HotelDescription>Welcome to Rosen Inn, an affordable hotel conveniently located in the heart of world-famous entertainment and shopping in Orlando. Stay with us and experience the resort atmosphere and quality that is the standard of the Rosen Hotel &amp; Resorts family of properties. This Rosen Inn hotel closest to Universal Orlando Resort offers more than convenience in location. It also offers comfort, security, and its own set of luxuries.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.06" OriginalAmount="58.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451340427382" Longitude="-81.357034742832" StarRating="2" HotelCode="16452|travelodge_inn_and_suites_orlando_airport" HotelName="Days Inn &amp; Suites Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1853 McCoy Road, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/e7/28e78189076c7783c6a7a25c1d403ec5a0f88908.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.38" OriginalAmount="58.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.436979" Longitude="-81.404854" StarRating="3" HotelCode="888339|48284" HotelName="Baymont Inn &amp; Suites Florida Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8820 S Orange Blossom Trail, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/54/c054a35a1c292b891404c268fc9770d016bbfc2e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.13" OriginalAmount="59.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.439897781156" Longitude="-81.403263956308" StarRating="3" HotelCode="40710|hampton_inn_florida_mall" HotelName="Ramada by Wyndham Orlando Florida Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8601 South Orange Blossom Trail, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/87/8687127a70131bee80caf8e960c0b811fe3134af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="63.59" OriginalAmount="59.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.372141" Longitude="-81.503047" StarRating="3" HotelCode="13526|12805" HotelName="Holiday Inn Resort Orlando Lake Buena Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13351 State Road 535, 32821 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/44/5344d3737f8d878b612214e686eaf37e746742a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.20" OriginalAmount="60.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451983831215" Longitude="-81.337730936176" StarRating="2" HotelCode="64491|la_quinta_inn_orlando_airport_west" HotelName="La Quinta Inn Orlando Airport West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7931 Daetwyler Drive, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/06/8f06019d344a2b44f401530c0b11e6d42d08b689.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.20" OriginalAmount="60.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.607879582153" Longitude="-81.393805644386" StarRating="2" HotelCode="128503|motel_6_orlando__winter_park" HotelName="Motel 6 Orlando Winter Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5300 Adanson Road, Orlando, Florida 32810</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/b4/71b454c993462041a4657cc6705a4b1f1328725b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.20" OriginalAmount="60.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.564514" Longitude="-81.195979" StarRating="2" HotelCode="119799|crossland_economy_studios__orlando__ucf_area" HotelName="HomeTowne Studios Orlando - UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12350 East Colonial Drive, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fd/abfd49cb8bd278674b59ade9d56324e1703badc6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.97" OriginalAmount="60.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.508449041108" Longitude="-81.397656811242" StarRating="2" HotelCode="121901|317946" HotelName="Days Inn by Wyndham Orlando Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3300 South Orange Blossom Trail, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f3/a5f31479548c1549a6d15ca4c46d6fd991b80c45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.27" OriginalAmount="61.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.428905" Longitude="-81.405579" StarRating="2" HotelCode="64442|la_quinta_inn__suites_orlando_south" HotelName="La Quinta Inn &amp; Suites Orlando South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2051 Consulate Dr, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/13/5713ad24a679f2c09f257baff425745c47287574.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.27" OriginalAmount="61.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.650072400463" Longitude="-81.349662165676" StarRating="2" HotelCode="68996|days_inn_n_orlando__casselberry" HotelName="Days Inn N Orlando/Casselberry" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8245 South US Highway 17-92, Fern Park, Florida 32730</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/5d/fd5de9aeb8430b1515051901be8aff76bf5b3e52.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.34" OriginalAmount="62.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.447399943098" Longitude="-81.471846699715" StarRating="3" HotelCode="29486|best_western_international_drive" HotelName="Best Western International Drive - Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Heated Pool,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8222 Jamaican Court, International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/b8/02b8e1373f3efa062a384fbef6f34b47f17858fd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.30" OriginalAmount="62.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450727" Longitude="-81.356334" StarRating="2" HotelCode="35112|113093" HotelName="Best Western Airport Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8101 Aircenter Court (McCoy Road), Orlando, Florida 32809-7414</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/cd/dccdae10001296eb6c322239aa81b3e7ee55691b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.41" OriginalAmount="63.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.567660285714" Longitude="-81.210326857143" StarRating="2" HotelCode="121229|days_inn_orlando_ucf_area" HotelName="Days Inn &amp; Suites Orlando / UCF Research Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11639 East Colonial Drive, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/21/b921e712794a69a633bc833fbe87595dbdc013b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.36" OriginalAmount="63.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.331076526567" Longitude="-81.538189002956" StarRating="4" HotelCode="88224|94214" HotelName="Meliá Orlando Suite Hotel at Celebration" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 08/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Celebration Place, 34747 Kissimmee, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/4d/244d8220b7caeb59df46ceda30ac8c20d3874dbb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.48" OriginalAmount="64.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.659396571429" Longitude="-81.476055142857" StarRating="2" HotelCode="124484|rodeway_inn_9" HotelName="Rodeway Inn Apopka Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1317 South Orange Blossom Trail, Apopka, FL 32703</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/66/4166f44a4aa2bf92d4a263157de017c0ef259e8c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.60" OriginalAmount="64.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451946" Longitude="-81.350875" StarRating="2" HotelCode="11597|129287" HotelName="Quality Inn Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2601 McCoy Rd., Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/a2/0ca226893b47b729a90bbf5e5d758bca2f1b29a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.97" OriginalAmount="64.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.439025127964" Longitude="-81.472141742707" StarRating="3" HotelCode="11010|184072" HotelName="Avanti International Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8738 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/e3/32e3667c18223baa26e16cbc7b21da2a3531d670.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="70.41" OriginalAmount="65.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.437183" Longitude="-81.468478" StarRating="3" HotelCode="396009|12914" HotelName="Springhill Suites Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8840 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/cb/c0cb1aeba1470c6303174b5bcaa32c22be159c81.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.69" OriginalAmount="67.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.418598665131" Longitude="-81.464729373016" StarRating="3.5" HotelCode="86654|best_western_plus_orlando_convention_center_hotel" HotelName="Best Western Orlando Convention Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6301 Westwood Boulevard, Orlando, Florida 32821-8023</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/70/ea709c188a1a8146f785ee2f90ad9b17afd9d69a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.76" OriginalAmount="68.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.390076" Longitude="-81.47269" StarRating="3" HotelCode="100091|monumental_hotel_orlando" HotelName="Monumental Hotel Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12120 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/6a/cd6a0022f1cfc8632ade3789b2fc4e44bf8ca2ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="74.14" OriginalAmount="69.29" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A76107" HotelName="PARK ROYAL ORLANDO" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/29231_image61513544_0.jpg</HotelPictures>
        <HotelDescription>Park Royal Homestay Orlando is located right in the heart of Kissimmee surrounded by restaurants, attractions and many shopping options. Our 176 guest rooms hotel is at a driving distance from Walt Disney World Resort and has been designed to provide safety and comfort. Park Royal Homestay Orlando is the ideal place for your family to rest after an exciting day in Orlandoandapos;s amusement parks or a full day of shopping at our local outlet malls. Orlando, which is already the most fun and exciting city in Florida, is also a wonderful destination for families from all over the world.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.63" OriginalAmount="69.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.429194780264" Longitude="-81.408519778955" StarRating="2" HotelCode="125455|129293" HotelName="Suburban Extended Stay South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9435 Delegates Drive, Orlando, FL 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/ca/7aca3724cc193e51e259bd07fc83e07110485d29.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.89" OriginalAmount="69.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.377010602594" Longitude="-81.501935720443" StarRating="3" HotelCode="20706|14844" HotelName="Courtyard Orlando Lake Buena Vista in the Marriott Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8623 Vineland Avenue, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/96/c496bab80440e4460390df4b5b51a3dfcff2a8e1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="75.47" OriginalAmount="70.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.462917894486" Longitude="-81.466172486544" StarRating="2" HotelCode="55998|40396" HotelName="SonoHotel International Drive Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>6825 Visitor’s Circle, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/bc/7ebcaa370373777d038baf6614d117927384913c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="75.82" OriginalAmount="70.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.422649521657" Longitude="-81.461164230778" StarRating="2" HotelCode="396001|86456" HotelName="Days Inn Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9990 International Drive, Orlando, FL 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/77/5e7725e0608790fecf1447ca8f4db5b9e2c6b843.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.97" OriginalAmount="71.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.435662" Longitude="-81.403523" StarRating="2" HotelCode="88192|travelodge_orlando_near_florida_mall" HotelName="Travelodge Orlando Near Florida Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1850 West Landstreet Road, Orlando, Florida 32809-7981</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/6f/ef6f510799420b872fc4e1a36dc45fd42aaa7970.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.97" OriginalAmount="71.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.588771" Longitude="-81.207257" StarRating="2" HotelCode="64523|la_quinta_inn_and_suites_orlando_ucf" HotelName="La Quinta Inn &amp; Suites by Wyndham Orlando UCF" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11805 Research Parkway, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b5/88b52107c70de08fff46b32ba1c00291c95186ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="76.23" OriginalAmount="71.24" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|807953" HotelName="ROSEN INN LAKE BUENA VISTA" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/928957_foto_1.jpg</HotelPictures>
        <HotelDescription>Rosen Inn Lake Buena Vista, welcomes you to your Orlando vacation. Stay with us and discover the world-class service Rosen hotels are known for. Our affordable hotel is AAA 3 diamond approved and an official Walt Disney World Good Neighbor Hotel. We are located less than 2 miles from the world-famous attractions at the Walt Disney World theme parks and offer free shuttle service to Walt Disney World, Universal Orlando Resort, and SeaWorld. Free transportation to Orlando shopping venues can also be arranged. Simply visit or call our 24-hour front desk with multi-lingual staff for assistance with transportation arrangements as well as to ask for recommendations, rent a vehicle, make restaurant reservations, and much more.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="76.54" OriginalAmount="71.53" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|672530" HotelName="Hotel Monreale Express International Drive Orlando" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/979196_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 190 guestrooms featuring refrigerators and microwaves. Complimentary wireless internet access keeps you connected, and cable programming is available for your entertainment. Detached private bathrooms with separate bathtubs and showers feature deep soaking bathtubs and complimentary toiletries. Conveniences include safes and desks, as well as phones with free local calls.Satisfy your appetite at the hotel's coffee shop/cafe, or stay in and take advantage of the room service (during limited hours). Continental breakfasts are available daily from 6:00 AM to 10:30 AM for a fee.Featured amenities include express check-out, a 24-hour front desk, and multilingual staff. Free self parking is available onsite.Located in Orlando (Florida Center), Hotel Monreale Express International Drive Orlando is within a 5-minute drive of Orlando International Premium Outlets and Universal Studios Florida.  This hotel is 2.8 mi (4.4 km) from Orange County Convention Center and 3.7 mi (6 km) from Mall at Millenia.Distances are displayed to the nearest 0.1 mile and kilometer.  IFly Orlando - 0.2 km / 0.1 mi  Congo River Golf - Orlando I-Drive - 0.6 km / 0.4 mi  Universal Orlando Resort - 0.7 km / 0.4 mi  Titanic the Experience - 1.1 km / 0.7 mi  Pirate's Dinner Adventure - 1.3 km / 0.8 mi  CoCo Key Water Resort - 1.3 km / 0.8 mi  Universal CityWalk - 1.5 km / 0.9 mi  Fun Spot America - 1.6 km / 1 mi  Orlando Outlet Marketplace - 1.7 km / 1 mi  Shoppers World Shopping Center - 2 km / 1.3 mi  Universal's Islands of Adventure - 2.1 km / 1.3 mi  Ripley's Believe It or Not - 2.1 km / 1.3 mi  Orlando International Premium Outlets - 2.2 km / 1.4 mi  Sleuth's Mystery Dinner Show - 2.3 km / 1.5 mi  Universal Studios Florida - 2.3 km / 1.5 mi  The nearest airports are:Orlando Intl. Airport (MCO) - 20.6 km / 12.8 mi Kissimmee, FL (ISM-Kissimmee Gateway) - 31.4 km / 19.5 mi Orlando Sanford Intl. Airport (SFB) - 56.8 km / 35.3 mi The preferred airport for Hotel Monreale Express International Drive Orlando is Orlando Intl. Airport (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.04" OriginalAmount="72.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.391776510413" Longitude="-81.493258774281" StarRating="3" HotelCode="21216|marriott_residence_inn_orlando_lake_buena_vista" HotelName="Residence Inn Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11450 Marbella Palm Court, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/15/3415983b6040482af79bd639df29c974e079b659.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.26" OriginalAmount="72.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.458502449119" Longitude="-81.470655798912" StarRating="3" HotelCode="13482|12902" HotelName="Avanti Palms Resort &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6515 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/aa/9caaf173db3b6d12f218943ad3c378d2316ecc4e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.00" OriginalAmount="72.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.55889406284" Longitude="-81.3785366714" StarRating="3" HotelCode="56823|97793" HotelName="DoubleTree by Hilton Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 South Ivanhoe Boulevard, Orlando, Florida 32804</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/f7/bcf79a7e3e85a49bfac996e16779e0b30c9d4ea7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.66" OriginalAmount="74.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43766" Longitude="-81.46846" StarRating="3" HotelCode="29214|60661" HotelName="Residence Inn Orlando Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8800 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/fc/5cfc384c067222e6b7bb271744f5ef56adbcffe1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.80" OriginalAmount="74.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.452609399191" Longitude="-81.467831432819" StarRating="2" HotelCode="39187|16408" HotelName="The Floridian Hotel &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7531 Canada Avenue, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/4f/274f68a7dfad664e749dcc79a0667483eb321de7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.25" OriginalAmount="75.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.454189400788" Longitude="-81.471063494682" StarRating="3" HotelCode="165436|coco_key_hotel_and_water_resortorlando" HotelName="CoCo Key Hotel &amp; Water Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7400 International Drive, Orlando 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/97/f297d6219d8377a24cef18ad8be13a9d0d6bdba2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.25" OriginalAmount="75.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.44146985204" Longitude="-81.468504879781" StarRating="2" HotelCode="64500|la_quinta_inn_and_suites_orlando_convention_center" HotelName="La Quinta Inn &amp; Suites Orlando Orlando I Drive/Conv Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8504 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e1/7ee1a52d4c3071dc00124ae7c5fd0524b71bbffe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="80.73" OriginalAmount="75.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.357433767815" Longitude="-81.508985154596" StarRating="3" HotelCode="59120|85580" HotelName="Holiday Inn Resort Orlando Suites - Waterpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14500 Continental Gateway, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/d2/d5d2d8bfbdc709e24f0d69c76333366c34feea3b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="80.96" OriginalAmount="75.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.384179776018" Longitude="-81.506731510162" StarRating="3" HotelCode="23531|37954" HotelName="Delta Hotels Orlando Lake Buena Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12490 South Apopka Vineland Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/72/cb7245de42d10d5135fbe2f3a8d792be3f0652a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.10" OriginalAmount="75.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.409892" Longitude="-81.470653" StarRating="3" HotelCode="49151|12901" HotelName="Hilton Garden Inn Orlando at SeaWorld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6850 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/c7/d6c710c19641fceba8f8b78b95d2bfd79ec0229e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.27" OriginalAmount="75.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.411572" Longitude="-81.468095" StarRating="4" HotelCode="30074|16135" HotelName="Renaissance Orlando Resort at SeaWorld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6677 Sea Harbor Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/d4/3cd44f7961a6eb3e12784ae3b921d4961a865bf0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.29" OriginalAmount="75.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.386633691178" Longitude="-81.502512775463" StarRating="3" HotelCode="69973|13269" HotelName="Courtyard Orlando Lake Buena Vista at Vista Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8501 Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/eb/0febe2cc3aae0caa603fd07f75cfcd07915a0213.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.32" OriginalAmount="76.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.436546362389" Longitude="-81.468539397631" StarRating="3" HotelCode="55938|hampton_inn_orlando_international_driveconvention_center" HotelName="Hampton Inn Orlando International Drive/Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8900 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/8b/aa8b63973cc9d1ac67e0ced2d8d7975f39bc7f66.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.32" OriginalAmount="76.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.453166623884" Longitude="-81.467632465536" StarRating="3" HotelCode="128502|comfort_inn__suites_universal__convention_center" HotelName="Comfort Inn &amp; Suites Universal - Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7495 Canada Avenue, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/0c/ea0ca04c2d0a21fb93dcb2a0814976f3462ed0cc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.32" OriginalAmount="76.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39061609" Longitude="-81.48681118" StarRating="0" HotelCode="853462|holiday_inn_suites_orlando_international_dr_s" HotelName="Holiday Inn &amp; Suites Orlando - International Dr S" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12005 Regency Village Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/84/5584df2a31312d6cb18e02510e08c9a84f98d0c4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.32" OriginalAmount="76.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.442111" Longitude="-81.472307" StarRating="3" HotelCode="142104|rodeway_inn_international_drive" HotelName="Rodeway Inn International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8444 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/3c/dd3cade4682e900576e7cf4f2442d8df9c01e5f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.72" OriginalAmount="76.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.384839325067" Longitude="-81.50279134512" StarRating="3" HotelCode="396013|76990" HotelName="Royale Parc Hotel Orlando - Lake Buena Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8686 Palm Parkway, 32836 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/2c/852c4d8b303f0a57f6f061d1f4ac4dde2be73528.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.39" OriginalAmount="77.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.390844" Longitude="-81.496443" StarRating="3" HotelCode="17550|extended_stay_america__orlando__lake_buena_vista" HotelName="Extended Stay America - Orlando - Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8100 Palm Pkwy, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/92/559298ea0174ade3726d22ef400b0642d51c0116.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.45" OriginalAmount="77.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450715015896" Longitude="-81.357478668648" StarRating="2" HotelCode="86637|71209" HotelName="Sleep Inn Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1700 McCoy Road, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e0/fbe04fe2f22d759eb5df1193c8931809786109c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.82" OriginalAmount="78.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.486256" Longitude="-81.456591" StarRating="3" HotelCode="64448|98719" HotelName="Quality Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5635 Windhover Drive, 32819 Orlando</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ce/94ceebc868b00f33a50010fa2da43c6f507b983b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.41" OriginalAmount="78.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.390642669091" Longitude="-81.494744587172" StarRating="3" HotelCode="39111|102821" HotelName="Embassy Suites by Hilton Orlando Lake Buena Vista Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8100 Lake Street, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/1e/8b1e7a5e77d3df298b12903f2d85c7cbe8fc26aa.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.42" OriginalAmount="78.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.476519136371" Longitude="-81.457274258137" StarRating="3" HotelCode="56812|46136" HotelName="Holiday Inn &amp; Suites Across From Universal Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5905 South Kirkman Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e1/72e1d73d0dd05a2590d6d15b4b78646a61a550dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="84.48" OriginalAmount="78.95" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|807927" HotelName="ROSEN SHINGLE CREEK" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/3725_image50158736_0.jpg</HotelPictures>
        <HotelDescription>The Rosen Shingle Creek is set on 230 acres of lawns and waterways; this elegant Spanish-style conference resort is a few steps away from the Orange County Convention Center.The hotel offers 1,501 guest rooms and suites, and 490,000 square feet of dedicated, flexible meeting/event space that includes one of the nations largest column-free ballrooms at 95,000 sq. ft.Amenities include golf privileges, 2 hot tubs, a fitness center, a host of casual and fine-dining options, and an upscale day spa (fee). Recreational facilities consist of 4 heated pools (1 for kids), plus tennis, volleyball and basketball courts. There's over 450,000 sq ft of meeting space, along with a business center. On-site parking is available (fee).Rosen Shingle Creek offers a wide variety of unique eateries and most memorable palate pleasers. With each restaurants experience you will enjoy the turn of the century, Spanish revival architecture that keeps with the Rosen Shingle Creek theme. They  offer an expansive selection of dining venues from fine dining Italian cuisine and elaborate buffets, to the casual atmosphere of our poolside bar and grille.An extensive array of activities at Rosen Shingle Creek ensures that there truly is something for each of our guests to enjoy. Choose from four shimmering pools, championship golfor perhaps an exciting game of sand volleyball followed by a soothing massage.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.53" OriginalAmount="79.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.386117115934" Longitude="-81.476712226868" StarRating="4" HotelCode="19242|sheraton_vistana_villages_resort_villas_idriveorlando" HotelName="Sheraton Vistana Villages Resort Villas, I-Drive/Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12401 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/45/e345fcc8632a6f64029354defcc65801549a2584.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.43" OriginalAmount="79.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.599939" Longitude="-81.211203" StarRating="3" HotelCode="564444|384596" HotelName="DoubleTree by Hilton Hotel Orlando East - UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12125 High Tech Avenue, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/f8/fff8b3a111b2dafd357bec59036f2efc2dd057d6.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.60" OriginalAmount="80.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.462867197495" Longitude="-81.461461186409" StarRating="3" HotelCode="45066|four_points_by_sheraton_orlando_studio_city" HotelName="Four Points by Sheraton Orlando International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5905 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/7d/fb7df06bc58606a35c63bcd9d02fe25cf8811797.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.60" OriginalAmount="80.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.407085830091" Longitude="-81.471130705572" StarRating="3" HotelCode="318760|hampton_inn__suites_orlando_at_seaworld" HotelName="Hampton Inn &amp; Suites Orlando at SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7003 Sea Harbor Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/d7/61d7ce35ce16b1dcbb310575e0cb2626cd7d6eff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.60" OriginalAmount="80.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457896416322" Longitude="-81.463682055473" StarRating="3.5" HotelCode="31961|best_western_plus_orlando_gateway" HotelName="Best Western Orlando Gateway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7299 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cc/f0ccc5d8881afdee857e5477e5d537d002dc5282.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.60" OriginalAmount="80.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.480249" Longitude="-81.454392" StarRating="2" HotelCode="177846|extended_stay_america__orlando__universal_studios__major_blvd" HotelName="Extended Stay America Orlando - Universal Studios" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5620 Major Blvd., Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/fb/1afbb34afc6b16eb260f99145a7ed6a36dc3d82f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.60" OriginalAmount="80.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.408114413026" Longitude="-81.45438015461" StarRating="3" HotelCode="899487|fairfield_inn__suites_by_marriott_orlando_at_seaworld" HotelName="Fairfield Inn &amp; Suites Orlando at Seaworld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10815 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/84/1684d78b86d264ee72e6407c2edbc6e2ca2f91cd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.67" OriginalAmount="81.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.478407853689" Longitude="-81.456536650657" StarRating="3" HotelCode="58808|doubletree_7" HotelName="Doubletree by Hilton at the Entrance to Universal Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5780 Major Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/9b/9c9bfb8a1753d2d07959966fbb2f214acebd356c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.67" OriginalAmount="81.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459347061138" Longitude="-81.459311" StarRating="3" HotelCode="40709|hampton_inn_orlandosouth_of_universal_studios" HotelName="Hampton Inn Orlando Near Universal Blv/International Dr" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7110 South Kirkman Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/e5/f9e577177b5ce9609a71831aaa742087b7639c74.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.67" OriginalAmount="81.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.463282" Longitude="-81.459874" StarRating="2" HotelCode="26724|la_quinta_inn_orlando_international_drive_north" HotelName="La Quinta Inn Orlando International Drive North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5825 International Drive, Orlando 32819, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/b6/bdb6d86c61f0ccfbd9a99d3744ada6d4074afa01.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.67" OriginalAmount="81.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.440211" Longitude="-81.469284" StarRating="4" HotelCode="52839|holiday_inn_resort__the_castle" HotelName="Castle Hotel - Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8629 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/9a/6a9a863b38355d2b18dc548572f5e603575efb12.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.67" OriginalAmount="81.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.446" Longitude="-81.4447" StarRating="0" HotelCode="981411|la_quinta_inn_and_ste_idrive_theme_parks" HotelName="La Quinta Inn &amp; Suites by Wyndham Orlando IDrive Theme Parks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11545 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/e6/c4e6497a8c319fa713af7da15a7788bde454cc68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.81" OriginalAmount="81.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.573839" Longitude="-81.207034" StarRating="3" HotelCode="84340|371177" HotelName="Comfort Suites UCF Area - Research Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12101 Challenger Parkway, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/b6/d1b6e5e2a196bb7fb4d44ee582d104bf3ec59ea5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="87.11" OriginalAmount="81.41" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|BA0C51" HotelName="ORBIT ONE VACATION VILLAS" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/20220_image59160768_0.jpg</HotelPictures>
        <HotelDescription>Orbit One Vacation Villas is your home away from home. It is located directly off Highway 192, where the shops and restaurants are endless. This cozy resort features a fresh color scheme, new windows in the solariums and updated landscaping. The property features tennis courts, 2 pools (one including a water slide) a putting green, horseshoe pits, a shuffleboard court and spacious accommodations. Relax in one of the resort's charming hammocks, installed around the lush property or keep up your gym routine in the new, larger fitness center.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.74" OriginalAmount="82.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.485602946426" Longitude="-81.456118226051" StarRating="3" HotelCode="40958|hampton_inn_closest_to_universal" HotelName="Hampton Inn Closest to Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5621 Windhover Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/0e/840e1824b3997eba3cafc65087300e5fbb1e6104.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.74" OriginalAmount="82.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.56824782663" Longitude="-81.208134591579" StarRating="3" HotelCode="32855|radisson_hotel_orlando__ucf" HotelName="Holiday Inn Orlando East - UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1724 North Alafaya Trail, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/41/8c41ecaaff51fedcdcbce86e22876addbb4aa3e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.91" OriginalAmount="82.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.437605" Longitude="-81.469929" StarRating="3" HotelCode="29257|13632" HotelName="Homewood Suites by Hilton Orlando-International Drive/Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8745 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/59/92591296f643d584675bb75f6b43d803ad7890a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.85" OriginalAmount="83.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.377081399961" Longitude="-81.502574086189" StarRating="3" HotelCode="56495|12757" HotelName="Fairfield Inn &amp; Suites Orlando Lake Buena Vista in the Marriott Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8615 Vineland Avenue, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/23/2e23a8fa99f0b859054350e162411f0bf9c722ec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="89.27" OriginalAmount="83.43" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|992859" HotelName="PARC CORNICHE CONDOMINIUM SUITES" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/652983_image19821_0.jpg</HotelPictures>
        <HotelDescription>This family-friendly Orlando property is surrounded by the Grande Pines Golf Club and offers free shuttle service to major local attractions. Guests can enjoy the spacious outdoor pool and hot tub. 
Parc Corniche Condominium Suites offers spacious rooms with a fully equipped kitchen and private balcony. Cable TV, a coffee maker and ironing facilities are included. 
A 24-hour fitness center and a games room are open to all guests of Parc Corniche. A convenience store and laundry facilities are also on the site. *Resort Fee: direct payment at the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.88" OriginalAmount="84.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.393202279491" Longitude="-81.493305588518" StarRating="3" HotelCode="40713|homewood_suites_by_hilton_lake_buena_vista_orlando" HotelName="Homewood Suites by Hilton Orlando/Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11428 Marbella Palm Court, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/e4/74e480a157b421622b44ff7594db04943f9c6a9e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.88" OriginalAmount="84.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460991" Longitude="-81.313817" StarRating="3" HotelCode="149841|hyatt_place_orlando_airport_northwest" HotelName="Hyatt Place Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5435 Forbes Place, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/54/35543902738b20df44fa466da218f28052aa3961.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.88" OriginalAmount="84.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.567614311188" Longitude="-81.267869944005" StarRating="2" HotelCode="891619|best_western_orlando_east_inn__suites" HotelName="Best Western Orlando East Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Business Centre,Conference Hall,Golf,Internet,Kitchen,Lounge,Meeting Room,Pets allowed,Restaurant,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>8750 East Colonial Drive, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/cb/64cbdcb451eba0c51078e4b3d701cb5f3e1dcf0e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.32" OriginalAmount="84.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.399451" Longitude="-81.463629" StarRating="3" HotelCode="16321|13642" HotelName="Parc Corniche" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6300 Parc Corniche Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/c4/56c4076f8b05435dc72e6f84857046249a827eba.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="91.68" OriginalAmount="85.68" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|955593" HotelName="Wyndham Garden Lake Buena Vista Disney Springs� Resort Area" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LAKE BUENA VISTA, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/898947_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 394 guestrooms featuring refrigerators and flat-screen televisions. Your pillowtop bed comes with premium bedding. Cable programming and MP3 docking stations are provided for your entertainment, while complimentary wireless internet access keeps you connected. Private bathrooms with shower/tub combinations feature designer toiletries and hair dryers.Enjoy American cuisine at Lakeview Restaurant, one of the resort's many dining establishments, which include 3 restaurants and a coffee shop/cafe. Relax with a refreshing drink from the poolside bar or one of the 2 bars/lounges. Buffet breakfasts are available daily from 7:30 AM to 11:00 AM for a fee.Featured amenities include a 24-hour business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Lake Buena Vista? This resort has facilities measuring 18998 square feet (1765 square meters), including a conference center. Self parking (subject to charges) is available onsite.Located in Lake Buena Vista, Wyndham Garden Lake Buena Vista Disney Springs� Resort Area is connected to a shopping center, within a 5-minute drive of Disney Springs� and Disney's Lake Buena Vista Golf Course.  This family-friendly resort is 1.7 mi (2.7 km) from Disney's Typhoon Lagoon Water Park and 2.4 mi (3.9 km) from Orlando Vineland Premium Outlets.Distances are displayed to the nearest 0.1 mile and kilometer.  Disney Springs� - 0.8 km / 0.5 mi  House of Blues Orlando - 1.6 km / 1 mi  Walt Disney World� Resort - 1.6 km / 1 mi  Disney's Lake Buena Vista Golf Course - 2.5 km / 1.6 mi  Disney's Typhoon Lagoon Water Park - 2.6 km / 1.6 mi  Lake Bryan - 2.8 km / 1.8 mi  Orlando Vineland Premium Outlets - 3.8 km / 2.4 mi  Mary Queen of the Universe Shrine - 3.9 km / 2.4 mi  Little Lake Bryan - 4.8 km / 3 mi  Lake Buena Vista Factory Stores - 5.2 km / 3.2 mi  Waldorf Astoria Golf Club - 5.4 km / 3.4 mi  Disney's Fantasia Gardens Miniature Golf Course - 6 km / 3.7 mi  Grand Cypress Golf Club - 6.8 km / 4.2 mi  Disney's Hollywood Studios� - 7.8 km / 4.9 mi  Lake Cecile - 7.8 km / 4.9 mi  The nearest airports are:Kissimmee, FL (ISM-Kissimmee Gateway) - 15.1 km / 9.4 mi Orlando Intl. Airport (MCO) - 31 km / 19.3 mi The preferred airport for Wyndham Garden Lake Buena Vista Disney Springs� Resort Area is Orlando Intl. Airport (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.95" OriginalAmount="85.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.482017139145" Longitude="-81.456676125526" StarRating="3" HotelCode="122217|124473" HotelName="Fairfield Inn &amp; Suites Orlando Near Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5614, Vineland Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/87/358778979a1909625f680360ed0d5bfec371f4a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.02" OriginalAmount="86.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.477092054821" Longitude="-81.455002427101" StarRating="2" HotelCode="55985|days_inn_orlando_universal_maingate" HotelName="Clarion Inn &amp; Suites Across From Universal Orlando Resort Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5829 Grand National Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/b0/a0b0c43538a744cd1ee6a925d64f09041993baf4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.09" OriginalAmount="87.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.443906587858" Longitude="-81.472540434359" StarRating="3" HotelCode="293643|radisson_hotel_orlando" HotelName="Allure Resort International Drive Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8368 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ca/49ca9446739e7f241a746c71d2ac497671d032f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.18" OriginalAmount="87.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450563" Longitude="-81.353731" StarRating="3" HotelCode="166908|144880" HotelName="Comfort Suites Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1936 McCoy Road, Orlando, 32809 Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/60/d060023b4dfdeb564ac676c5005c301c9b75b6d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.41" OriginalAmount="87.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.389423365359" Longitude="-81.501096679901" StarRating="3" HotelCode="208386|87272" HotelName="Grande Villas Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12118 Turtle Cay Circle, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/7b/5a7b800ff9cd04f40d6e3cbc4ee2c5b7228bfb05.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.76" OriginalAmount="87.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.44697" Longitude="-81.472998" StarRating="3" HotelCode="31960|13621" HotelName="Embassy Suites by Hilton Orlando International Drive I Drive 360" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8250 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/b6/7cb648954a63bf4ab3eadb78dad6a7b43ad256bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.15" OriginalAmount="87.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.599279437242" Longitude="-81.216353288407" StarRating="3" HotelCode="40706|160261" HotelName="Hampton Inn &amp; Suites Orlando/East UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3450 Quadrangle Boulevard, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/4a/704afc1dc218a9ce881b59afd625a627a8f19946.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.16" OriginalAmount="88.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.446169621357" Longitude="-81.428665816784" StarRating="3" HotelCode="71396|extended_stay_americaorlandosouthparkcommodity_circle" HotelName="Extended Stay America - Orlando - Southpark - Commodity Circle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Village,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8687 Commodity Circle, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/2b/4a2bd7198828dd32fa5070717987d776b2cc31b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.16" OriginalAmount="88.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.482139732857" Longitude="-81.455994844437" StarRating="2.5" HotelCode="75695|extended_stay_america__universal_studios" HotelName="Extended Stay America - Orlando Theme Parks - Vineland Rd." Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5610, Vineland Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/9a/ce9a2c939af12b6986728b311f7f1f67b97d45b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.34" OriginalAmount="88.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.571735380237" Longitude="-81.206564020763" StarRating="3" HotelCode="40712|160188" HotelName="Hilton Garden Inn Orlando East/UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1959 North Alafaya Trail, Orlando, FL 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/89/ed890b8b8ed8a03456d8d14d4718cc7fdcc9608b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="94.91" OriginalAmount="88.70" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|807910" HotelName="Staybridge Suites Orlando Royale Parc Suites." Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1169470_foto_1.jpg</HotelPictures>
        <HotelDescription>When you stay at Staybridge Suites Orlando Royale Parc Suites by IHG in Kissimmee, you'll be in a shopping district, a 1-minute drive from Old Town and 7 minutes from Walt Disney World� Resort.  This family-friendly hotel is 4.2 mi (6.8 km) from Disney's Hollywood Studios� and 5.6 mi (9 km) from Epcot�.. Don't miss out on the many recreational opportunities, including an outdoor pool, a hot tub, and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and an arcade/game room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="95.04" OriginalAmount="88.82" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|687746" HotelName="MELIA ORLANDO CELEBRATION" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>CELEBRATION, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/33095_image64049785_0.jpg</HotelPictures>
        <HotelDescription>A family vacation where the magic begins Celebration is a charming community in Orlando created by The Walt Disney Company. This hotel in Orlando is truly cozy and an oasis of comfort next to the kingdom of dreams, to discover with the family. With spacious rooms, an incredible pool, succulent kitchenette and endless leisure opportunities.Orlando is home to attractions such as Walt Disney World�, Universal Orlando and SeaWorld Orlando. Meli� Orlando Celebration will exceed your expectations with facilities designed to surprise you, spacious rooms to accommodate families of any size with all the comforts imaginable and fantastic facilities such as its 360 infinity pool. We also offer transfers to and from the theme parks.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.93" OriginalAmount="89.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.389243686077" Longitude="-81.496860980988" StarRating="3" HotelCode="396004|120808" HotelName="Quality Suites Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8200, Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/97/8397ffce6ad7a5b750d35275f7ee63c5238b68ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.30" OriginalAmount="90.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481212591073" Longitude="-81.452961266041" StarRating="2" HotelCode="893469|la_quinta_inn_orlando__universal_studios" HotelName="La Quinta Inn Orlando - Universal Studios" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5621 Major Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/f8/96f8c079724f8bd999cad0bb6b7d7bf909ea772d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.45" OriginalAmount="90.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459424461225" Longitude="-81.308746933937" StarRating="3" HotelCode="22633|13321" HotelName="Holiday Inn Orlando - International Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5750 T.G. Lee Boulevard, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/5d/135dcd0eb0fbb1f573acc0649437cf6a17dcfddd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.78" OriginalAmount="90.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43817959091" Longitude="-81.472734510899" StarRating="3" HotelCode="35582|91273" HotelName="Embassy Suites by Hilton Orlando International Drive Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8978 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/18/7b1880008c6abacf05fe76ce6810f510d8fd5e47.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="97.26" OriginalAmount="90.90" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|632903" HotelName="Montreal suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LAKE BUENA VISTA, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/967985_foto_1.jpg</HotelPictures>
        <HotelDescription>Book one of our 123 rooms with kitchenettes, full-size refrigerators/freezers, and stovetops, and have a memorable stay. The beds have mattresses with an additional layer of padding to rest peacefully, as well as a double sofa bed. The free Wi-Fi Internet connection allows you to communicate with your loved ones, and in your spare time you can entertain yourself with the 32-inch flat-screen TV with cable channels. Conveniences include safes and free weekday newspapers, plus daily housekeeping. SureStay Plus by Best Western Orlando Lake Buena Vista has a grocery store at your disposal. A free buffet breakfast is offered daily from 6:30 AM to 9:30 AM. Featured amenities include a 24-hour business center, limo/town car service, and express check-out. There is free self parking available. Located in Orlando, SureStay Plus by Best Western Orlando Lake Buena Vista is on the lakefront, a 4-minute drive from Orlando Vineland Premium Outlets and 5 minutes from Disney Springs� Mall. In addition, this hotel is 5.4 km from SeaWorld� Orlando and 6.6 km from Aquatica Water Park. Distances are expressed in round numbers. Disney Springs� Area: 1.2 miles Lake Bryan: 2 miles Orlando Vineland Premium Outlets: 2.2 miles Lake Eve: 2.4 miles Mary Queen of the Universe Shrine Basilica: 2.5 miles Disney Springs� Shopping Center: 2.5 miles Little Lake Bryan: 2.7 miles Disney's Lake Buena Vista Golf Course: 2.7 miles SeaWorld� Orlando: 2.8 miles Disney's Typhoon Lagoon Water Park: 2.9 miles Discovery Cove: 3.1 miles Dr. P. Phillips Hospital: 5.3 km Lake Buena Vista Factory Stores Outlet Center - 5.7 km Grand Cypress Golf Club - 6.3 km Aquatica Water Park - 6.6 km Nearest Airports: Orlando, FL (MCO-Orlando Intl.) : 25.3 km Kissimmee, FL (ISM-Kissimmee Gateway): 15.6 km Orlando, FL (SFB-Orlando Sanford Intl.): 72.4 km Recommended airport for SureStay Plus by Best Western Orlando Lake Buena Vista: Orlando, FL (MCO-Orlando Intl.).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.37" OriginalAmount="91.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.414931872348" Longitude="-81.425417234156" StarRating="3" HotelCode="935209|courtyard_by_marriott_orlando_southjohn_young_parkway" HotelName="Courtyard Orlando South/John Young Parkway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4120 Taft Vineland Road, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/48/35484c9017d8039f57f0eaaf7113243ef5aff451.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="97.80" OriginalAmount="91.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456161" Longitude="-81.308679" StarRating="3" HotelCode="396002|140628" HotelName="Ramada Suites Orlando Aiport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Augusta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/59/7759d13b3f6e25b97a1f286ca3c40cd2215df099.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.14" OriginalAmount="91.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.465751336562" Longitude="-81.461382705522" StarRating="3" HotelCode="55942|16138" HotelName="Hilton Garden Inn International Drive North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5877 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/67/ce67b559cf7a78fb86e0b4f7f82c0d4d03dea17c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.44" OriginalAmount="92.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.600014" Longitude="-81.214816" StarRating="2.5" HotelCode="897013|towneplace_suites_by_marriott_orlando_eastucf" HotelName="TownePlace Suites Orlando East/UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11801 High Tech Avenue, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/b0/58b058f5c092f7f6e171e421b164fd9c020e8ddb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.44" OriginalAmount="92.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39334453" Longitude="-81.49327818" StarRating="0" HotelCode="849666|holiday_inn_express_suites_orlando_lk_buena_vista_area" HotelName="Holiday Inn Express &amp; Suites Orlando Lk Buena Vista Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11409 Marbella Palms Court, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/a4/f5a4a9ce9b2e4da08cab4c56e413d56bb693e896.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.44" OriginalAmount="92.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459028303557" Longitude="-81.313161849976" StarRating="2" HotelCode="39112|la_quinta_inn_and_suites_orlando_airport_north" HotelName="La Quinta Inn &amp; Suites Orlando Airport North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7160 North Frontage Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/e5/86e5587c1501120c13c373759da9b49fe813d9b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="99.77" OriginalAmount="93.24" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|687623" HotelName="COMFORT SUITES MAINGATE EAST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/931584_foto_1.jpg</HotelPictures>
        <HotelDescription>This hotel offers an excellent location, spacious accommodations and great amenities. It provides free transportation to all Walt Disney World theme parks, Universal Studios and SeaWorld. A variety of restaurants and bars can be found in the area. Full-service amenities include free continental breakfast, free high-speed Internet, free weekday newspaper. Guests can relax in the outdoor heated pool with poolside bar and hot tub. Laundry facilities, an ATM, currency exchange, a gift shop and a car rental desk are available, as well as discount attraction tickets at the guest services desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.18" OriginalAmount="93.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.439106809933" Longitude="-81.427992716983" StarRating="3" HotelCode="123109|131138" HotelName="Hampton Inn &amp; Suites Orlando John Young Pkwy S. Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Futures Drive, Orlando, FL 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/e7/65e73bf14e04eecc98a1479e2a31fb6da5620cf4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.58" OriginalAmount="94.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481988" Longitude="-81.454734" StarRating="3" HotelCode="31917|holiday_inn_express_orlando_nearest_universal_studios" HotelName="Holiday Inn Express Hotel &amp; Suites Nearest Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5605 Major Boulevard, Olrando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/50/3c501f8eb6a10bdfaf5baf94e904ccfa7d674ac8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.58" OriginalAmount="94.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.391135" Longitude="-81.470875" StarRating="3" HotelCode="226333|kingstown_reef" HotelName="Kingstown Reef by EVRentals" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12000 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/e3/b9e34f7ab850e152b3ca6e1049902c9f3248a07c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.58" OriginalAmount="94.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.45258976" Longitude="-81.33336704" StarRating="0" HotelCode="973997|avid_hotels_orlando_international_airport" HotelName="avid hotel Orlando International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7976 Conway Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/f7/27f7122c4899101a766fa6fe36138d92f811dabb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.64" OriginalAmount="94.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.406043" Longitude="-81.469245" StarRating="4" HotelCode="370676|80681" HotelName="Hilton Grand Vacations at Seaworld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6924 Grand Vacations Way, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/04/61040f83bcd83c905fef3701628f9d536b9820f3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.64" OriginalAmount="94.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.390532042118" Longitude="-81.503137350082" StarRating="3" HotelCode="36277|16164" HotelName="Cypress Pointe Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Jacuzzi,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8651 Treasure Cay Lane, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/23/93238ade687270e7e535e67e2315b1ac337d25f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.13" OriginalAmount="94.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.537272242294" Longitude="-81.38032302998" StarRating="3" HotelCode="440583|189687" HotelName="Hampton Inn &amp; Suites Orlando/Downtown South - Medical Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>43 Columbia Street, Orlando, Florida 32806</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/5e/ec5ed9a307f269f89b666b82a10248c0c5431473.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.65" OriginalAmount="95.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39327565" Longitude="-81.49560131" StarRating="3" HotelCode="731347|towneplace_suites_orlando_lake_buena_vistapalm_parkway" HotelName="TownePlace Suites Orlando Lake Buena Vista/Palm Parkway" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Pets allowed,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8040 Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/c7/62c7ee9a09bebf7552c2a1211bfcf1eaa998e130.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.65" OriginalAmount="95.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.444808090033" Longitude="-81.402860283852" StarRating="2" HotelCode="42211|red_roof_inn_orlando_south__florida_mall" HotelName="Red Roof Inn Orlando South - Florida Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8296 South Orange Blossom Trail, 32809 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/60/d3607251aba9c059dc11e9e5a63ffa4e49639f24.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.24" OriginalAmount="95.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.386548942053" Longitude="-81.505682766438" StarRating="4" HotelCode="17525|13310" HotelName="Sheraton Lake Buena Vista Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12205 S. Apopka-Vineland Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/96/d69606ee393c14e82dd371379259b590742801ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.72" OriginalAmount="96.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4844151" Longitude="-81.43492375" StarRating="5" HotelCode="638039|springhill_suites_by_marriott_orlando_at_millenia" HotelName="SpringHill Suites Orlando at Millenia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>5403 Millenia Lakes Boulevard, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4b/534b2fe687422eb6c0a53c57abda878298e27d22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.51" OriginalAmount="97.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.38497579" Longitude="-81.50397074" StarRating="3" HotelCode="446639|488842" HotelName="Hyatt Place Orlando/Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>8688 Palm Parkway, Orlando, FL 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/22/1522941c2c2ae5aa31bdb31972bc3c84e045af07.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.56" OriginalAmount="97.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.442268059576" Longitude="-81.47112518549" StarRating="3" HotelCode="18440|12915" HotelName="Sonesta ES Suites Orlando - International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8480 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c7/6dc712c19403a403d42f08aaf93ca3eddca9a24f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.86" OriginalAmount="98.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.408016318593" Longitude="-81.458014552396" StarRating="3" HotelCode="510741|holiday_inn_express_suites_orlando_at_seaworld" HotelName="Holiday Inn Express &amp; Suites Orlando At Seaworld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>10771 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/3c/713c857506603e8f07d18cdaa97675b10e1bad3f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.93" OriginalAmount="99.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.550187512805" Longitude="-81.48345617791" StarRating="3" HotelCode="123882|holiday_inn_express_hotel__suites_ocoee_east" HotelName="Holiday Inn Express &amp; Suites Orlando-Ocoee East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7474 West Colonial Drive, Orlando, Florida 32818</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/47/6a47858949a34252774de3e830a9fbf47d2c1042.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.93" OriginalAmount="99.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.552426125465" Longitude="-81.383530944586" StarRating="4" HotelCode="59712|crowne_plaza_orlando__downtown" HotelName="Crowne Plaza Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>304, West Colonial Drive, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/e8/b2e816feb0450402777ae4f9e7f64e5ac02b9753.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.93" OriginalAmount="99.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.596018" Longitude="-81.212831" StarRating="3" HotelCode="119741|courtyard_by_marriott_orlando_eastucf_area" HotelName="Courtyard Orlando East/UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12000 Collegiate Way, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/f9/1af912a3d60d78f0dfb3723fedfe37ec10958db1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.02" OriginalAmount="99.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.554187708333" Longitude="-81.377080575" StarRating="3" HotelCode="891363|252363" HotelName="Courtyard Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>730 North Magnolia Avenue, Orlando, Florida 32803</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8a/ab/8aabe9ea8e9592482d1e33aecce3c3dcdb79e92e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.17" OriginalAmount="99.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46260310115" Longitude="-81.308006644249" StarRating="3" HotelCode="89585|106753" HotelName="Wingate Inn @ Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5750 Hazeltine National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/46/cf4600056ccfa737d002567280965ae044677f9f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.26" OriginalAmount="99.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.438337613691" Longitude="-81.469581574202" StarRating="3" HotelCode="88160|12893" HotelName="Hyatt Place Orlando/Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8741 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/39/8d39899ec3cd1e259deab6461a40540514160fec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.42" OriginalAmount="99.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.410626236084" Longitude="-81.456117343551" StarRating="3" HotelCode="552266|602929" HotelName="TownePlace Suites Orlando At SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>10731 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/ff/edffec50ecea0ba27ec8c4670959ca1f5b2c8170.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.59" OriginalAmount="100.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.45329813816" Longitude="-81.473381125509" StarRating="3" HotelCode="88020|130990" HotelName="Hampton Inn &amp; Suites Orlando Intl Dr N" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7448 North International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/23/1f23a8bee085bd4faa20044e154b3a3181b08c50.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.70" OriginalAmount="100.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.583938" Longitude="-81.208336" StarRating="3" HotelCode="99152|160274" HotelName="Homewood Suites by Hilton Orlando-UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3028 North Alafaya Trail, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a3/4aa3935233d83ab3d2aab7f3220b93fb823f646c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.70" OriginalAmount="100.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.59947542" Longitude="-81.22073732" StarRating="3" HotelCode="955386|658944" HotelName="Home2 Suites by Hilton Orlando Near Ucf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/11/2025">
        <Address>
          <AddressLines>
            <AddressLine>3414 Technological Avenue, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/90/c09080a5068ae6df87887f036f75193dbc8b8952.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="101.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456382" Longitude="-81.46252" StarRating="3.5" HotelCode="87470|the_point_orlando_resort_on_universal_blvd" HotelName="The Point Orlando Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7389 Universal Boulevard, 32819 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/4c/824c84ec04f8ae42857fdc642b50c60d4a936ec6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="101.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459871283866" Longitude="-81.313870119049" StarRating="3" HotelCode="42210|country_inn__suites_by_carlson_orlando_airport" HotelName="Country Inn &amp; Suites by Radisson, Orlando Airport, FL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5440 Forbes Place, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d1/31d10d26763d8afb7cb7d1330b7d1c302290d25f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.16" OriginalAmount="101.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.573778" Longitude="-81.373309" StarRating="3" HotelCode="65492|71206" HotelName="Comfort Suites Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2416 N. Orange Ave., Orlando, Florida 32804</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/4a/754a027a8866071259d8326dffa0895c313baf62.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.88" OriginalAmount="101.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46354854" Longitude="-81.3152525" StarRating="3" HotelCode="850007|648161" HotelName="Home2 Suites By Hilton Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Internet,Pets allowed,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5445 Hazeltine National Drive, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/80/9d80f27efc86cba57a12e3ce23b7d32f91f82cf2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="109.99" OriginalAmount="102.79" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A33D38" HotelName="Red Lion Hotel Orlando Lake Buena Vista South" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1361916_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 410 guestrooms featuring MP3 docking stations and flat-screen televisions. Satellite television is provided for your entertainment. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include safes and irons/ironing boards, as well as phones with free local calls.Enjoy Mexican cuisine at Tortilla Rica, one of the hotel's many dining establishments, which include 2 restaurants and a coffee shop/cafe. Relax with a refreshing drink from the poolside bar or one of the 2 bars/lounges. Buffet breakfasts are available daily from 7:00 AM to 11:00 AM for a fee.Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Kissimmee? This hotel has 1200 square feet (111 square meters) of space consisting of conference space and 2 meeting rooms.When you stay at Red Lion Hotel Orlando Lake Buena Vista South in Kissimmee, you'll be on a lake, a 3-minute drive from Old Town and 7 minutes from Orlando Vineland Premium Outlets.  This family-friendly hotel is 5.5 mi (8.9 km) from Disney Springs� and 5.8 mi (9.4 km) from Walt Disney World� Resort.Distances are displayed to the nearest 0.1 mile and kilometer.  Lake Cecile - 1.4 km / 0.8 mi  Capone's Dinner Show - 2.4 km / 1.5 mi  Old Town - 2.6 km / 1.6 mi  Lake Buena Vista Factory Stores - 2.6 km / 1.6 mi  Fun Spot America - 2.7 km / 1.7 mi  Kissimmee Go-Karts - 2.8 km / 1.7 mi  Shingle Creek Regional Park - 3 km / 1.9 mi  Falcon's Fire Golf Club - 4.1 km / 2.5 mi  Medieval Times - 4.7 km / 2.9 mi  AdventHealth Celebration - 5.6 km / 3.5 mi  192 Flea Market - 5.7 km / 3.6 mi  Celebration Golf Club - 6.1 km / 3.8 mi  Lake Bryan - 6.2 km / 3.9 mi  Give Kids the World Village - 6.8 km / 4.2 mi  Orlando Vineland Premium Outlets - 7.6 km / 4.7 mi  The nearest airports are:Kissimmee, FL (ISM-Kissimmee Gateway) - 8.5 km / 5.3 mi Orlando Intl. Airport (MCO) - 34.3 km / 21.3 mi The preferred airport for Red Lion Hotel Orlando Lake Buena Vista South is Orlando Intl. Airport (MCO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="110.01" OriginalAmount="102.81" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|063219" HotelName="RED ROOF INN ORLANDO SOUTH MALL" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/930378_foto_29.jpg</HotelPictures>
        <HotelDescription />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.21" OriginalAmount="103.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.389937418199" Longitude="-81.496319174766" StarRating="3" HotelCode="40708|hampton_inn_orlandolake_buena_vista" HotelName="Hampton Inn Orlando/Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8150, Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/c1/3bc1ec9c3149d6ff1a928d9606cd7c08d9126acb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.21" OriginalAmount="103.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481537371999" Longitude="-81.453118175268" StarRating="3" HotelCode="59781|comfort_suites_universal_studios_area" HotelName="Comfort Suites Universal Studios Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5617 Major Blvd., Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/46/85467cad6cefa1b501e59637018493d86655cd3a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.21" OriginalAmount="103.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.408902389788" Longitude="-81.454412341118" StarRating="3" HotelCode="899705|springhill_suites_by_marriott_orlando_at_seaworld" HotelName="Springhill Suites by Marriott Orlando at Seaworld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10801, International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/4f/724ffa6feed3ba27df367da91bebcd43646dd577.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="110.35" OriginalAmount="103.13" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|100555" HotelName="COMFORT INN AND SUITES CONVENTION CENTER" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/932116_foto_1.jpg</HotelPictures>
        <HotelDescription>i»?Location / Description:  Located near several popular attractions including Universal Studios and SeaWorld.  This hotel also offers easy access to Discover Cove, Disney World and Epcot Center.   Guests will appreciate comfortable interior corridors that offer easy and safe room access.  The hotel has an outdoor pool, nice amenities, and is 100% non-smoking property. Min Child Age: 2. Max Child Age: 12. Extra Info:</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="110.46" OriginalAmount="103.23" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|632986" HotelName="HYATT PLACE ORLANDO CONVENTION CENTER" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/930647_foto_1.jpg</HotelPictures>
        <HotelDescription>Location This hotel lies directly on International Drive only a few minutes walk from the countless restaurants and bars.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.35" OriginalAmount="105.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.40741" Longitude="-81.47041" StarRating="3" HotelCode="421785|staybridge_suites_orlando_theme_parks" HotelName="Staybridge Suites Orlando at SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Business Centre,Internet,Laundry,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>6985 Sea Harbor Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/ce/64ce8970ca9180389a917b09cac956b54286b62c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.76" OriginalAmount="105.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.464244026467" Longitude="-81.311896215083" StarRating="3" HotelCode="84477|186155" HotelName="DoubleTree By Hilton Hotel Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5555 Hazeltine National Drive, Orlando, FL 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/46/f44645932a62d2e014bbb85a43724f6f0ff59e26.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.00" OriginalAmount="105.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.387867" Longitude="-81.505198" StarRating="3" HotelCode="29510|12755" HotelName="Fairfield Inn &amp; Suites Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 14/11/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Laundry,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12191 South Apopka Vineland Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/69/cd695579837ba93b0c729edc33ba724fca0e61ec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.51" OriginalAmount="107.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.455543" Longitude="-81.473154" StarRating="3" HotelCode="88021|125083" HotelName="Holiday Inn Express Orlando - International Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7276 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/23/0823bab95863e1052a799ab2a5b4683b9c1e25f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.13" OriginalAmount="107.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.361997" Longitude="-81.496835" StarRating="3" HotelCode="40705|156416" HotelName="Grand Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8317 Lake Bryan Beach Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d8/87d85bb3acc1609888b99bba6672331bb59a82ac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="115.99" OriginalAmount="108.40" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|639547" HotelName="HOLIDAY INN EXPRESS UNIVERSAL STUDIOS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/931509_foto_26.jpg</HotelPictures>
        <HotelDescription>Location The hotel is located off Kirkman Road on Major Boulevard, just 400 m from the entrance to Universal Orlando Resort and is just minutes from International Drive. There is a free scheduled shuttle service to Universal, Sea World and Wet 'n Wild parks.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.63" OriginalAmount="109.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.461386363035" Longitude="-81.311826109886" StarRating="4" HotelCode="56831|renaissance_orlando_airport_hotel_by_marriott" HotelName="Renaissance Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5445, Forbes Place, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/12/c512a7c38299f19be813804f625e0d7862831979.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.90" OriginalAmount="109.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.367689716666" Longitude="-81.504153907299" StarRating="4" HotelCode="29514|12811" HotelName="Sheraton Vistana Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8800 Vistana Centre Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/1e/521e70a9811a4bf5c479396a53ab6f8966fb932e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.70" OriginalAmount="110.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.526007" Longitude="-81.37613168" StarRating="0" HotelCode="605005|the_delaney_hotel" HotelName="The Delaney Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1315 South Orange Avenue, Orlando, Florida 32806</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/9c/299c9f11a0c50c5e4c95ffe4988a11bf6c0703ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.70" OriginalAmount="110.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.462676920037" Longitude="-81.306608813929" StarRating="3" HotelCode="125122|springhill_suites_by_marriott_orlando_airport" HotelName="SpringHill Suites Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5828 Hazeltine National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/5d/ab5dc044d8d909d81c68989377f7bbe24327048a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.70" OriginalAmount="110.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.599033" Longitude="-81.217565" StarRating="3" HotelCode="898359|residence_inn_by_marriott_orlando_eastucf_area" HotelName="Residence Inn Orlando East/UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11651 University Boulevard, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/da/bfdafee79eb60c907159c5867f9f65b72d4f9063.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="117.89" OriginalAmount="110.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.486199" Longitude="-81.45724" StarRating="3" HotelCode="99574|318309" HotelName="Wingate by Wyndham Convention Center Closest Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5661 Windhover Drive, Windhover and Kirkman, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/bc/d8bcb4982b06e36934063fd9d937f73090f58e4d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.75" OriginalAmount="111.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.406141" Longitude="-81.476771" StarRating="3" HotelCode="14603|14872" HotelName="Residence Inn Orlando at SeaWorld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11000 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/7c/b47c8257210473163eb6366dd40fe8665ec435f4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.84" OriginalAmount="112.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.56464" Longitude="-81.198286" StarRating="2" HotelCode="263869|holiday_inn_express__suites_orlando_east__ucf_area" HotelName="Holiday Inn Express &amp; Suites Orlando East-UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 07/12/2025" HotelFacility="Air Conditioning,Conference Hall,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12250 East Colonial Drive, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/f8/54f87dd2a51355cb39041aff4d94c5c848ee45af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.15" OriginalAmount="112.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.444935443715" Longitude="-81.395602226257" StarRating="4" HotelCode="48393|12892" HotelName="The Florida Hotel and Conference Center Best Western Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1500 Sand Lake Road, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/48/3f488aec5a7be7f8eccd96ee4c259765bbf4dba0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="120.88" OriginalAmount="112.97" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|BA0C53" HotelName="PARKWAY INTERNATIONAL RESORT" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/20222_image59160809_0.jpg</HotelPictures>
        <HotelDescription>Parkway International Resort is tucked in a wooded area off Kissimmee, Florida's popular U.S. 192, offering a peaceful retreat, yet easy access to area entertainment. Just one mile from Walt Disney World� Resort, the resort is a family-friendly destination with two-bedroom accommodations that feature a full kitchen and soaking tub. Enjoy a day exploring Central Florida, and return to Parkway International Resort for a comfortable escape.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.91" OriginalAmount="113.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.632430571429" Longitude="-81.400838285714" StarRating="3" HotelCode="120362|courtyard_orlando_altamonte_springs__maitland" HotelName="Courtyard Orlando Altamonte Springs/Maitland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1750 Pembrook Drive, Orlando, FL 32810</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/b3/ebb3a83fe6ebcc1726691bd788b912a74fd58bf3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.98" OriginalAmount="114.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.545562876346" Longitude="-81.369763165712" StarRating="3" HotelCode="56035|the_eo_inn_and_spa" HotelName="Eo Inn &amp; Urban Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>227, North Eola Drive, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/92/b69297a81879dc55cd832a2f2b3f8ca47fc7ed47.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="121.99" OriginalAmount="114.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.3897" Longitude="-81.4868" StarRating="3" HotelCode="445347|449153" HotelName="Home2 Suites by Hilton Orlando / International Drive South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/12/2025" HotelFacility="Air Conditioning,Golf,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>12107 Regency Village Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/f0/a7f095b97be152cb9029071c5907782225bafb34.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.66" OriginalAmount="114.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4585909089" Longitude="-81.307370573189" StarRating="3" HotelCode="40711|131094" HotelName="Hilton Garden Inn Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7300 Augusta National Drive, Orlando, FL 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/6d/ec6d3cb7199001a79cdf83541000bbeb9fb0d6fd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.05" OriginalAmount="115.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.452885311619" Longitude="-81.334174275398" StarRating="3" HotelCode="64058|holiday_inn_express_orlando_international_airport" HotelName="Holiday Inn Express &amp; Suites Orlando International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Lounge,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7900 S. Conway Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/5b/c95b8f10a8fb2cc8d59495a0a05f0a571d6b5c80.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.05" OriginalAmount="115.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.48441253" Longitude="-81.434884" StarRating="3" HotelCode="620153|residence_inn_by_marriott_orlando_at_millenia" HotelName="Residence Inn Orlando at Millenia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5403 Millenia Lakes Boulevard, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4b/534b2fe687422eb6c0a53c57abda878298e27d22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.19" OriginalAmount="115.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46443599" Longitude="-81.46207558" StarRating="2" HotelCode="943503|653961" HotelName="Home2 Suites by Hilton Orlando Near Universal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>5910 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/23/ef2323408df2b1b1f2325de421ea9d05b108a0a9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="123.35" OriginalAmount="115.28" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|072123" HotelName="DOUBLETREE ORLANDO AT SEAWORLD" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/692379_image1640681_0.jpg</HotelPictures>
        <HotelDescription>Spanning 28 lush acres, DoubleTree by Hilton Orlando at SeaWorld, formerly the DoubleTree Resort Orlando International Drive, is an official on-site SeaWorld partner hotel. Designed to create a warm and tranquil travel oasis, we've redefined the meeting and vacation experience. 
In addition to our comfortable, well-appointed guest rooms, DoubleTree by Hilton Orlando at SeaWorld features a wealth of on-site amenities designed for our guests' enjoyment and convenience while enjoying all Orlando has to offer. Designed as a luxurious tropical paradise, guests will find lush tropical landscaping, brick-lined pool decks and walkways along with other amenities to enhance your visit. *Resort Fee: direct payment at the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.12" OriginalAmount="116.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.461111" Longitude="-81.306908" StarRating="3" HotelCode="22273|fairfield_inn_by_marriott_orlando_airport" HotelName="Fairfield Inn Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7100 Augusta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/00/65/00654c7c63fc5bd51af206528d96b50597d6b0bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.34" OriginalAmount="116.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481151906399" Longitude="-81.456820964813" StarRating="3.5" HotelCode="426699|167961" HotelName="Best Western Plus Universal Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5618 Vineland Road, Orlando, Florida 32819-7827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/0d/fa0d38ab7b02d9810c1f5df84e7a001456dbfabc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.76" OriginalAmount="116.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.358" Longitude="-81.492968" StarRating="4" HotelCode="11459|13268" HotelName="Caribe Royale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8101 World Center Drive, 32821 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/73/aa731ce897d489941ea65b0da7530e127a884f1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.19" OriginalAmount="117.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.552724385238" Longitude="-81.379452563434" StarRating="3" HotelCode="318510|residence_inn_by_marriott_orlando_downtown" HotelName="Residence Inn Orlando Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>680 North Orange Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/22/b222be05fdfb6acc86c58ed39d4cab80fc3de02b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.26" OriginalAmount="118.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.40755103" Longitude="-81.47227711" StarRating="3" HotelCode="510822|homewood_suites_by_hilton_orlando_convention_center_south" HotelName="Homewood Suites by Hilton Orlando Theme Parks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6940 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f4/caf45b3851da0955911eee64e96503dc90e11131.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.40" OriginalAmount="120.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46200701" Longitude="-81.4511689" StarRating="2" HotelCode="850073|hyatt_house_orlando_international_drive" HotelName="Hyatt House Orlando International Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5374 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/aa/45aa106d7b7f9c935ec42177dd8c5cd8d0d387ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.82" OriginalAmount="120.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.465724" Longitude="-81.461989" StarRating="3" HotelCode="31962|13631" HotelName="Homewood Suites by Hilton® Orlando-Nearest to Universal Studios" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5893 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/55/9255789fbed7c1e62a90c97d1e2c4656d3e84b35.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.54" OriginalAmount="122.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.464004" Longitude="-81.452144" StarRating="3" HotelCode="31916|orlando_international_resort_club" HotelName="Orlando International Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5353 Del Verde Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/59/c159e224e7d9cfbaec5814a5b2cc3472d235f04c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.85" OriginalAmount="122.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43772828" Longitude="-81.42773391" StarRating="2" HotelCode="733120|626444" HotelName="Home2 Suites By Hilton Orlando South Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 01/12/2025" HotelFacility="Business Centre,Fax,Internet,Pets allowed,Printer,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2800 Destination Parkway, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/d0/85d0a140adf75d71b420b8e8d605f29bb9c26cd9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.95" OriginalAmount="122.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.475138696644" Longitude="-81.456941664219" StarRating="3" HotelCode="395999|60660" HotelName="Hyatt Place Orlando / Universal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>5895 Caravan Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/cf/f5cf5e910424f840df9c108b75735d968005c5c6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.19" OriginalAmount="122.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.38873649" Longitude="-81.24364462" StarRating="3" HotelCode="779108|633570" HotelName="Holiday Inn Express &amp; Suites Orlando - Lake Nona Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>10115 William Carey Drive, Orlando, Florida 32832</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/7e/e47edc357829ea7861fda0841618501b1e2297d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.29" OriginalAmount="122.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.358072970529" Longitude="-81.535339951515" StarRating="4" HotelCode="175656|157129" HotelName="Wyndham Grand Orlando Resort Bonnet Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14651 Chelonia Parkway, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/f3/ccf36ef9cbe542ef0b6d168a97f5a3062b4577cc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.61" OriginalAmount="123.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4590465" Longitude="-81.31203575" StarRating="3" HotelCode="891329|courtyard_by_marriott_orlando_airport" HotelName="Courtyard Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7155 North Frontage Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/25/582538f24c7a2acb4268f43925fc2c3e99cb34d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.68" OriginalAmount="124.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.424519162729" Longitude="-81.46412730217" StarRating="4" HotelCode="31915|rosen_centre_hotel" HotelName="Rosen Centre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9840 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/b9/dbb953209c3df6f06891d45a5db0123f54ee51d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.26" OriginalAmount="125.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460808706799" Longitude="-81.307773804005" StarRating="3" HotelCode="40957|130802" HotelName="Hampton Inn Orlando-International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5767 T. G. Lee Boulevard, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/bb/cabb7c7bd88054cd40bd60cbf88cd59d791ec42c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.51" OriginalAmount="125.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.377796450717" Longitude="-81.502049714327" StarRating="3" HotelCode="46044|12809" HotelName="SpringHill Suites Orlando Lake Buena Vista in Marriott Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8601 Vineland Avenue, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/3a/da3a32bd4df89617c7f606e3c461740c2e745435.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.79" OriginalAmount="125.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.541548527868" Longitude="-81.375781547767" StarRating="3" HotelCode="40704|131148" HotelName="Embassy Suites Orlando Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>191 East Pine Street, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/12/a2125d98fdb77092879168bc3f29f40ad1b5d669.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.82" OriginalAmount="126.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39698" Longitude="-81.45491" StarRating="4" HotelCode="29923|marriotts_grande_vista" HotelName="Marriott's Grande Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5925 Avenida Vista, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3d/d93d648d8aa72737385416de07c3da64947cbbe1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="136.35" OriginalAmount="127.43" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|736719" HotelName="FAIRFIELD INN &amp; SUITES- ORLAND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LAKE BUENA VISTA, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1280534_foto_1.jpg</HotelPictures>
        <HotelDescription>The Fairfield Inn and Suites Orlando Lake Buena Vista is conveniently located off of I-4.Each of the spacious guest rooms and suites features an attractive, country-style decor that makes guests feel right at home. Guest rooms at the hotel offer free high speed Internet access, two telephones, coffee makers, hair dryers, ironing boards, refrigerators and microwaves.The hotel provides a complimentary continental breakfast that includes a variety of wonderful items. There are many restaurants nearby.Multi-story building.Small but welcoming lobby features guest service desk and 24 hour receptionOther amenities at this hotel include outdoor swimming pool and fitness center, complimentary weekday morning newspaper, guest laundry facilities and complimentary scheduled shuttle service to Walt Disney World  Resort Theme Parks. With its charming decor and comfortable amenities, the Fairfield Inn and Suites, located just minutes from Walt Disney World  and other major Orlando attractions, provides a warm and welcoming atmosphere sure to please. (0606/CH)</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.96" OriginalAmount="128.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.547813666667" Longitude="-81.376477666667" StarRating="2" HotelCode="897015|travelodge_orlando_downtown_centroplex" HotelName="Travelodge Orlando Downtown Centroplex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>409 North Magnolia Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/04/dc044bcbd507c55fb908047b38531c5951bfa58e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.10" OriginalAmount="130.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.536517" Longitude="-81.378911" StarRating="3" HotelCode="262140|aloft_orlando_downtown" HotelName="Aloft Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500 South Orange Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/d4/6ad4b7f9908d35f20627a97cb1b14fefe81c9383.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.34" OriginalAmount="130.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.461865348098" Longitude="-81.305975899312" StarRating="3" HotelCode="99379|230334" HotelName="Residence Inn Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7024 Augusta National Drive, Orlando, FL 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/c6/80c6ab88ab192bf0102510abe02713eb4173852b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.45" OriginalAmount="135.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460542183787" Longitude="-81.305697262287" StarRating="3" HotelCode="40703|embassy_suites_orlando_airport" HotelName="Embassy Suites by Hilton Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5835 T. G. Lee Boulevard, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/02/06024460a70b0bac5e7614156b544c3019eeca14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.45" OriginalAmount="135.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457277542685" Longitude="-81.311666589067" StarRating="3" HotelCode="263868|hampton_inn__suites_orlando_airport_at_gateway_village" HotelName="Hampton Inn &amp; Suites Orlando Airport @ Gateway Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5460 Gateway Village Circle, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/1b/f01bc7046782ab00d1e655a34c1ff5ca481b0e66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.66" OriginalAmount="135.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.35784873854" Longitude="-81.495715677738" StarRating="3" HotelCode="20707|14864" HotelName="Buena Vista Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8203 World Center Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3f/0f3f59ba6d449c40c51b7255f7e4beb9982b52b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.26" OriginalAmount="135.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.363621770472" Longitude="-81.499994331412" StarRating="3" HotelCode="426986|372730" HotelName="Bryan's Spanish Cove" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13875 State Road 535, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/fd/10fdbab12cfb7b08ff204673e82896015dc6faef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="146.44" OriginalAmount="136.86" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|096636" HotelName="LA QUINTA INN ORLANDO INTERNATIONAL DRIVE NORTH (KT)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/930312_foto_1.jpg</HotelPictures>
        <HotelDescription>This hotel is centrally located one block from Wet N' Wild and nearby Walt Disney World, Universal Studios, and SeaWorld. It is also close to several local stores and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.03" OriginalAmount="137.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.424891861191" Longitude="-81.457738280296" StarRating="4" HotelCode="899707|115113" HotelName="Hilton Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6001 Destination Parkway, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/1b/2f1b0144c9eeee91e45e3ba31d6a6e67ce6ee63e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.07" OriginalAmount="138.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456148452069" Longitude="-81.307647898793" StarRating="3" HotelCode="70767|87042" HotelName="Sheraton Suites Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7550, Aususta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/09/dc09801224afa8b11e2e21a7681aa8eb4d8c526d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.99" OriginalAmount="140.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.458529706753" Longitude="-81.311667235323" StarRating="3" HotelCode="263870|189683" HotelName="Homewood Suites by Hilton Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5425 Gateway Village Circle, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/86/29869cd7d7dc0250a2f573c4ba68a8ea51313645.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.63" OriginalAmount="140.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457243" Longitude="-81.307902" StarRating="3" HotelCode="41928|223734" HotelName="Staybridge Suites Orlando Airport South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7450 Augusta National Drive, Orlando 32822, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/d9/b5d9ef2fc6990d9459ef4a063afb2b8099334957.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.71" OriginalAmount="140.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.360985583008" Longitude="-81.510926485062" StarRating="4" HotelCode="14606|13305" HotelName="Marriott Orlando World Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8701 World Center Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/7c/4b7cb3c90b1e8c5a16109beea2baadb2b82ee0f7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="151.81" OriginalAmount="141.88" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|773962" HotelName="HYATT PLACE ORLANDO/UNIVERSAL" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/931514_foto_1.jpg</HotelPictures>
        <HotelDescription>This hotel is ideally located just 400 m from Universal Studios and City Walk and within close proximity to Walt Disney World. In the vicinity, guests will find restaurants, as well as a wonderful nightlife and entertainment venues. The hotel is a short drive from Wet 'n Wild, Walt Disney World, and SeaWorld. This hotel lies 29 km from Orlando International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="152.23" OriginalAmount="142.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451699118894" Longitude="-81.465896219015" StarRating="4" HotelCode="27052|12896" HotelName="Crowne Plaza Orlando - Universal Blvd" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7800 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39850/p_39850_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.02" OriginalAmount="143.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457665321188" Longitude="-81.468469798565" StarRating="3" HotelCode="24630|168947" HotelName="Ramada Plaza by Wyndham Orlando Resort &amp; Suites Intl Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6500 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/f9/28f9135100a94c0aeb570665cbb064b3cfb44fcc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.15" OriginalAmount="145.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4594507" Longitude="-81.46353121" StarRating="4" HotelCode="878441|universal_endless_summerdockside_inn" HotelName="Universal’s Endless Summer Resort - Dockside Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7125 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/26/ce2657d30b7e671995f7979f10885b4fdc068f79.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.02" OriginalAmount="145.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.463966" Longitude="-81.473334" StarRating="3" HotelCode="255692|190891" HotelName="Universal's Cabana Bay Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6550 Adventure Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/1f/471f802c9b6a52ab14728e3b5ab0ecf20670d125.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.22" OriginalAmount="146.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.45892944375" Longitude="-81.464106317791" StarRating="3" HotelCode="741216|universal_s_endless_summer_resort_surfside_inn_and_suites" HotelName="Universal’s Endless Summer Resort - Surfside Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/12/2025" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7000 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/0a/9c0a15cb634b39de44dfffa48baec57ed9b005ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.60" OriginalAmount="151.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456113669351" Longitude="-81.305844783783" StarRating="4" HotelCode="163165|16194" HotelName="Marriott Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7499 Augusta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/df/57df12ebe7f7def69b4bdc71f19e0f28acba8d16.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="165.46" OriginalAmount="154.64" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|100546" HotelName="HYATT REGENCY GRAND CYPRESS RESORT AT ORLANDO" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LAKE BUENA VISTA, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/928684_foto_1.jpg</HotelPictures>
        <HotelDescription>Hyatt Regency Grand Cypress Resort at Orlando is located approximately 18 miles to the airport Orlando International Airport (MCO), 1.3 mile to Downtown Disney Area and 9 miles to Universal Studios. It feature facilities and amenities including the swimming pool for adults and children, bars and restaurants, amusement arcade, business centre, conference room, spa and fitness centre. Min Child Age: 2. Max Child Age: 12. Extra Info: Resort Fees: Not applicableCredit Card can be requested upon arrival for security deposit charges.Check-in from: 16:00 and Check-out until: 11:00.The hotel offers a complimentary scheduled shuttle service to Walt Disney World, theme parks, Universal Studios theme parks, and Sea World theme parks. Orlando Premium Outlets also offer scheduled complimentary shuttles from the hotel to the Outlets. Reservations must be made at least two hours in advance.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.35" OriginalAmount="155.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.382216442941" Longitude="-81.509880423546" StarRating="4" HotelCode="13641|13302" HotelName="Hyatt Regency Grand Cypress" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Grand Cypress Boulevard, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/b2/82b25aeaa6b09d983cd7bd62775ade44cbf09ca1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.06" OriginalAmount="158.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.388229035684" Longitude="-81.482296586037" StarRating="4" HotelCode="59824|floridays_resort_orlando_3" HotelName="Floridays Resort Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12562 International Drive, 32821 Orlando</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/9b/379beec03eba4cbf869f3546149ea13dd3e0608d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.41" OriginalAmount="163.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.480885" Longitude="-81.45473445" StarRating="3" HotelCode="572340|residence_inn_by_marriott_near_universal_orlandotm" HotelName="Residence Inn Near Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5616 Major Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/39/9239bc8b5bb29a412aad70e7f9e188f2b8e26871.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.83" OriginalAmount="169.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46603645" Longitude="-81.47191266" StarRating="3.5" HotelCode="562840|universals_aventura_hotel" HotelName="Universal's Aventura Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6725 Adventure Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/52/eb529de958615394e1d60ba5ae0bcaeb36dcd9e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="181.55" OriginalAmount="169.67" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|807936" HotelName="RAMADA PLAZA RESORT &amp; SUITES INTERNATIONAL DRIVE" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/384795_foto_3.jpg</HotelPictures>
        <HotelDescription>Experience the Magic as you walk through the Ramada International Drive and enjoy the fun and relaxation. We have all of the amenities including free use of Microwave/Refrigerators,access to the Theme Parks. So join us for the Florida vacation of your Dream!</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.97" OriginalAmount="173.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.674031" Longitude="-81.460867" StarRating="2.5" HotelCode="906481|132265" HotelName="Hampton Inn &amp; Suites Orlando-Apopka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>321 S. Lake Cortez Drive, Apopka, Florida 32703</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/f5/3bf5ed6b2e163e1dc0909efb3a98fa34efb181d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.18" OriginalAmount="174.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.47540449" Longitude="-81.45707517" StarRating="3" HotelCode="640440|hyatt_house_orlando_universal" HotelName="Hyatt House across from Universal Orlando Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>5915 Caravan Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/66/21665b14ec99064fc2729c8cdc44c3211987aed3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="186.24" OriginalAmount="174.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451227" Longitude="-81.477067" StarRating="3" HotelCode="213501|173211" HotelName="Drury Inn &amp; Suites Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Jacuzzi,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7301 West Sand Lake Road, Orlando 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11150317</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.54" OriginalAmount="175.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.400130509563" Longitude="-81.492510437965" StarRating="4" HotelCode="100038|105750" HotelName="Parc Soleil by Hilton Grand Vacations Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11272, Desforges Avenue, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/d8/88d888b77f78260a2ed99d6ac96f6c7d17c30e41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.81" OriginalAmount="183.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.37142243" Longitude="-81.27849554" StarRating="3" HotelCode="407954|courtyard_by_marriott_orlando_lake_nona_2" HotelName="Courtyard Orlando Lake Nona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6955 Lake Nona Boulevard, Orlando, Florida 32827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/21/ee2183cc49e60b50d4c1e8a5caa799f382421fb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.84" OriginalAmount="212.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.371471419509" Longitude="-81.278655305497" StarRating="3" HotelCode="322307|residence_inn_orlando_lake_nona_2" HotelName="Residence Inn Orlando Lake Nona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6955 Lake Nona Boulevard, Orlando, Florida 32827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/cd/40cdd8022e308bbf09e8759855c87e2167d4d163.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.28" OriginalAmount="217.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.538633976635" Longitude="-81.378608152115" StarRating="4" HotelCode="122827|135757" HotelName="Grand Bohemian Hotel Orlando, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>325 South Orange Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/70/20705dc777edc7898193c2304c0348191bb1aabb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.22" OriginalAmount="222.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.433949966142" Longitude="-81.459721046627" StarRating="4" HotelCode="897020|133293" HotelName="Las Palmeras by Hilton Grand Vacations" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Free CXL until 24/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9501 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/e7/1fe7614356b680af671b7560257dbcd17fd415e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="269.77" OriginalAmount="252.12" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|632984" HotelName="PALAZZO LAKESIDE HOTEL" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/89188_foto_1.jpg</HotelPictures>
        <HotelDescription>This family-friendly hotel is located around 6.5 km from the Walt Disney World Resort. All the main attractions are less than 15 minutes away.Renovated in 2003, this air-conditioned hotel comprises a five-storey main building and 2 five-storey annexes with a combined total of 222 rooms. The lobby houses a 24-hour reception desk, a hotel safe, a cloakroom, a gift shop, and a lift. The hotel also features a newspaper stand, a bar, a games room, Coconut Willie's Lounge, and an air-conditioned � la carte restaurant. Laundry facilities are on offer for an additional fee. A car park is available for those arriving by car.All of the rooms come with ironing equipment, a coffee machine, a fridge, a microwave, and bathroom with shower, bath and hairdryer. Further fittings in the carpeted rooms include a direct dial telephone, satellite/ cable TV, a radio and a double bed. The air conditioning and heating may be individually adjusted.In the grounds of the hotel is a outdoor pool and a balcony off the breakfast room.Continental breakfast is served (free of charge). The hotel also sells hot breakfast items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="280.67" OriginalAmount="262.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.466184687731" Longitude="-81.47021757093" StarRating="4" HotelCode="317762|415619" HotelName="Loews Sapphire Falls Resort at Universal Orlando Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6601 Adventure Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/a3/d5a3b6ec62f851e7238adc24a5ef8a033304c1b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="296.34" OriginalAmount="276.95" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|091166" HotelName="UNIVERSAL'S LOEWS SAPPHIRE FALLS RESORT" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/953482_foto_1.jpg</HotelPictures>
        <HotelDescription>The Caribbean-inspired Loews Sapphire Falls Resort at Universal Orlando Resort transports guests to a paradise where shoes are optional, blue waterfalls cascade across lush grounds, and the invitation to cool relaxation is everywhere.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="301.53" OriginalAmount="281.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.431246403928" Longitude="-81.306172013283" StarRating="4" HotelCode="13642|122089" HotelName="Hyatt Regency Orlando International Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9300 Jeff Fuqua Boulevard, Orlando, Florida 32827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/dc/23dcd3a049730c79540d67c74c3dd2c1ba9d3e0b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="307.70" OriginalAmount="287.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.353527" Longitude="-81.533899" StarRating="5" HotelCode="899719|117573" HotelName="Waldorf Astoria Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 08/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14200 Bonnet Creek Resort Lane, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/93/ac930085c338a6baf9a33e44a6628a8b9f2e81e1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.93" OriginalAmount="299.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.401451" Longitude="-81.428204" StarRating="4" HotelCode="28333|jw_marriott_orlando_grande_lakes" HotelName="JW Marriott Orlando Grande Lake" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Golf Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4040 Central Florida Parkway, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/ba/44ba67f138604598330afe2c9466f33b77c4da7e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.68" OriginalAmount="324.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.399375499377" Longitude="-81.426807045937" StarRating="3" HotelCode="178766|marriotts_lakeshore_reserve" HotelName="Marriott's Lakeshore Reserve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11248 Lakeshore Reserve Drive, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/c5/e7c52ea4030ac180176be93383890c400a6a5b71.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.37" OriginalAmount="391.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.42889976" Longitude="-81.44856551" StarRating="0" HotelCode="881578|casiola_vacation_homes" HotelName="Vista Cay at Harbor Square by Casiola Vacation Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 01/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Concierge,Dining,Dry Cleaning,Elevator,Garden,Golf,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Pets allowed,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4874 Cayview Avenue, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/98/8e98d85ca2dbbcc8c1e5230b06c0e928c13654e2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="507.18" OriginalAmount="474.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.468265" Longitude="-81.467324" StarRating="4" HotelCode="317059|universals_loews_royal_pacific_resort" HotelName="Loews Royal Pacific Resort at Universal Orlando Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6300 Hollywood Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/29/e9/29e9bb249a3256a163b33df0d3c74770b2cac337.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="513.60" OriginalAmount="480.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.403586971882" Longitude="-81.429222375154" StarRating="5" HotelCode="26001|the_ritzcarlton_orlando_grande_lakes" HotelName="The Ritz-Carlton Orlando Grande Lakes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4012 Central Florida Parkway, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/51/c451b2157ad12c18e0a08528f2566f96422e7874.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="544.00" OriginalAmount="508.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.480706320557" Longitude="-81.460211277008" StarRating="4.5" HotelCode="16014|12906" HotelName="Loews Portofino Bay Hotel at Universal Orlando Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5601 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/f0/e9f0af459d6e60b872e4187d347e1931734265e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="552.12" OriginalAmount="516.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.477122704691" Longitude="-81.46458864212" StarRating="4" HotelCode="13208|universals_hard_rock_hotel" HotelName="Hard Rock Hotel Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5800 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/f2/01f2be06bc925481d523309cccd4375f3f6f5683.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="574.00" OriginalAmount="536.45" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|736993" HotelName="PORTOFINO BAY AT UNIVERSAL" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/952976_foto_1.jpg</HotelPictures>
        <HotelDescription>The resort is located on-site UNIVERSAL Orlando where Universal Studios, Islands of Adventure and CityWalk are all outside your door. 20 minutes from Orlando's International Airport, close to great shopping and restaurants.Rooms are large and feature authentic Italian furnishings and marble accents. The beds, either one king or two queens, feature deluxe European duvets. Bathrooms are large.The hotel's restaurants specialize in seasonal Italian cuisine.The hotel is modern and is a stunning recreation of the world-renowned seaside village of Portofino, Italy, where sun washed stucco and cobblestone streets embrace the sapphire-blue sea.The lobby is large. The white Italian marble, high quality furnishings, beautiful floral arrangements give the lobby a very deluxe but comfortable feel.The hotel offers luxury amenities such as world-class spa, fully equipped fitness center, scenic jogging paths, bocce ball courts and a supervised children's programs. There are three pools of which one is a huge beach styled pool. La dolce vita is yours to experience at this spectacular resort. (0308/mp)</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="613.15" OriginalAmount="573.04" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|100548" HotelName="Hard Rock Hotel at Universal Orlando" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/894294_foto_1.jpg</HotelPictures>
        <HotelDescription>in the city centre, directly at the Universal Orlando Resort; distance (approx.): to the airport Orlando International airport (MCO): 16.2 mile(s), to the place of interest Universal Studios: 1.3 mile(s), to the convention centre: 4.1 mile(s), to the amusement park Islands of Adventure: 1 mile(s), hotel shuttle (inclusive) Min Child Age: 2. Max Child Age: 12. Extra Info:</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="642.00" OriginalAmount="600.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.428685998395" Longitude="-81.448704600334" StarRating="4" HotelCode="409628|orlando_vista_cay_executive_3br_villa" HotelName="Vista Cay at Harbor Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4874 Cayview Avenue, Off Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/zz/6dad1197d848e73b75f6e80e4ce5581f72cecbbd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="685.87" OriginalAmount="641.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43002458755" Longitude="-81.471707224846" StarRating="4" HotelCode="16941|rosen_plaza_on_international_drive" HotelName="Rosen Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9700 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/db/16db79674ab1500b571e7c9e800f65f76e0f22fb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1041.11" OriginalAmount="973.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.42662" Longitude="-81.467208" StarRating="4" HotelCode="31963|hyatt_regency_orlando" HotelName="Hyatt Regency Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9801 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/fc/7ffc2fe816ff283c2b47f83c33b10a2b04c998fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.38" OriginalAmount="34.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|arrow_motel_by_oyo_near_downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/12/2025" />
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="54.10" OriginalAmount="50.56" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|950354" HotelName="SonoHotel I Drive Orlando" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>Take advantage of recreation opportunities including an outdoor pool and a hot tub. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a vending machine. If youandapos;re planning a day at a nearby theme park, you can hop on the complimentary shuttle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="73.87" OriginalAmount="69.04" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A22984" HotelName="Nobile Hotel Parkway at Celebration" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>CELEBRATION, FL</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>The hotel is located only 4. 8 km from Kissimmee. Orlando International Airport is at 30-minute drive. This remodelled hotel was designed in an upscale tone without compromising comfort. Guests staying at this hotel can enjoy a variety of amenities, including a daily breakfast buffet in the comfortable breakfast cafandeacute; as well as scheduled shuttle services to the famous Theme Parks. Guests can soak up the sun and relax around the new outdoor pool or take a refreshing swim after a day of adventure at the parks. After a fun filled day, both parents and children will sleep comfortably in one of the renovated guest rooms featuring all new furniture and equipment including a mini-fridge, in-room safe and microwave. In the evenings, guests will find a large variety of dining options, all within a 5-10 minute drive. This resort in Kissimmee has it all! Let this hotel roll out the red carpet for all guests!</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="135.38" OriginalAmount="126.52" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|980211" HotelName="Hotel Landy Orlando Universal Blvd., a Tribute Portfolio� Hotel" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>Located in the heart of Orlando, Florida, the Crowne Plaza Orlando Universal offers modern and vibrant social spaces where you can relax, work, dine and experience the vacation or business trip of a lifetime. Our beautiful Orlando hotel and resort is designed for your active lifestyle with casual eateries, a light-filled atrium and landscaped gardens and courtyards. Winner of multiple Torch Bearer Awards, the entire team invites you to experience a world of contemporary comfort and exceptional service. *Resort Fee: direct payment at the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="171.76" OriginalAmount="160.52" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|042165" HotelName="Universal's Endless Summer Resort - Surfside Inn and Suites" Meals="ONLY BED" BedType="ONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>Universal's Endless Summer Resort - Surfside Inn and Suites is the perfect place to enjoy a fun and comfortable vacation in Universal Orlando Resort, whether you are traveling with friends or family. This property has an original pool in the shape of a surfboard, a games room, a fitness center, varied dining options, splendid rooms as well as a store with Universal products.  At Universal's Endless Summer Resort - Surfside Inn and Suites, you enjoy a lifestyle around surfing, and make your Universal vacation more affordable. Main Benefit Every morning, guests of Universal hotels can enter one of our three incredible theme parks an hour before other visitors. You'll only need a valid theme park ticket, and maybe a wake-up call. Free  Legal Warning A theme park ticket is required. Early Park Entry begins one (1) hour prior to the regular park opening for either Universal Studios Florida or Universal's Islands of Adventure and Universal's Volcano Bay. Valid on selected attractions in each park. The attractions are subject to change without notice. Additional restrictions may apply. � 2020 UCF Hotel Venture V. UNIVERSAL TM and � Universal Studios. ENDLESS SUMMER registered trademarks, Bruce Brown Films, LLC. All rights reserved.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Telephone Service,Bar,Central Heating,Designated Smoking Area,Diet Meals,Heated Pool,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Wheelchair Access,Shopping Arcade,Kitchen,Currency Exchange,Golf,Nightclub,Sauna,Bicycle Rental,Garden,Business Centre,Meeting Room,Pets allowed,Wake-up Call Service,Printer,24 Hour Front Desk,Concierge,Dining,Dry Cleaning,Elevator,Housekeeping,LCD/Projector,Luggage Storage,Parking</BasicAmenities>
    <HotelRating>2,3,4,2.5,5,3.5,4.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,CLUB RESORT,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,SPA HOTEL,ECO HOTEL,GOLF HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,COUNTRY HOUSE,VILLAGE,BEACH HOTEL,HOTEL,AIRPORT HOTEL,HOTEL DE CHARME,MOTEL,VILLA</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="9b1108ea-8c1d-44ea-9101-9ad09f62a9e2">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="77186" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-19T00:00:00" End="2025-12-20T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|101480" SourceId="34" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="9b1108ea-8c1d-44ea-9101-9ad09f62a9e2" TimeStamp="0001-01-01T00:00:00" HotelName="MAINGATE LAKESIDE RESORT" HotelCode="|101480" StarRating="3" GTCityId="77186" CountryCode="US" CityName="KISSIMMEE, FL" CountryName="USA" Address="7769 W IRLO BRONSON MEMORIAL HWY" PhoneNo="(+407)3962222" Email="reservations@maingatelakesideresort.com" CheckInTime="12:00 PM" CheckOutTime="12:00 PM" Latitude="28.34122" Longitude="-81.59519" SourceId="34" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard Room-Two double beds" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.2D|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~-1674206000~N~~~NOR~~4CBE40758B3540D176275821785105AWES0015000900050825119#ES|2|false|0#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="20" TotalPrice="21.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: King Room-One king bed and a pullout couch" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.KG|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~-31255206~N~~~NOR~~4CBE40758B3540D176275821785105AWES0015000900050825119#ES|2|false|0#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="20" TotalPrice="21.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Room TWO DOUBLE BEDS Non-refundable rate No amendments permitted" RoomTypeCode="02#1#BO#33.22#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.2D-1|ID_B2B_88|BB|B2CNRFUSXX|1~2~0||N[ARROBA]07~A-SIC~20b2a~2091590359~N~~~NRF~~4CBE40758B3540D176275821785105AWES0015000900050820b2a#ES|2|false|1#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MzMuMjJ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="33" TotalPrice="35.55" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Room KING SIZE BED Non-refundable rate No amendments permitted" RoomTypeCode="02#1#BO#49.82#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.KG-1|ID_B2B_88|BB|B2CNRFUSXX|1~2~0||N[ARROBA]07~A-SIC~2103f~-790976253~N~~~NRF~~4CBE40758B3540D176275821785105AWES001500090005082103f#ES|2|false|1#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|NDkuODJ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="50" TotalPrice="53.31" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType></RoomTypes><Images><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_1.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_2.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_39.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_40.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_41.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_42.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_43.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_44.jpg" /></Images><HotelDescription>Location / Description: Located less than 2 mi. from WDW resorts and minutes from all other area attractions, this hotel offers excellent value in a resort like setting. Min Child Age: 2. Max Child Age: 12. Extra Info:</HotelDescription><Facilities><HotelFacilities><Type>Air Conditioned</Type><Description>Air Conditioned</Description><Value /></HotelFacilities><HotelFacilities><Type>Pay Parking</Type><Description>Pay Parking</Description><Value /></HotelFacilities><HotelFacilities><Type>Indoor Swimming pool</Type><Description>Indoor Swimming pool</Description><Value /></HotelFacilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><Value /></HotelFacilities><HotelFacilities><Type>Air Conditioning</Type><Description>Air Conditioning</Description><Value /></HotelFacilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><Value /></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="9b1108ea-8c1d-44ea-9101-9ad09f62a9e2">
  <Rooms>
    <Room RoomType="Room 1: Standard Room-Two double beds" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|101480" SourceId="34" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.2D|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~-1674206000~N~~~NOR~~4CBE40758B3540D176275821785105AWES0015000900050825119#ES|2|false|0#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-12-19T00:00:00" End="2025-12-20T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2025-12-13T00:00:00" End="2025-12-19T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>0.00</TotalAmount>
  <TraceId>9b1108ea-8c1d-44ea-9101-9ad09f62a9e2</TraceId>
</CheckRatesRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="9b1108ea-8c1d-44ea-9101-9ad09f62a9e2">
  <Rooms>
    <Room RoomType="Room 1: Standard Room-Two double beds" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|101480" SourceId="34" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.KG|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~-31255206~N~~~NOR~~4CBE40758B3540D176275821785105AWES0015000900050825119#ES|2|false|0#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-12-19T00:00:00" End="2025-12-20T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|RestelBlock|successfully done supplier prebooking||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="9b1108ea-8c1d-44ea-9101-9ad09f62a9e2">
  <Rooms>
    <Room RoomType="Room 1: Standard Room-Two double beds" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|101480" SourceId="34" RoomTypeCode="02#1#BO#33.22#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.2D-1|ID_B2B_88|BB|B2CNRFUSXX|1~2~0||N[ARROBA]07~A-SIC~20b2a~2091590359~N~~~NRF~~4CBE40758B3540D176275821785105AWES0015000900050820b2a#ES|2|false|1#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MzMuMjJ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-12-19T00:00:00" End="2025-12-20T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2025-11-11T00:00:00+00:00" End="2025-12-19T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>0.00</TotalAmount>
  <TraceId>9b1108ea-8c1d-44ea-9101-9ad09f62a9e2</TraceId>
</CheckRatesRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="9b1108ea-8c1d-44ea-9101-9ad09f62a9e2">
  <Rooms>
    <Room RoomType="Room 1: Standard Room-Two double beds" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|101480" SourceId="34" RoomTypeCode="02#1#BO#49.82#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.KG-1|ID_B2B_88|BB|B2CNRFUSXX|1~2~0||N[ARROBA]07~A-SIC~2103f~-790976253~N~~~NRF~~4CBE40758B3540D176275821785105AWES001500090005082103f#ES|2|false|1#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|NDkuODJ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-12-19T00:00:00" End="2025-12-20T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2025-11-11T00:00:00+00:00" End="2025-12-19T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>0.00</TotalAmount>
  <TraceId>9b1108ea-8c1d-44ea-9101-9ad09f62a9e2</TraceId>
</CheckRatesRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="9b1108ea-8c1d-44ea-9101-9ad09f62a9e2">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="77186" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-19T00:00:00" End="2025-12-20T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|101480" SourceId="34" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="9b1108ea-8c1d-44ea-9101-9ad09f62a9e2" TimeStamp="0001-01-01T00:00:00" HotelName="MAINGATE LAKESIDE RESORT" HotelCode="|101480" StarRating="3" GTCityId="77186" CountryCode="US" CityName="KISSIMMEE, FL" CountryName="USA" Address="7769 W IRLO BRONSON MEMORIAL HWY" PhoneNo="(+407)3962222" Email="reservations@maingatelakesideresort.com" CheckInTime="12:00 PM" CheckOutTime="12:00 PM" Latitude="28.34122" Longitude="-81.59519" SourceId="34" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard Room-Two double beds" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.2D|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~-1674206000~N~~~NOR~~4CBE40758B3540D176275821785105AWES0015000900050825119#ES|2|false|0#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="20" TotalPrice="21.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: King Room-One king bed and a pullout couch" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.KG|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~-31255206~N~~~NOR~~4CBE40758B3540D176275821785105AWES0015000900050825119#ES|2|false|0#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="20" TotalPrice="21.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Room TWO DOUBLE BEDS Non-refundable rate No amendments permitted" RoomTypeCode="02#1#BO#33.22#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.2D-1|ID_B2B_88|BB|B2CNRFUSXX|1~2~0||N[ARROBA]07~A-SIC~20b2a~2091590359~N~~~NRF~~4CBE40758B3540D176275821785105AWES0015000900050820b2a#ES|2|false|1#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MzMuMjJ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="33" TotalPrice="35.55" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Room KING SIZE BED Non-refundable rate No amendments permitted" RoomTypeCode="02#1#BO#49.82#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.KG-1|ID_B2B_88|BB|B2CNRFUSXX|1~2~0||N[ARROBA]07~A-SIC~2103f~-790976253~N~~~NRF~~4CBE40758B3540D176275821785105AWES001500090005082103f#ES|2|false|1#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|NDkuODJ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="50" TotalPrice="53.31" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType></RoomTypes><Images><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_1.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_2.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_39.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_40.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_41.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_42.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_43.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_44.jpg" /></Images><HotelDescription>Location / Description: Located less than 2 mi. from WDW resorts and minutes from all other area attractions, this hotel offers excellent value in a resort like setting. Min Child Age: 2. Max Child Age: 12. Extra Info:</HotelDescription><Facilities><HotelFacilities><Type>Air Conditioned</Type><Description>Air Conditioned</Description><Value /></HotelFacilities><HotelFacilities><Type>Pay Parking</Type><Description>Pay Parking</Description><Value /></HotelFacilities><HotelFacilities><Type>Indoor Swimming pool</Type><Description>Indoor Swimming pool</Description><Value /></HotelFacilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><Value /></HotelFacilities><HotelFacilities><Type>Air Conditioning</Type><Description>Air Conditioning</Description><Value /></HotelFacilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><Value /></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="9b1108ea-8c1d-44ea-9101-9ad09f62a9e2">
  <Rooms>
    <Room RoomType="Room 1: Standard Room-Two double beds" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|101480" SourceId="34" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.2D|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~-1674206000~N~~~NOR~~4CBE40758B3540D176275821785105AWES0015000900050825119#ES|2|false|0#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-12-19T00:00:00" End="2025-12-20T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2025-12-13T00:00:00" End="2025-12-19T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>0.00</TotalAmount>
  <TraceId>9b1108ea-8c1d-44ea-9101-9ad09f62a9e2</TraceId>
</CheckRatesRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="9b1108ea-8c1d-44ea-9101-9ad09f62a9e2">
  <Rooms>
    <Room RoomType="Room 1: Standard Room-Two double beds" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|101480" SourceId="34" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.KG|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~-31255206~N~~~NOR~~4CBE40758B3540D176275821785105AWES0015000900050825119#ES|2|false|0#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-12-19T00:00:00" End="2025-12-20T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|RestelBlock|successfully done supplier prebooking||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="9b1108ea-8c1d-44ea-9101-9ad09f62a9e2">
  <Rooms>
    <Room RoomType="Room 1: Standard Room-Two double beds" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|101480" SourceId="34" RoomTypeCode="02#1#BO#33.22#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.2D-1|ID_B2B_88|BB|B2CNRFUSXX|1~2~0||N[ARROBA]07~A-SIC~20b2a~2091590359~N~~~NRF~~4CBE40758B3540D176275821785105AWES0015000900050820b2a#ES|2|false|1#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MzMuMjJ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-12-19T00:00:00" End="2025-12-20T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|RestelBlock|successfully done supplier prebooking||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="9b1108ea-8c1d-44ea-9101-9ad09f62a9e2">
  <Rooms>
    <Room RoomType="Room 1: Standard Room-Two double beds" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|101480" SourceId="34" RoomTypeCode="02#1#BO#49.82#0#BB#OK#20251219#20251220#LB#2-0#20251219|20251220|W|235|59702|ROO.KG-1|ID_B2B_88|BB|B2CNRFUSXX|1~2~0||N[ARROBA]07~A-SIC~2103f~-790976253~N~~~NRF~~4CBE40758B3540D176275821785105AWES001500090005082103f#ES|2|false|1#553961C26D3270B9346E41A21910C3818C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|NDkuODJ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-12-19T00:00:00" End="2025-12-20T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b1108ea-8c1d-44ea-9101-9ad09f62a9e2|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2025-11-11T00:00:00+00:00" End="2025-12-19T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>0.00</TotalAmount>
  <TraceId>9b1108ea-8c1d-44ea-9101-9ad09f62a9e2</TraceId>
</CheckRatesRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="49599b79-75c3-4c9b-94aa-f263de5d38e2">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="77186" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-03T00:00:00" End="2025-12-04T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|101480" SourceId="34" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="49599b79-75c3-4c9b-94aa-f263de5d38e2" TimeStamp="0001-01-01T00:00:00" HotelName="MAINGATE LAKESIDE RESORT" HotelCode="|101480" StarRating="3" GTCityId="77186" CountryCode="US" CityName="KISSIMMEE, FL" CountryName="USA" Address="7769 W IRLO BRONSON MEMORIAL HWY" PhoneNo="(+407)3962222" Email="reservations@maingatelakesideresort.com" CheckInTime="12:00 PM" CheckOutTime="12:00 PM" Latitude="28.34122" Longitude="-81.59519" SourceId="34" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard Room-Two double beds" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251203#20251204#LB#2-0#20251203|20251204|W|235|59702|ROO.2D|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~1123214407~N~~~NOR~~6070F8CB2E9D469176275804875405AWES0013000800050825119#ES|2|false|0#553961C26D3270B9808597FD718480858C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="20" TotalPrice="21.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: King Room-One king bed and a pullout couch" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251203#20251204#LB#2-0#20251203|20251204|W|235|59702|ROO.KG|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~-1528802095~N~~~NOR~~6070F8CB2E9D469176275804875405AWES0013000800050825119#ES|2|false|0#553961C26D3270B9808597FD718480858C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="20" TotalPrice="21.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Room TWO DOUBLE BEDS Non-refundable rate No amendments permitted" RoomTypeCode="02#1#BO#33.22#0#BB#OK#20251203#20251204#LB#2-0#20251203|20251204|W|235|59702|ROO.2D-1|ID_B2B_88|BB|B2CNRFUSXX|1~2~0||N[ARROBA]07~A-SIC~20b2a~-386754482~N~~~NRF~~6070F8CB2E9D469176275804875405AWES0013000800050820b2a#ES|2|false|1#553961C26D3270B9808597FD718480858C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MzMuMjJ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="33" TotalPrice="35.55" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Room KING SIZE BED Non-refundable rate No amendments permitted" RoomTypeCode="02#1#BO#42.35#0#BB#OK#20251203#20251204#LB#2-0#20251203|20251204|W|235|59702|ROO.KG-1|ID_B2B_88|BB|B2CNRFUSXX|1~2~0||N[ARROBA]07~A-SIC~24435~-1613924774~N~~~NRF~~6070F8CB2E9D469176275804875405AWES0013000800050824435#ES|2|false|1#553961C26D3270B9808597FD718480858C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|NDIuMzV8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="42" TotalPrice="45.31" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType></RoomTypes><Images><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_1.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_2.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_39.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_40.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_41.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_42.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_43.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_44.jpg" /></Images><HotelDescription>Location / Description: Located less than 2 mi. from WDW resorts and minutes from all other area attractions, this hotel offers excellent value in a resort like setting. Min Child Age: 2. Max Child Age: 12. Extra Info:</HotelDescription><Facilities><HotelFacilities><Type>Air Conditioned</Type><Description>Air Conditioned</Description><Value /></HotelFacilities><HotelFacilities><Type>Pay Parking</Type><Description>Pay Parking</Description><Value /></HotelFacilities><HotelFacilities><Type>Indoor Swimming pool</Type><Description>Indoor Swimming pool</Description><Value /></HotelFacilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><Value /></HotelFacilities><HotelFacilities><Type>Air Conditioning</Type><Description>Air Conditioning</Description><Value /></HotelFacilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><Value /></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="49599b79-75c3-4c9b-94aa-f263de5d38e2">
  <Rooms>
    <Room RoomType="Room 1: Standard Room-Two double beds" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|101480" SourceId="34" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251203#20251204#LB#2-0#20251203|20251204|W|235|59702|ROO.2D|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~1123214407~N~~~NOR~~6070F8CB2E9D469176275804875405AWES0013000800050825119#ES|2|false|0#553961C26D3270B9808597FD718480858C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-12-03T00:00:00" End="2025-12-04T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|RestelBlock|successfully done supplier prebooking||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="49599b79-75c3-4c9b-94aa-f263de5d38e2">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="77186" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-03T00:00:00" End="2025-12-04T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|101480" SourceId="34" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="49599b79-75c3-4c9b-94aa-f263de5d38e2" TimeStamp="0001-01-01T00:00:00" HotelName="MAINGATE LAKESIDE RESORT" HotelCode="|101480" StarRating="3" GTCityId="77186" CountryCode="US" CityName="KISSIMMEE, FL" CountryName="USA" Address="7769 W IRLO BRONSON MEMORIAL HWY" PhoneNo="(+407)3962222" Email="reservations@maingatelakesideresort.com" CheckInTime="12:00 PM" CheckOutTime="12:00 PM" Latitude="28.34122" Longitude="-81.59519" SourceId="34" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard Room-Two double beds" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251203#20251204#LB#2-0#20251203|20251204|W|235|59702|ROO.2D|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~1123214407~N~~~NOR~~6070F8CB2E9D469176275804875405AWES0013000800050825119#ES|2|false|0#553961C26D3270B9808597FD718480858C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="20" TotalPrice="21.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: King Room-One king bed and a pullout couch" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251203#20251204#LB#2-0#20251203|20251204|W|235|59702|ROO.KG|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~-1528802095~N~~~NOR~~6070F8CB2E9D469176275804875405AWES0013000800050825119#ES|2|false|0#553961C26D3270B9808597FD718480858C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="20" TotalPrice="21.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Room TWO DOUBLE BEDS Non-refundable rate No amendments permitted" RoomTypeCode="02#1#BO#33.22#0#BB#OK#20251203#20251204#LB#2-0#20251203|20251204|W|235|59702|ROO.2D-1|ID_B2B_88|BB|B2CNRFUSXX|1~2~0||N[ARROBA]07~A-SIC~20b2a~-386754482~N~~~NRF~~6070F8CB2E9D469176275804875405AWES0013000800050820b2a#ES|2|false|1#553961C26D3270B9808597FD718480858C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MzMuMjJ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="33" TotalPrice="35.55" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Room KING SIZE BED Non-refundable rate No amendments permitted" RoomTypeCode="02#1#BO#42.35#0#BB#OK#20251203#20251204#LB#2-0#20251203|20251204|W|235|59702|ROO.KG-1|ID_B2B_88|BB|B2CNRFUSXX|1~2~0||N[ARROBA]07~A-SIC~24435~-1613924774~N~~~NRF~~6070F8CB2E9D469176275804875405AWES0013000800050824435#ES|2|false|1#553961C26D3270B9808597FD718480858C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|NDIuMzV8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="42" TotalPrice="45.31" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType></RoomTypes><Images><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_1.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_2.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_39.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_40.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_41.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_42.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_43.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/931306_foto_44.jpg" /></Images><HotelDescription>Location / Description: Located less than 2 mi. from WDW resorts and minutes from all other area attractions, this hotel offers excellent value in a resort like setting. Min Child Age: 2. Max Child Age: 12. Extra Info:</HotelDescription><Facilities><HotelFacilities><Type>Air Conditioned</Type><Description>Air Conditioned</Description><Value /></HotelFacilities><HotelFacilities><Type>Pay Parking</Type><Description>Pay Parking</Description><Value /></HotelFacilities><HotelFacilities><Type>Indoor Swimming pool</Type><Description>Indoor Swimming pool</Description><Value /></HotelFacilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><Value /></HotelFacilities><HotelFacilities><Type>Air Conditioning</Type><Description>Air Conditioning</Description><Value /></HotelFacilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><Value /></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="49599b79-75c3-4c9b-94aa-f263de5d38e2">
  <Rooms>
    <Room RoomType="Room 1: Standard Room-Two double beds" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|101480" SourceId="34" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251203#20251204#LB#2-0#20251203|20251204|W|235|59702|ROO.2D|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~1123214407~N~~~NOR~~6070F8CB2E9D469176275804875405AWES0013000800050825119#ES|2|false|0#553961C26D3270B9808597FD718480858C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-12-03T00:00:00" End="2025-12-04T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2025-11-27T00:00:00" End="2025-12-03T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>0.00</TotalAmount>
  <TraceId>49599b79-75c3-4c9b-94aa-f263de5d38e2</TraceId>
</CheckRatesRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="49599b79-75c3-4c9b-94aa-f263de5d38e2">
  <Rooms>
    <Room RoomType="Room 1: Standard Room-Two double beds" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="GTech" Password="143$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|101480" SourceId="34" RoomTypeCode="02#1#BO#20.36#0#BB#OK#20251203#20251204#LB#2-0#20251203|20251204|W|235|59702|ROO.KG|GAR-A|BB||1~2~0||N[ARROBA]07~A-SIC~2091d~-1528802095~N~~~NOR~~6070F8CB2E9D469176275804875405AWES0013000800050825119#ES|2|false|0#553961C26D3270B9808597FD718480858C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#357165#|34|MjAuMzZ8TEJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-12-03T00:00:00" End="2025-12-04T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
49599b79-75c3-4c9b-94aa-f263de5d38e2|RestelBlock|successfully done supplier prebooking||Restel|True