<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
bfe2a937-8b52-4147-9a52-6e1c975b9fe6|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="bfe2a937-8b52-4147-9a52-6e1c975b9fe6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47734" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
bfe2a937-8b52-4147-9a52-6e1c975b9fe6|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="2026-04-14T13:01:00.6178755+01:00" Version="0" EchoToken="Search" TransactionIdentifier="bfe2a937-8b52-4147-9a52-6e1c975b9fe6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="42.29" OriginalAmount="41.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.35763452" Longitude="-6.25980091" StarRating="2" HotelCode="589075|759216|Bed &amp; Breakfast" HotelName="Gardiner House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>76 Upper Gardiner Street, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/8e/948ed22479c8e07bb63437b038c9fc5cc9825ca4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="42.39" OriginalAmount="41.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.34114362" Longitude="-6.27684332" StarRating="2" HotelCode="589047|793702|Bed &amp; Breakfast" HotelName="Garden Lane Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Garden Lane, Christchurch, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/3b/8c3bb5f8ac819877cc645ebed88c7477991911ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.35" OriginalAmount="189.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.365933" Longitude="-6.389048" StarRating="4" HotelCode="34904|90066|Bed &amp; Breakfast" HotelName="Castleknock &amp; Country Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Porterstown Road, Castleknock, Dublin 15</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/62/2f620731e4257658fb41b5c0c44ecb639bd24414.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just outside Castleknock Village, 9 km from Dublin city, 13 km from Dublin air...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.3456" Longitude="-6.25644" StarRating="3" HotelCode="961234|675793|Bed &amp; Breakfast" HotelName="The Hendrick Smithfield" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-11 Hendrick Street, Dublin 7, Dublin, D07 KX28</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/21/6421293d0831dcf801b649f2e4e10c5e4343a599.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.53" OriginalAmount="201.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.313116285017" Longitude="-6.3930226166544" StarRating="3" HotelCode="76087|95618|Bed &amp; Breakfast" HotelName="Maldron Hotel Newlands Cross" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Naas Road, Newlands Cross, Dublin 22, Dublin D22 V6Y6</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/b2/d6b288a45e455bc6a1944f2deba90d26b32eaf51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is located at Dublin's gateway to Ireland, junction 9 on the M50 motorway...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="222.85" OriginalAmount="216.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.353085717157" Longitude="-6.2615954875946" StarRating="3" HotelCode="47229|56918|Bed &amp; Breakfast" HotelName="Cassidys Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cavendish Row, Upper O'Connell Street, Dublin, D01 V3P6</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/ea/93ea3e94723c461ce0094d5ea6742d99c929b6dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the top of O'Connell Street, Dublin's main street; and lies within easy wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.00" OriginalAmount="218.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.355098994459" Longitude="-6.2622199067459" StarRating="3" HotelCode="25016|77641|Bed &amp; Breakfast" HotelName="Belvedere Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Great Denmark Street, Dublin 1, Dublin D01 W1C0</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/91/ed917584a393b6f1430fb9d1a3529375aae679ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Georgian Dublin, just a few minutes' walk from O'Connell Stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="227.29" OriginalAmount="220.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.360726859663" Longitude="-6.2537434576722" StarRating="4" HotelCode="370515|48772|Bed &amp; Breakfast" HotelName="The Croke Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jones's Road, Dublin 3, D03 E5Y8</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/00/41000482979975fb330090c9496581c7cac0dfa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a perfect location in Dublin. Bars, restaurants, and links to the public transport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.56" OriginalAmount="222.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.345658" Longitude="-6.259999" StarRating="3" HotelCode="300890|436381|Bed &amp; Breakfast" HotelName="Temple Bar Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40-47 Fleet Street, Temple Bar, Dublin (Dublin 2)</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436381/436381a_hb_a_045.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.03" OriginalAmount="231.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.347265821707" Longitude="-6.2607264518738" StarRating="3" HotelCode="10331|9210|Bed &amp; Breakfast" HotelName="Arlington O'Connell Bridge Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Bachelors Walk, O'Connell Bridge, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/7c/8d7cee70d45ef9d40c29f71331c47002d470098a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies just 300 m from the centre of Dublin and only a few paces from Trinity Co...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.65" OriginalAmount="232.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.283967841169" Longitude="-6.3753137737513" StarRating="3" HotelCode="24106|80787|Bed &amp; Breakfast" HotelName="Maldron Hotel Tallaght" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Whitestown Way, Tallaght, Dublin 24, Dublin D24 XC9W</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/e4/98e4bfdf5ecadb81beb7b2016ba7fed821d82593.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located on Whitestown Way in Tallaght. It is just 9 km from Dublin city centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="240.59" OriginalAmount="233.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.315336" Longitude="-6.384023" StarRating="4" HotelCode="93177|286782|Bed &amp; Breakfast" HotelName="Louis Fitzgerald Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Naas Road Exit 1A, Newland's Cross, Dublin 22</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/70/fd7032282ae4695399d39bf59f67ce074bfe056e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dublin. The nearest airport is Dublin (DUB).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.56" OriginalAmount="237.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.351472116677" Longitude="-6.2630753964186" StarRating="4" HotelCode="27269|48711|Bed &amp; Breakfast" HotelName="Jurys Inn Parnell Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Parnell Street, Moore Street Plaza, Dublin 1, Dublin D01 E0H3</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/a5/01a5ae0aa82ec1edafe8b2be3a53d7772ca1b585.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies right next to O’Connell Street. Dublin's main shopping streets, Henry Street and Jerv...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="245.55" OriginalAmount="238.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.35202327" Longitude="-6.26086851" StarRating="3" HotelCode="446152|607762|Bed &amp; Breakfast" HotelName="Holiday Inn Express Dublin City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28-32 O'Connell Street, Upper Dublin 1, Dublin D01 T2X2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/ab/e1ab80c303e0be2f375cdfd4de2a33f01717cf19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.00" OriginalAmount="239.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.355428661173" Longitude="-6.4017724245787" StarRating="4" HotelCode="35270|63306|Bed &amp; Breakfast" HotelName="Clayton Hotel Liffey Valle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Fonthill Road, Liffey Valley, Dublin D22 X4W6</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/48/8548f4b19a48bba326d2a4b38bd293083c9da243.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the N4, close to the M50 (exit 7), on the orbital route around the developin...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.99" OriginalAmount="240.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.33991934" Longitude="-6.26444847" StarRating="4" HotelCode="943549|655568|Bed &amp; Breakfast" HotelName="Marlin Hotel Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Bow Lane East, Dublin 2, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/43/87432b689a46ec785fbeece0ac646717f1490f7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.12" OriginalAmount="245.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.271152296389" Longitude="-6.2057985226154" StarRating="4" HotelCode="76086|95617|Bed &amp; Breakfast" HotelName="Clayton Hotel Leopardstown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Golf Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Leopardstown Road, Central Park, Dublin 18, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/86/7c86338c49b1bc5f0afb3bc86fefe7c81c798aae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is located about 8 km south of Dublin city centre. Off both the N11 and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="256.06" OriginalAmount="248.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.338422" Longitude="-6.27182567" StarRating="3" HotelCode="622951|617383|Bed &amp; Breakfast" HotelName="Maldron Hotel Kevin Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kevin Street, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/62/3562a76e1e9416058a972f1d022e385093c6fed8.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to the Newly built Maldron Hotel Kevin Street.

Well located in the heart of Dublin, Maldron...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="261.21" OriginalAmount="253.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.37748060117" Longitude="-6.2464919686317" StarRating="3" HotelCode="16536|147201|Bed &amp; Breakfast" HotelName="The Bonnington Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Swords Road, Whitehall, Dublin, Drumcondra D09 C7F8</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/7d/9e7d7411a810a37d48c01ce95a787d71449d89c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is under 3 km from Dublin city centre and a 15-minute walk from Croke Park Stadium. Dublin...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.12" OriginalAmount="258.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.351347036575" Longitude="-6.2604394555092" StarRating="4" HotelCode="31439|7484|Bed &amp; Breakfast" HotelName="Hotel Riu Plaza The Gresham Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Upper O´Connell Street, Dublin, D01 C3W7</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ee/59ee4032707d5c758a001e41efe4a79bc8c002aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located at the heart of Dublin within a short distance of shops, thea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="280.56" OriginalAmount="272.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.35520411" Longitude="-6.26288765" StarRating="3" HotelCode="581515|624445|Bed &amp; Breakfast" HotelName="Hotel 7" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>7 Gardiner Row, Rotunda, Dublin 1, Dublin D01 XN53</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/e7/22e73c195c48ffa5f6eb5987faf792816d24d42f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="284.13" OriginalAmount="275.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.330198398178" Longitude="-6.2490957926598" StarRating="4" HotelCode="18268|8881|Bed &amp; Breakfast" HotelName="Clayton Hotel Burlington Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeson Street Upper, Dublin 4, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/69/d769fae4d1556b90b65a0e8d2ee4a777006210a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Dublin, just a short distance from Trinity College. This elegan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="294.02" OriginalAmount="285.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.40334982039" Longitude="-6.1799080171967" StarRating="4" HotelCode="72862|77692|Bed &amp; Breakfast" HotelName="Hilton Dublin Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Northern Cross, Malahide Road, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/d6/27d61de27cfdf3c63a44f6aa35cec0eda098d55a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel lies some 5 km from Dublin city centre. Bars, pubs, clubs and nightlife spots can...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.23" OriginalAmount="290.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.343043860859" Longitude="-6.243596767433" StarRating="4" HotelCode="13438|178289|Bed &amp; Breakfast" HotelName="Maldron Hotel Pearse Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98-107 Pearse Street, Grand Canal Dock, Dublin 2, Dublin, County Dublin, D02 RK37</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/61/c561cc0575b213e41bc63e7c20d68c77127eb585.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dublin. The nearest airport is Dublin (DUB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="301.76" OriginalAmount="292.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.348127835566" Longitude="-6.2908931525047" StarRating="4" HotelCode="10371|55554|Bed &amp; Breakfast" HotelName="Ashling Hotel Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Parkgate Street, Dublin 8, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/79/8179c0fcb6a0f0d0b5b8c3ce96d0737b467876d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Parkgate Street, across the River Liffey from Heuston train station. The ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="302.68" OriginalAmount="293.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.33905483" Longitude="-6.27352206" StarRating="4" HotelCode="784365|700709|Bed &amp; Breakfast" HotelName="Hyatt Centric The Liberties Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dean Street, Dublin D08 W3X7</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/76/de766496a6fdb17270e02721077992f160acb281.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="306.04" OriginalAmount="297.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.33625948468" Longitude="-6.2630680203438" StarRating="3" HotelCode="33804|160906|Bed &amp; Breakfast" HotelName="Albany House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84 Harcourt Street, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/37/7e37580f0e8d03161b07589e2181eaf11c7de569.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The guesthouse is located in the heart of the Georgian city of Dublin, approximately 2 km from St St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="306.94" OriginalAmount="298.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.345953152341" Longitude="-6.2598980897236" StarRating="3" HotelCode="63718|75459|Bed &amp; Breakfast" HotelName="The Fleet Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-20 Fleet Street, Temple Bar, Dublin 2, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/f1/10f12b44d0219cec0f8969a286f9ddfd840e4337.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Dublin City, within the Temple Bar district just off O'Connel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="307.50" OriginalAmount="298.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.345867756201" Longitude="-6.2602572015493" StarRating="3" HotelCode="18185|6503|Bed &amp; Breakfast" HotelName="Temple Bar Hotel Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Fleet Street, Dublin 2, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/7d/b07dd1da06c86d671780a15debce594c354c2a1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located by O'Connell Bridge in the lively Temple Bar, at the heart of the li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="308.95" OriginalAmount="299.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.301244624727" Longitude="-6.4195422214784" StarRating="4" HotelCode="71944|85429|Bed &amp; Breakfast" HotelName="KingsWood Hotel City West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kingswood Village, Naas Road, Dublin 22, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/84/1884f1b0383a9ac7917d38ab5c61e4e05483f010.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Naas Road, just 13.5 km from the city centre and 3.2 km from the M50 mot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.11" OriginalAmount="300.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.351778355144" Longitude="-6.2499990167907" StarRating="4" HotelCode="33800|87059|Bed &amp; Breakfast" HotelName="North Star Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amiens Street, Dublin 1, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/75/ff7574e3bc12e54b8c4991f7d43804d3bf1fdfc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dublin, this hotel is only a short walk from the restaurants, bars and night...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.51" OriginalAmount="302.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.342904350611" Longitude="-6.2707178468177" StarRating="3" HotelCode="59558|48771|Bed &amp; Breakfast" HotelName="Jurys Inn Dublin Christchurch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Christchurch Place, Dublin 8 D08 REK7</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/48/264894f1c0f154cfd6e59bec75c8625710ba1499.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Dublin, within a short distance of the tourist centre where bars, rest...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="317.00" OriginalAmount="307.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.338132042885" Longitude="-6.2377393091926" StarRating="3" HotelCode="79302|56847|Bed &amp; Breakfast" HotelName="Grand Canal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grand Canal Street, Ballsbridge, Dublin 4, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/75/a275adb202c5fa1f299680f7a9ec0d85a7e0ecb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in picturesque Dublin 4, just a short stroll from the city's main shopping dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="328.04" OriginalAmount="318.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.345213510205" Longitude="-6.2542249814758" StarRating="4" HotelCode="23476|28723|Bed &amp; Breakfast" HotelName="Trinity City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Pearse Street, Dublin 2, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/4f/b94fa0aee3ddd00c312d97c720b558baf636395e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is adjacent to Trinity College, one of Dublin's best known landmarks. Some of Dublin's to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="329.84" OriginalAmount="320.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.342289" Longitude="-6.308173" StarRating="4" HotelCode="60667|77750|Bed &amp; Breakfast" HotelName="Hilton Dublin Kilmainham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>South Circular Road, Kilmainham, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/ab/16ab4012e11eb29db0f6a0f19bb55278e935b25c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of historic Dublin, this hotel is just 10 minutes from the city centre and a sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="338.18" OriginalAmount="328.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.427714" Longitude="-6.233552" StarRating="4" HotelCode="402041|120913|Bed &amp; Breakfast" HotelName="Maldron Hotel Dublin Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dublin Airport, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/3d/513d77d3e8a93837773b9ae96623b1a75981bf2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is around 12 km from the centre of Dublin and Donabate Beach. Conveniently the cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="338.78" OriginalAmount="328.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.364743931325" Longitude="-6.2068355083466" StarRating="4" HotelCode="47259|121059|Bed &amp; Breakfast" HotelName="Clontarf Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Castle Avenue, Clontarf, Dublin 3, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/87/b98767e41981ecb33233537765278e118ed2cd30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a coastal suburb on the north side of Dublin, Ireland, this family-friendly city hotel is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="339.92" OriginalAmount="330.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.33656231" Longitude="-6.26319061" StarRating="3" HotelCode="610720|619728|Bed &amp; Breakfast" HotelName="Iveagh Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>72/74 Harcourt Street, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/fb/47fb456c4d1334df547e71c5466974b7d1c229d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="340.24" OriginalAmount="330.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.348146658713" Longitude="-6.2467856608313" StarRating="3" HotelCode="258993|9208|Bed &amp; Breakfast" HotelName="Hilton Garden Inn Dublin Custom House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Custom House Quay, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/af/46afb776620b0acfd062ab9c1e87d2121b7c317a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Dublin, on the banks of the River Liffey. The capital's nume...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.99" OriginalAmount="333.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.345757482576" Longitude="-6.260943710804" StarRating="4" HotelCode="24593|56950|Bed &amp; Breakfast" HotelName="The Morgan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Fleet Street, Temple Bar, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/32/ba32d0de3be7651f6026cd9257c2be4b6722987e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dublin. The nearest airport is Dublin (DUB).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="344.89" OriginalAmount="334.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.337460663474" Longitude="-6.2631243467331" StarRating="4" HotelCode="33801|107594|Bed &amp; Breakfast" HotelName="The Green" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-5 Harcourt Street, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/d5/b9d5a083b53e5f3cff2a3bd7388717b616ec1ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dublin, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.93" OriginalAmount="336.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.33047841" Longitude="-6.2613371" StarRating="4" HotelCode="741849|633582|Bed &amp; Breakfast" HotelName="Clayton Hotel Charlemont" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Charlemont Stereet, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/89/5c8983bbc33e974f56c5eb7d3f8086e953b0d1f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Beautifully decorated to marry historic Dublin with modern architecture. The newly built Clayton Hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.58" OriginalAmount="342.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.330967488908" Longitude="-6.2591922283173" StarRating="4" HotelCode="21206|111693|Bed &amp; Breakfast" HotelName="Hilton Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Charlemont Place, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f5/cff530f1400202dc37203093f4a35a5b0ed63c07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Overlooking the historic Grand Canal, the hotel is a 10-minute walk from the fashionable Dublin City...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.69" OriginalAmount="343.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.341051897704" Longitude="-6.2638022455594" StarRating="3" HotelCode="31783|9034|Bed &amp; Breakfast" HotelName="Grafton Capital Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stephens Street Lower, Dublin City Centre, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/6a/8d6a2e469f41e74b92f8ebb99696d321cfa2c233.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional, Georgian-style hotel is located at the heart of Dublin within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="356.74" OriginalAmount="346.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.328462211103" Longitude="-6.232123374939" StarRating="4" HotelCode="94828|224794|Bed &amp; Breakfast" HotelName="Herbert Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ballsbridge, Dublin 4, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/65/a665cd3e82f281304b6451ee511f3499cf8b1854.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dublin. The nearest airport is Dublin (DUB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="361.43" OriginalAmount="350.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.341852801384" Longitude="-6.2492060994057" StarRating="4" HotelCode="34045|62722|Bed &amp; Breakfast" HotelName="The Alex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-47 Fenian Street, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/08/9508bd1153fb9f59dc8f9ccbd3d5e5b28d7e50ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="372.66" OriginalAmount="361.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.348015202336" Longitude="-6.2432444753937" StarRating="4" HotelCode="24107|56848|Bed &amp; Breakfast" HotelName="The Spencer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Excise Walk, IFSC, Dublin 1 D01X4C9</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/05/fd05c0b479d9b9a42813110990ea9fc0b1a0643d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dublin city centre, just a 10-minute walk away from Temple Bar, the hotel overlooks the R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="375.11" OriginalAmount="364.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.344068187968" Longitude="-6.2638926414104" StarRating="3" HotelCode="187969|287356|Bed &amp; Breakfast" HotelName="The Mercantile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Massage Centre,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Dame Street, Dublin 2, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/9e/e89e03890f3629016faa8e6a63d32d2d12297d5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="375.95" OriginalAmount="365.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.325738" Longitude="-6.224909" StarRating="4" HotelCode="76085|95616|Bed &amp; Breakfast" HotelName="Clayton Hotel Ballsbridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Merrion Road, Ballsbridge, Dublin 4, DO4 P3C3</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/d9/37d9850e737d6b1c993a008735be56723f4c5772.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beautifully restored 19th century Masonic School is ideally located in the heart of Dublin's ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="382.07" OriginalAmount="370.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.333224355535" Longitude="-6.2648570537567" StarRating="4" HotelCode="11344|9238|Bed &amp; Breakfast" HotelName="Camden Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lower Camden Street 2, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/da/acda003f8382776e4e9a2744b1f61746eaea2383.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located on Camden street around a 5-minute walk from the pleasant St. Stephen...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="383.70" OriginalAmount="372.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.345184235664" Longitude="-6.2408459186554" StarRating="4" HotelCode="365645|48410|Bed &amp; Breakfast" HotelName="Clayton Hotel Cardiff Lane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cardiff Lane, Sir John Rogerson’s Quay, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fc/ddfc9dccb94ce10345bfe5b4c5c8688cc30be5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming city hotel lies on the southern banks of the Liffey. Within 1 km, guests will find pl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="412.75" OriginalAmount="400.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.341666124239" Longitude="-6.2500284612179" StarRating="4" HotelCode="48082|107593|Bed &amp; Breakfast" HotelName="The Davenport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Merrion Street Lower, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/e3/c1e32b9cf205c3dd304a7b5551881790f7eda029.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the elegant Georgian quarter of Dublin city, just off Mer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="432.98" OriginalAmount="420.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.341506" Longitude="-6.25072" StarRating="3" HotelCode="33799|112294|Bed &amp; Breakfast" HotelName="The Mont" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1/4 Merrion Street Lower, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/95/1295b154a71b3097e8e419ff00e5f16d005b29c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Dublin's Georgian Merrion Square and approximately five minutes' walk from Grafton Street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="448.73" OriginalAmount="435.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.341604" Longitude="-6.263646" StarRating="4" HotelCode="11237|9207|Bed &amp; Breakfast" HotelName="Brooks Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Drury Street, Dublin 2 D02 TV06</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/35/a435346c62d9886da6217f113d0c1adf98e237f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location, parallel to St George's Street and is an ideal starting point ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="454.98" OriginalAmount="441.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.346331" Longitude="-6.265932" StarRating="4" HotelCode="18377|6505|Bed &amp; Breakfast" HotelName="The Morrison, A Doubletree by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lower Ormond Quay, Dublin 1</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/90/6490656abad57b1c681c3b074c8ca300345f68ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre on the banks of the River Liffey, very close to the Millenn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="460.67" OriginalAmount="447.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.348543" Longitude="-6.228719" StarRating="4" HotelCode="162440|135260|Bed &amp; Breakfast" HotelName="The Gibson Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Point Square, Point Village, Dublin 1, D01 X2P2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/7b/3e7b0c2aeddd12e4648602e6aa51c439daaf16ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the trendiest spot in Dublin, only 1 stop from the Convention Centre Dublin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="516.29" OriginalAmount="501.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.415334" Longitude="-6.240751" StarRating="4" HotelCode="94832|112353|Bed &amp; Breakfast" HotelName="Carlton Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 08/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Old Airport Road, Cloghran, Co. Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f5/c7f5a25155cdbb163f26d40fa61ad397b97707b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The conference hotel is just a 20-minute drive away from Dublin city centre and conveniently located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="565.63" OriginalAmount="549.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.334934945645" Longitude="-6.2577384710312" StarRating="5" HotelCode="39371|9455|Bed &amp; Breakfast" HotelName="Conrad Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Earlsfort Terrace, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/51/1b513c6a025701c3fe178bbf72664bd30146c1ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of Dublin, close to Trinity College. It is just a short walk to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="595.80" OriginalAmount="578.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.344523492635" Longitude="-6.2388696472387" StarRating="5" HotelCode="255817|194779|Bed &amp; Breakfast" HotelName="The Marker Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grand Canal Square, Docklands, Dublin 2, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/4c/be4c034e0f3272310e7360cda0f167e3cfeb8a35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dublin. The nearest airport is Dublin (DUB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="599.22" OriginalAmount="581.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.326572" Longitude="-6.225941" StarRating="5" HotelCode="12631|287784|Bed &amp; Breakfast" HotelName="InterContinental Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Simmonscourt Road, Ballsbridge, Dublin 4, D04 A9K8 Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/5a/f15a3558c02db3427781b77afd647142d4a33df7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dublin, this hotel is approximately 1.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Nightclub,Golf,Jacuzzi,Swimming Pool,Sauna,Wheelchair Access,Diet Meals,Heated Pool,Massage Centre,Spa,Garden,Kitchen</BasicAmenities>
    <HotelRating>4,3,5,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,GUESTHOUSE,AIRPORT HOTEL,SPA HOTEL,GOLF HOTEL,ECO HOTEL,APARTMENT HOTEL,HOSTELS</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
3c7f86db-1e0b-4305-8b55-da8e8d5b2a0a|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="3c7f86db-1e0b-4305-8b55-da8e8d5b2a0a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26992" DestinationId="0" CityId="0" />
    <StayDateRange Start="2027-01-01T00:00:00" End="2027-01-02T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
3c7f86db-1e0b-4305-8b55-da8e8d5b2a0a|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
4f082e9a-aab1-4fa9-b058-7e7a448fe565|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="4f082e9a-aab1-4fa9-b058-7e7a448fe565">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26992" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-12T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
4f082e9a-aab1-4fa9-b058-7e7a448fe565|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
4f082e9a-aab1-4fa9-b058-7e7a448fe565|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="2026-04-14T13:02:38.9343317+01:00" Version="0" EchoToken="Search" TransactionIdentifier="4f082e9a-aab1-4fa9-b058-7e7a448fe565" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="49.12" OriginalAmount="47.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.332263315584" Longitude="-3.7027604429916" StarRating="3" HotelCode="284796|194682" HotelName="Vértice Roomspace Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Laguna Dalga 4, 28021 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/40/0e409cca12e63d234a55293cff0f3fe1d6a97d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.63" OriginalAmount="50.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41324993" Longitude="-3.70088449" StarRating="2" HotelCode="491116|452943" HotelName="Far Home Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha  45, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/14/7a14b15060cba198a29692ef4eee7038e7fdeaca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="58.03" OriginalAmount="56.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42208411" Longitude="-3.70616948" StarRating="2" HotelCode="479030|646435" HotelName="Hostal La Estrella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle La Estrella No. 5, 2º Dcha, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/fa/52faa4177c894ae8af649fac6384ff087646d1d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="63.68" OriginalAmount="61.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4267445" Longitude="-3.708004" StarRating="1" HotelCode="36870|14900" HotelName="Hostal Los Perales" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>Palma 61, 1 Izquierda, 28015 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/5a/585a36e5d30a2c125a3500b88b4df25bf7c74fff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Madrid, just a few minutes walk from the avenue of Gran Via a...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.41" OriginalAmount="64.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421265205855" Longitude="-3.6997545956356" StarRating="2" HotelCode="568140|635139" HotelName="Motion Chueca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Pedro Zerolo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/zz/0badb0d5060c3cd40f4a45ba0568b1ed2b36a05c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.00" OriginalAmount="66.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372309" Longitude="-3.640692" StarRating="1" HotelCode="212866|228458" HotelName="ibis budget Madrid Vallecas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Casas de Miravete 17, Poligono Industrial Vallecas, 28031 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/87/e987f097d6a6e128268bb43ee086c3983696a4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.99" OriginalAmount="67.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4249" Longitude="-3.69583" StarRating="2" HotelCode="823196|693194" HotelName="Hello Ifema" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mar De Omán 25, Hortaleza, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/dd/68ddfb5e5d876af87c2e12ccc55e9099198cb266.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="70.07" OriginalAmount="68.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439255" Longitude="-3.626964" StarRating="4" HotelCode="212865|228456" HotelName="ibis budget Madrid Calle Alcala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rufino Gonzalez 19, Metro Suanzes, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/dd/4edd02c9b36247c025ce76dcde056ab81db020e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.77" OriginalAmount="69.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39610371288" Longitude="-3.670543266201" StarRating="1" HotelCode="445332|886661" HotelName="ibis budget Madrid Calle 30" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lozano 3, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/46/b1462cc0ae3c8323509815450098eb3b4699efc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.81" OriginalAmount="70.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447343320741" Longitude="-3.5428972681056" StarRating="3" HotelCode="395302|94895" HotelName="B&amp;B Hotel Madrid Airport T1 T2 T3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 2, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5f/1b5f242c6c21d11412b7cbf31f2c0bb27d8763ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the A2 motorway, with easy access to all the major ring roads. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.45" OriginalAmount="71.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.466844" Longitude="-3.6743750000001" StarRating="3" HotelCode="76620|362857" HotelName="La Posada De El Chaflan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Pío XII 34, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/59/b459fd531a25080baa9223cf25226392ffa2e4dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.35" OriginalAmount="74.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.360178765032" Longitude="-3.6650237977831" StarRating="4" HotelCode="53748|170478" HotelName="Hotel Mercader" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Eje 2-7, Poligono Alimentario Mercamadrid, Villa de Vallecas, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/19/2d19ebc36d6df4cc1b9589935d75ddaefb013dea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Mercamadrid, the largest food market in Europe, close to the M 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.88" OriginalAmount="74.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418646603198" Longitude="-3.7046000422642" StarRating="2" HotelCode="400269|691684" HotelName="Sungate One" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Housekeeping,Internet,Kitchen,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Carmen 16, 2nd floor, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/de/b0dec6945ec7fe6a275869a3b8d07faaa759e654.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;24-hour front desk, Air conditioning, Computer station, Daily housekeeping, Dry cleaning/laundry ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.09" OriginalAmount="76.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419717037887" Longitude="-3.7045021532889" StarRating="2" HotelCode="64250|178548" HotelName="Motion Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesonero Romanos 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1f/f31f35dcd25d2f31769c971251e4aad0c3d66967.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a privileged position in the centre of Madrid, a few metres from the Gran Vía, Pue...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="80.20" OriginalAmount="77.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415605899635" Longitude="-3.7018719589129" StarRating="2" HotelCode="387330|84097" HotelName="Marlasca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Cruz 14, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/95/f69504486d91d657d609b8dc1675d552c7d2deca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Madrid, offering great access to a multitude of museums and hi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.38" OriginalAmount="90.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458646083947" Longitude="-3.5823985934257" StarRating="4" HotelCode="29260|3204" HotelName="Senator Barajas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 27, Next to Adolfo Suárez Madrid-Barajas Airport and IFEMA, Barajas, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d720dcddfec7543958d5cf370fccf4afb4be9dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located approximately 1 km from Madrid Barajas Airport. It offers an exclusive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.71" OriginalAmount="90.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.354234" Longitude="-3.830659" StarRating="3" HotelCode="61848|30347" HotelName="Holiday Inn Express Madrid - Alcorcon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Argentina S/n, Alcorcon, 28922 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/4d/6a4dc28b0d83aabd5a72e8f99441249d9f4f6409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcorcón in a convenient setting south west of Madrid and is very well conn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.00" OriginalAmount="91.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.391911115278" Longitude="-3.6958940308176" StarRating="3" HotelCode="113314|147191" HotelName="Gran Legazpi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Chopera 71, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/9e/8e9ee3a6503e89c20eb6c1f33441e23bfb77b27d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to Madrid’s shopping, cultural and financial centre, next to the em...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.68" OriginalAmount="91.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439351801307" Longitude="-3.6261788049536" StarRating="2" HotelCode="113307|228455" HotelName="ibis Madrid Calle Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Valentin Beato 20, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/50/d150e243d5c7b3fc9a70dbbe10a2d090b449ab68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 9 km from the famous Puerta del Sol Square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.98" OriginalAmount="93.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372858" Longitude="-3.743114" StarRating="3" HotelCode="31353|6976" HotelName="Hotel Eco Via Lusitana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Secoya 2, 028044 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/56/8e563d9f0a5cc8271402454b475ab0a83f978b02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is just 5 km from Madrid's lively, pulsing centre. The crowd pleasing Warner Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.16" OriginalAmount="93.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422649567808" Longitude="-3.700854331255" StarRating="1" HotelCode="190786|212817" HotelName="Hostal Abril" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Fuencarral 39, 4° piso, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/01/13018d6981d8dbbf7a75706ca86c8a94db073ae7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a range of services and facilities for holidaymakers and business guests alike. Gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.48" OriginalAmount="93.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436916985145" Longitude="-3.6311347901783" StarRating="1" HotelCode="263671|191203" HotelName="Travelodge Madrid Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Santa Leonor 34, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bc/a6bc5374b8b0e2d4ac41e7281121269e97a1d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.14" OriginalAmount="95.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415345635073" Longitude="-3.7055588149133" StarRating="2" HotelCode="149057|186991" HotelName="Cruz Sol Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Santa Cruz 6 Floor 3, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/186991/186991a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hostel is located in Puerta del Sol-Plaza Mayor. A total of 17 bedrooms are available fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.63" OriginalAmount="96.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.468981044467" Longitude="-3.6738793551922" StarRating="4" HotelCode="29336|4706" HotelName="Hotel ILUNION Pío XII" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Pío XII 77, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/dd/e1dd8b2288d5d39323f36364e440664c2b6a724d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid. The hotel'...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.73" OriginalAmount="96.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.558445702613" Longitude="-3.6137562990189" StarRating="3" HotelCode="37293|22902" HotelName="NH San Sebastián de los Reyes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Europa 11, 28700 San Sebastian de los Reyes, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/0c/bd0c22dd92fd85eb85c83cc95d49b302412b575b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the San Sebastián de los Reyes business park, 15 km from Madrid. The Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.00" OriginalAmount="97.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458744043451" Longitude="-3.6992409825325" StarRating="3" HotelCode="36940|19460" HotelName="G3 Galeon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Francisco Medrano 4, c/v Bravo Murillo 238, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/cd/39cd6fbfb9eecd306757ce88d40adde25232c055.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming building lies at the heart of Madrid. An ideal point of departure for those wishing to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.98" OriginalAmount="99.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419309" Longitude="-3.704017" StarRating="1" HotelCode="295457|208994" HotelName="Far Home Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Chinchilla 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/c9/a5c9cbf9504aa49145cbb2b45bbf6912b9e2aba0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is located in Gran Via. With a small number of only 7, this accommodation is very co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.04" OriginalAmount="101.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.45442345" Longitude="-3.70145194" StarRating="2" HotelCode="613406|655182" HotelName="Far Home Bernabeu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Mercedes 13, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/bd/38bdf8c4782f7ae4b36166d422de98c8effc66c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.76" OriginalAmount="102.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41407" Longitude="-3.69877" StarRating="1" HotelCode="607302|576961" HotelName="Hostal Carracedo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Leon 13, 3º Piso, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/5b/8a5b6265bb1084d53007ae62fb9c6c23e409a6d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel enjoys a charming setting at the heart of Madrid, in the famous Barrio de las Letras are...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.76" OriginalAmount="102.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41407" Longitude="-3.69877" StarRating="1" HotelCode="293767|235798" HotelName="Hostal San Antonio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle León 13, 2º Piso, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/7f/1b7ff74d3173681200f34f71295a1a01a7d3e574.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.92" OriginalAmount="103.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.45393497" Longitude="-3.67860288" StarRating="3" HotelCode="610268|617856" HotelName="Roisa Hostal Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Housekeeping,Internet,Meeting Room,Printer,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Serrano 236, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/a2/bca25fd5755ffd84652e791dbacb6fa48d4c929f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hostel Boutique Roisa offers beautiful rooms and suites in one of the most important and quiet area ...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.25" OriginalAmount="104.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.443887381631" Longitude="-3.6726863453977" StarRating="3" HotelCode="32147|14453" HotelName="Sercotel Togumar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Canillas 59, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/53/29530c41eb10bdd6bfa35034c22427f2f324e426.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is in a privileged location, just 10 minutes from Madrid Airport, Chamartín t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.36" OriginalAmount="107.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427936905493" Longitude="-3.5606646537781" StarRating="3" HotelCode="37048|22904" HotelName="NH Villa de Coslada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Constitución, 75, 28820 Coslada, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/zz/6fad466b171dc860fcfc0f6ee9973e1a588af07e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the new residential area of Coslada between the industrial park and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.64" OriginalAmount="107.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436533" Longitude="-3.621056" StarRating="4" HotelCode="32665|8266" HotelName="Hotel ILUNION Alcalá Norte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Romualdo 30, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/6f/a86ffc6c225f214fd83e0a50a11fdb851d060de8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north west of Madrid in the Julian Camarillo and near Alcala Street. Th...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.10" OriginalAmount="107.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422857688332" Longitude="-3.689982722615" StarRating="2" HotelCode="300297|175430" HotelName="Apartamentos Serrano Recoletos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Villanueva 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/da/a7da28e5cfd4c001ff0acc6d823ebe5b9797baab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are centrally located, close to the Paseo de la Castellana. The famous Calle Serrano ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.11" OriginalAmount="109.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445696913643" Longitude="-3.6729368196434" StarRating="3" HotelCode="311317|226143" HotelName="Aparthotel AHM Marcenado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Bar,Currency Exchange,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Marcenado 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/b9/3db91cdbdfa194c9b4c09b220cbe2fe427294399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a cloakroom, a sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.21" OriginalAmount="109.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447616636597" Longitude="-3.655298659824" StarRating="4" HotelCode="98191|103640" HotelName="Hotel ILUNION Atrium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Emilio Vargas 3 y 5, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/40/50409639c3b56138a0a2c349b058c209961180f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in one of the best residential zones in Madrid, the hotel has direct access to the M-30. The...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.32" OriginalAmount="110.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44774" Longitude="-3.669104" StarRating="4" HotelCode="24896|4690" HotelName="Hotel ILUNION Suites Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 143, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/e2/e5e2f2aa0e092b549d3d207dafbca543804c35c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid, close to a...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.49" OriginalAmount="110.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41486085" Longitude="-3.70271386" StarRating="2" HotelCode="485545|630483" HotelName="Hostal La Bañezana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle la Cruz 26, 1 Izquierda, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second/fc/9d/fc9dcd3d4b1c5dd11522fdbb29dd13121c484238.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.23" OriginalAmount="110.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.444416641378" Longitude="-3.6554197643918" StarRating="3" HotelCode="38298|26620" HotelName="Travelodge Madrid Torrelaguna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Torrelaguna 69, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/e8/c3e89468aee6bd8bccb48bbcdb808ce96f9f8984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the region's main business district. There is a link to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.47" OriginalAmount="111.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447388917667" Longitude="-3.5803155423279" StarRating="3" HotelCode="899437|112877" HotelName="Aparthotel Compostela Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Village,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zambrana 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/13/b51372a290f98835fe8bfecb9fdaa0740d69a789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel provides easy access to the M21, M22, M40 and A2 motorways, as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.59" OriginalAmount="111.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421526302731" Longitude="-3.703577362966" StarRating="2" HotelCode="899737|115356" HotelName="Ballesta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ballesta 5, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/73/92737b2ce70242bd2dc218c64fa3a37a90558a39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located right in the centre of Madrid. Its proximity to links to the public transport ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.60" OriginalAmount="111.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419308953948" Longitude="-3.7030295631599" StarRating="3" HotelCode="61928|73799" HotelName="Anaco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tres Cruces, 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/08/8d0803cc45a98fef2f1e4f504350d3b7e89dc93a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Plaza del Carmen, right in the heart of Madrid. From here guests can rea...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.74" OriginalAmount="111.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425258443904" Longitude="-3.7001618914016" StarRating="0" HotelCode="749943|644929" HotelName="Bastardo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Laundry,Parking,Restaurant,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>San Mateo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e1/ede16d21d600054a92fe56c21b244a8cc8107f86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;bastard:
From fr. ant. bastart.
1. adj. That degenerates from its origin or nature.

A journey does ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.37" OriginalAmount="112.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3053105077" Longitude="-3.7748256325722" StarRating="3" HotelCode="161637|130229" HotelName="Holiday Inn Express Madrid-Leganés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Recomba 11, Parque Industrial La Laguna Leganes, 28914 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/46/db4655647aadba033d44dbe7586ee9f83a8387f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the south of Madrid, close to the Parque Warner theme park, in the La Lagun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.39" OriginalAmount="112.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41973075282" Longitude="-3.704108603769" StarRating="3" HotelCode="29799|5271" HotelName="Avenida Gran Vía" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesoneros Romanos 14, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/51/e551f8a8c48abf81eb5fa3da3a333cac8ed12f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This straightforward hotel enjoys a splendid location. Madrid's countless shops and cultural venues ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.75" OriginalAmount="112.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416024506087" Longitude="-3.7017413220092" StarRating="2" HotelCode="113300|197090" HotelName="Hostal Matheu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Victoria 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/ac/c9aca30ad043461a7fa92c84e19451b6a037b70c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.52" OriginalAmount="113.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419223" Longitude="-3.704238" StarRating="3" HotelCode="38610|72503" HotelName="II Castillas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Abada 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/23/ad231204dd668a04aeb10cf1cf6c09469d00b8b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the commercial and architectural centre of Madrid, approximately 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.92" OriginalAmount="113.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416015050549" Longitude="-3.7031596899033" StarRating="2" HotelCode="188112|212082" HotelName="Hostal El Pilar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Carretas 13, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c2/68c27658e22b5f44e884e7a81a9297485cf1e13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.37" OriginalAmount="114.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420715844095" Longitude="-3.7069496512413" StarRating="3" HotelCode="18768|129985" HotelName="Room Mate Macarena - Gran Vía" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 43, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a3/4aa3380932ad4f1d430728f8197c9a0f3059f505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, near to the Gran Via, between the Plaza de Espana and ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.09" OriginalAmount="115.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4217139" Longitude="-3.707948" StarRating="2" HotelCode="385698|261070" HotelName="Hostal Besaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Pick &amp;amp; Drop,Shopping Arcade,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 13, 8 planta, Esquina a Calle Gran Vía, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/9a/c79a99177bd9f87b129f36cdb2f2c708b01b5df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hostal Besaya, you'll be centrally located in Madri...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.03" OriginalAmount="116.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421476" Longitude="-3.721681" StarRating="3" HotelCode="212800|181474" HotelName="Hotel Acta Madfor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de La Florida 13, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/66/8f667c74e208871dc3068d0db8b43dc2d7ad705c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.22" OriginalAmount="116.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406225" Longitude="-3.71221" StarRating="3" HotelCode="16252|1237" HotelName="Puerta de Toledo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Glorieta Puerta de Toledo 4, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/69/1769a5b322545c05546b4496955491621e7af9ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally located in the historical centre of Madrid, near the Real Palace an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.70" OriginalAmount="117.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.498234570408" Longitude="-3.6646270751953" StarRating="4" HotelCode="88640|111753" HotelName="NH Madrid Las Tablas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Burgos 131, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cc/4dcc3e8734580697e808a0f17613c8ae3453f345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the north of Madrid, next to the Las Tablas and Sanchinar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.96" OriginalAmount="117.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416260512445" Longitude="-3.7013848513596" StarRating="3" HotelCode="147256|197995" HotelName="El Pasaje" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pozo 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a9/4fa9fec501552ad81a0bd8f584f960e2393a3f41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="121.22" OriginalAmount="117.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425456" Longitude="-3.701384" StarRating="3" HotelCode="31524|7856" HotelName="Tribunal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Vicente Ferrer, 1, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4e/af4ee8954994d0f14d7335f56626c75a66cef914.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Madrid, this aparthotel lies between Gran Vía and Glorieta Bilbao and near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.29" OriginalAmount="118.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417432762711" Longitude="-3.7086466877754" StarRating="3" HotelCode="533774|635140" HotelName="Room007 Select Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Fuentes 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/69/5f69177137994bef08d321cee84d5e706af05444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Madrid.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.45" OriginalAmount="118.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458547147843" Longitude="-3.6946392475292" StarRating="4" HotelCode="98430|153035" HotelName="Residence Eurobuilding 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Orense 69, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/23/10237afb9c88297c610d96df04dc75b8c5368a92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the most important business zone of Madrid, the c/Orense, parallel to the P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.71" OriginalAmount="119.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449151358313" Longitude="-3.576779682209" StarRating="4" HotelCode="130495|113657" HotelName="Hotel Nuevo Boston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 332, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/0e/380e91ecc5ea182c89842fb191518f2af6af4544.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barajas Airport Business Centre. The airport itself is just 1 km away. The p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.08" OriginalAmount="119.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449184" Longitude="-3.548429" StarRating="3" HotelCode="113309|110384" HotelName="SHS Aeropuerto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camino del Aeropuerto 22, A2 Highway direction to Madrid km 15, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c6/03c6174a3d6163a1bb8f1d4a1fa8c0f57dc151ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located just 10 minutes by car from the centre of Madrid. Public transport lin...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.16" OriginalAmount="121.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419712445794" Longitude="-3.700239635582" StarRating="3" HotelCode="35570|185958" HotelName="Hispano Argentino Gran Via Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 15, planta 6a, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/81/0181aebf8c7a26617bd99015d2af0e08b35823c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.78" OriginalAmount="122.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458602522733" Longitude="-3.6952221607479" StarRating="3" HotelCode="59808|76270" HotelName="Senator Castellana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Julián Besteiro, 37, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/89/e38984ac12005f87d5c63a7f24821d54a662e08a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, in the best commercial and business area, next to Plaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.78" OriginalAmount="122.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423175055175" Longitude="-3.7057760947046" StarRating="2" HotelCode="143541|213036" HotelName="Hotel Life" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pizarro 16, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f8/cdf8a045a1d1bbb25e849c5fdc1fb70211724dc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.75" OriginalAmount="123.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470975" Longitude="-3.579981" StarRating="4" HotelCode="37965|26196" HotelName="Clement Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General, 43, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2b/f82bae27e6574dfaf6d898fe684572ce1cd0f73b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from a park and about 12 km from the city centre. Links to the publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.19" OriginalAmount="123.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.440662401072" Longitude="-3.670056679436" StarRating="5" HotelCode="56983|39121" HotelName="Hotel Puerta América" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de América 41, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/9c/659cc0864b7dee0c0f21cd44877ce6ed63576fc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Avd. de América, just 5 min away from the exclusive quarter of Salamanca (b...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.65" OriginalAmount="123.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441348026217" Longitude="-3.6575652675285" StarRating="4" HotelCode="15313|16899" HotelName="Novotel Madrid City Las Ventas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Esquina Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c7/dac74f5e23727e9db32105d1b08f726847820c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of one of the major residential and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.28" OriginalAmount="124.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447490084209" Longitude="-3.5830351878357" StarRating="4" HotelCode="900431|123223" HotelName="Axor Feria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel,City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/50/bf5078ad42c0a5d4469a0ba7e0bf4fa66ec4d204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a residential and business area, 10 minutes from IFEMA exhibition centre, Co...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.13" OriginalAmount="125.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420037904714" Longitude="-3.7002833135004" StarRating="4" HotelCode="20339|1875" HotelName="H10 Villa de la Reina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 22, Madrid Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/ac/11ac8aef870a4d29fc9bf72cc41b5f44bb1f7c3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Madrid, this luxurious hotel is surrounded by restaurants, numerous pubs and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.30" OriginalAmount="125.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431877" Longitude="-3.673618" StarRating="4" HotelCode="19506|4928" HotelName="Zenit Abeba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alcántara 63, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/69/cd691bd277fd3803689fd80761c97017200ca7ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Madrid's leisure area just a few metres from the city centre and its l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.31" OriginalAmount="125.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422112" Longitude="-3.702338" StarRating="1" HotelCode="260260|195198" HotelName="Hostal Tokio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Puebla 6, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/fe/57fe723c6b7773f3385537d8f87313c9bbc005b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.67" OriginalAmount="125.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419734667353" Longitude="-3.7043049931526" StarRating="3" HotelCode="30558|3020" HotelName="Hotel Regente" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesonero Romanos 9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c8/20c8b4c5898d063ffdc49d96e0439b20ca46b54f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Madrid, only a stone's throw from the Gran Via. It is close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.79" OriginalAmount="126.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.473089486686" Longitude="-3.5853624343872" StarRating="4" HotelCode="113312|185314" HotelName="täCH Madrid Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Timon 35, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185314/185314a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.36" OriginalAmount="126.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.488138" Longitude="-3.668268" StarRating="4" HotelCode="409988|91856" HotelName="Occidental Castellana Norte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Manoteras 20, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/ea/7dea448b3404868641d054e28bd98ea3381b03a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in a development area on Castellana Avenue. It is just 10 minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.42" OriginalAmount="126.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418823798651" Longitude="-3.7093595509261" StarRating="2" HotelCode="57790|60059" HotelName="Room Mate Mario" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Campomanes 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/90/f790cf488911b287a108eedcd8f8bf96d5c95b6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city centre of Madrid. Access to public transport, as well...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.82" OriginalAmount="127.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41773793" Longitude="-3.70824782" StarRating="2" HotelCode="318847|357244" HotelName="Hostal Rober" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arenal 26, 5 Derecha, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/72/6d72c51df5c4b7ea562c5086c518adb86f331479.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.04" OriginalAmount="127.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.408201" Longitude="-3.70079217" StarRating="1" HotelCode="709734|887933" HotelName="Ibis Budget Madrid Centro Lavapies" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Valencia 8-10, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5b/005bea14b55dec053d36491bd4f3756bb265bb70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.89" OriginalAmount="128.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421909" Longitude="-3.706562" StarRating="3" HotelCode="14197|137377" HotelName="Hotel Los Condes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Los Libreros 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d7/cad76a6733aa1001dd82346816e32475f7007580.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent situation in the very heart of the centre of Madrid, only some 20 m f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.44" OriginalAmount="128.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418727950848" Longitude="-3.7039522826672" StarRating="4" HotelCode="62490|74903" HotelName="Liabeny" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Salud 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/14485c18b6af3b3f25a8aab1d0792e173708a216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right in the centre of Madrid between Gran Vía, Plaza del Callao and Puerta del Sol....</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.95" OriginalAmount="129.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447381" Longitude="-3.542142" StarRating="4" HotelCode="169555|145376" HotelName="Crowne Plaza Madrid Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Lola Flores 1, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/be/36be684dfbd5ebea60770d039ebe60511cdb337a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly airport hotel is right on the doorstep of Madrid-Barajas Airport and the IFEMA ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.35" OriginalAmount="129.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4199155" Longitude="-3.70746933" StarRating="4" HotelCode="943732|658509" HotelName="The First One Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle dePreciados 44, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/8f/048fc98d1767616b2c74879593552061d77e70aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.02" OriginalAmount="130.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447922736474" Longitude="-3.5829699039459" StarRating="4" HotelCode="900430|123224" HotelName="Axor Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5e/565e92719307b138ac28fcc93c91c1ceadbb17a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located 5 minutes from IFEMA Exhibition Centre, the Congress Palace and J...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.45" OriginalAmount="130.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428560097144" Longitude="-3.6943137198631" StarRating="2" HotelCode="100840|183409" HotelName="BlueSense Almagro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Almagro 10, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/2d/252d513a34b67aedcdb07329e52d976cdeb26f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.83" OriginalAmount="130.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39884" Longitude="-3.670116" StarRating="3" HotelCode="37050|22939" HotelName="NH Madrid Sur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Ciudad de Barcelona, 113, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/d8/6fd87d1122b42e0428ea7b25d5c311a64851082a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, within paces of the bus station and the southern junct...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.90" OriginalAmount="130.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421084419798" Longitude="-3.7147602438927" StarRating="3" HotelCode="16258|7976" HotelName="Principe Pio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cueste de San Vicente 14, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/8a/798ac490034a63eb0befb17e88c66239bcaf494c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies just a few minutes from the centre of Madrid where guests will discover m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.31" OriginalAmount="131.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435541702625" Longitude="-3.6638304024467" StarRating="4" HotelCode="32777|4463" HotelName="NH Madrid Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Biarritz 2, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5e/965e4e662c787c61283699c7c167e3f2613bb676.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located near the Las Vegas bullfighting ring. It is also conveniently si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.59" OriginalAmount="131.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.434891818409" Longitude="-3.6850864245062" StarRating="2" HotelCode="101132|183349" HotelName="BlueSense Madrid Serrano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diego de León 10, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/85/408532fb654c6aaa3f0c04126c73adf422604168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="136.76" OriginalAmount="132.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4649744" Longitude="-3.7861544" StarRating="4" HotelCode="310418|4241" HotelName="Aravaca Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camino De La Zarzuela 23, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a4/b1a4e76c14c35c59c4594463f035854ccccb92cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist centre of Aravaca (Madrid) just a few minutes from the city cen...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.26" OriginalAmount="134.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41766803" Longitude="-3.70272443" StarRating="3" HotelCode="524084|574063" HotelName="B&amp;B Hotel Madrid Centro Puerta del Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Montera 10-12, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/17/f517812013ba7e8429d479a3819fe843a3510d19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a elegant and modern 3 star hotel located in the heart of Madrid, just 50 m from the Puerta de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.63" OriginalAmount="134.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406248" Longitude="-3.669354" StarRating="4" HotelCode="82895|191721" HotelName="Claridge Hotel Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde de Casal 6, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/9b/d59b2e5b07ad150abf35d67f8a752929d7b1575e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.81" OriginalAmount="134.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436054" Longitude="-3.679347" StarRating="4" HotelCode="178195|161481" HotelName="Dormirdcine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Príncipe de Vergara, 87, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/76/937640995f31c98b1e25e91ef851d579929d8053.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the central Salamanca district (2.5 km from the centre), very close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.17" OriginalAmount="135.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.394154" Longitude="-3.707749" StarRating="4" HotelCode="30654|3517" HotelName="Hotel Praga" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Lopez 65, 28019 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/56/aa560c0be87d61d8a18b9bd43d912d34fdc1e92c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located close to the M-30 ring road, and the centre of Madrid is arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.84" OriginalAmount="135.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.424100334583" Longitude="-3.7061128020287" StarRating="4" HotelCode="188111|141697" HotelName="AB Design Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/3d/be3dedba9526533bea3d9d07d507aa3bf47e8ce3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.95" OriginalAmount="137.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422618939038" Longitude="-3.7109032273292" StarRating="3" HotelCode="30874|4470" HotelName="Señorial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/0d/0df0816f23c13846/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is ideally situated in Madrid, only a few minutes from the city centre. Public trans...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.00" OriginalAmount="140.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421455" Longitude="-3.708134" StarRating="4" HotelCode="12124|569" HotelName="Emperador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grán Via 53, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/56/c356d146eef5f3596c7fcd5e063d52be9577331d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is popular for its central location in the heart of Madrid, on the famous Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.19" OriginalAmount="140.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432045" Longitude="-3.69935" StarRating="4" HotelCode="161633|132446" HotelName="Hotel Agora Juan de Austria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan de Austria 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/3d/d83ddc327c91f1656243d35ff6aafdc08a712fa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel is located in the city of Madrid, at the heart of the historic neighbourhood of ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.22" OriginalAmount="140.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430608432797" Longitude="-3.6642296922241" StarRating="2" HotelCode="207386|228454" HotelName="Hotel ibis Madrid Centro las Ventas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julio Camba 1, Esquina Alcala, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/9b/2c9b3c69b9150d1721cad4c81dd89453055810a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.15" OriginalAmount="141.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41634376863" Longitude="-3.7017134257603" StarRating="3" HotelCode="69539|85237" HotelName="Victoria IV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle De La Victoria 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/314c0a5aa5fa454eafa34ddd44467b4f.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Puerta del Sol, close to museums of world fame such as the Prado Museum...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.96" OriginalAmount="142.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420381706802" Longitude="-3.6992629818972" StarRating="3" HotelCode="36944|22437" HotelName="San Lorenzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Clavel 8, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/02/da02c6fe4c3da64e250b22e40740f87761406f96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the city close to the Gran Via, one of the largest shopping d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.00" OriginalAmount="142.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4283894" Longitude="-3.6711832999999" StarRating="3" HotelCode="300883|365806" HotelName="Neo Magna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Don Ramón de la Cruz 94, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/64/6e64e957b87a6e7cb45d9a46531a20ac570a5bd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Madrid, 200 m away from the nearest metro station (Manuel Becerra).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.18" OriginalAmount="142.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420619" Longitude="-3.708516" StarRating="4" HotelCode="17616|127785" HotelName="Hotel Santo Domingo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98b989d71d050584e06916b1fb52e869006e31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, only a 3-minute walk from Gran Via and the city’s main ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.19" OriginalAmount="142.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441356568355" Longitude="-3.6575128373649" StarRating="4" HotelCode="968815|712971" HotelName="Ibis Styles Madrid City Las Ventas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6c/1a6c95a7c48e5664d6d8e1f743fef1bdb993d241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.86" OriginalAmount="143.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423884561043" Longitude="-3.7058645731178" StarRating="3" HotelCode="113294|107317" HotelName="Hotel Abalu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pez 19, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bd/42bd200aae0f7e454f2c00692011c3f77884793c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are set in the heart of Madrid, just a short walk away from Plaza España. Noviciado m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.91" OriginalAmount="143.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470800134942" Longitude="-3.7687879800796" StarRating="4" HotelCode="36966|22769" HotelName="Eurostars Zarzuela Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Dario Aparicio 32, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7b/ce7b3ef3edb6d7c2f27744a8c4e7b4611979b3fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the northern district of Madrid. Wonderful gardens surround the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.22" OriginalAmount="143.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428620068762" Longitude="-3.7064095750889" StarRating="2" HotelCode="480823|418041" HotelName="Roisa Centro" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Printer,Spa">
        <Address>
          <AddressLines>
            <AddressLine>San Bernardo 87, 1D, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/08/78/0878d3b10e61251150506a9bef0b8661401bf1db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Roisa Centro is situated 700 meters walking from Gran Via Avenue. The Metro station San Bernardo is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.27" OriginalAmount="143.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411819" Longitude="-3.697824" StarRating="4" HotelCode="172000|152135" HotelName="Catalonia Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 81, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/21/6121a963267cce891b78d4d34cad6f37540e4b41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, in the Triangle of Art, which is home to the most visit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.63" OriginalAmount="144.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.457318514505" Longitude="-3.6467675864697" StarRating="4" HotelCode="410221|87658" HotelName="All In Hotel Suites Feria de Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Moscatelar 31, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/69/91696eb284cecc4c733eb4a6a4c2fe06c1499358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in one of the most exclusive neighbourhoods in Madrid, Ciudad Lineal, just a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.84" OriginalAmount="144.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.402598163242" Longitude="-3.7115734470481" StarRating="3" HotelCode="32044|9711" HotelName="Holiday Inn Madrid Piramides" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Acacias 40, 28005 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/d1/23d1f0fa674d7a8ec3327f8faa79cb12bf3f30e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, friendly and luminous, is just a few metres from the Madrid Flea Market (El Rastro) and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.62" OriginalAmount="145.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42243262" Longitude="-3.70010823" StarRating="3" HotelCode="447285|436719" HotelName="Madrid SmartRentals Chueca II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Perez Galdos 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436719/436719a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.89" OriginalAmount="145.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469157548393" Longitude="-3.581001162529" StarRating="4" HotelCode="29474|4712" HotelName="TRYP Madrid Alameda Aeropuerto Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 100, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/a0/21a03fe7a14b0fb683d3afb2f420f485eedc34a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a district close to Madrid Barajas airport. The hotel offers an exclusive c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.69" OriginalAmount="146.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413123" Longitude="-3.700828" StarRating="4" HotelCode="172083|152134" HotelName="Catalonia Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 36, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c8/74c8c9a4273d0e5a78af7a3c01bea457514483ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a building dating back to the early twentieth century, part of the historic ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.90" OriginalAmount="146.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417319315597" Longitude="-3.706523364418" StarRating="3" HotelCode="326489|5281" HotelName="Petit Palace Ópera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 16, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a492c8911e264433a5f6fabfa82a3b77491fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the city, close to the King's Palace and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="151.50" OriginalAmount="147.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4202" Longitude="-3.701162" StarRating="3" HotelCode="27901|4285" HotelName="Petit Palace Chueca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hortaleza 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3c/0d3ce095c14861d561f1b9e37d648c55615def3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively Chueca neighbourhood, close to the Gran Via, and it is the ideal ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.57" OriginalAmount="149.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420985385248" Longitude="-3.6998923865347" StarRating="2" HotelCode="322532|492541" HotelName="Hostal Vazquez De Mella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Vzquez De Mella, 1st Floor 3a Planta, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/3e/a93ed4e036c2c9ba400caa0a7dc92e0a9c4bb39a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.76" OriginalAmount="149.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469588" Longitude="-3.582171" StarRating="4" HotelCode="29258|3600" HotelName="Meliá Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 305, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/6a/bb6a98ece4b789d67f79c1c304c81b1f98dfd870.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location close to Madrid Barajas airport, the convention centres and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.48" OriginalAmount="149.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418617680782" Longitude="-3.706713616848" StarRating="4" HotelCode="23667|3549" HotelName="Intur Palacio San Martín" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de San Martín 5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/37/7d370daf1f5fdb442081c3e07f167b6870ae6398.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a classical building from the 1900's and lies at the heart of Madrid, only paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.67" OriginalAmount="151.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420901748178" Longitude="-3.7083299766865" StarRating="4" HotelCode="59394|66662" HotelName="Petit Palace Plaza España" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de San Bernardo 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/78/3e78e6e80e88dceaadc921a94a4767dd2576fe52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Madrid. Guests are conveniently located close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.69" OriginalAmount="151.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.472898009806" Longitude="-3.5769546441803" StarRating="3" HotelCode="113311|117617" HotelName="Barajas Plaza Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Camarillas 5-7, 28042 Barajas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/76/1a76496fe95478632d18608f38500780f40538a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 50 m from the nearest links to the public transport network and is 500 m from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.74" OriginalAmount="151.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.554545259398" Longitude="-3.9002323150635" StarRating="4" HotelCode="99103|14976" HotelName="Exe Gran Hotel Almenar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jaraiz 1, 28290 Las Rozas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/74/d974f77848316619addb83b590bf6d46b27ad388.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel lies opposite Las Matas train station, close to Parque Empresarial de Las Rozas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.38" OriginalAmount="151.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.555316" Longitude="-3.609999" StarRating="2" HotelCode="39335|7942" HotelName="Holiday Inn Express Madrid-San Sebastian d/l Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De Los Pirineos S/N, 28700 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0e/8e0e7cf0501ac7ea09a621455dc3e9c07feb6fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in heart of one of the most important business areas, and is located 15 km to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.52" OriginalAmount="151.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.467490435003" Longitude="-3.6900544166565" StarRating="4" HotelCode="46623|9649" HotelName="Hotel Exe Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 191, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/80/b2802a570b620afbee64ff9dbbbf4a2a171897e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location in the business district in the heart of the Paseo de la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.57" OriginalAmount="152.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41366544" Longitude="-3.70038516" StarRating="4" HotelCode="960771|663164" HotelName="Room Mate Alba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Huertas 16, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/70/9b70c48ee2843a7924bf1bd65f268f7123c6f18f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.67" OriginalAmount="152.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414515560127" Longitude="-3.7001119705697" StarRating="3" HotelCode="57792|60180" HotelName="Room Mate Alicia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 2, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/90/b090770d907be1ccc229dde75b3f4a7db6af7369.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Barrio de las Letras, on Santa Ana square and close to the mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.63" OriginalAmount="154.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425259" Longitude="-3.682138" StarRating="4" HotelCode="38262|29289" HotelName="Catalonia Goya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Goya 49, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/8d/418ddba6041ee8f5a1fe52ba3ab6da08c9950dea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the "Calle Goya", in the elegant Salamanca quarter. Here guests will find al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.27" OriginalAmount="154.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421944999328" Longitude="-3.6998083575901" StarRating="2" HotelCode="30871|4464" HotelName="Hostal Hispano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Central Heating,Currency Exchange,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Hortaleza 38, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/eb/5bebae63a9cb74bae639df7ab820f9d57fe786d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the tourist centre of Madrid just a few minutes walk from the city centre ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.59" OriginalAmount="154.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416000360547" Longitude="-3.7090604487198" StarRating="4" HotelCode="87683|100198" HotelName="Petit Palace Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mayor 46, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/42/4f421af60782dc754ab4d6f09aa70ede93f8dd41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the only hotel located on the main street, at the principal entrance to the Plaza Mayor. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.29" OriginalAmount="155.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419473800577" Longitude="-3.699099496007" StarRating="4" HotelCode="12770|924" HotelName="Catalonia Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 7-9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/3b/e93b08c76d0497b325d9e61664f6b3869c656d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the historical centre of Madrid and offers an ideal atmosphere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.29" OriginalAmount="155.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413945" Longitude="-3.702857" StarRating="4" HotelCode="26838|3550" HotelName="Catalonia Puerta del Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 23, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/15/ce15a9c427d18380a1b8a788539d8f53a29951ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This smart luxury hotel is centrally located in Madrid's golden triangle, between the Old Town and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.62" OriginalAmount="155.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418862725128" Longitude="-3.7027251720428" StarRating="4" HotelCode="57593|57473" HotelName="Petit Palace Plaza del Carmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Carmen 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/60/a260e7dd75a552d8fb6b0586c5d6ff3e9b27a3b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid on the Plaza del Carmen. It has a good location between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.24" OriginalAmount="156.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429192" Longitude="-3.688444" StarRating="4" HotelCode="38261|29283" HotelName="Petit Palace President Castellana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Villamagna 4, esquina Paseo de la Castellana 20, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/80/c4/80c48fce4deab0399eff062170c4d969923006e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along a main road in the commercial district of Madrid, close to the Paseo de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.89" OriginalAmount="157.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.40916859" Longitude="-3.71148562" StarRating="3" HotelCode="552054|649481" HotelName="L&amp;H La Latina" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Calle Calatrava 17, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/14/4c14545fd2bcfddb079a246f2ff697eacc534ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can reach the various storeys easily and comfortably by lift. A baggage storage service is am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.00" OriginalAmount="158.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418183" Longitude="-3.704311" StarRating="3" HotelCode="14178|3151" HotelName="Petit Palace Preciados" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Galdo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d1/5cd13e53f1e5c3af9001c3aefa834ad81d210a6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in the heart of Madrid, only minutes from Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.34" OriginalAmount="158.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416572" Longitude="-3.701733" StarRating="2" HotelCode="190804|215818" HotelName="Veracruz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>c/ Victoria 1, 3º, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/3f/103f95c16ee7dd52ec1b9694a1a8a4d77c08ecb2.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Burgos (RGS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.56" OriginalAmount="158.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.475140876872" Longitude="-3.7430022444644" StarRating="4" HotelCode="30843|4390" HotelName="Hotel Eurostars Monte Real" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arroyofresno 17, 28035 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d6/b1d6b05ce616b5711eb364b11ebade088e0e106f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the leisure district of Puerta de Hierro, roughly a 15-minute drive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="165.25" OriginalAmount="160.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438455215158" Longitude="-3.7009871006012" StarRating="3" HotelCode="7859|5366" HotelName="TRYP Madrid Chamberí Hotel" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle José Abascal 8, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/e3/f0e396becb6867e8a52c4bb5500760c6e6713ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the leisure district of Chamberi in Madrid and lies just a few minutes walk...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="165.42" OriginalAmount="160.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420578986557" Longitude="-3.7028793993883" StarRating="3" HotelCode="35356|14979" HotelName="Petit Palace Triball" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gonzalo Jimenez de Quesada 2, Esquina con Calle Gran Vía 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/32/bb325bd5c92e4fb9e9646335e5168b9a3de77902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is housed in an impressive 19th century building that is located in the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="165.65" OriginalAmount="160.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406266289724" Longitude="-3.7217527627945" StarRating="4" HotelCode="171005|142445" HotelName="NH Madrid Ribera del Manzanares" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Virgen del Puerto 57, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/9e/d59e2ae32977b3a7a264879a36d69c1a81aa5b1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Madrid, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.74" OriginalAmount="161.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419343" Longitude="-3.702784" StarRating="3" HotelCode="56985|54285" HotelName="Petit Palace Tres Cruces" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Tres Cruces, 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ee/bfee45a57eee365ce8192046ff50735fa349c22f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Tres Cruces street, on the corner of the completely renovated Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435156170903" Longitude="-3.6765334010124" StarRating="3" HotelCode="76561|145407" HotelName="VP El Madroño" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle General Díaz Porlier 101, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ff/fcff34a82f5f9ef5a838a50ad12d4bb6b75c0c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in the Salamanca area of Madrid, within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.58" OriginalAmount="163.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.456854" Longitude="-3.647615" StarRating="4" HotelCode="30679|3588" HotelName="Zenit Conde Orgaz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Moscatelar 24, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/38/5e385f10fae57b649b4cfd4393d463af8f193e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated close to the Juan Carlos I trade centre and the congress cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.10" OriginalAmount="165.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406924" Longitude="-3.683148" StarRating="4" HotelCode="30186|570" HotelName="Agumar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Reina Cristina 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ef/97ef11ed01c50ed47f4d15613b04b7d6cae68f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys a wonderful central position at the heart of Madrid. Situated on the Reina...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.00" OriginalAmount="166.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413698" Longitude="-3.70362" StarRating="3" HotelCode="36938|17839" HotelName="Hotel Cortezo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Doctor Cortezo 3, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/2a/162a5fe8418e2177d749a82fead20e896b9f37e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel in the heart of Madrid is only a few metres from the Puerta del Sol, the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.28" OriginalAmount="166.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469799969984" Longitude="-3.5808435759633" StarRating="2" HotelCode="113308|228447" HotelName="ibis Madrid Aeropuerto Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General 49, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6c/046c53f5bb60af45a6d6287f04db1c88e243ad8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1 km from Madrid-Barajas Airport and IFEMA Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.79" OriginalAmount="166.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423064" Longitude="-3.707663" StarRating="3" HotelCode="23027|1231" HotelName="Sterling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 29-31, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b6/0db6cec23ff9f4ca53af13a0bbfc531784189c6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Madrid, close to the Gran Via and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.98" OriginalAmount="168.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430666489624" Longitude="-3.7169702663508" StarRating="3" HotelCode="31101|4468" HotelName="Hotel T3 Tirol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Urquijo 4, 28008 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/97/b7970c0e51e3a27548c34ba7a4ae7ae4dc45dc49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is located in the tourist centre of Madrid. The surrounding area is full of exciting...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.11" OriginalAmount="170.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419830641568" Longitude="-3.7012660503388" StarRating="4" HotelCode="30862|4435" HotelName="NH Collection Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 21, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/35/2835d2759134b280fcdc9d65985b1b26bed539af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid, close to a wide selection of shopping and en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.44" OriginalAmount="170.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431114825251" Longitude="-3.6874164640903" StarRating="4" HotelCode="30878|4482" HotelName="Serrano by Silken" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marques De Villamejor 8, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f5/6ef50ebb44f99e9baed1046343cf3a861ba229cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel lies in the Salamanca district, a very exclusive area of Madrid, between the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.30" OriginalAmount="172.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416666" Longitude="-3.691007" StarRating="4" HotelCode="189352|175099" HotelName="Petit Palace Lealtad Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Maura 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/f4/d6f42e45a4277f989d9768ec6e2b27cf21127cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an old five-storey building built in the early nineteenth century in the mos...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.44" OriginalAmount="172.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414562067245" Longitude="-3.6994890868664" StarRating="4" HotelCode="58153|59219" HotelName="Catalonia Las Cortes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 6, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/33/5033308603526509572c5239b63cb8ca55c7576b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, charming hotel lies in Las Letras, the historical centre of Madrid, within a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.59" OriginalAmount="172.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7036330997944" StarRating="3" HotelCode="25010|3966" HotelName="Petit Palace Cliper Gran Vía" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Chinchilla 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df095671e3bb2b1aa2b3e8bf62eb1b98069cf07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is located at the heart of Madrid, close to the Gran Via and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="179.15" OriginalAmount="173.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452915204396" Longitude="-3.61323595047" StarRating="4" HotelCode="51894|4391" HotelName="Hotel Osuna Feria Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis de la Mata 18, Madrid 28042</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/9d/3a9de01571d1df7cc3922e0b307f69e3af8e8a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies next to a quiet garden. With the free shuttle service, guests will quickly and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="179.75" OriginalAmount="174.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429152670491" Longitude="-3.7167762183437" StarRating="3" HotelCode="15041|9643" HotelName="Aparto Suites Muralto" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buen Suceso 3, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/bf/4abfb92e1f0cf1fa3c0ef24a57d973d77cb2c1a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming apartment hotel is centrally located in a quiet district of Madrid. El Corte Inglés, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.47" OriginalAmount="175.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44716138314" Longitude="-3.7057533860207" StarRating="4" HotelCode="113292|133602" HotelName="VP Jardín Metropolitano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Reina Victoria 12, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d0/e6d04f3018b5f8a6212081167829ab4d23bbca27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Glorieta de Cuatro Caminos and the Paseo de la Castellana, not to mention an infinite number of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.52" OriginalAmount="175.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447551" Longitude="-3.628123" StarRating="4" HotelCode="7854|4021" HotelName="Meliá Avenida América" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Juan Ignacio Luca de Tena 36, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/07/4807d72e88d320af37a053bba8972f136be70f09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the harbour and Castellana Avenue, close to the trade fairground. A se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.87" OriginalAmount="175.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413464084393" Longitude="-3.7048939214611" StarRating="2" HotelCode="130493|121862" HotelName="Hotel Mayerling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Conde de Romanones 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/d7/bdd711278636588e4e6a99e0da4a29402267c13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the city centre, in the famous district of Barrio de los Austrias, the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.90" OriginalAmount="175.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417029" Longitude="-3.705226" StarRating="3" HotelCode="35373|14978" HotelName="Petit Palace Puerta del Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/97/749754e17d1d84aefd6dd7528c9969aca2820ef1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historic and tourist centre of Madrid near to the Puerto del Sol (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="183.04" OriginalAmount="177.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.424787391489" Longitude="-3.7150596483374" StarRating="3" HotelCode="66749|82693" HotelName="Suites Viena Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Álvarez Mendizábal 17, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/53/f2538fff6337f24d2a6fb2d6ce2e3625aa076686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This studio complex is located close to Gran Via, just a few metres from Plaza de España and Palacio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="183.41" OriginalAmount="178.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432122377193" Longitude="-3.6565107107162" StarRating="4" HotelCode="31879|9712" HotelName="Rafaelhoteles Ventas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 269, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1f/7d1fc715acc1658ddc1bb9740e0d750801e8c95b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting and friendly hotel is located in the popular shopping street of Alcalá and fits seamle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.29" OriginalAmount="179.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418581672664" Longitude="-3.7071949361763" StarRating="3" HotelCode="59567|66661" HotelName="Room Mate Laura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Travesía de Trujillos 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77126/a_77126_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Plaza de las Descalzas Reales, only about 30 m from the Plaza Mayor, th...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.04" OriginalAmount="181.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.491132232763" Longitude="-3.6701121926308" StarRating="4" HotelCode="401834|87080" HotelName="Exe Madrid Norte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Martina Díaz 4, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5a/565ab799b21e4a5226dc850a79be989aaac16f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the northern part of Madrid, at the north entrance to the city on the A1 mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.04" OriginalAmount="181.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.514788860519" Longitude="-3.6734053126283" StarRating="4" HotelCode="284244|195861" HotelName="Hotel Dome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera de Fuencarral a Alcobendas km 8, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/eb/99eb0363ce5df8f362fe324fdca0fce796ef9dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.42" OriginalAmount="181.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.401434123929" Longitude="-3.6871683587262" StarRating="4" HotelCode="16438|3988" HotelName="Rafaelhoteles Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mendez Álvaro 30, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bf/d3bfe5a4bf9ce69a007b759e9fc72f3b234ba8bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Madrid, a few minutes from the Méndez Álvaro train, unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.53" OriginalAmount="182.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439629936567" Longitude="-3.698257991061" StarRating="3" HotelCode="53738|22938" HotelName="NH Madrid Chamberí" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bretón de los Herreros 29, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bc/32bc0170527d86103fd314ebb75ffe410c88ae0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Nuevos Ministerios district of the city of Madrid. The Paseo de la Cast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.10" OriginalAmount="182.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447842" Longitude="-3.636193" StarRating="4" HotelCode="29286|9648" HotelName="Silken Puerta Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Rizzi No 5, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/b0/0cb050acf7f1521e541d3c5bc14007d079567e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is just 5 minutes on foot from the Juan Carlos I exhibition centre. The vibrant c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.52" OriginalAmount="183.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411321657713" Longitude="-3.693164302701" StarRating="2" HotelCode="322524|178287" HotelName="Hotel Mora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 32, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079d4f30efab395320ad4992313ca9df4793cb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated on the Paseo del Prado in Madrid, 400 meters from the Reina Sofia Museum and A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.72" OriginalAmount="183.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.489678" Longitude="-3.688078" StarRating="4" HotelCode="82889|155929" HotelName="Villamadrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Xaudaró, 2, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/e7/e6e7276ea9f77cb89dbcd885eb3df95c273eac76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in one of Madrid's business areas at the end of Paseo de la Castellan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.83" OriginalAmount="183.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417011" Longitude="-3.700014" StarRating="4" HotelCode="29475|9521" HotelName="Quatro Puerta del Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sevilla 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/b3/14b3e32c78a3fb9770eba36465ced5e758833471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the historical centre of Madrid, just minutes fro...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="189.24" OriginalAmount="183.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413069626706" Longitude="-3.669228536823" StarRating="4" HotelCode="29459|1233" HotelName="Ayre Gran Hotel Colón" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez Volador 1, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/b6/b656dfa7efbae9bc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the buzzing heart of the city, near to Retiro Park. The hotel provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="189.44" OriginalAmount="183.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415691556536" Longitude="-3.7057562678102" StarRating="4" HotelCode="38260|29281" HotelName="Petit Palace Posada del Peine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Postas 17, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3b/723b22a337278162159d6da19fe00d4b97f59c13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historical centre of Madrid, close to the Plaza Mayor and within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="190.22" OriginalAmount="184.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428661" Longitude="-3.696228" StarRating="3" HotelCode="12278|22940" HotelName="NH Madrid Alonso Martínez" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Engracia 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7886fca3f718f85b4a2f9ab29e3a34b2adb8920.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Madrid, this hotel is located close to the Plaza Alonso Martínez, the Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.81" OriginalAmount="186.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449801" Longitude="-3.698462" StarRating="3" HotelCode="30827|4336" HotelName="Espahotel Plaza Basílica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comandante Zorita 27-31, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/fd/29fde3de23a59a6fc839c9049f7988e27b6ae33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment complex is centrally located in the Azca district close to the Torre Picasso building....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.11" OriginalAmount="187.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417113" Longitude="-3.689109" StarRating="4" HotelCode="170577|150856" HotelName="Petit Palace Savoy Alfonso XII" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 18, Retiro - Puerta de Alcalá, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/be/afbe2d6f949507366be2d036ad1d2a4c1a010a0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Alfonso XII Street in the impressive Retiro district. It is just 300 m away ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="194.08" OriginalAmount="188.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413884065705" Longitude="-3.6944854259491" StarRating="4" HotelCode="14182|4222" HotelName="Mercure Madrid Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lope de Vega 49, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/e7/7de7feb733ff31c96f41ba9fe95bace878ae9bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Madrid, in the middle of the famous Golden Triang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="194.90" OriginalAmount="189.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439311810137" Longitude="-3.6317432711639" StarRating="4" HotelCode="31103|4484" HotelName="Elba Madrid Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 476, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c49f54179f59386631cb3a520ab9ed10b09ffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of Madrid, only minutes from the airport and the city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.35" OriginalAmount="189.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.409922112887" Longitude="-3.6926561594009" StarRating="4" HotelCode="15151|4704" HotelName="NH Madrid Nacional" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 48, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/57/b4575c5c2cb6b8b45db6ba16707e0d159936a1e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is situated in the centre of the museum areas of Prado, Thyssen and Reina Sofía....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="204.12" OriginalAmount="198.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420621913122" Longitude="-3.6990733444691" StarRating="3" HotelCode="69940|86339" HotelName="Room Mate Oscar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Pedro Zerolo 12, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/da/b0da30829d47e1b8cb98f07d4118ba61bf9dacf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the brightest squares in the centre of Madrid. It is close to Gran V...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.23" OriginalAmount="199.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427447" Longitude="-3.685018" StarRating="3" HotelCode="36579|23108" HotelName="NH Madrid Lagasca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lagasca 64, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a1/34a1f784e0d1508223a5587a94b5a98dc9c3181f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family friendly, city hotel is located at the heart of the district of Barrios de Salamanca on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.34" OriginalAmount="199.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436015652851" Longitude="-3.6817972362042" StarRating="3" HotelCode="29224|3861" HotelName="NH Madrid Balboa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuñez De Balboa, 112, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2edc3524a70e7028aa98e93c8a86892ab660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the city centre (2 km) where there are many shopping venues, bars and restaurants. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.61" OriginalAmount="199.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418281" Longitude="-3.699424" StarRating="4" HotelCode="56986|54284" HotelName="Petit Palace Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Virgen de los Peligros 2, Esquina con Alcalá 23, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/81/5781b7e415db34ea196762c228a26691a9142d67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcalá Street, close to the Puerta del Sol at the heart of the city and wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="206.13" OriginalAmount="200.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439012" Longitude="-3.692885" StarRating="3" HotelCode="36868|14905" HotelName="NH Madrid Zurbano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zurbano 79-81, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6a/ba6a910a7a99cae1836471e72a30d5757c5f2b93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Madrid. It is located only around 100 m from Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.15" OriginalAmount="201.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420449890709" Longitude="-3.7045789430846" StarRating="4" HotelCode="35572|4798" HotelName="Hotel Atlántico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 38, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/45/334515419dcae1e58ae1ad6f62dc6bbdcab45f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a wonderful town house, which is crowned with a dome. It is situated in the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.84" OriginalAmount="201.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41684634" Longitude="-3.697474" StarRating="4" HotelCode="792011|638687" HotelName="Hotel Soho Boutique Congreso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zorrilla, 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/14/0a14676d3ecccc2ff845f6aad03ee91c8d3cee46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is located in the neighborhood of the Courts, in the historic centre of Madrid, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="209.29" OriginalAmount="203.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438293941386" Longitude="-3.6951157450676" StarRating="4" HotelCode="49082|4702" HotelName="NH Collection Madrid Abascal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Jose Abascal 47, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6a/986ac01a13653b7655be8d56f1c83dd1fcedc798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in an architecturally appealing building previously used as an embassy, this hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="209.51" OriginalAmount="203.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407254" Longitude="-3.688255" StarRating="4" HotelCode="439753|555681" HotelName="Only YOU Hotel Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Infanta Isabel 13, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e4/ade4f5884de7545484bf07959fb7fdc2c845b6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="210.01" OriginalAmount="203.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451282385711" Longitude="-3.6937612295151" StarRating="4" HotelCode="30716|3784" HotelName="Holiday Inn Madrid Bernabeu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Trias Bertran 4, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/13/0c/130cf7e687836196ed68f6d2cdb7d8a3bc993799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is well positioned at the heart of Madrid's commercial and financial district. Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="210.46" OriginalAmount="204.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4238815" Longitude="-3.7109402" StarRating="4" HotelCode="943558|652185" HotelName="Riu Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 84, Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/86/db86b416ba4ec890ef86834221ff6bc89fd54004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.80" OriginalAmount="205.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407843847351" Longitude="-3.6893584957008" StarRating="3" HotelCode="15152|22903" HotelName="NH Madrid Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Infanta Isabel 9, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/53/61534566356016a1612ee4baa71c1e53a7c0f17f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Atocha railway station, an AVE (high-speed) station, and in close pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="212.48" OriginalAmount="206.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455231" Longitude="-3.694303" StarRating="4" HotelCode="52050|13796" HotelName="H10 Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Pedro Teixeira 5, Paseo de la Castellana, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e3/26e397893a04d4d4f894eaf031f6afc3aa309604.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated at the heart of Azca, next to the Palacio de Congressos (cong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="212.51" OriginalAmount="206.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.486546679076" Longitude="-3.703472" StarRating="5" HotelCode="57590|53383" HotelName="Eurostars Suites Mirasierra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alfredo Marquerie 43, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0d/c60d02ad0d6cb78bd520e8b5c91f9f1e8993b5ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid, in a quiet residential area in the north of the city. It lies only ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.69" OriginalAmount="207.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416548486541" Longitude="-3.7015939174449" StarRating="2" HotelCode="225463|848969" HotelName="Esmeralda Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Victoria 1, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/31/9631a81d8497fc11d859f4a4aaeeb0e9ed51408a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.49" OriginalAmount="210.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451610888015" Longitude="-3.5928254059643" StarRating="4" HotelCode="87681|99402" HotelName="Hotel Maydrit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Piragua 1, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most important business areas in north-east Madrid, Alameda de O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="218.80" OriginalAmount="212.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455877" Longitude="-3.681848" StarRating="4" HotelCode="51868|4096" HotelName="NH Madrid Paseo de la Habana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Habana 73, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/6d/1d6dc3762023a712f6e1f627c1e3f316e446183b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid just a few paces from Santiago Bernabeu football stadiu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.12" OriginalAmount="212.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422172712946" Longitude="-3.7105820589202" StarRating="3" HotelCode="64261|78412" HotelName="Exe Suites 33" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 33, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/68/0b68a10fe3b9f76dcf49619721ece7ed45481d48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Barrio de Palacio, in the centre of Madrid. It is less than 5 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.15" OriginalAmount="212.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427514260457" Longitude="-3.6963227391243" StarRating="4" HotelCode="904125|150857" HotelName="Petit Palace Santa Bárbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Santa Bárbara 10, esquina Plaza Alonso Martínez, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/36/ed36df1ff497ada146b7bf402a862484e62e1812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Plaza de Santa Barbara in the impressive Alonso Martinez area. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.09" OriginalAmount="217.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420676" Longitude="-3.707359" StarRating="4" HotelCode="284119|224126" HotelName="Indigo Madrid - Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Silva 6, Madrid 28013</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/1a/051a8c4a3cfcf6b3a0cc8bd7d8e56b686be7a137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.55" OriginalAmount="218.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414830611147" Longitude="-3.6989767849445" StarRating="3" HotelCode="13095|2856" HotelName="Ibis Styles Madrid Prado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Callo Prado 11, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/d7/d1d7bac26dc95103b5359627b0b060dc012b4f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly city hotel is located in the centre of Madrid, close to the Puerta del Sol and the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="226.95" OriginalAmount="220.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.412945" Longitude="-3.703948" StarRating="4" HotelCode="262269|217585" HotelName="Eurostars Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Doctor Cortezo 10, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/03/fa039541fe11699e51c6dcdcbc87d60c76eb1c0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="227.13" OriginalAmount="220.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.47042469013" Longitude="-3.6850842833519" StarRating="4" HotelCode="30469|2560" HotelName="Barceló Imagine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustin De Foxa 32, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a1/9aa125435c8341715a95652362d23da1b34b2c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located close to the Plaza de Castilla in the north of Madrid and is ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="227.49" OriginalAmount="220.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452168917958" Longitude="-3.5858426269837" StarRating="4" HotelCode="79475|99360" HotelName="Hilton Madrid Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Hispanidad 2-4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0e/570ece160c7987f31acea8415281e2793cf61be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in Madrid. The establishment lies just 12 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.08" OriginalAmount="221.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422139086483" Longitude="-3.7095956504345" StarRating="4" HotelCode="30318|1236" HotelName="Hotel Mayorazgo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Flor Baja 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/54/6e5453b5de4b536039b1988afe937e8daca756c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located on the Gran Via in the heart of Madrid. An abundance of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.69" OriginalAmount="223.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421527524756" Longitude="-3.6723585426807" StarRating="4" HotelCode="30167|359" HotelName="Novotel Madrid Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de O'Donnell 53, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/82/6b82346ffd1053f7552e2619e063d51e6b103c3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This glorious luxury hotel is fabulously located in Madrid's tourist and commercial centre, near to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.40" OriginalAmount="223.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.512648555833" Longitude="-3.6762316524983" StarRating="4" HotelCode="96602|29288" HotelName="Holiday Inn Madrid - Las Tablas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle María Tubau 16, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/2f/562f99afda07665188257a4b900a398a8e7ec0bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the north of Madrid in the commercial district of Fuencarral, Charmatín and the ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.40" OriginalAmount="224.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422328985989" Longitude="-3.6891934275627" StarRating="4" HotelCode="79885|145406" HotelName="VP Jardín de Recoletos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gil de Santivañes 6, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/e1/c5e122c35bc855257197da1e948cedf857d1da9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A very short walk from this hotel in the heart of the Salamanca district, guests can visit famous la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.79" OriginalAmount="225.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436458659446" Longitude="-3.6884585022926" StarRating="4" HotelCode="29177|13804" HotelName="Barceló Emperatriz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 4, (Junto al Paseo de la Castellana), 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/zz/61ad4cbe72acb336d78395fab62cbd03de8ac578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel lies in the commercial district of Madrid, close to Castellana Street....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="233.59" OriginalAmount="226.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414634566568" Longitude="-3.694712317791" StarRating="4" HotelCode="31862|96878" HotelName="NH Collection Madrid Paseo del Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cánovas del Castillo 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/59/925966f68033c4b49bb3effc2392e7189e268c09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historic centre of Madrid, in the Golden Triangle of Art, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="234.78" OriginalAmount="227.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421227738788" Longitude="-3.7099462664334" StarRating="4" HotelCode="12267|1225" HotelName="Eurostars Madrid Gran Vía" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/17/e717eed1e070214cfed93dad384e1ecca2b863e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid just a few minutes walk from the royal palace and Plaza...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.44" OriginalAmount="229.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420103" Longitude="-3.697043" StarRating="4" HotelCode="39199|38479" HotelName="Lusso Infantas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Infantas 29, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/75/7a75751b9f2f4475472558df775deaa920cb007e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located directly in the historic centre of Madrid close to the Castellana, Paseo ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.33" OriginalAmount="230.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417807" Longitude="-3.696212" StarRating="4" HotelCode="18002|226440" HotelName="NH Collection Madrid Suecia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Casa Riera 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/39/70390df089f1ab397d31765d98c61d15479a176d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys an excellent, central location in the tourist centre of Madrid close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.37" OriginalAmount="230.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422426934853" Longitude="-3.7088960588608" StarRating="4" HotelCode="67168|84037" HotelName="Vincci Via 66" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 66, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/b0/44b0016b28107ff69752e3cecb3b19f0f66d399d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the capital, between Plaza España and the Puerta Del Sol....</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.31" OriginalAmount="231.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422234036303" Longitude="-3.6811146140099" StarRating="4" HotelCode="36937|6957" HotelName="H10 Puerta de Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 66, Barrio de Salamanca, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f4/25f457f49502f5ae2f9b2c4022950b98022a9886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the business district of Madrid near the Retiro Park. It is just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.61" OriginalAmount="235.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418344677281" Longitude="-3.701401196567" StarRating="4" HotelCode="38254|28858" HotelName="Eurostars Casa de la Lírica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aduana 19, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ff/36ff6f6d5d23480fbece69596fca6e1609f90ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies at the heart of Madrid’s historical district some 13 km from the city airport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.61" OriginalAmount="235.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42706372" Longitude="-3.69853998" StarRating="4" HotelCode="317694|425740" HotelName="Hotel Eurostars Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mejía Lequerica 10, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/1e/ff1ebcd98abbd7fb834a5d4bb0b6764aaef7410e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.61" OriginalAmount="235.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.433716" Longitude="-3.717507" StarRating="4" HotelCode="262270|189435" HotelName="Exe Moncloa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arcipreste de Hita 10, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/5f/035fdd6c71601177691e62d83918b04acf775275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.15" OriginalAmount="236.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415528003422" Longitude="-3.6970093846321" StarRating="5" HotelCode="19090|551" HotelName="Hotel Villa Real" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/93/639309e2c4b42afeb04c871eb3cc3bcc31c6b439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, on the Plaza de las Cortes, near the Prado. It is part...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.35" OriginalAmount="239.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41411" Longitude="-3.701624" StarRating="5" HotelCode="171805|137745" HotelName="NH Collection Madrid Palacio de Tepa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Sebastian 2, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b07279fb8d7639d7bd6ff3f44d40eb78e73cef75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="248.16" OriginalAmount="240.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415170064639" Longitude="-3.6967662279098" StarRating="4" HotelCode="446069|554021" HotelName="DoubleTree by Hilton Madrid-Prado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Agustín 3, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a41bc027649685b/64/649ac71a42fe1a62/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="249.02" OriginalAmount="241.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458437593352" Longitude="-3.6857713091927" StarRating="4" HotelCode="37295|22941" HotelName="NH Collection Madrid Eurobuilding" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Padre Damián 23, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/7b/157b891dcf3266eb1abe43cef93fceb588eb50e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of a modern district of Madrid, near the Palacio de Congresos y ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="250.51" OriginalAmount="243.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436424" Longitude="-3.685707" StarRating="4" HotelCode="31099|4398" HotelName="Partner Barrio de Salamanca Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General Oraa, 17, Barrio de Salamanca, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/51/06510c46d3e9245ed84bfa819e5a73da0dfb1cea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, luxury hotel is fabulously located in the financial, diplomatic, shopping and cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="250.82" OriginalAmount="243.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445616985322" Longitude="-3.5431729291547" StarRating="3" HotelCode="263672|198277" HotelName="Hotel TRYP Madrid Airport Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 4-17, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/14/fd1461437e2c217ac5364ff5b3d036150ec49859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="251.47" OriginalAmount="244.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423778289617" Longitude="-3.7115444391479" StarRating="5" HotelCode="468809|484301" HotelName="Barceló Torre de Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 18, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/bc/08bcf8075b2f441905a85bac896824353ce56ebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="252.43" OriginalAmount="245.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427" Longitude="-3.687348" StarRating="4" HotelCode="37614|25260" HotelName="ICON Embassy by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Serrano 46, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f2/71f241b1b1641d39874becce315293588e553fc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the business district of Madrid within a short distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.20" OriginalAmount="245.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4203" Longitude="-3.706591" StarRating="4" HotelCode="29314|1224" HotelName="Vincci Capitol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/30/44309233c4952e99c29ee9c3194336daf5aa3c18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the city centre of Madrid, close to Puerta del Sol, Plaza Mayo...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.62" OriginalAmount="246.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415152" Longitude="-3.699136" StarRating="4" HotelCode="82258|186998" HotelName="Suite Prado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuel Fernández y González 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6c/be6c376bdafdec47d0e25ac18969f28447149706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="257.12" OriginalAmount="249.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420392190081" Longitude="-3.7041601538658" StarRating="4" HotelCode="19165|851" HotelName="TRYP Madrid Cibeles Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mesonero Romanos 13, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/63/6163cb5f8ae511ce3048c2b0d8c4b1a90e2951b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated directly on the lively Gran Via, opposite Plaza España...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="257.92" OriginalAmount="250.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="7855|2102" HotelName="Meliá Castilla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa134052e9356d64e41b1cc45d847b1c25f144.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a few metres from the Paseo de la Castellana and 15 minutes from the airport, the M-40 motor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="258.91" OriginalAmount="251.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414831632224" Longitude="-3.6983531713486" StarRating="4" HotelCode="39303|47594" HotelName="Vincci Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Prado 18, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/a0/d0a03b7d43b169990c053616c9fcbc618bf56b0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the historic centre of Madrid between Puerta del Sol and Plaza de Cibe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="261.10" OriginalAmount="253.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425044230148" Longitude="-3.6781405276126" StarRating="4" HotelCode="410223|93771" HotelName="Vincci Soma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Goya 79, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31eeec907bba8f93dbbce805c0926cac575c487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goya Street in the heart of the Salamanca quarter, where culture, shopping ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="261.10" OriginalAmount="253.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417608" Longitude="-3.698623" StarRating="4" HotelCode="24549|4668" HotelName="Vincci Centrum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cedaceros 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b7/e2b74e72537373ff0735a29728f52030b369e1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few paces from the Museo del Prado, various shopping and entertainment ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="263.15" OriginalAmount="255.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411703" Longitude="-3.697576" StarRating="4" HotelCode="326453|2106" HotelName="TRYP Madrid Atocha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 83, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ea/42eaba93723fa557afc187179877477f76eece74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid and just a few paces from the Museo del Prado...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.17" OriginalAmount="258.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436393331468" Longitude="-3.6901563405991" StarRating="5" HotelCode="47238|5111" HotelName="InterContinental Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 49, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/6c/826ce71fbcb335fbcd2ab8ff6514a8432184a2a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent, popular luxury hotel lies on the wonderful Castellana boulevard just a short bus rid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="270.86" OriginalAmount="262.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435405238061" Longitude="-3.6854785680771" StarRating="4" HotelCode="7856|2104" HotelName="Meliá Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Claudio Coello 139, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/5c/f15cc8f0a588e970b84ad6dc738c68442895d0bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of the Salamanca district of the city, this hotel is situated close to the main s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="273.91" OriginalAmount="265.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427048" Longitude="-3.71435" StarRating="5" HotelCode="7857|2103" HotelName="Meliá Madrid Princesa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 27, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c4/9fc4050c1c564be7d1622bc0991b41f2ab36d8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated deluxe hotel is in a superb area of Madrid near to the Plaza de España, the Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="273.92" OriginalAmount="265.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.476633879166" Longitude="-3.687612271164" StarRating="5" HotelCode="87684|98710" HotelName="Eurostars Madrid Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 259-B, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b8/87b859861ab734822669fbe78e040b5a5171185b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.07" OriginalAmount="266.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42395331953" Longitude="-3.6852157115936" StarRating="4" HotelCode="38281|29508" HotelName="ICON Wipton by Petit Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jorge Juan 17, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7e/937ed6ba3d1618f4e9004ff9d1313c90e5d00504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the exclusive and luxurious commercial district of Serrano, at the heart o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.52" OriginalAmount="266.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420677362387" Longitude="-3.6892905735065" StarRating="5" HotelCode="73748|86624" HotelName="Hotel Hospes Puerta Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Independencia 3, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ff/bdfff51ad978e7775d543ba6e4897a28f3d515b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Independence Square, right in the centre of Madrid. It offers wonderful vie...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="275.51" OriginalAmount="267.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41477352" Longitude="-3.70705099" StarRating="4" HotelCode="859892|652195" HotelName="Pestana Plaza Mayor Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Dining,Heated Pool,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 8, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c2/eac26af2928fc2880fbb05671f6b40203243cd04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Pestana Plaza Mayor Madrid is a unique and unparalleled luxury hotel, paying tribute to the work...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="281.11" OriginalAmount="272.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41320061" Longitude="-3.70107705" StarRating="4" HotelCode="768799|804413" HotelName="CoolRooms Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Babysitting,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 34, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/53/2f53b76f04e7d9cf0ff7dc74c0cc56e0fe166d17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A buffet breakfast is served every morning at the property. There is an in-house restaurant, which s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="282.46" OriginalAmount="274.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42268" Longitude="-3.71179" StarRating="5" HotelCode="621058|615082" HotelName="VP Plaza España Design" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f6/2df68d2d2723fe58388566cfabc32a2b34351afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="284.53" OriginalAmount="276.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416405" Longitude="-3.698651" StarRating="5" HotelCode="36857|22622" HotelName="Hotel Urban" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrera de San Jerónimo 34, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6e/fc6e52983eb1d49c7508b97374854a539d6ab087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully situated at the heart of Madrid, surrounded by cultural venues, countless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.90" OriginalAmount="277.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.462482724416" Longitude="-3.6146306991577" StarRating="4" HotelCode="30999|128182" HotelName="Novotel Madrid Campo de las Naciones" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amsterdam 3, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/69/21695c127f32d34acee3c1cc8a4d43374fe3d906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right next to the IFEMA, the Parque Juan Carlos I and the Palacio de Congresos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.38" OriginalAmount="279.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419564681616" Longitude="-3.6985845569617" StarRating="4" HotelCode="426246|452302" HotelName="Vincci The Mint" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 10, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/536852/a_536852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys are accessible by lift. Amenities include a baggage storage service and a safe. Wireles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.62" OriginalAmount="287.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.403869022356" Longitude="-3.6901023040485" StarRating="4" HotelCode="162011|134664" HotelName="AC Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Delicias 42, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/66/cd663d6e5542a689b998a15bdc2e54b0b21277aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in the heart of Madrid, close to the Paseo del Prado. The Reina Sofia, Thyssen-Born...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.64" OriginalAmount="288.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.48304" Longitude="-3.670911" StarRating="4" HotelCode="36943|19663" HotelName="Hotel Mirador de Chamartin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arte 14, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8b/8b03519feda46d0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by a pine wood in Madrid's district of Charmantin, only around 5 minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.71" OriginalAmount="303.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417880500328" Longitude="-3.6998552083969" StarRating="3" HotelCode="16557|17838" HotelName="Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá, 19, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/36/f736f42f33eedbb8a874590cd9140c2ae98f6b7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid, only a few metres from Puerta del Sol Square. From th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.20" OriginalAmount="304.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429881295932" Longitude="-3.7146434352007" StarRating="4" HotelCode="320635|852" HotelName="Courtyard Madrid Princesa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 40, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/67/3c678b6ac4bf6048f26953f71db8ee691c7a0868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to Plaza de España and the Palacio Real (Royal Palace). A wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="316.74" OriginalAmount="307.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426191753964" Longitude="-3.6889965387927" StarRating="4" HotelCode="37045|22906" HotelName="NH Collection Madrid Colón" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Zurgena 4, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/a6/90a6d7fa0eed4437bc6380551a9d3e126c17ad31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's central district of Salamanca, close to the Plaza de Colón and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="319.59" OriginalAmount="310.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438792" Longitude="-3.691606" StarRating="5" HotelCode="25011|4572" HotelName="Hesperia Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 57, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ef/50efeb3205649618326e0e1c4721e999af50f16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located directly in the commercial and shopping district of Madrid clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.91" OriginalAmount="322.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419239162882" Longitude="-3.6971620779099" StarRating="5" HotelCode="314388|407811" HotelName="The Principal Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marqués de Valdeiglesias 1, Corner Of Gran Via 2, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f9/cff9cde7f22691b0bcf6b9059c020c72143ac2e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the upscale area of Gran Vía street, near Alcalá street and a few steps away from Cibeles Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="333.87" OriginalAmount="324.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="842312|642642" HotelName="The Level at Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/28/5528fa7468deda4e5c20a6dbada4fe8bc997842e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoy an exclusive experience in a unique environment with a personalised service at The Level at Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.66" OriginalAmount="341.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4222206" Longitude="-3.6957049" StarRating="4" HotelCode="267129|229742" HotelName="Only YOU Boutique Hotel Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Barquillo 21, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5a/e15abfa1dd93cbb115ebab435640ae93dbcc4521.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.84" OriginalAmount="341.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426418" Longitude="-3.68939" StarRating="5" HotelCode="18759|572" HotelName="Gran Meliá Fénix" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c8/33c88264b3aa322b45d50c777817d6eb0d79f5b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located directly on the Paseo de la Castellana and the Plaza de Colon, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.64" OriginalAmount="347.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42007916" Longitude="-3.70369994" StarRating="4" HotelCode="586826|652224" HotelName="Hyatt Centric Gran Via Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 31, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/03/4903263531df3350afbec4726260e1b1fbc278e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar, room service, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="364.28" OriginalAmount="353.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422228458184" Longitude="-3.6841141553061" StarRating="5" HotelCode="45653|3197" HotelName="Wellington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Velazquez 8, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/56/8f5677082d436f19353cc101132fee214c0a12d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the sophisticated district of Salamanca, only a mile and a half from Puerto del Sol and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="365.62" OriginalAmount="354.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423367434106" Longitude="-3.6988591889281" StarRating="2" HotelCode="935389|365339" HotelName="Room007 Chueca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle Hortaleza 74, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/8d/fb8d5f06ebe81e13d6f6cf172d4477b2067745b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="376.44" OriginalAmount="365.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7097096443176" StarRating="5" HotelCode="18757|933" HotelName="Gran Meliá Palacio de los Duques" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta de Santo Domingo 5 y 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/0c/2e0c3dcca68adb76c06db86bc29921794f90a597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This opulent luxury hotel is centrally located in Madrid's exquisite historical centre. It is just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="482.03" OriginalAmount="467.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422238811889" Longitude="-3.7115634763669" StarRating="3" HotelCode="47226|3153" HotelName="Hotel Cason del Tormes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rio 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/13/a71344eea2dba7bc14eff5875df2804d4c9d3b5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the tourist centre of Madrid within walking distance of many of the to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="504.42" OriginalAmount="489.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428177641302" Longitude="-3.6836543132936" StarRating="5" HotelCode="30319|785006" HotelName="Bless Hotel Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Velázquez 62, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4b/c04bd26f6d25c01761ef6a8281d6036594b1d85e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is wonderfully located in the centre of Madrid. The nearest public transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="505.41" OriginalAmount="490.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415432283656" Longitude="-3.7061713992828" StarRating="2" HotelCode="149165|357246" HotelName="Hostal Inter Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zaragoza 6, 3 Dcha, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/1b/fa1bf85d74a1cd701458af7fb8423cd44911fa93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="546.69" OriginalAmount="530.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419576411699" Longitude="-3.6996352672577" StarRating="4" HotelCode="78724|114814" HotelName="Iberostar Las Letras Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 11, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/3f/583fcfd7f81e28a28bf94ce9744e83c801d9097e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Gran Vía Avenue, the hotel is a 10-minute walk from the Thyssen-Bornemisza and Prado muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="661.07" OriginalAmount="641.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417256121247" Longitude="-3.705843357271" StarRating="2" HotelCode="320880|367292" HotelName="TOC Hostel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Celenque 3-5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/5b/805b337c8f7f0e96aa50724c10899b45abc3b560.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming urban establishment is located in the cultural centre of Madrid, within 250 metres fro...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="760.10" OriginalAmount="737.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428337088684" Longitude="-3.6971086263657" StarRating="4" HotelCode="12942|3879" HotelName="Gran Versalles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Covarrubias 4, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/14/ab149ac9ce1232acada9274c17ef2c5c1e619c2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is located at the heart of Madrid close to the Palacio de Justicia. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="786.21" OriginalAmount="763.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41522013506" Longitude="-3.7089037731971" StarRating="2" HotelCode="149090|212809" HotelName="Hostal La Casa de La Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Plaza de San Miguel 5, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/a6/74a6651a9fe46690b22454454f69f20745547d9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="896.51" OriginalAmount="870.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415619899377" Longitude="-3.6925810575485" StarRating="5" HotelCode="16764|357" HotelName="Ritz Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Lealtad 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/67/e16792da161a57b3b398fecf04a1a764d492c161.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious modern hotel is situated in the heart of Madrid, within walking distance of numerous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="949.67" OriginalAmount="922.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430051" Longitude="-3.688378" StarRating="5" HotelCode="19192|4339" HotelName="Villa Magna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 22, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/af/afc8a02c5397ab28/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its large boulevards, splendid plazas, palaces and renowned international museums, Madrid is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7992.30" OriginalAmount="7759.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422623" Longitude="-3.709983" StarRating="3" HotelCode="29182|4337" HotelName="Espahotel Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via, 65, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/09/c609d0139980f74c35d38797b7e2f59306150c8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing apartment hotel is located in the tourist resort of Madrid only a few minutes walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Central Heating,Currency Exchange,Designated Smoking Area,Heated Pool,Jacuzzi,Massage Centre,Nightclub,Sauna,Shopping Arcade,Wheelchair Access,Kitchen,Spa,Golf,Bicycle Rental,Diet Meals,24 Hour Security,Business Centre,Dining,Meeting Room,Parking,Garden,Airport Transfer (on Demand),Swimming Pool,24 Hour Power Supply,Housekeeping,Printer,ATM/Cash Machine,Babysitting,Banquet Hall,24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage,Off-Site Parking,Pick &amp;amp; Drop,Vending Machine,Smoking Rooms</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,SPA HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,HOTEL DE CHARME,HOTEL,GUEST HOUSES,ECO HOTEL,HOSTEL,VILLAGE,APARTMENT,GUESTHOUSE</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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="37e35fb8-1349-45cd-83e3-a595ddacad89">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26992" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-12T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
37e35fb8-1349-45cd-83e3-a595ddacad89|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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="2026-04-14T13:02:49.1816858+01:00" Version="0" EchoToken="Search" TransactionIdentifier="37e35fb8-1349-45cd-83e3-a595ddacad89" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="29.16" OriginalAmount="28.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421265205855" Longitude="-3.6997545956356" StarRating="2" HotelCode="568140|635139" HotelName="Motion Chueca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Pedro Zerolo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/zz/0badb0d5060c3cd40f4a45ba0568b1ed2b36a05c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="34.94" OriginalAmount="33.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41324993" Longitude="-3.70088449" StarRating="2" HotelCode="491116|452943" HotelName="Far Home Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha  45, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/14/7a14b15060cba198a29692ef4eee7038e7fdeaca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="35.49" OriginalAmount="34.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419717037887" Longitude="-3.7045021532889" StarRating="2" HotelCode="64250|178548" HotelName="Motion Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesonero Romanos 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1f/f31f35dcd25d2f31769c971251e4aad0c3d66967.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a privileged position in the centre of Madrid, a few metres from the Gran Vía, Pue...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="38.91" OriginalAmount="37.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418646603198" Longitude="-3.7046000422642" StarRating="2" HotelCode="400269|691684" HotelName="Sungate One" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Housekeeping,Internet,Kitchen,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Carmen 16, 2nd floor, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/de/b0dec6945ec7fe6a275869a3b8d07faaa759e654.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;24-hour front desk, Air conditioning, Computer station, Daily housekeeping, Dry cleaning/laundry ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="43.24" OriginalAmount="41.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414246057213" Longitude="-3.7070420472214" StarRating="2" HotelCode="322527|363303" HotelName="The Hat Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bicycle Rental,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/48/2d484c8437c8e923e3c2f655960b6904fcf3e23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hostel is situated in Arganzuela. A total of 42 guests rooms are available for guests' con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="58.90" OriginalAmount="57.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.45442345" Longitude="-3.70145194" StarRating="2" HotelCode="613406|655182" HotelName="Far Home Bernabeu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Mercedes 13, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/bd/38bdf8c4782f7ae4b36166d422de98c8effc66c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.08" OriginalAmount="64.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417256121247" Longitude="-3.705843357271" StarRating="2" HotelCode="320880|367292" HotelName="TOC Hostel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Celenque 3-5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/5b/805b337c8f7f0e96aa50724c10899b45abc3b560.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming urban establishment is located in the cultural centre of Madrid, within 250 metres fro...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.30" OriginalAmount="88.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42208411" Longitude="-3.70616948" StarRating="2" HotelCode="479030|646435" HotelName="Hostal La Estrella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle La Estrella No. 5, 2º Dcha, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/fa/52faa4177c894ae8af649fac6384ff087646d1d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.24" OriginalAmount="95.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.332263315584" Longitude="-3.7027604429916" StarRating="3" HotelCode="284796|194682" HotelName="Vértice Roomspace Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Laguna Dalga 4, 28021 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/40/0e409cca12e63d234a55293cff0f3fe1d6a97d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.73" OriginalAmount="110.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4267445" Longitude="-3.708004" StarRating="1" HotelCode="36870|14900" HotelName="Hostal Los Perales" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>Palma 61, 1 Izquierda, 28015 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/5a/585a36e5d30a2c125a3500b88b4df25bf7c74fff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Madrid, just a few minutes walk from the avenue of Gran Via a...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.66" OriginalAmount="130.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.466844" Longitude="-3.6743750000001" StarRating="3" HotelCode="76620|362857" HotelName="La Posada De El Chaflan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Pío XII 34, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/59/b459fd531a25080baa9223cf25226392ffa2e4dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.36" OriginalAmount="131.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422649567808" Longitude="-3.700854331255" StarRating="1" HotelCode="190786|212817" HotelName="Hostal Abril" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Fuencarral 39, 4° piso, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/01/13018d6981d8dbbf7a75706ca86c8a94db073ae7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a range of services and facilities for holidaymakers and business guests alike. Gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="136.25" OriginalAmount="132.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.360178765032" Longitude="-3.6650237977831" StarRating="4" HotelCode="53748|170478" HotelName="Hotel Mercader" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Eje 2-7, Poligono Alimentario Mercamadrid, Villa de Vallecas, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/19/2d19ebc36d6df4cc1b9589935d75ddaefb013dea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Mercamadrid, the largest food market in Europe, close to the M 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372309" Longitude="-3.640692" StarRating="1" HotelCode="212866|228458" HotelName="ibis budget Madrid Vallecas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Casas de Miravete 17, Poligono Industrial Vallecas, 28031 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/87/e987f097d6a6e128268bb43ee086c3983696a4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.98" OriginalAmount="135.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4249" Longitude="-3.69583" StarRating="2" HotelCode="823196|693194" HotelName="Hello Ifema" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mar De Omán 25, Hortaleza, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/dd/68ddfb5e5d876af87c2e12ccc55e9099198cb266.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.13" OriginalAmount="136.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439255" Longitude="-3.626964" StarRating="4" HotelCode="212865|228456" HotelName="ibis budget Madrid Calle Alcala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rufino Gonzalez 19, Metro Suanzes, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/dd/4edd02c9b36247c025ce76dcde056ab81db020e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.54" OriginalAmount="139.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39610371288" Longitude="-3.670543266201" StarRating="1" HotelCode="445332|886661" HotelName="ibis budget Madrid Calle 30" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lozano 3, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/46/b1462cc0ae3c8323509815450098eb3b4699efc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.62" OriginalAmount="140.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.391911115278" Longitude="-3.6958940308176" StarRating="3" HotelCode="113314|147191" HotelName="Gran Legazpi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Chopera 71, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/9e/8e9ee3a6503e89c20eb6c1f33441e23bfb77b27d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to Madrid’s shopping, cultural and financial centre, next to the em...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.62" OriginalAmount="141.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447343320741" Longitude="-3.5428972681056" StarRating="3" HotelCode="395302|94895" HotelName="B&amp;B Hotel Madrid Airport T1 T2 T3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 2, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5f/1b5f242c6c21d11412b7cbf31f2c0bb27d8763ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the A2 motorway, with easy access to all the major ring roads. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.38" OriginalAmount="155.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415605899635" Longitude="-3.7018719589129" StarRating="2" HotelCode="387330|84097" HotelName="Marlasca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Cruz 14, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/95/f69504486d91d657d609b8dc1675d552c7d2deca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Madrid, offering great access to a multitude of museums and hi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.17" OriginalAmount="172.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419309" Longitude="-3.704017" StarRating="1" HotelCode="295457|208994" HotelName="Far Home Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Chinchilla 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/c9/a5c9cbf9504aa49145cbb2b45bbf6912b9e2aba0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is located in Gran Via. With a small number of only 7, this accommodation is very co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.24" OriginalAmount="172.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458646083947" Longitude="-3.5823985934257" StarRating="4" HotelCode="29260|3204" HotelName="Senator Barajas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 27, Next to Adolfo Suárez Madrid-Barajas Airport and IFEMA, Barajas, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d720dcddfec7543958d5cf370fccf4afb4be9dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located approximately 1 km from Madrid Barajas Airport. It offers an exclusive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.43" OriginalAmount="181.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.354234" Longitude="-3.830659" StarRating="3" HotelCode="61848|30347" HotelName="Holiday Inn Express Madrid - Alcorcon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Argentina S/n, Alcorcon, 28922 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/4d/6a4dc28b0d83aabd5a72e8f99441249d9f4f6409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcorcón in a convenient setting south west of Madrid and is very well conn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="189.34" OriginalAmount="183.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439351801307" Longitude="-3.6261788049536" StarRating="2" HotelCode="113307|228455" HotelName="ibis Madrid Calle Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Valentin Beato 20, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/50/d150e243d5c7b3fc9a70dbbe10a2d090b449ab68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 9 km from the famous Puerta del Sol Square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.93" OriginalAmount="186.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372858" Longitude="-3.743114" StarRating="3" HotelCode="31353|6976" HotelName="Hotel Eco Via Lusitana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Secoya 2, 028044 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/56/8e563d9f0a5cc8271402454b475ab0a83f978b02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is just 5 km from Madrid's lively, pulsing centre. The crowd pleasing Warner Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.95" OriginalAmount="187.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436916985145" Longitude="-3.6311347901783" StarRating="1" HotelCode="263671|191203" HotelName="Travelodge Madrid Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Santa Leonor 34, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bc/a6bc5374b8b0e2d4ac41e7281121269e97a1d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.34" OriginalAmount="187.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.558445702613" Longitude="-3.6137562990189" StarRating="3" HotelCode="37293|22902" HotelName="NH San Sebastián de los Reyes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Europa 11, 28700 San Sebastian de los Reyes, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/0c/bd0c22dd92fd85eb85c83cc95d49b302412b575b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the San Sebastián de los Reyes business park, 15 km from Madrid. The Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.36" OriginalAmount="187.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421526302731" Longitude="-3.703577362966" StarRating="2" HotelCode="899737|115356" HotelName="Ballesta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ballesta 5, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/73/92737b2ce70242bd2dc218c64fa3a37a90558a39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located right in the centre of Madrid. Its proximity to links to the public transport ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="196.19" OriginalAmount="190.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415345635073" Longitude="-3.7055588149133" StarRating="2" HotelCode="149057|186991" HotelName="Cruz Sol Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Santa Cruz 6 Floor 3, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/186991/186991a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hostel is located in Puerta del Sol-Plaza Mayor. A total of 17 bedrooms are available fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.26" OriginalAmount="193.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.468981044467" Longitude="-3.6738793551922" StarRating="4" HotelCode="29336|4706" HotelName="Hotel ILUNION Pío XII" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Pío XII 77, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/dd/e1dd8b2288d5d39323f36364e440664c2b6a724d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid. The hotel'...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.00" OriginalAmount="194.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458744043451" Longitude="-3.6992409825325" StarRating="3" HotelCode="36940|19460" HotelName="G3 Galeon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Francisco Medrano 4, c/v Bravo Murillo 238, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/cd/39cd6fbfb9eecd306757ce88d40adde25232c055.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming building lies at the heart of Madrid. An ideal point of departure for those wishing to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.93" OriginalAmount="195.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41407" Longitude="-3.69877" StarRating="1" HotelCode="607302|576961" HotelName="Hostal Carracedo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Leon 13, 3º Piso, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/5b/8a5b6265bb1084d53007ae62fb9c6c23e409a6d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel enjoys a charming setting at the heart of Madrid, in the famous Barrio de las Letras are...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.93" OriginalAmount="195.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41407" Longitude="-3.69877" StarRating="1" HotelCode="293767|235798" HotelName="Hostal San Antonio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle León 13, 2º Piso, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/7f/1b7ff74d3173681200f34f71295a1a01a7d3e574.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.37" OriginalAmount="201.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.45393497" Longitude="-3.67860288" StarRating="3" HotelCode="610268|617856" HotelName="Roisa Hostal Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Housekeeping,Internet,Meeting Room,Printer,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Serrano 236, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/a2/bca25fd5755ffd84652e791dbacb6fa48d4c929f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hostel Boutique Roisa offers beautiful rooms and suites in one of the most important and quiet area ...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.85" OriginalAmount="201.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416015050549" Longitude="-3.7031596899033" StarRating="2" HotelCode="188112|212082" HotelName="Hostal El Pilar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Carretas 13, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c2/68c27658e22b5f44e884e7a81a9297485cf1e13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.91" OriginalAmount="201.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417432762711" Longitude="-3.7086466877754" StarRating="3" HotelCode="533774|635140" HotelName="Room007 Select Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Fuentes 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/69/5f69177137994bef08d321cee84d5e706af05444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Madrid.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="214.51" OriginalAmount="208.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.443887381631" Longitude="-3.6726863453977" StarRating="3" HotelCode="32147|14453" HotelName="Sercotel Togumar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Canillas 59, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/53/29530c41eb10bdd6bfa35034c22427f2f324e426.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is in a privileged location, just 10 minutes from Madrid Airport, Chamartín t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="215.62" OriginalAmount="209.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41486085" Longitude="-3.70271386" StarRating="2" HotelCode="485545|630483" HotelName="Hostal La Bañezana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle la Cruz 26, 1 Izquierda, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second/fc/9d/fc9dcd3d4b1c5dd11522fdbb29dd13121c484238.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.06" OriginalAmount="209.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418727950848" Longitude="-3.7039522826672" StarRating="4" HotelCode="62490|74903" HotelName="Liabeny" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Salud 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/14485c18b6af3b3f25a8aab1d0792e173708a216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right in the centre of Madrid between Gran Vía, Plaza del Callao and Puerta del Sol....</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.37" OriginalAmount="210.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419223" Longitude="-3.704238" StarRating="3" HotelCode="38610|72503" HotelName="II Castillas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Abada 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/23/ad231204dd668a04aeb10cf1cf6c09469d00b8b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the commercial and architectural centre of Madrid, approximately 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="218.38" OriginalAmount="212.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445696913643" Longitude="-3.6729368196434" StarRating="3" HotelCode="311317|226143" HotelName="Aparthotel AHM Marcenado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Bar,Currency Exchange,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Marcenado 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/b9/3db91cdbdfa194c9b4c09b220cbe2fe427294399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a cloakroom, a sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.73" OriginalAmount="214.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427936905493" Longitude="-3.5606646537781" StarRating="3" HotelCode="37048|22904" HotelName="NH Villa de Coslada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Constitución, 75, 28820 Coslada, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/zz/6fad466b171dc860fcfc0f6ee9973e1a588af07e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the new residential area of Coslada between the industrial park and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.07" OriginalAmount="214.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423175055175" Longitude="-3.7057760947046" StarRating="2" HotelCode="143541|213036" HotelName="Hotel Life" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pizarro 16, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f8/cdf8a045a1d1bbb25e849c5fdc1fb70211724dc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.29" OriginalAmount="214.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436533" Longitude="-3.621056" StarRating="4" HotelCode="32665|8266" HotelName="Hotel ILUNION Alcalá Norte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Romualdo 30, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/6f/a86ffc6c225f214fd83e0a50a11fdb851d060de8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north west of Madrid in the Julian Camarillo and near Alcala Street. Th...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="222.20" OriginalAmount="215.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422857688332" Longitude="-3.689982722615" StarRating="2" HotelCode="300297|175430" HotelName="Apartamentos Serrano Recoletos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Villanueva 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/da/a7da28e5cfd4c001ff0acc6d823ebe5b9797baab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are centrally located, close to the Paseo de la Castellana. The famous Calle Serrano ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.53" OriginalAmount="217.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421909" Longitude="-3.706562" StarRating="3" HotelCode="14197|137377" HotelName="Hotel Los Condes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Los Libreros 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d7/cad76a6733aa1001dd82346816e32475f7007580.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent situation in the very heart of the centre of Madrid, only some 20 m f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.57" OriginalAmount="218.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431114825251" Longitude="-3.6874164640903" StarRating="4" HotelCode="30878|4482" HotelName="Serrano by Silken" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marques De Villamejor 8, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f5/6ef50ebb44f99e9baed1046343cf3a861ba229cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel lies in the Salamanca district, a very exclusive area of Madrid, between the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.94" OriginalAmount="218.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4217139" Longitude="-3.707948" StarRating="2" HotelCode="385698|261070" HotelName="Hostal Besaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Pick &amp;amp; Drop,Shopping Arcade,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 13, 8 planta, Esquina a Calle Gran Vía, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/9a/c79a99177bd9f87b129f36cdb2f2c708b01b5df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hostal Besaya, you'll be centrally located in Madri...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.73" OriginalAmount="219.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449151358313" Longitude="-3.576779682209" StarRating="4" HotelCode="130495|113657" HotelName="Hotel Nuevo Boston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 332, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/0e/380e91ecc5ea182c89842fb191518f2af6af4544.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barajas Airport Business Centre. The airport itself is just 1 km away. The p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="226.41" OriginalAmount="219.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447616636597" Longitude="-3.655298659824" StarRating="4" HotelCode="98191|103640" HotelName="Hotel ILUNION Atrium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Emilio Vargas 3 y 5, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/40/50409639c3b56138a0a2c349b058c209961180f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in one of the best residential zones in Madrid, the hotel has direct access to the M-30. The...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="226.65" OriginalAmount="220.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44774" Longitude="-3.669104" StarRating="4" HotelCode="24896|4690" HotelName="Hotel ILUNION Suites Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 143, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/e2/e5e2f2aa0e092b549d3d207dafbca543804c35c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid, close to a...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.46" OriginalAmount="221.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.444416641378" Longitude="-3.6554197643918" StarRating="3" HotelCode="38298|26620" HotelName="Travelodge Madrid Torrelaguna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Torrelaguna 69, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/e8/c3e89468aee6bd8bccb48bbcdb808ce96f9f8984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the region's main business district. There is a link to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.95" OriginalAmount="222.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447388917667" Longitude="-3.5803155423279" StarRating="3" HotelCode="899437|112877" HotelName="Aparthotel Compostela Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Village,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zambrana 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/13/b51372a290f98835fe8bfecb9fdaa0740d69a789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel provides easy access to the M21, M22, M40 and A2 motorways, as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.20" OriginalAmount="222.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419308953948" Longitude="-3.7030295631599" StarRating="3" HotelCode="61928|73799" HotelName="Anaco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tres Cruces, 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/08/8d0803cc45a98fef2f1e4f504350d3b7e89dc93a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Plaza del Carmen, right in the heart of Madrid. From here guests can rea...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.48" OriginalAmount="222.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425258443904" Longitude="-3.7001618914016" StarRating="0" HotelCode="749943|644929" HotelName="Bastardo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Laundry,Parking,Restaurant,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>San Mateo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e1/ede16d21d600054a92fe56c21b244a8cc8107f86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;bastard:
From fr. ant. bastart.
1. adj. That degenerates from its origin or nature.

A journey does ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.54" OriginalAmount="223.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419734667353" Longitude="-3.7043049931526" StarRating="3" HotelCode="30558|3020" HotelName="Hotel Regente" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesonero Romanos 9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c8/20c8b4c5898d063ffdc49d96e0439b20ca46b54f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Madrid, only a stone's throw from the Gran Via. It is close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.74" OriginalAmount="224.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3053105077" Longitude="-3.7748256325722" StarRating="3" HotelCode="161637|130229" HotelName="Holiday Inn Express Madrid-Leganés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Recomba 11, Parque Industrial La Laguna Leganes, 28914 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/46/db4655647aadba033d44dbe7586ee9f83a8387f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the south of Madrid, close to the Parque Warner theme park, in the La Lagun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.77" OriginalAmount="224.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41973075282" Longitude="-3.704108603769" StarRating="3" HotelCode="29799|5271" HotelName="Avenida Gran Vía" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesoneros Romanos 14, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/51/e551f8a8c48abf81eb5fa3da3a333cac8ed12f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This straightforward hotel enjoys a splendid location. Madrid's countless shops and cultural venues ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.51" OriginalAmount="224.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416024506087" Longitude="-3.7017413220092" StarRating="2" HotelCode="113300|197090" HotelName="Hostal Matheu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Victoria 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/ac/c9aca30ad043461a7fa92c84e19451b6a037b70c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="234.66" OriginalAmount="227.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419712445794" Longitude="-3.700239635582" StarRating="3" HotelCode="35570|185958" HotelName="Hispano Argentino Gran Via Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 15, planta 6a, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/81/0181aebf8c7a26617bd99015d2af0e08b35823c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.72" OriginalAmount="229.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420715844095" Longitude="-3.7069496512413" StarRating="3" HotelCode="18768|129985" HotelName="Room Mate Macarena - Gran Vía" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 43, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a3/4aa3380932ad4f1d430728f8197c9a0f3059f505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, near to the Gran Via, between the Plaza de Espana and ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="240.04" OriginalAmount="233.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421476" Longitude="-3.721681" StarRating="3" HotelCode="212800|181474" HotelName="Hotel Acta Madfor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de La Florida 13, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/66/8f667c74e208871dc3068d0db8b43dc2d7ad705c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="240.35" OriginalAmount="233.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441348026217" Longitude="-3.6575652675285" StarRating="4" HotelCode="15313|16899" HotelName="Novotel Madrid City Las Ventas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Esquina Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c7/dac74f5e23727e9db32105d1b08f726847820c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of one of the major residential and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="240.44" OriginalAmount="233.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406225" Longitude="-3.71221" StarRating="3" HotelCode="16252|1237" HotelName="Puerta de Toledo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Glorieta Puerta de Toledo 4, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/69/1769a5b322545c05546b4496955491621e7af9ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally located in the historical centre of Madrid, near the Real Palace an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.39" OriginalAmount="234.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.498234570408" Longitude="-3.6646270751953" StarRating="4" HotelCode="88640|111753" HotelName="NH Madrid Las Tablas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Burgos 131, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cc/4dcc3e8734580697e808a0f17613c8ae3453f345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the north of Madrid, next to the Las Tablas and Sanchinar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.93" OriginalAmount="234.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416260512445" Longitude="-3.7013848513596" StarRating="3" HotelCode="147256|197995" HotelName="El Pasaje" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pozo 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a9/4fa9fec501552ad81a0bd8f584f960e2393a3f41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.04" OriginalAmount="234.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435541702625" Longitude="-3.6638304024467" StarRating="4" HotelCode="32777|4463" HotelName="NH Madrid Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Biarritz 2, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5e/965e4e662c787c61283699c7c167e3f2613bb676.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located near the Las Vegas bullfighting ring. It is also conveniently si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.43" OriginalAmount="235.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425456" Longitude="-3.701384" StarRating="3" HotelCode="31524|7856" HotelName="Tribunal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Vicente Ferrer, 1, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4e/af4ee8954994d0f14d7335f56626c75a66cef914.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Madrid, this aparthotel lies between Gran Vía and Glorieta Bilbao and near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.58" OriginalAmount="235.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.440662401072" Longitude="-3.670056679436" StarRating="5" HotelCode="56983|39121" HotelName="Hotel Puerta América" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de América 41, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/9c/659cc0864b7dee0c0f21cd44877ce6ed63576fc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Avd. de América, just 5 min away from the exclusive quarter of Salamanca (b...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.96" OriginalAmount="236.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458602522733" Longitude="-3.6952221607479" StarRating="3" HotelCode="59808|76270" HotelName="Senator Castellana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Julián Besteiro, 37, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/89/e38984ac12005f87d5c63a7f24821d54a662e08a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, in the best commercial and business area, next to Plaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.89" OriginalAmount="237.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458547147843" Longitude="-3.6946392475292" StarRating="4" HotelCode="98430|153035" HotelName="Residence Eurobuilding 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Orense 69, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/23/10237afb9c88297c610d96df04dc75b8c5368a92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the most important business zone of Madrid, the c/Orense, parallel to the P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="245.70" OriginalAmount="238.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422112" Longitude="-3.702338" StarRating="1" HotelCode="260260|195198" HotelName="Hostal Tokio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Puebla 6, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/fe/57fe723c6b7773f3385537d8f87313c9bbc005b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.18" OriginalAmount="239.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449184" Longitude="-3.548429" StarRating="3" HotelCode="113309|110384" HotelName="SHS Aeropuerto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camino del Aeropuerto 22, A2 Highway direction to Madrid km 15, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c6/03c6174a3d6163a1bb8f1d4a1fa8c0f57dc151ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located just 10 minutes by car from the centre of Madrid. Public transport lin...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.04" OriginalAmount="239.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418823798651" Longitude="-3.7093595509261" StarRating="2" HotelCode="57790|60059" HotelName="Room Mate Mario" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Campomanes 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/90/f790cf488911b287a108eedcd8f8bf96d5c95b6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city centre of Madrid. Access to public transport, as well...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="248.24" OriginalAmount="241.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436054" Longitude="-3.679347" StarRating="4" HotelCode="178195|161481" HotelName="Dormirdcine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Príncipe de Vergara, 87, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/76/937640995f31c98b1e25e91ef851d579929d8053.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the central Salamanca district (2.5 km from the centre), very close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="248.58" OriginalAmount="241.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41773793" Longitude="-3.70824782" StarRating="2" HotelCode="318847|357244" HotelName="Hostal Rober" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arenal 26, 5 Derecha, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/72/6d72c51df5c4b7ea562c5086c518adb86f331479.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="249.25" OriginalAmount="241.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41766803" Longitude="-3.70272443" StarRating="3" HotelCode="524084|574063" HotelName="B&amp;B Hotel Madrid Centro Puerta del Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Montera 10-12, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/17/f517812013ba7e8429d479a3819fe843a3510d19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a elegant and modern 3 star hotel located in the heart of Madrid, just 50 m from the Puerta de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="249.82" OriginalAmount="242.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420381706802" Longitude="-3.6992629818972" StarRating="3" HotelCode="36944|22437" HotelName="San Lorenzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Clavel 8, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/02/da02c6fe4c3da64e250b22e40740f87761406f96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the city close to the Gran Via, one of the largest shopping d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="251.58" OriginalAmount="244.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423884561043" Longitude="-3.7058645731178" StarRating="3" HotelCode="113294|107317" HotelName="Hotel Abalu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pez 19, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bd/42bd200aae0f7e454f2c00692011c3f77884793c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are set in the heart of Madrid, just a short walk away from Plaza España. Noviciado m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="252.40" OriginalAmount="245.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416548486541" Longitude="-3.7015939174449" StarRating="2" HotelCode="225463|848969" HotelName="Esmeralda Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Victoria 1, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/31/9631a81d8497fc11d859f4a4aaeeb0e9ed51408a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.51" OriginalAmount="246.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470975" Longitude="-3.579981" StarRating="4" HotelCode="37965|26196" HotelName="Clement Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General, 43, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2b/f82bae27e6574dfaf6d898fe684572ce1cd0f73b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from a park and about 12 km from the city centre. Links to the publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="256.54" OriginalAmount="249.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447490084209" Longitude="-3.5830351878357" StarRating="4" HotelCode="900431|123223" HotelName="Axor Feria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel,City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/50/bf5078ad42c0a5d4469a0ba7e0bf4fa66ec4d204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a residential and business area, 10 minutes from IFEMA exhibition centre, Co...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="258.61" OriginalAmount="251.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431877" Longitude="-3.673618" StarRating="4" HotelCode="19506|4928" HotelName="Zenit Abeba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alcántara 63, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/69/cd691bd277fd3803689fd80761c97017200ca7ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Madrid's leisure area just a few metres from the city centre and its l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.58" OriginalAmount="252.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.473089486686" Longitude="-3.5853624343872" StarRating="4" HotelCode="113312|185314" HotelName="täCH Madrid Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Timon 35, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185314/185314a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.72" OriginalAmount="253.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.488138" Longitude="-3.668268" StarRating="4" HotelCode="409988|91856" HotelName="Occidental Castellana Norte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Manoteras 20, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/ea/7dea448b3404868641d054e28bd98ea3381b03a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in a development area on Castellana Avenue. It is just 10 minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="262.05" OriginalAmount="254.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4283894" Longitude="-3.6711832999999" StarRating="3" HotelCode="300883|365806" HotelName="Neo Magna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Don Ramón de la Cruz 94, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/64/6e64e957b87a6e7cb45d9a46531a20ac570a5bd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Madrid, 200 m away from the nearest metro station (Manuel Becerra).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="262.07" OriginalAmount="254.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.408201" Longitude="-3.70079217" StarRating="1" HotelCode="709734|887933" HotelName="Ibis Budget Madrid Centro Lavapies" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Valencia 8-10, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5b/005bea14b55dec053d36491bd4f3756bb265bb70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.93" OriginalAmount="258.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447381" Longitude="-3.542142" StarRating="4" HotelCode="169555|145376" HotelName="Crowne Plaza Madrid Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Lola Flores 1, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/be/36be684dfbd5ebea60770d039ebe60511cdb337a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly airport hotel is right on the doorstep of Madrid-Barajas Airport and the IFEMA ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.72" OriginalAmount="258.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4199155" Longitude="-3.70746933" StarRating="4" HotelCode="943732|658509" HotelName="The First One Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle dePreciados 44, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/8f/048fc98d1767616b2c74879593552061d77e70aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.04" OriginalAmount="260.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447922736474" Longitude="-3.5829699039459" StarRating="4" HotelCode="900430|123224" HotelName="Axor Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5e/565e92719307b138ac28fcc93c91c1ceadbb17a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located 5 minutes from IFEMA Exhibition Centre, the Congress Palace and J...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.86" OriginalAmount="261.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428560097144" Longitude="-3.6943137198631" StarRating="2" HotelCode="100840|183409" HotelName="BlueSense Almagro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Almagro 10, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/2d/252d513a34b67aedcdb07329e52d976cdeb26f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.65" OriginalAmount="261.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39884" Longitude="-3.670116" StarRating="3" HotelCode="37050|22939" HotelName="NH Madrid Sur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Ciudad de Barcelona, 113, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/d8/6fd87d1122b42e0428ea7b25d5c311a64851082a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, within paces of the bus station and the southern junct...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.80" OriginalAmount="261.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421084419798" Longitude="-3.7147602438927" StarRating="3" HotelCode="16258|7976" HotelName="Principe Pio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cueste de San Vicente 14, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/8a/798ac490034a63eb0befb17e88c66239bcaf494c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies just a few minutes from the centre of Madrid where guests will discover m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="270.60" OriginalAmount="262.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.394154" Longitude="-3.707749" StarRating="4" HotelCode="30654|3517" HotelName="Hotel Praga" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Lopez 65, 28019 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/56/aa560c0be87d61d8a18b9bd43d912d34fdc1e92c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located close to the M-30 ring road, and the centre of Madrid is arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.16" OriginalAmount="263.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.434891818409" Longitude="-3.6850864245062" StarRating="2" HotelCode="101132|183349" HotelName="BlueSense Madrid Serrano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diego de León 10, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/85/408532fb654c6aaa3f0c04126c73adf422604168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="273.53" OriginalAmount="265.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4649744" Longitude="-3.7861544" StarRating="4" HotelCode="310418|4241" HotelName="Aravaca Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camino De La Zarzuela 23, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a4/b1a4e76c14c35c59c4594463f035854ccccb92cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist centre of Aravaca (Madrid) just a few minutes from the city cen...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.76" OriginalAmount="266.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422618939038" Longitude="-3.7109032273292" StarRating="3" HotelCode="30874|4470" HotelName="Señorial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/0d/0df0816f23c13846/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is ideally situated in Madrid, only a few minutes from the city centre. Public trans...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="277.26" OriginalAmount="269.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406248" Longitude="-3.669354" StarRating="4" HotelCode="82895|191721" HotelName="Claridge Hotel Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde de Casal 6, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/9b/d59b2e5b07ad150abf35d67f8a752929d7b1575e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.46" OriginalAmount="270.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441356568355" Longitude="-3.6575128373649" StarRating="4" HotelCode="968815|712971" HotelName="Ibis Styles Madrid City Las Ventas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6c/1a6c95a7c48e5664d6d8e1f743fef1bdb993d241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.68" OriginalAmount="271.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.424100334583" Longitude="-3.7061128020287" StarRating="4" HotelCode="188111|141697" HotelName="AB Design Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/3d/be3dedba9526533bea3d9d07d507aa3bf47e8ce3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="289.56" OriginalAmount="281.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420037904714" Longitude="-3.7002833135004" StarRating="4" HotelCode="20339|1875" HotelName="H10 Villa de la Reina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 22, Madrid Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/ac/11ac8aef870a4d29fc9bf72cc41b5f44bb1f7c3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Madrid, this luxurious hotel is surrounded by restaurants, numerous pubs and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="290.01" OriginalAmount="281.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421455" Longitude="-3.708134" StarRating="4" HotelCode="12124|569" HotelName="Emperador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grán Via 53, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/56/c356d146eef5f3596c7fcd5e063d52be9577331d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is popular for its central location in the heart of Madrid, on the famous Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="290.39" OriginalAmount="281.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432045" Longitude="-3.69935" StarRating="4" HotelCode="161633|132446" HotelName="Hotel Agora Juan de Austria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan de Austria 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/3d/d83ddc327c91f1656243d35ff6aafdc08a712fa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel is located in the city of Madrid, at the heart of the historic neighbourhood of ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="290.42" OriginalAmount="281.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430608432797" Longitude="-3.6642296922241" StarRating="2" HotelCode="207386|228454" HotelName="Hotel ibis Madrid Centro las Ventas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julio Camba 1, Esquina Alcala, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/9b/2c9b3c69b9150d1721cad4c81dd89453055810a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="291.79" OriginalAmount="283.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420985385248" Longitude="-3.6998923865347" StarRating="2" HotelCode="322532|492541" HotelName="Hostal Vazquez De Mella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Vzquez De Mella, 1st Floor 3a Planta, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/3e/a93ed4e036c2c9ba400caa0a7dc92e0a9c4bb39a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="292.08" OriginalAmount="283.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423064" Longitude="-3.707663" StarRating="3" HotelCode="23027|1231" HotelName="Sterling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 29-31, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b6/0db6cec23ff9f4ca53af13a0bbfc531784189c6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Madrid, close to the Gran Via and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="292.27" OriginalAmount="283.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41634376863" Longitude="-3.7017134257603" StarRating="3" HotelCode="69539|85237" HotelName="Victoria IV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle De La Victoria 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/314c0a5aa5fa454eafa34ddd44467b4f.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Puerta del Sol, close to museums of world fame such as the Prado Museum...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="294.35" OriginalAmount="285.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420619" Longitude="-3.708516" StarRating="4" HotelCode="17616|127785" HotelName="Hotel Santo Domingo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98b989d71d050584e06916b1fb52e869006e31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, only a 3-minute walk from Gran Via and the city’s main ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="295.82" OriginalAmount="287.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470800134942" Longitude="-3.7687879800796" StarRating="4" HotelCode="36966|22769" HotelName="Eurostars Zarzuela Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Dario Aparicio 32, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7b/ce7b3ef3edb6d7c2f27744a8c4e7b4611979b3fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the northern district of Madrid. Wonderful gardens surround the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.44" OriginalAmount="287.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428620068762" Longitude="-3.7064095750889" StarRating="2" HotelCode="480823|418041" HotelName="Roisa Centro" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Printer,Spa">
        <Address>
          <AddressLines>
            <AddressLine>San Bernardo 87, 1D, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/08/78/0878d3b10e61251150506a9bef0b8661401bf1db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Roisa Centro is situated 700 meters walking from Gran Via Avenue. The Metro station San Bernardo is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.54" OriginalAmount="287.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411819" Longitude="-3.697824" StarRating="4" HotelCode="172000|152135" HotelName="Catalonia Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 81, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/21/6121a963267cce891b78d4d34cad6f37540e4b41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, in the Triangle of Art, which is home to the most visit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="297.67" OriginalAmount="289.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.402598163242" Longitude="-3.7115734470481" StarRating="3" HotelCode="32044|9711" HotelName="Holiday Inn Madrid Piramides" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Acacias 40, 28005 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/d1/23d1f0fa674d7a8ec3327f8faa79cb12bf3f30e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, friendly and luminous, is just a few metres from the Madrid Flea Market (El Rastro) and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.05" OriginalAmount="290.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414515560127" Longitude="-3.7001119705697" StarRating="3" HotelCode="57792|60180" HotelName="Room Mate Alicia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 2, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/90/b090770d907be1ccc229dde75b3f4a7db6af7369.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Barrio de las Letras, on Santa Ana square and close to the mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.23" OriginalAmount="290.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420449890709" Longitude="-3.7045789430846" StarRating="4" HotelCode="35572|4798" HotelName="Hotel Atlántico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 38, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/45/334515419dcae1e58ae1ad6f62dc6bbdcab45f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a wonderful town house, which is crowned with a dome. It is situated in the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.23" OriginalAmount="290.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42243262" Longitude="-3.70010823" StarRating="3" HotelCode="447285|436719" HotelName="Madrid SmartRentals Chueca II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Perez Galdos 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436719/436719a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.75" OriginalAmount="291.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469157548393" Longitude="-3.581001162529" StarRating="4" HotelCode="29474|4712" HotelName="TRYP Madrid Alameda Aeropuerto Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 100, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/a0/21a03fe7a14b0fb683d3afb2f420f485eedc34a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a district close to Madrid Barajas airport. The hotel offers an exclusive c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="301.38" OriginalAmount="292.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413123" Longitude="-3.700828" StarRating="4" HotelCode="172083|152134" HotelName="Catalonia Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 36, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c8/74c8c9a4273d0e5a78af7a3c01bea457514483ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a building dating back to the early twentieth century, part of the historic ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="301.79" OriginalAmount="293.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417319315597" Longitude="-3.706523364418" StarRating="3" HotelCode="326489|5281" HotelName="Petit Palace Ópera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 16, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a492c8911e264433a5f6fabfa82a3b77491fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the city, close to the King's Palace and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="302.61" OriginalAmount="293.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421944999328" Longitude="-3.6998083575901" StarRating="2" HotelCode="30871|4464" HotelName="Hostal Hispano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Central Heating,Currency Exchange,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Hortaleza 38, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/eb/5bebae63a9cb74bae639df7ab820f9d57fe786d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the tourist centre of Madrid just a few minutes walk from the city centre ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="303.02" OriginalAmount="294.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4202" Longitude="-3.701162" StarRating="3" HotelCode="27901|4285" HotelName="Petit Palace Chueca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hortaleza 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3c/0d3ce095c14861d561f1b9e37d648c55615def3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively Chueca neighbourhood, close to the Gran Via, and it is the ideal ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="307.52" OriginalAmount="298.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469588" Longitude="-3.582171" StarRating="4" HotelCode="29258|3600" HotelName="Meliá Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 305, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/6a/bb6a98ece4b789d67f79c1c304c81b1f98dfd870.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location close to Madrid Barajas airport, the convention centres and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="308.97" OriginalAmount="299.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418617680782" Longitude="-3.706713616848" StarRating="4" HotelCode="23667|3549" HotelName="Intur Palacio San Martín" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de San Martín 5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/37/7d370daf1f5fdb442081c3e07f167b6870ae6398.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a classical building from the 1900's and lies at the heart of Madrid, only paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.35" OriginalAmount="301.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416572" Longitude="-3.701733" StarRating="2" HotelCode="190804|215818" HotelName="Veracruz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>c/ Victoria 1, 3º, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/3f/103f95c16ee7dd52ec1b9694a1a8a4d77c08ecb2.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Burgos (RGS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.35" OriginalAmount="302.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420901748178" Longitude="-3.7083299766865" StarRating="4" HotelCode="59394|66662" HotelName="Petit Palace Plaza España" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de San Bernardo 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/78/3e78e6e80e88dceaadc921a94a4767dd2576fe52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Madrid. Guests are conveniently located close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.37" OriginalAmount="302.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.472898009806" Longitude="-3.5769546441803" StarRating="3" HotelCode="113311|117617" HotelName="Barajas Plaza Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Camarillas 5-7, 28042 Barajas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/76/1a76496fe95478632d18608f38500780f40538a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 50 m from the nearest links to the public transport network and is 500 m from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.47" OriginalAmount="302.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.554545259398" Longitude="-3.9002323150635" StarRating="4" HotelCode="99103|14976" HotelName="Exe Gran Hotel Almenar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jaraiz 1, 28290 Las Rozas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/74/d974f77848316619addb83b590bf6d46b27ad388.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel lies opposite Las Matas train station, close to Parque Empresarial de Las Rozas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.77" OriginalAmount="303.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.555316" Longitude="-3.609999" StarRating="2" HotelCode="39335|7942" HotelName="Holiday Inn Express Madrid-San Sebastian d/l Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De Los Pirineos S/N, 28700 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0e/8e0e7cf0501ac7ea09a621455dc3e9c07feb6fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in heart of one of the most important business areas, and is located 15 km to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.04" OriginalAmount="303.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.467490435003" Longitude="-3.6900544166565" StarRating="4" HotelCode="46623|9649" HotelName="Hotel Exe Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 191, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/80/b2802a570b620afbee64ff9dbbbf4a2a171897e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location in the business district in the heart of the Paseo de la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.14" OriginalAmount="304.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41366544" Longitude="-3.70038516" StarRating="4" HotelCode="960771|663164" HotelName="Room Mate Alba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Huertas 16, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/70/9b70c48ee2843a7924bf1bd65f268f7123c6f18f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.58" OriginalAmount="306.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419830641568" Longitude="-3.7012660503388" StarRating="4" HotelCode="30862|4435" HotelName="NH Collection Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 21, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/35/2835d2759134b280fcdc9d65985b1b26bed539af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid, close to a wide selection of shopping and en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="317.25" OriginalAmount="308.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425259" Longitude="-3.682138" StarRating="4" HotelCode="38262|29289" HotelName="Catalonia Goya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Goya 49, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/8d/418ddba6041ee8f5a1fe52ba3ab6da08c9950dea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the "Calle Goya", in the elegant Salamanca quarter. Here guests will find al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="319.17" OriginalAmount="309.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416000360547" Longitude="-3.7090604487198" StarRating="4" HotelCode="87683|100198" HotelName="Petit Palace Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mayor 46, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/42/4f421af60782dc754ab4d6f09aa70ede93f8dd41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the only hotel located on the main street, at the principal entrance to the Plaza Mayor. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.59" OriginalAmount="311.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419473800577" Longitude="-3.699099496007" StarRating="4" HotelCode="12770|924" HotelName="Catalonia Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 7-9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/3b/e93b08c76d0497b325d9e61664f6b3869c656d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the historical centre of Madrid and offers an ideal atmosphere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.59" OriginalAmount="311.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413945" Longitude="-3.702857" StarRating="4" HotelCode="26838|3550" HotelName="Catalonia Puerta del Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 23, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/15/ce15a9c427d18380a1b8a788539d8f53a29951ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This smart luxury hotel is centrally located in Madrid's golden triangle, between the Old Town and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="321.24" OriginalAmount="311.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418862725128" Longitude="-3.7027251720428" StarRating="4" HotelCode="57593|57473" HotelName="Petit Palace Plaza del Carmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Carmen 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/60/a260e7dd75a552d8fb6b0586c5d6ff3e9b27a3b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid on the Plaza del Carmen. It has a good location between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="322.47" OriginalAmount="313.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429192" Longitude="-3.688444" StarRating="4" HotelCode="38261|29283" HotelName="Petit Palace President Castellana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Villamagna 4, esquina Paseo de la Castellana 20, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/80/c4/80c48fce4deab0399eff062170c4d969923006e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along a main road in the commercial district of Madrid, close to the Paseo de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="323.78" OriginalAmount="314.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.40916859" Longitude="-3.71148562" StarRating="3" HotelCode="552054|649481" HotelName="L&amp;H La Latina" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Calle Calatrava 17, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/14/4c14545fd2bcfddb079a246f2ff697eacc534ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can reach the various storeys easily and comfortably by lift. A baggage storage service is am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="324.73" OriginalAmount="315.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406924" Longitude="-3.683148" StarRating="4" HotelCode="30186|570" HotelName="Agumar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Reina Cristina 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ef/97ef11ed01c50ed47f4d15613b04b7d6cae68f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys a wonderful central position at the heart of Madrid. Situated on the Reina...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="326.01" OriginalAmount="316.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418183" Longitude="-3.704311" StarRating="3" HotelCode="14178|3151" HotelName="Petit Palace Preciados" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Galdo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d1/5cd13e53f1e5c3af9001c3aefa834ad81d210a6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in the heart of Madrid, only minutes from Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="326.45" OriginalAmount="316.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413698" Longitude="-3.70362" StarRating="3" HotelCode="36938|17839" HotelName="Hotel Cortezo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Doctor Cortezo 3, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/2a/162a5fe8418e2177d749a82fead20e896b9f37e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel in the heart of Madrid is only a few metres from the Puerta del Sol, the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="327.13" OriginalAmount="317.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.475140876872" Longitude="-3.7430022444644" StarRating="4" HotelCode="30843|4390" HotelName="Hotel Eurostars Monte Real" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arroyofresno 17, 28035 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d6/b1d6b05ce616b5711eb364b11ebade088e0e106f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the leisure district of Puerta de Hierro, roughly a 15-minute drive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="330.53" OriginalAmount="320.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438455215158" Longitude="-3.7009871006012" StarRating="3" HotelCode="7859|5366" HotelName="TRYP Madrid Chamberí Hotel" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle José Abascal 8, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/e3/f0e396becb6867e8a52c4bb5500760c6e6713ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the leisure district of Chamberi in Madrid and lies just a few minutes walk...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="330.85" OriginalAmount="321.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420578986557" Longitude="-3.7028793993883" StarRating="3" HotelCode="35356|14979" HotelName="Petit Palace Triball" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gonzalo Jimenez de Quesada 2, Esquina con Calle Gran Vía 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/32/bb325bd5c92e4fb9e9646335e5168b9a3de77902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is housed in an impressive 19th century building that is located in the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.31" OriginalAmount="321.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406266289724" Longitude="-3.7217527627945" StarRating="4" HotelCode="171005|142445" HotelName="NH Madrid Ribera del Manzanares" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Virgen del Puerto 57, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/9e/d59e2ae32977b3a7a264879a36d69c1a81aa5b1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Madrid, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.38" OriginalAmount="321.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430666489624" Longitude="-3.7169702663508" StarRating="3" HotelCode="31101|4468" HotelName="Hotel T3 Tirol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Urquijo 4, 28008 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/97/b7970c0e51e3a27548c34ba7a4ae7ae4dc45dc49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is located in the tourist centre of Madrid. The surrounding area is full of exciting...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.92" OriginalAmount="322.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430888200546" Longitude="-3.7077301740646" StarRating="4" HotelCode="40080|1232" HotelName="Sercotel Gran Hotel Conde Duque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde Valle Suchil 5, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/cc/c4cc08aa1e9826a328513d823025166bdd7a3ae7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive top-class hotel lies in the centre of Madrid and is surrounded by a large park. Many...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="333.48" OriginalAmount="323.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419343" Longitude="-3.702784" StarRating="3" HotelCode="56985|54285" HotelName="Petit Palace Tres Cruces" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Tres Cruces, 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ee/bfee45a57eee365ce8192046ff50735fa349c22f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Tres Cruces street, on the corner of the completely renovated Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="335.78" OriginalAmount="326.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435156170903" Longitude="-3.6765334010124" StarRating="3" HotelCode="76561|145407" HotelName="VP El Madroño" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle General Díaz Porlier 101, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ff/fcff34a82f5f9ef5a838a50ad12d4bb6b75c0c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in the Salamanca area of Madrid, within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="336.80" OriginalAmount="326.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452915204396" Longitude="-3.61323595047" StarRating="4" HotelCode="51894|4391" HotelName="Hotel Osuna Feria Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis de la Mata 18, Madrid 28042</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/9d/3a9de01571d1df7cc3922e0b307f69e3af8e8a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies next to a quiet garden. With the free shuttle service, guests will quickly and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="337.16" OriginalAmount="327.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.456854" Longitude="-3.647615" StarRating="4" HotelCode="30679|3588" HotelName="Zenit Conde Orgaz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Moscatelar 24, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/38/5e385f10fae57b649b4cfd4393d463af8f193e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated close to the Juan Carlos I trade centre and the congress cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="338.06" OriginalAmount="328.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.489678" Longitude="-3.688078" StarRating="4" HotelCode="82889|155929" HotelName="Villamadrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Xaudaró, 2, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/e7/e6e7276ea9f77cb89dbcd885eb3df95c273eac76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in one of Madrid's business areas at the end of Paseo de la Castellan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="341.83" OriginalAmount="331.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432122377193" Longitude="-3.6565107107162" StarRating="4" HotelCode="31879|9712" HotelName="Rafaelhoteles Ventas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 269, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1f/7d1fc715acc1658ddc1bb9740e0d750801e8c95b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting and friendly hotel is located in the popular shopping street of Alcalá and fits seamle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.56" OriginalAmount="332.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469799969984" Longitude="-3.5808435759633" StarRating="2" HotelCode="113308|228447" HotelName="ibis Madrid Aeropuerto Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General 49, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6c/046c53f5bb60af45a6d6287f04db1c88e243ad8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1 km from Madrid-Barajas Airport and IFEMA Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.72" OriginalAmount="332.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.424787391489" Longitude="-3.7150596483374" StarRating="3" HotelCode="66749|82693" HotelName="Suites Viena Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Álvarez Mendizábal 17, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/53/f2538fff6337f24d2a6fb2d6ce2e3625aa076686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This studio complex is located close to Gran Via, just a few metres from Plaza de España and Palacio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="343.07" OriginalAmount="333.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417029" Longitude="-3.705226" StarRating="3" HotelCode="35373|14978" HotelName="Petit Palace Puerta del Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/97/749754e17d1d84aefd6dd7528c9969aca2820ef1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historic and tourist centre of Madrid near to the Puerto del Sol (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.61" OriginalAmount="336.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413464084393" Longitude="-3.7048939214611" StarRating="2" HotelCode="130493|121862" HotelName="Hotel Mayerling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Conde de Romanones 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/d7/bdd711278636588e4e6a99e0da4a29402267c13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the city centre, in the famous district of Barrio de los Austrias, the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.65" OriginalAmount="341.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411321657713" Longitude="-3.693164302701" StarRating="2" HotelCode="322524|178287" HotelName="Hotel Mora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 32, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079d4f30efab395320ad4992313ca9df4793cb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated on the Paseo del Prado in Madrid, 400 meters from the Reina Sofia Museum and A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="354.61" OriginalAmount="344.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416666" Longitude="-3.691007" StarRating="4" HotelCode="189352|175099" HotelName="Petit Palace Lealtad Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Maura 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/f4/d6f42e45a4277f989d9768ec6e2b27cf21127cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an old five-storey building built in the early nineteenth century in the mos...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="354.88" OriginalAmount="344.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414562067245" Longitude="-3.6994890868664" StarRating="4" HotelCode="58153|59219" HotelName="Catalonia Las Cortes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 6, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/33/5033308603526509572c5239b63cb8ca55c7576b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, charming hotel lies in Las Letras, the historical centre of Madrid, within a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="355.19" OriginalAmount="344.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7036330997944" StarRating="3" HotelCode="25010|3966" HotelName="Petit Palace Cliper Gran Vía" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Chinchilla 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df095671e3bb2b1aa2b3e8bf62eb1b98069cf07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is located at the heart of Madrid, close to the Gran Via and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="355.45" OriginalAmount="345.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417011" Longitude="-3.700014" StarRating="4" HotelCode="29475|9521" HotelName="Quatro Puerta del Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sevilla 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/b3/14b3e32c78a3fb9770eba36465ced5e758833471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the historical centre of Madrid, just minutes fro...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.80" OriginalAmount="347.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.401434123929" Longitude="-3.6871683587262" StarRating="4" HotelCode="16438|3988" HotelName="Rafaelhoteles Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mendez Álvaro 30, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bf/d3bfe5a4bf9ce69a007b759e9fc72f3b234ba8bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Madrid, a few minutes from the Méndez Álvaro train, unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="358.31" OriginalAmount="347.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413884065705" Longitude="-3.6944854259491" StarRating="4" HotelCode="14182|4222" HotelName="Mercure Madrid Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lope de Vega 49, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/e7/7de7feb733ff31c96f41ba9fe95bace878ae9bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Madrid, in the middle of the famous Golden Triang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.45" OriginalAmount="348.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439629936567" Longitude="-3.698257991061" StarRating="3" HotelCode="53738|22938" HotelName="NH Madrid Chamberí" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bretón de los Herreros 29, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bc/32bc0170527d86103fd314ebb75ffe410c88ae0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Nuevos Ministerios district of the city of Madrid. The Paseo de la Cast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.47" OriginalAmount="349.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429152670491" Longitude="-3.7167762183437" StarRating="3" HotelCode="15041|9643" HotelName="Aparto Suites Muralto" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buen Suceso 3, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/bf/4abfb92e1f0cf1fa3c0ef24a57d973d77cb2c1a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming apartment hotel is centrally located in a quiet district of Madrid. El Corte Inglés, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="360.58" OriginalAmount="350.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414830611147" Longitude="-3.6989767849445" StarRating="3" HotelCode="13095|2856" HotelName="Ibis Styles Madrid Prado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Callo Prado 11, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/d7/d1d7bac26dc95103b5359627b0b060dc012b4f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly city hotel is located in the centre of Madrid, close to the Puerta del Sol and the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="360.94" OriginalAmount="350.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44716138314" Longitude="-3.7057533860207" StarRating="4" HotelCode="113292|133602" HotelName="VP Jardín Metropolitano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Reina Victoria 12, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d0/e6d04f3018b5f8a6212081167829ab4d23bbca27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Glorieta de Cuatro Caminos and the Paseo de la Castellana, not to mention an infinite number of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="361.03" OriginalAmount="350.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447551" Longitude="-3.628123" StarRating="4" HotelCode="7854|4021" HotelName="Meliá Avenida América" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Juan Ignacio Luca de Tena 36, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/07/4807d72e88d320af37a053bba8972f136be70f09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the harbour and Castellana Avenue, close to the trade fairground. A se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.57" OriginalAmount="359.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418581672664" Longitude="-3.7071949361763" StarRating="3" HotelCode="59567|66661" HotelName="Room Mate Laura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Travesía de Trujillos 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77126/a_77126_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Plaza de las Descalzas Reales, only about 30 m from the Plaza Mayor, th...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.09" OriginalAmount="363.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.491132232763" Longitude="-3.6701121926308" StarRating="4" HotelCode="401834|87080" HotelName="Exe Madrid Norte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Martina Díaz 4, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5a/565ab799b21e4a5226dc850a79be989aaac16f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the northern part of Madrid, at the north entrance to the city on the A1 mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.09" OriginalAmount="363.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.514788860519" Longitude="-3.6734053126283" StarRating="4" HotelCode="284244|195861" HotelName="Hotel Dome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera de Fuencarral a Alcobendas km 8, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/eb/99eb0363ce5df8f362fe324fdca0fce796ef9dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="376.20" OriginalAmount="365.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447842" Longitude="-3.636193" StarRating="4" HotelCode="29286|9648" HotelName="Silken Puerta Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Rizzi No 5, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/b0/0cb050acf7f1521e541d3c5bc14007d079567e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is just 5 minutes on foot from the Juan Carlos I exhibition centre. The vibrant c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.47" OriginalAmount="367.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413069626706" Longitude="-3.669228536823" StarRating="4" HotelCode="29459|1233" HotelName="Ayre Gran Hotel Colón" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez Volador 1, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/b6/b656dfa7efbae9bc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the buzzing heart of the city, near to Retiro Park. The hotel provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.88" OriginalAmount="367.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415691556536" Longitude="-3.7057562678102" StarRating="4" HotelCode="38260|29281" HotelName="Petit Palace Posada del Peine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Postas 17, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3b/723b22a337278162159d6da19fe00d4b97f59c13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historical centre of Madrid, close to the Plaza Mayor and within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.45" OriginalAmount="369.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428661" Longitude="-3.696228" StarRating="3" HotelCode="12278|22940" HotelName="NH Madrid Alonso Martínez" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Engracia 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7886fca3f718f85b4a2f9ab29e3a34b2adb8920.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Madrid, this hotel is located close to the Plaza Alonso Martínez, the Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="382.89" OriginalAmount="371.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.409922112887" Longitude="-3.6926561594009" StarRating="4" HotelCode="15151|4704" HotelName="NH Madrid Nacional" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 48, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/57/b4575c5c2cb6b8b45db6ba16707e0d159936a1e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is situated in the centre of the museum areas of Prado, Thyssen and Reina Sofía....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="383.60" OriginalAmount="372.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449801" Longitude="-3.698462" StarRating="3" HotelCode="30827|4336" HotelName="Espahotel Plaza Basílica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comandante Zorita 27-31, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/fd/29fde3de23a59a6fc839c9049f7988e27b6ae33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment complex is centrally located in the Azca district close to the Torre Picasso building....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="386.23" OriginalAmount="374.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417113" Longitude="-3.689109" StarRating="4" HotelCode="170577|150856" HotelName="Petit Palace Savoy Alfonso XII" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 18, Retiro - Puerta de Alcalá, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/be/afbe2d6f949507366be2d036ad1d2a4c1a010a0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Alfonso XII Street in the impressive Retiro district. It is just 300 m away ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="388.58" OriginalAmount="377.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439012" Longitude="-3.692885" StarRating="3" HotelCode="36868|14905" HotelName="NH Madrid Zurbano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zurbano 79-81, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6a/ba6a910a7a99cae1836471e72a30d5757c5f2b93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Madrid. It is located only around 100 m from Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="389.79" OriginalAmount="378.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439311810137" Longitude="-3.6317432711639" StarRating="4" HotelCode="31103|4484" HotelName="Elba Madrid Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 476, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c49f54179f59386631cb3a520ab9ed10b09ffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of Madrid, only minutes from the airport and the city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="390.55" OriginalAmount="379.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427447" Longitude="-3.685018" StarRating="3" HotelCode="36579|23108" HotelName="NH Madrid Lagasca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lagasca 64, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a1/34a1f784e0d1508223a5587a94b5a98dc9c3181f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family friendly, city hotel is located at the heart of the district of Barrios de Salamanca on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.83" OriginalAmount="382.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455877" Longitude="-3.681848" StarRating="4" HotelCode="51868|4096" HotelName="NH Madrid Paseo de la Habana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Habana 73, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/6d/1d6dc3762023a712f6e1f627c1e3f316e446183b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid just a few paces from Santiago Bernabeu football stadiu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="407.60" OriginalAmount="395.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407843847351" Longitude="-3.6893584957008" StarRating="3" HotelCode="15152|22903" HotelName="NH Madrid Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Infanta Isabel 9, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/53/61534566356016a1612ee4baa71c1e53a7c0f17f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Atocha railway station, an AVE (high-speed) station, and in close pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.23" OriginalAmount="396.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420621913122" Longitude="-3.6990733444691" StarRating="3" HotelCode="69940|86339" HotelName="Room Mate Oscar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Pedro Zerolo 12, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/da/b0da30829d47e1b8cb98f07d4118ba61bf9dacf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the brightest squares in the centre of Madrid. It is close to Gran V...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="410.69" OriginalAmount="398.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436015652851" Longitude="-3.6817972362042" StarRating="3" HotelCode="29224|3861" HotelName="NH Madrid Balboa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuñez De Balboa, 112, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2edc3524a70e7028aa98e93c8a86892ab660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the city centre (2 km) where there are many shopping venues, bars and restaurants. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.23" OriginalAmount="399.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418281" Longitude="-3.699424" StarRating="4" HotelCode="56986|54284" HotelName="Petit Palace Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Virgen de los Peligros 2, Esquina con Alcalá 23, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/81/5781b7e415db34ea196762c228a26691a9142d67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcalá Street, close to the Puerta del Sol at the heart of the city and wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="415.69" OriginalAmount="403.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41684634" Longitude="-3.697474" StarRating="4" HotelCode="792011|638687" HotelName="Hotel Soho Boutique Congreso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zorrilla, 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/14/0a14676d3ecccc2ff845f6aad03ee91c8d3cee46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is located in the neighborhood of the Courts, in the historic centre of Madrid, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.58" OriginalAmount="406.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438293941386" Longitude="-3.6951157450676" StarRating="4" HotelCode="49082|4702" HotelName="NH Collection Madrid Abascal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Jose Abascal 47, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6a/986ac01a13653b7655be8d56f1c83dd1fcedc798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in an architecturally appealing building previously used as an embassy, this hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="419.02" OriginalAmount="406.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407254" Longitude="-3.688255" StarRating="4" HotelCode="439753|555681" HotelName="Only YOU Hotel Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Infanta Isabel 13, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e4/ade4f5884de7545484bf07959fb7fdc2c845b6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.01" OriginalAmount="407.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451282385711" Longitude="-3.6937612295151" StarRating="4" HotelCode="30716|3784" HotelName="Holiday Inn Madrid Bernabeu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Trias Bertran 4, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/13/0c/130cf7e687836196ed68f6d2cdb7d8a3bc993799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is well positioned at the heart of Madrid's commercial and financial district. Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.09" OriginalAmount="407.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414634566568" Longitude="-3.694712317791" StarRating="4" HotelCode="31862|96878" HotelName="NH Collection Madrid Paseo del Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cánovas del Castillo 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/59/925966f68033c4b49bb3effc2392e7189e268c09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historic centre of Madrid, in the Golden Triangle of Art, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.91" OriginalAmount="408.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4238815" Longitude="-3.7109402" StarRating="4" HotelCode="943558|652185" HotelName="Riu Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 84, Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/86/db86b416ba4ec890ef86834221ff6bc89fd54004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="424.97" OriginalAmount="412.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455231" Longitude="-3.694303" StarRating="4" HotelCode="52050|13796" HotelName="H10 Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Pedro Teixeira 5, Paseo de la Castellana, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e3/26e397893a04d4d4f894eaf031f6afc3aa309604.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated at the heart of Azca, next to the Palacio de Congressos (cong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="425.02" OriginalAmount="412.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.486546679076" Longitude="-3.703472" StarRating="5" HotelCode="57590|53383" HotelName="Eurostars Suites Mirasierra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alfredo Marquerie 43, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0d/c60d02ad0d6cb78bd520e8b5c91f9f1e8993b5ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid, in a quiet residential area in the north of the city. It lies only ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.81" OriginalAmount="414.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417807" Longitude="-3.696212" StarRating="4" HotelCode="18002|226440" HotelName="NH Collection Madrid Suecia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Casa Riera 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/39/70390df089f1ab397d31765d98c61d15479a176d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys an excellent, central location in the tourist centre of Madrid close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="429.06" OriginalAmount="416.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427" Longitude="-3.687348" StarRating="4" HotelCode="37614|25260" HotelName="ICON Embassy by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Serrano 46, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f2/71f241b1b1641d39874becce315293588e553fc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the business district of Madrid within a short distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="432.98" OriginalAmount="420.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422139086483" Longitude="-3.7095956504345" StarRating="4" HotelCode="30318|1236" HotelName="Hotel Mayorazgo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Flor Baja 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/54/6e5453b5de4b536039b1988afe937e8daca756c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located on the Gran Via in the heart of Madrid. An abundance of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="432.98" OriginalAmount="420.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451610888015" Longitude="-3.5928254059643" StarRating="4" HotelCode="87681|99402" HotelName="Hotel Maydrit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Piragua 1, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most important business areas in north-east Madrid, Alameda de O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="433.34" OriginalAmount="420.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.512648555833" Longitude="-3.6762316524983" StarRating="4" HotelCode="96602|29288" HotelName="Holiday Inn Madrid - Las Tablas" Meals="BREAKFAST FOR TWO GUESTS" BedType="BREAKFAST FOR TWO GUESTS" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle María Tubau 16, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/2f/562f99afda07665188257a4b900a398a8e7ec0bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the north of Madrid in the commercial district of Fuencarral, Charmatín and the ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="438.25" OriginalAmount="425.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422172712946" Longitude="-3.7105820589202" StarRating="3" HotelCode="64261|78412" HotelName="Exe Suites 33" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 33, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/68/0b68a10fe3b9f76dcf49619721ece7ed45481d48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Barrio de Palacio, in the centre of Madrid. It is less than 5 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="438.31" OriginalAmount="425.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427514260457" Longitude="-3.6963227391243" StarRating="4" HotelCode="904125|150857" HotelName="Petit Palace Santa Bárbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Santa Bárbara 10, esquina Plaza Alonso Martínez, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/36/ed36df1ff497ada146b7bf402a862484e62e1812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Plaza de Santa Barbara in the impressive Alonso Martinez area. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="443.42" OriginalAmount="430.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41411" Longitude="-3.701624" StarRating="5" HotelCode="171805|137745" HotelName="NH Collection Madrid Palacio de Tepa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Sebastian 2, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b07279fb8d7639d7bd6ff3f44d40eb78e73cef75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="448.17" OriginalAmount="435.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420676" Longitude="-3.707359" StarRating="4" HotelCode="284119|224126" HotelName="Indigo Madrid - Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Silva 6, Madrid 28013</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/1a/051a8c4a3cfcf6b3a0cc8bd7d8e56b686be7a137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="453.91" OriginalAmount="440.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.412945" Longitude="-3.703948" StarRating="4" HotelCode="262269|217585" HotelName="Eurostars Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Doctor Cortezo 10, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/03/fa039541fe11699e51c6dcdcbc87d60c76eb1c0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="454.25" OriginalAmount="441.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.47042469013" Longitude="-3.6850842833519" StarRating="4" HotelCode="30469|2560" HotelName="Barceló Imagine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustin De Foxa 32, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a1/9aa125435c8341715a95652362d23da1b34b2c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located close to the Plaza de Castilla in the north of Madrid and is ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="454.98" OriginalAmount="441.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452168917958" Longitude="-3.5858426269837" StarRating="4" HotelCode="79475|99360" HotelName="Hilton Madrid Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Hispanidad 2-4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0e/570ece160c7987f31acea8415281e2793cf61be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in Madrid. The establishment lies just 12 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="459.38" OriginalAmount="446.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421527524756" Longitude="-3.6723585426807" StarRating="4" HotelCode="30167|359" HotelName="Novotel Madrid Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de O'Donnell 53, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/82/6b82346ffd1053f7552e2619e063d51e6b103c3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This glorious luxury hotel is fabulously located in Madrid's tourist and commercial centre, near to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="460.90" OriginalAmount="447.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458437593352" Longitude="-3.6857713091927" StarRating="4" HotelCode="37295|22941" HotelName="NH Collection Madrid Eurobuilding" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Padre Damián 23, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/7b/157b891dcf3266eb1abe43cef93fceb588eb50e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of a modern district of Madrid, near the Palacio de Congresos y ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="462.80" OriginalAmount="449.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422328985989" Longitude="-3.6891934275627" StarRating="4" HotelCode="79885|145406" HotelName="VP Jardín de Recoletos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gil de Santivañes 6, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/e1/c5e122c35bc855257197da1e948cedf857d1da9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A very short walk from this hotel in the heart of the Salamanca district, guests can visit famous la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="463.59" OriginalAmount="450.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436458659446" Longitude="-3.6884585022926" StarRating="4" HotelCode="29177|13804" HotelName="Barceló Emperatriz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 4, (Junto al Paseo de la Castellana), 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/zz/61ad4cbe72acb336d78395fab62cbd03de8ac578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel lies in the commercial district of Madrid, close to Castellana Street....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="464.20" OriginalAmount="450.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425044230148" Longitude="-3.6781405276126" StarRating="4" HotelCode="410223|93771" HotelName="Vincci Soma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Goya 79, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31eeec907bba8f93dbbce805c0926cac575c487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goya Street in the heart of the Salamanca quarter, where culture, shopping ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="469.57" OriginalAmount="455.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421227738788" Longitude="-3.7099462664334" StarRating="4" HotelCode="12267|1225" HotelName="Eurostars Madrid Gran Vía" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/17/e717eed1e070214cfed93dad384e1ecca2b863e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid just a few minutes walk from the royal palace and Plaza...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="472.70" OriginalAmount="458.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.433716" Longitude="-3.717507" StarRating="4" HotelCode="262270|189435" HotelName="Exe Moncloa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arcipreste de Hita 10, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/5f/035fdd6c71601177691e62d83918b04acf775275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="472.88" OriginalAmount="459.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420103" Longitude="-3.697043" StarRating="4" HotelCode="39199|38479" HotelName="Lusso Infantas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Infantas 29, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/75/7a75751b9f2f4475472558df775deaa920cb007e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located directly in the historic centre of Madrid close to the Castellana, Paseo ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="474.75" OriginalAmount="460.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422426934853" Longitude="-3.7088960588608" StarRating="4" HotelCode="67168|84037" HotelName="Vincci Via 66" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 66, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/b0/44b0016b28107ff69752e3cecb3b19f0f66d399d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the capital, between Plaza España and the Puerta Del Sol....</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="476.61" OriginalAmount="462.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422234036303" Longitude="-3.6811146140099" StarRating="4" HotelCode="36937|6957" HotelName="H10 Puerta de Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 66, Barrio de Salamanca, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f4/25f457f49502f5ae2f9b2c4022950b98022a9886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the business district of Madrid near the Retiro Park. It is just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="477.38" OriginalAmount="463.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42706372" Longitude="-3.69853998" StarRating="4" HotelCode="317694|425740" HotelName="Hotel Eurostars Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mejía Lequerica 10, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/1e/ff1ebcd98abbd7fb834a5d4bb0b6764aaef7410e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="485.22" OriginalAmount="471.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418344677281" Longitude="-3.701401196567" StarRating="4" HotelCode="38254|28858" HotelName="Eurostars Casa de la Lírica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aduana 19, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ff/36ff6f6d5d23480fbece69596fca6e1609f90ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies at the heart of Madrid’s historical district some 13 km from the city airport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="486.29" OriginalAmount="472.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415528003422" Longitude="-3.6970093846321" StarRating="5" HotelCode="19090|551" HotelName="Hotel Villa Real" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/93/639309e2c4b42afeb04c871eb3cc3bcc31c6b439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, on the Plaza de las Cortes, near the Prado. It is part...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="489.10" OriginalAmount="474.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415152" Longitude="-3.699136" StarRating="4" HotelCode="82258|186998" HotelName="Suite Prado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuel Fernández y González 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6c/be6c376bdafdec47d0e25ac18969f28447149706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="496.34" OriginalAmount="481.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415170064639" Longitude="-3.6967662279098" StarRating="4" HotelCode="446069|554021" HotelName="DoubleTree by Hilton Madrid-Prado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Agustín 3, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a41bc027649685b/64/649ac71a42fe1a62/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="501.02" OriginalAmount="486.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436424" Longitude="-3.685707" StarRating="4" HotelCode="31099|4398" HotelName="Partner Barrio de Salamanca Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General Oraa, 17, Barrio de Salamanca, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/51/06510c46d3e9245ed84bfa819e5a73da0dfb1cea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, luxury hotel is fabulously located in the financial, diplomatic, shopping and cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="501.63" OriginalAmount="487.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445616985322" Longitude="-3.5431729291547" StarRating="3" HotelCode="263672|198277" HotelName="Hotel TRYP Madrid Airport Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 4-17, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/14/fd1461437e2c217ac5364ff5b3d036150ec49859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="502.96" OriginalAmount="488.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423778289617" Longitude="-3.7115444391479" StarRating="5" HotelCode="468809|484301" HotelName="Barceló Torre de Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 18, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/bc/08bcf8075b2f441905a85bac896824353ce56ebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="504.99" OriginalAmount="490.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435405238061" Longitude="-3.6854785680771" StarRating="4" HotelCode="7856|2104" HotelName="Meliá Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Claudio Coello 139, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/5c/f15cc8f0a588e970b84ad6dc738c68442895d0bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of the Salamanca district of the city, this hotel is situated close to the main s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="506.40" OriginalAmount="491.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4203" Longitude="-3.706591" StarRating="4" HotelCode="29314|1224" HotelName="Vincci Capitol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/30/44309233c4952e99c29ee9c3194336daf5aa3c18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the city centre of Madrid, close to Puerta del Sol, Plaza Mayo...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="510.83" OriginalAmount="495.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411703" Longitude="-3.697576" StarRating="4" HotelCode="326453|2106" HotelName="TRYP Madrid Atocha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 83, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ea/42eaba93723fa557afc187179877477f76eece74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid and just a few paces from the Museo del Prado...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="514.24" OriginalAmount="499.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420392190081" Longitude="-3.7041601538658" StarRating="4" HotelCode="19165|851" HotelName="TRYP Madrid Cibeles Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mesonero Romanos 13, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/63/6163cb5f8ae511ce3048c2b0d8c4b1a90e2951b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated directly on the lively Gran Via, opposite Plaza España...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="515.85" OriginalAmount="500.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="7855|2102" HotelName="Meliá Castilla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa134052e9356d64e41b1cc45d847b1c25f144.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a few metres from the Paseo de la Castellana and 15 minutes from the airport, the M-40 motor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="517.82" OriginalAmount="502.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414831632224" Longitude="-3.6983531713486" StarRating="4" HotelCode="39303|47594" HotelName="Vincci Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Prado 18, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/a0/d0a03b7d43b169990c053616c9fcbc618bf56b0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the historic centre of Madrid between Puerta del Sol and Plaza de Cibe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="522.20" OriginalAmount="506.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417608" Longitude="-3.698623" StarRating="4" HotelCode="24549|4668" HotelName="Vincci Centrum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cedaceros 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b7/e2b74e72537373ff0735a29728f52030b369e1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few paces from the Museo del Prado, various shopping and entertainment ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="523.44" OriginalAmount="508.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417880500328" Longitude="-3.6998552083969" StarRating="3" HotelCode="16557|17838" HotelName="Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá, 19, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/36/f736f42f33eedbb8a874590cd9140c2ae98f6b7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid, only a few metres from Puerta del Sol Square. From th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="532.33" OriginalAmount="516.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436393331468" Longitude="-3.6901563405991" StarRating="5" HotelCode="47238|5111" HotelName="InterContinental Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 49, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/6c/826ce71fbcb335fbcd2ab8ff6514a8432184a2a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent, popular luxury hotel lies on the wonderful Castellana boulevard just a short bus rid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="547.81" OriginalAmount="531.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427048" Longitude="-3.71435" StarRating="5" HotelCode="7857|2103" HotelName="Meliá Madrid Princesa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 27, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c4/9fc4050c1c564be7d1622bc0991b41f2ab36d8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated deluxe hotel is in a superb area of Madrid near to the Plaza de España, the Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="547.83" OriginalAmount="531.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.476633879166" Longitude="-3.687612271164" StarRating="5" HotelCode="87684|98710" HotelName="Eurostars Madrid Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 259-B, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b8/87b859861ab734822669fbe78e040b5a5171185b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="548.16" OriginalAmount="532.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42395331953" Longitude="-3.6852157115936" StarRating="4" HotelCode="38281|29508" HotelName="ICON Wipton by Petit Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jorge Juan 17, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7e/937ed6ba3d1618f4e9004ff9d1313c90e5d00504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the exclusive and luxurious commercial district of Serrano, at the heart o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="549.03" OriginalAmount="533.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420677362387" Longitude="-3.6892905735065" StarRating="5" HotelCode="73748|86624" HotelName="Hotel Hospes Puerta Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Independencia 3, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ff/bdfff51ad978e7775d543ba6e4897a28f3d515b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Independence Square, right in the centre of Madrid. It offers wonderful vie...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="551.02" OriginalAmount="534.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41477352" Longitude="-3.70705099" StarRating="4" HotelCode="859892|652195" HotelName="Pestana Plaza Mayor Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Dining,Heated Pool,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 8, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c2/eac26af2928fc2880fbb05671f6b40203243cd04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Pestana Plaza Mayor Madrid is a unique and unparalleled luxury hotel, paying tribute to the work...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="556.87" OriginalAmount="540.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.462482724416" Longitude="-3.6146306991577" StarRating="4" HotelCode="30999|128182" HotelName="Novotel Madrid Campo de las Naciones" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amsterdam 3, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/69/21695c127f32d34acee3c1cc8a4d43374fe3d906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right next to the IFEMA, the Parque Juan Carlos I and the Palacio de Congresos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="562.22" OriginalAmount="545.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41320061" Longitude="-3.70107705" StarRating="4" HotelCode="768799|804413" HotelName="CoolRooms Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Babysitting,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 34, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/53/2f53b76f04e7d9cf0ff7dc74c0cc56e0fe166d17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A buffet breakfast is served every morning at the property. There is an in-house restaurant, which s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="564.92" OriginalAmount="548.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42268" Longitude="-3.71179" StarRating="5" HotelCode="621058|615082" HotelName="VP Plaza España Design" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f6/2df68d2d2723fe58388566cfabc32a2b34351afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="569.06" OriginalAmount="552.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416405" Longitude="-3.698651" StarRating="5" HotelCode="36857|22622" HotelName="Hotel Urban" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrera de San Jerónimo 34, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6e/fc6e52983eb1d49c7508b97374854a539d6ab087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully situated at the heart of Madrid, surrounded by cultural venues, countless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.78" OriginalAmount="558.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419564681616" Longitude="-3.6985845569617" StarRating="4" HotelCode="426246|452302" HotelName="Vincci The Mint" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 10, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/536852/a_536852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys are accessible by lift. Amenities include a baggage storage service and a safe. Wireles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="593.27" OriginalAmount="575.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.48304" Longitude="-3.670911" StarRating="4" HotelCode="36943|19663" HotelName="Hotel Mirador de Chamartin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arte 14, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8b/8b03519feda46d0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by a pine wood in Madrid's district of Charmantin, only around 5 minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="627.02" OriginalAmount="608.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426191753964" Longitude="-3.6889965387927" StarRating="4" HotelCode="37045|22906" HotelName="NH Collection Madrid Colón" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Zurgena 4, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/a6/90a6d7fa0eed4437bc6380551a9d3e126c17ad31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's central district of Salamanca, close to the Plaza de Colón and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="628.89" OriginalAmount="610.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429881295932" Longitude="-3.7146434352007" StarRating="4" HotelCode="320635|852" HotelName="Courtyard Madrid Princesa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 40, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/67/3c678b6ac4bf6048f26953f71db8ee691c7a0868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to Plaza de España and the Palacio Real (Royal Palace). A wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="637.04" OriginalAmount="618.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="842312|642642" HotelName="The Level at Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/28/5528fa7468deda4e5c20a6dbada4fe8bc997842e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoy an exclusive experience in a unique environment with a personalised service at The Level at Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="639.17" OriginalAmount="620.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438792" Longitude="-3.691606" StarRating="5" HotelCode="25011|4572" HotelName="Hesperia Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 57, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ef/50efeb3205649618326e0e1c4721e999af50f16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located directly in the commercial and shopping district of Madrid clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="648.07" OriginalAmount="629.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.403869022356" Longitude="-3.6901023040485" StarRating="4" HotelCode="162011|134664" HotelName="AC Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Delicias 42, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/66/cd663d6e5542a689b998a15bdc2e54b0b21277aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in the heart of Madrid, close to the Paseo del Prado. The Reina Sofia, Thyssen-Born...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="663.80" OriginalAmount="644.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419239162882" Longitude="-3.6971620779099" StarRating="5" HotelCode="314388|407811" HotelName="The Principal Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marqués de Valdeiglesias 1, Corner Of Gran Via 2, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f9/cff9cde7f22691b0bcf6b9059c020c72143ac2e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the upscale area of Gran Vía street, near Alcalá street and a few steps away from Cibeles Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="690.53" OriginalAmount="670.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422228458184" Longitude="-3.6841141553061" StarRating="5" HotelCode="45653|3197" HotelName="Wellington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Velazquez 8, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/56/8f5677082d436f19353cc101132fee214c0a12d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the sophisticated district of Salamanca, only a mile and a half from Puerto del Sol and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="694.22" OriginalAmount="674.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41736456" Longitude="-3.70599914" StarRating="1" HotelCode="666371|635741" HotelName="Rc Miguel Angel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Street Plaza Celenque 1, 4th Left, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/2a/cb2ae40c75cec4713ee2cf66848d50038e77a399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="703.31" OriginalAmount="682.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4222206" Longitude="-3.6957049" StarRating="4" HotelCode="267129|229742" HotelName="Only YOU Boutique Hotel Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Barquillo 21, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5a/e15abfa1dd93cbb115ebab435640ae93dbcc4521.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="703.65" OriginalAmount="683.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426418" Longitude="-3.68939" StarRating="5" HotelCode="18759|572" HotelName="Gran Meliá Fénix" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c8/33c88264b3aa322b45d50c777817d6eb0d79f5b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located directly on the Paseo de la Castellana and the Plaza de Colon, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="715.27" OriginalAmount="694.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42007916" Longitude="-3.70369994" StarRating="4" HotelCode="586826|652224" HotelName="Hyatt Centric Gran Via Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 31, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/03/4903263531df3350afbec4726260e1b1fbc278e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar, room service, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="731.24" OriginalAmount="709.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423367434106" Longitude="-3.6988591889281" StarRating="2" HotelCode="935389|365339" HotelName="Room007 Chueca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle Hortaleza 74, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/8d/fb8d5f06ebe81e13d6f6cf172d4477b2067745b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="752.89" OriginalAmount="730.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7097096443176" StarRating="5" HotelCode="18757|933" HotelName="Gran Meliá Palacio de los Duques" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta de Santo Domingo 5 y 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/0c/2e0c3dcca68adb76c06db86bc29921794f90a597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This opulent luxury hotel is centrally located in Madrid's exquisite historical centre. It is just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="947.99" OriginalAmount="920.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422238811889" Longitude="-3.7115634763669" StarRating="3" HotelCode="47226|3153" HotelName="Hotel Cason del Tormes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rio 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/13/a71344eea2dba7bc14eff5875df2804d4c9d3b5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the tourist centre of Madrid within walking distance of many of the to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1008.83" OriginalAmount="979.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428177641302" Longitude="-3.6836543132936" StarRating="5" HotelCode="30319|785006" HotelName="Bless Hotel Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Velázquez 62, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4b/c04bd26f6d25c01761ef6a8281d6036594b1d85e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is wonderfully located in the centre of Madrid. The nearest public transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1010.81" OriginalAmount="981.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415432283656" Longitude="-3.7061713992828" StarRating="2" HotelCode="149165|357246" HotelName="Hostal Inter Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zaragoza 6, 3 Dcha, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/1b/fa1bf85d74a1cd701458af7fb8423cd44911fa93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1093.37" OriginalAmount="1061.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419576411699" Longitude="-3.6996352672577" StarRating="4" HotelCode="78724|114814" HotelName="Iberostar Las Letras Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 11, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/3f/583fcfd7f81e28a28bf94ce9744e83c801d9097e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Gran Vía Avenue, the hotel is a 10-minute walk from the Thyssen-Bornemisza and Prado muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1520.19" OriginalAmount="1475.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428337088684" Longitude="-3.6971086263657" StarRating="4" HotelCode="12942|3879" HotelName="Gran Versalles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Covarrubias 4, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/14/ab149ac9ce1232acada9274c17ef2c5c1e619c2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is located at the heart of Madrid close to the Palacio de Justicia. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1572.06" OriginalAmount="1526.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41522013506" Longitude="-3.7089037731971" StarRating="2" HotelCode="149090|212809" HotelName="Hostal La Casa de La Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Plaza de San Miguel 5, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/a6/74a6651a9fe46690b22454454f69f20745547d9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1793.01" OriginalAmount="1740.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415619899377" Longitude="-3.6925810575485" StarRating="5" HotelCode="16764|357" HotelName="Ritz Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Lealtad 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/67/e16792da161a57b3b398fecf04a1a764d492c161.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious modern hotel is situated in the heart of Madrid, within walking distance of numerous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1899.33" OriginalAmount="1844.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430051" Longitude="-3.688378" StarRating="5" HotelCode="19192|4339" HotelName="Villa Magna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 22, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/af/afc8a02c5397ab28/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its large boulevards, splendid plazas, palaces and renowned international museums, Madrid is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="15984.60" OriginalAmount="15519.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422623" Longitude="-3.709983" StarRating="3" HotelCode="29182|4337" HotelName="Espahotel Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via, 65, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/09/c609d0139980f74c35d38797b7e2f59306150c8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing apartment hotel is located in the tourist resort of Madrid only a few minutes walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Central Heating,Currency Exchange,Designated Smoking Area,Heated Pool,Jacuzzi,Massage Centre,Nightclub,Sauna,Shopping Arcade,Wheelchair Access,Kitchen,Spa,Golf,Bicycle Rental,Diet Meals,24 Hour Security,Business Centre,Dining,Meeting Room,Parking,Garden,Airport Transfer (on Demand),Swimming Pool,24 Hour Power Supply,Housekeeping,Printer,ATM/Cash Machine,Babysitting,Banquet Hall,24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage,Off-Site Parking,Pick &amp;amp; Drop,Vending Machine,Smoking Rooms</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,SPA HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,HOTEL DE CHARME,HOTEL,GUEST HOUSES,ECO HOTEL,HOSTEL,VILLAGE,APARTMENT,GUESTHOUSE</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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="37e35fb8-1349-45cd-83e3-a595ddacad89">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26992" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-12T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="2026-04-14T13:03:24.3513419+01:00" Version="0" EchoToken="Search" TransactionIdentifier="37e35fb8-1349-45cd-83e3-a595ddacad89" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="55.74" OriginalAmount="54.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414246057213" Longitude="-3.7070420472214" StarRating="2" HotelCode="322527|363303|Bed &amp; Breakfast" HotelName="The Hat Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bicycle Rental,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/48/2d484c8437c8e923e3c2f655960b6904fcf3e23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hostel is situated in Arganzuela. A total of 42 guests rooms are available for guests' con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="70.99" OriginalAmount="68.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.45442345" Longitude="-3.70145194" StarRating="2" HotelCode="613406|655182|Bed &amp; Breakfast" HotelName="Far Home Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Mercedes 13, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/bd/38bdf8c4782f7ae4b36166d422de98c8effc66c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.40" OriginalAmount="81.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417256121247" Longitude="-3.705843357271" StarRating="2" HotelCode="320880|367292|Bed &amp; Breakfast" HotelName="TOC Hostel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Celenque 3-5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/5b/805b337c8f7f0e96aa50724c10899b45abc3b560.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming urban establishment is located in the cultural centre of Madrid, within 250 metres fro...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.10" OriginalAmount="120.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.332263315584" Longitude="-3.7027604429916" StarRating="3" HotelCode="284796|194682|Bed &amp; Breakfast" HotelName="Vértice Roomspace Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Laguna Dalga 4, 28021 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/40/0e409cca12e63d234a55293cff0f3fe1d6a97d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.02" OriginalAmount="137.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.466844" Longitude="-3.6743750000001" StarRating="3" HotelCode="76620|362857|Bed &amp; Breakfast" HotelName="La Posada De El Chaflan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Pío XII 34, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/59/b459fd531a25080baa9223cf25226392ffa2e4dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.23" OriginalAmount="143.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.360178765032" Longitude="-3.6650237977831" StarRating="4" HotelCode="53748|170478|Bed &amp; Breakfast" HotelName="Hotel Mercader" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Eje 2-7, Poligono Alimentario Mercamadrid, Villa de Vallecas, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/19/2d19ebc36d6df4cc1b9589935d75ddaefb013dea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Mercamadrid, the largest food market in Europe, close to the M 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="151.81" OriginalAmount="147.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372309" Longitude="-3.640692" StarRating="1" HotelCode="212866|228458|Bed &amp; Breakfast" HotelName="ibis budget Madrid Vallecas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Casas de Miravete 17, Poligono Industrial Vallecas, 28031 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/87/e987f097d6a6e128268bb43ee086c3983696a4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.63" OriginalAmount="151.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439255" Longitude="-3.626964" StarRating="4" HotelCode="212865|228456|Bed &amp; Breakfast" HotelName="ibis budget Madrid Calle Alcala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rufino Gonzalez 19, Metro Suanzes, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/dd/4edd02c9b36247c025ce76dcde056ab81db020e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.89" OriginalAmount="153.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39610371288" Longitude="-3.670543266201" StarRating="1" HotelCode="445332|886661|Bed &amp; Breakfast" HotelName="ibis budget Madrid Calle 30" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lozano 3, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/46/b1462cc0ae3c8323509815450098eb3b4699efc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.07" OriginalAmount="154.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.391911115278" Longitude="-3.6958940308176" StarRating="3" HotelCode="113314|147191|Bed &amp; Breakfast" HotelName="Gran Legazpi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Chopera 71, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/9e/8e9ee3a6503e89c20eb6c1f33441e23bfb77b27d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to Madrid’s shopping, cultural and financial centre, next to the em...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.57" OriginalAmount="168.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447343320741" Longitude="-3.5428972681056" StarRating="3" HotelCode="395302|94895|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Madrid Airport T1 T2 T3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 2, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5f/1b5f242c6c21d11412b7cbf31f2c0bb27d8763ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the A2 motorway, with easy access to all the major ring roads. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.43" OriginalAmount="181.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.354234" Longitude="-3.830659" StarRating="3" HotelCode="61848|30347|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid - Alcorcon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Argentina S/n, Alcorcon, 28922 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/4d/6a4dc28b0d83aabd5a72e8f99441249d9f4f6409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcorcón in a convenient setting south west of Madrid and is very well conn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.82" OriginalAmount="201.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439351801307" Longitude="-3.6261788049536" StarRating="2" HotelCode="113307|228455|Bed &amp; Breakfast" HotelName="ibis Madrid Calle Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Valentin Beato 20, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/50/d150e243d5c7b3fc9a70dbbe10a2d090b449ab68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 9 km from the famous Puerta del Sol Square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.48" OriginalAmount="205.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436916985145" Longitude="-3.6311347901783" StarRating="1" HotelCode="263671|191203|Bed &amp; Breakfast" HotelName="Travelodge Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Santa Leonor 34, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bc/a6bc5374b8b0e2d4ac41e7281121269e97a1d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.37" OriginalAmount="210.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419223" Longitude="-3.704238" StarRating="3" HotelCode="38610|72503|Bed &amp; Breakfast" HotelName="II Castillas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Abada 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/23/ad231204dd668a04aeb10cf1cf6c09469d00b8b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the commercial and architectural centre of Madrid, approximately 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.42" OriginalAmount="213.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.558445702613" Longitude="-3.6137562990189" StarRating="3" HotelCode="37293|22902|Bed &amp; Breakfast" HotelName="NH San Sebastián de los Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Europa 11, 28700 San Sebastian de los Reyes, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/0c/bd0c22dd92fd85eb85c83cc95d49b302412b575b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the San Sebastián de los Reyes business park, 15 km from Madrid. The Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.89" OriginalAmount="218.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372858" Longitude="-3.743114" StarRating="3" HotelCode="31353|6976|Bed &amp; Breakfast" HotelName="Hotel Eco Via Lusitana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Secoya 2, 028044 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/56/8e563d9f0a5cc8271402454b475ab0a83f978b02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is just 5 km from Madrid's lively, pulsing centre. The crowd pleasing Warner Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.80" OriginalAmount="222.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.468981044467" Longitude="-3.6738793551922" StarRating="4" HotelCode="29336|4706|Bed &amp; Breakfast" HotelName="Hotel ILUNION Pío XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Pío XII 77, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/dd/e1dd8b2288d5d39323f36364e440664c2b6a724d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid. The hotel'...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.37" OriginalAmount="222.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445696913643" Longitude="-3.6729368196434" StarRating="3" HotelCode="311317|226143|Bed &amp; Breakfast" HotelName="Aparthotel AHM Marcenado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Bar,Currency Exchange,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Marcenado 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/b9/3db91cdbdfa194c9b4c09b220cbe2fe427294399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a cloakroom, a sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.74" OriginalAmount="224.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3053105077" Longitude="-3.7748256325722" StarRating="3" HotelCode="161637|130229|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid-Leganés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Recomba 11, Parque Industrial La Laguna Leganes, 28914 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/46/db4655647aadba033d44dbe7586ee9f83a8387f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the south of Madrid, close to the Parque Warner theme park, in the La Lagun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.92" OriginalAmount="224.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.443887381631" Longitude="-3.6726863453977" StarRating="3" HotelCode="32147|14453|Bed &amp; Breakfast" HotelName="Sercotel Togumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Canillas 59, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/53/29530c41eb10bdd6bfa35034c22427f2f324e426.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is in a privileged location, just 10 minutes from Madrid Airport, Chamartín t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.66" OriginalAmount="230.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436533" Longitude="-3.621056" StarRating="4" HotelCode="32665|8266|Bed &amp; Breakfast" HotelName="Hotel ILUNION Alcalá Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Romualdo 30, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/6f/a86ffc6c225f214fd83e0a50a11fdb851d060de8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north west of Madrid in the Julian Camarillo and near Alcala Street. Th...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.04" OriginalAmount="234.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435541702625" Longitude="-3.6638304024467" StarRating="4" HotelCode="32777|4463|Bed &amp; Breakfast" HotelName="NH Madrid Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Biarritz 2, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5e/965e4e662c787c61283699c7c167e3f2613bb676.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located near the Las Vegas bullfighting ring. It is also conveniently si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.13" OriginalAmount="236.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416024506087" Longitude="-3.7017413220092" StarRating="2" HotelCode="113300|197090|Bed &amp; Breakfast" HotelName="Hostal Matheu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Victoria 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/ac/c9aca30ad043461a7fa92c84e19451b6a037b70c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.38" OriginalAmount="236.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421909" Longitude="-3.706562" StarRating="3" HotelCode="14197|137377|Bed &amp; Breakfast" HotelName="Hotel Los Condes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Los Libreros 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d7/cad76a6733aa1001dd82346816e32475f7007580.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent situation in the very heart of the centre of Madrid, only some 20 m f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.93" OriginalAmount="236.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423175055175" Longitude="-3.7057760947046" StarRating="2" HotelCode="143541|213036|Bed &amp; Breakfast" HotelName="Hotel Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pizarro 16, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f8/cdf8a045a1d1bbb25e849c5fdc1fb70211724dc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="245.32" OriginalAmount="238.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418727950848" Longitude="-3.7039522826672" StarRating="4" HotelCode="62490|74903|Bed &amp; Breakfast" HotelName="Liabeny" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Salud 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/14485c18b6af3b3f25a8aab1d0792e173708a216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right in the centre of Madrid between Gran Vía, Plaza del Callao and Puerta del Sol....</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.04" OriginalAmount="238.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419308953948" Longitude="-3.7030295631599" StarRating="3" HotelCode="61928|73799|Bed &amp; Breakfast" HotelName="Anaco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tres Cruces, 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/08/8d0803cc45a98fef2f1e4f504350d3b7e89dc93a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Plaza del Carmen, right in the heart of Madrid. From here guests can rea...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.98" OriginalAmount="239.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.444416641378" Longitude="-3.6554197643918" StarRating="3" HotelCode="38298|26620|Bed &amp; Breakfast" HotelName="Travelodge Madrid Torrelaguna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Torrelaguna 69, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/e8/c3e89468aee6bd8bccb48bbcdb808ce96f9f8984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the region's main business district. There is a link to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="249.35" OriginalAmount="242.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449151358313" Longitude="-3.576779682209" StarRating="4" HotelCode="130495|113657|Bed &amp; Breakfast" HotelName="Hotel Nuevo Boston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 332, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/0e/380e91ecc5ea182c89842fb191518f2af6af4544.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barajas Airport Business Centre. The airport itself is just 1 km away. The p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="250.30" OriginalAmount="243.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431114825251" Longitude="-3.6874164640903" StarRating="4" HotelCode="30878|4482|Bed &amp; Breakfast" HotelName="Serrano by Silken" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marques De Villamejor 8, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f5/6ef50ebb44f99e9baed1046343cf3a861ba229cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel lies in the Salamanca district, a very exclusive area of Madrid, between the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="251.11" OriginalAmount="243.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419734667353" Longitude="-3.7043049931526" StarRating="3" HotelCode="30558|3020|Bed &amp; Breakfast" HotelName="Hotel Regente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesonero Romanos 9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c8/20c8b4c5898d063ffdc49d96e0439b20ca46b54f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Madrid, only a stone's throw from the Gran Via. It is close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.37" OriginalAmount="245.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447388917667" Longitude="-3.5803155423279" StarRating="3" HotelCode="899437|112877|Bed &amp; Breakfast" HotelName="Aparthotel Compostela Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Village,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zambrana 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/13/b51372a290f98835fe8bfecb9fdaa0740d69a789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel provides easy access to the M21, M22, M40 and A2 motorways, as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="257.78" OriginalAmount="250.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427936905493" Longitude="-3.5606646537781" StarRating="3" HotelCode="37048|22904|Bed &amp; Breakfast" HotelName="NH Villa de Coslada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Constitución, 75, 28820 Coslada, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/zz/6fad466b171dc860fcfc0f6ee9973e1a588af07e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the new residential area of Coslada between the industrial park and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.97" OriginalAmount="252.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447616636597" Longitude="-3.655298659824" StarRating="4" HotelCode="98191|103640|Bed &amp; Breakfast" HotelName="Hotel ILUNION Atrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Emilio Vargas 3 y 5, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/40/50409639c3b56138a0a2c349b058c209961180f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in one of the best residential zones in Madrid, the hotel has direct access to the M-30. The...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.22" OriginalAmount="252.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44774" Longitude="-3.669104" StarRating="4" HotelCode="24896|4690|Bed &amp; Breakfast" HotelName="Hotel ILUNION Suites Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 143, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/e2/e5e2f2aa0e092b549d3d207dafbca543804c35c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid, close to a...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="264.52" OriginalAmount="256.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458602522733" Longitude="-3.6952221607479" StarRating="3" HotelCode="59808|76270|Bed &amp; Breakfast" HotelName="Senator Castellana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Julián Besteiro, 37, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/89/e38984ac12005f87d5c63a7f24821d54a662e08a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, in the best commercial and business area, next to Plaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.28" OriginalAmount="257.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420381706802" Longitude="-3.6992629818972" StarRating="3" HotelCode="36944|22437|Bed &amp; Breakfast" HotelName="San Lorenzo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Clavel 8, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/02/da02c6fe4c3da64e250b22e40740f87761406f96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the city close to the Gran Via, one of the largest shopping d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.30" OriginalAmount="258.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418823798651" Longitude="-3.7093595509261" StarRating="2" HotelCode="57790|60059|Bed &amp; Breakfast" HotelName="Room Mate Mario" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Campomanes 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/90/f790cf488911b287a108eedcd8f8bf96d5c95b6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city centre of Madrid. Access to public transport, as well...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.40" OriginalAmount="259.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.498234570408" Longitude="-3.6646270751953" StarRating="4" HotelCode="88640|111753|Bed &amp; Breakfast" HotelName="NH Madrid Las Tablas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Burgos 131, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cc/4dcc3e8734580697e808a0f17613c8ae3453f345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the north of Madrid, next to the Las Tablas and Sanchinar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.27" OriginalAmount="260.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41973075282" Longitude="-3.704108603769" StarRating="3" HotelCode="29799|5271|Bed &amp; Breakfast" HotelName="Avenida Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesoneros Romanos 14, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/51/e551f8a8c48abf81eb5fa3da3a333cac8ed12f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This straightforward hotel enjoys a splendid location. Madrid's countless shops and cultural venues ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.01" OriginalAmount="263.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436054" Longitude="-3.679347" StarRating="4" HotelCode="178195|161481|Bed &amp; Breakfast" HotelName="Dormirdcine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Príncipe de Vergara, 87, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/76/937640995f31c98b1e25e91ef851d579929d8053.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the central Salamanca district (2.5 km from the centre), very close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="272.51" OriginalAmount="264.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470975" Longitude="-3.579981" StarRating="4" HotelCode="37965|26196|Bed &amp; Breakfast" HotelName="Clement Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General, 43, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2b/f82bae27e6574dfaf6d898fe684572ce1cd0f73b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from a park and about 12 km from the city centre. Links to the publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="273.96" OriginalAmount="265.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441348026217" Longitude="-3.6575652675285" StarRating="4" HotelCode="15313|16899|Bed &amp; Breakfast" HotelName="Novotel Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Esquina Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c7/dac74f5e23727e9db32105d1b08f726847820c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of one of the major residential and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.44" OriginalAmount="266.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423884561043" Longitude="-3.7058645731178" StarRating="3" HotelCode="113294|107317|Bed &amp; Breakfast" HotelName="Hotel Abalu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pez 19, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bd/42bd200aae0f7e454f2c00692011c3f77884793c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are set in the heart of Madrid, just a short walk away from Plaza España. Noviciado m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="277.73" OriginalAmount="269.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.408201" Longitude="-3.70079217" StarRating="1" HotelCode="709734|887933|Bed &amp; Breakfast" HotelName="Ibis Budget Madrid Centro Lavapies" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Valencia 8-10, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5b/005bea14b55dec053d36491bd4f3756bb265bb70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.07" OriginalAmount="269.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.440662401072" Longitude="-3.670056679436" StarRating="5" HotelCode="56983|39121|Bed &amp; Breakfast" HotelName="Hotel Puerta América" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de América 41, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/9c/659cc0864b7dee0c0f21cd44877ce6ed63576fc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Avd. de América, just 5 min away from the exclusive quarter of Salamanca (b...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.10" OriginalAmount="270.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.473089486686" Longitude="-3.5853624343872" StarRating="4" HotelCode="113312|185314|Bed &amp; Breakfast" HotelName="täCH Madrid Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Timon 35, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185314/185314a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.92" OriginalAmount="270.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416260512445" Longitude="-3.7013848513596" StarRating="3" HotelCode="147256|197995|Bed &amp; Breakfast" HotelName="El Pasaje" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pozo 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a9/4fa9fec501552ad81a0bd8f584f960e2393a3f41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.05" OriginalAmount="270.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428560097144" Longitude="-3.6943137198631" StarRating="2" HotelCode="100840|183409|Bed &amp; Breakfast" HotelName="BlueSense Almagro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Almagro 10, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/2d/252d513a34b67aedcdb07329e52d976cdeb26f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.19" OriginalAmount="271.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420715844095" Longitude="-3.7069496512413" StarRating="3" HotelCode="18768|129985|Bed &amp; Breakfast" HotelName="Room Mate Macarena - Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 43, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a3/4aa3380932ad4f1d430728f8197c9a0f3059f505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, near to the Gran Via, between the Plaza de Espana and ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.34" OriginalAmount="271.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458646083947" Longitude="-3.5823985934257" StarRating="4" HotelCode="29260|3204|Bed &amp; Breakfast" HotelName="Senator Barajas Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 27, Next to Adolfo Suárez Madrid-Barajas Airport and IFEMA, Barajas, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d720dcddfec7543958d5cf370fccf4afb4be9dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located approximately 1 km from Madrid Barajas Airport. It offers an exclusive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="280.57" OriginalAmount="272.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4283894" Longitude="-3.6711832999999" StarRating="3" HotelCode="300883|365806|Bed &amp; Breakfast" HotelName="Neo Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Don Ramón de la Cruz 94, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/64/6e64e957b87a6e7cb45d9a46531a20ac570a5bd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Madrid, 200 m away from the nearest metro station (Manuel Becerra).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="281.42" OriginalAmount="273.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.434891818409" Longitude="-3.6850864245062" StarRating="2" HotelCode="101132|183349|Bed &amp; Breakfast" HotelName="BlueSense Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diego de León 10, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/85/408532fb654c6aaa3f0c04126c73adf422604168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="284.61" OriginalAmount="276.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431877" Longitude="-3.673618" StarRating="4" HotelCode="19506|4928|Bed &amp; Breakfast" HotelName="Zenit Abeba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alcántara 63, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/69/cd691bd277fd3803689fd80761c97017200ca7ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Madrid's leisure area just a few metres from the city centre and its l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.33" OriginalAmount="277.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406225" Longitude="-3.71221" StarRating="3" HotelCode="16252|1237|Bed &amp; Breakfast" HotelName="Puerta de Toledo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Glorieta Puerta de Toledo 4, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/69/1769a5b322545c05546b4496955491621e7af9ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally located in the historical centre of Madrid, near the Real Palace an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.63" OriginalAmount="279.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.394154" Longitude="-3.707749" StarRating="4" HotelCode="30654|3517|Bed &amp; Breakfast" HotelName="Hotel Praga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Lopez 65, 28019 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/56/aa560c0be87d61d8a18b9bd43d912d34fdc1e92c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located close to the M-30 ring road, and the centre of Madrid is arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.39" OriginalAmount="287.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.488138" Longitude="-3.668268" StarRating="4" HotelCode="409988|91856|Bed &amp; Breakfast" HotelName="Occidental Castellana Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Manoteras 20, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/ea/7dea448b3404868641d054e28bd98ea3381b03a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in a development area on Castellana Avenue. It is just 10 minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.80" OriginalAmount="291.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39884" Longitude="-3.670116" StarRating="3" HotelCode="37050|22939|Bed &amp; Breakfast" HotelName="NH Madrid Sur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Ciudad de Barcelona, 113, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/d8/6fd87d1122b42e0428ea7b25d5c311a64851082a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, within paces of the bus station and the southern junct...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="300.16" OriginalAmount="291.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447490084209" Longitude="-3.5830351878357" StarRating="4" HotelCode="900431|123223|Bed &amp; Breakfast" HotelName="Axor Feria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/50/bf5078ad42c0a5d4469a0ba7e0bf4fa66ec4d204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a residential and business area, 10 minutes from IFEMA exhibition centre, Co...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="303.41" OriginalAmount="294.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41634376863" Longitude="-3.7017134257603" StarRating="3" HotelCode="69539|85237|Bed &amp; Breakfast" HotelName="Victoria IV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle De La Victoria 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/314c0a5aa5fa454eafa34ddd44467b4f.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Puerta del Sol, close to museums of world fame such as the Prado Museum...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="306.85" OriginalAmount="297.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447922736474" Longitude="-3.5829699039459" StarRating="4" HotelCode="900430|123224|Bed &amp; Breakfast" HotelName="Axor Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5e/565e92719307b138ac28fcc93c91c1ceadbb17a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located 5 minutes from IFEMA Exhibition Centre, the Congress Palace and J...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.27" OriginalAmount="300.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430608432797" Longitude="-3.6642296922241" StarRating="2" HotelCode="207386|228454|Bed &amp; Breakfast" HotelName="Hotel ibis Madrid Centro las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julio Camba 1, Esquina Alcala, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/9b/2c9b3c69b9150d1721cad4c81dd89453055810a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.39" OriginalAmount="300.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423064" Longitude="-3.707663" StarRating="3" HotelCode="23027|1231|Bed &amp; Breakfast" HotelName="Sterling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 29-31, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b6/0db6cec23ff9f4ca53af13a0bbfc531784189c6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Madrid, close to the Gran Via and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.53" OriginalAmount="300.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406248" Longitude="-3.669354" StarRating="4" HotelCode="82895|191721|Bed &amp; Breakfast" HotelName="Claridge Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde de Casal 6, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/9b/d59b2e5b07ad150abf35d67f8a752929d7b1575e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.67" OriginalAmount="301.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432045" Longitude="-3.69935" StarRating="4" HotelCode="161633|132446|Bed &amp; Breakfast" HotelName="Hotel Agora Juan de Austria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan de Austria 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/3d/d83ddc327c91f1656243d35ff6aafdc08a712fa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel is located in the city of Madrid, at the heart of the historic neighbourhood of ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.96" OriginalAmount="301.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425258443904" Longitude="-3.7001618914016" StarRating="0" HotelCode="749943|644929|Bed &amp; Breakfast" HotelName="Bastardo Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Laundry,Parking,Restaurant,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>San Mateo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e1/ede16d21d600054a92fe56c21b244a8cc8107f86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;bastard:
From fr. ant. bastart.
1. adj. That degenerates from its origin or nature.

A journey does ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.77" OriginalAmount="303.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.555316" Longitude="-3.609999" StarRating="2" HotelCode="39335|7942|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid-San Sebastian d/l Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De Los Pirineos S/N, 28700 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0e/8e0e7cf0501ac7ea09a621455dc3e9c07feb6fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in heart of one of the most important business areas, and is located 15 km to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.06" OriginalAmount="303.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420449890709" Longitude="-3.7045789430846" StarRating="4" HotelCode="35572|4798|Bed &amp; Breakfast" HotelName="Hotel Atlántico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 38, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/45/334515419dcae1e58ae1ad6f62dc6bbdcab45f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a wonderful town house, which is crowned with a dome. It is situated in the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.45" OriginalAmount="304.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421084419798" Longitude="-3.7147602438927" StarRating="3" HotelCode="16258|7976|Bed &amp; Breakfast" HotelName="Principe Pio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cueste de San Vicente 14, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/8a/798ac490034a63eb0befb17e88c66239bcaf494c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies just a few minutes from the centre of Madrid where guests will discover m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.62" OriginalAmount="304.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469157548393" Longitude="-3.581001162529" StarRating="4" HotelCode="29474|4712|Bed &amp; Breakfast" HotelName="TRYP Madrid Alameda Aeropuerto Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 100, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/a0/21a03fe7a14b0fb683d3afb2f420f485eedc34a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a district close to Madrid Barajas airport. The hotel offers an exclusive c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.58" OriginalAmount="306.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419830641568" Longitude="-3.7012660503388" StarRating="4" HotelCode="30862|4435|Bed &amp; Breakfast" HotelName="NH Collection Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 21, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/35/2835d2759134b280fcdc9d65985b1b26bed539af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid, close to a wide selection of shopping and en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.77" OriginalAmount="306.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421476" Longitude="-3.721681" StarRating="3" HotelCode="212800|181474|Bed &amp; Breakfast" HotelName="Hotel Acta Madfor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de La Florida 13, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/66/8f667c74e208871dc3068d0db8b43dc2d7ad705c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.10" OriginalAmount="310.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42243262" Longitude="-3.70010823" StarRating="3" HotelCode="447285|436719|Bed &amp; Breakfast" HotelName="Madrid SmartRentals Chueca II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Perez Galdos 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436719/436719a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.44" OriginalAmount="311.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414515560127" Longitude="-3.7001119705697" StarRating="3" HotelCode="57792|60180|Bed &amp; Breakfast" HotelName="Room Mate Alicia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 2, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/90/b090770d907be1ccc229dde75b3f4a7db6af7369.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Barrio de las Letras, on Santa Ana square and close to the mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.55" OriginalAmount="311.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4649744" Longitude="-3.7861544" StarRating="4" HotelCode="310418|4241|Bed &amp; Breakfast" HotelName="Aravaca Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camino De La Zarzuela 23, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a4/b1a4e76c14c35c59c4594463f035854ccccb92cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist centre of Aravaca (Madrid) just a few minutes from the city cen...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="322.49" OriginalAmount="313.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441356568355" Longitude="-3.6575128373649" StarRating="4" HotelCode="968815|712971|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6c/1a6c95a7c48e5664d6d8e1f743fef1bdb993d241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="327.13" OriginalAmount="317.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420037904714" Longitude="-3.7002833135004" StarRating="4" HotelCode="20339|1875|Bed &amp; Breakfast" HotelName="H10 Villa de la Reina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 22, Madrid Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/ac/11ac8aef870a4d29fc9bf72cc41b5f44bb1f7c3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Madrid, this luxurious hotel is surrounded by restaurants, numerous pubs and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="332.40" OriginalAmount="322.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4199155" Longitude="-3.70746933" StarRating="4" HotelCode="943732|658509|Bed &amp; Breakfast" HotelName="The First One Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle dePreciados 44, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/8f/048fc98d1767616b2c74879593552061d77e70aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="337.94" OriginalAmount="328.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469588" Longitude="-3.582171" StarRating="4" HotelCode="29258|3600|Bed &amp; Breakfast" HotelName="Meliá Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 305, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/6a/bb6a98ece4b789d67f79c1c304c81b1f98dfd870.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location close to Madrid Barajas airport, the convention centres and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.72" OriginalAmount="332.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.424787391489" Longitude="-3.7150596483374" StarRating="3" HotelCode="66749|82693|Bed &amp; Breakfast" HotelName="Suites Viena Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Álvarez Mendizábal 17, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/53/f2538fff6337f24d2a6fb2d6ce2e3625aa076686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This studio complex is located close to Gran Via, just a few metres from Plaza de España and Palacio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.79" OriginalAmount="332.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470800134942" Longitude="-3.7687879800796" StarRating="4" HotelCode="36966|22769|Bed &amp; Breakfast" HotelName="Eurostars Zarzuela Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Dario Aparicio 32, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7b/ce7b3ef3edb6d7c2f27744a8c4e7b4611979b3fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the northern district of Madrid. Wonderful gardens surround the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="345.10" OriginalAmount="335.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413698" Longitude="-3.70362" StarRating="3" HotelCode="36938|17839|Bed &amp; Breakfast" HotelName="Hotel Cortezo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Doctor Cortezo 3, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/2a/162a5fe8418e2177d749a82fead20e896b9f37e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel in the heart of Madrid is only a few metres from the Puerta del Sol, the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.09" OriginalAmount="336.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421455" Longitude="-3.708134" StarRating="4" HotelCode="12124|569|Bed &amp; Breakfast" HotelName="Emperador" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grán Via 53, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/56/c356d146eef5f3596c7fcd5e063d52be9577331d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is popular for its central location in the heart of Madrid, on the famous Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.93" OriginalAmount="336.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420619" Longitude="-3.708516" StarRating="4" HotelCode="17616|127785|Bed &amp; Breakfast" HotelName="Hotel Santo Domingo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98b989d71d050584e06916b1fb52e869006e31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, only a 3-minute walk from Gran Via and the city’s main ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="347.93" OriginalAmount="337.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406924" Longitude="-3.683148" StarRating="4" HotelCode="30186|570|Bed &amp; Breakfast" HotelName="Agumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Reina Cristina 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ef/97ef11ed01c50ed47f4d15613b04b7d6cae68f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys a wonderful central position at the heart of Madrid. Situated on the Reina...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.02" OriginalAmount="341.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.402598163242" Longitude="-3.7115734470481" StarRating="3" HotelCode="32044|9711|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Piramides" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Acacias 40, 28005 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/d1/23d1f0fa674d7a8ec3327f8faa79cb12bf3f30e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, friendly and luminous, is just a few metres from the Madrid Flea Market (El Rastro) and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.17" OriginalAmount="341.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.554545259398" Longitude="-3.9002323150635" StarRating="4" HotelCode="99103|14976|Bed &amp; Breakfast" HotelName="Exe Gran Hotel Almenar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jaraiz 1, 28290 Las Rozas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/74/d974f77848316619addb83b590bf6d46b27ad388.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel lies opposite Las Matas train station, close to Parque Empresarial de Las Rozas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.04" OriginalAmount="342.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4202" Longitude="-3.701162" StarRating="3" HotelCode="27901|4285|Bed &amp; Breakfast" HotelName="Petit Palace Chueca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hortaleza 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3c/0d3ce095c14861d561f1b9e37d648c55615def3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively Chueca neighbourhood, close to the Gran Via, and it is the ideal ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.57" OriginalAmount="343.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452915204396" Longitude="-3.61323595047" StarRating="4" HotelCode="51894|4391|Bed &amp; Breakfast" HotelName="Hotel Osuna Feria Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis de la Mata 18, Madrid 28042</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/9d/3a9de01571d1df7cc3922e0b307f69e3af8e8a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies next to a quiet garden. With the free shuttle service, guests will quickly and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.74" OriginalAmount="343.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.467490435003" Longitude="-3.6900544166565" StarRating="4" HotelCode="46623|9649|Bed &amp; Breakfast" HotelName="Hotel Exe Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 191, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/80/b2802a570b620afbee64ff9dbbbf4a2a171897e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location in the business district in the heart of the Paseo de la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.17" OriginalAmount="346.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.489678" Longitude="-3.688078" StarRating="4" HotelCode="82889|155929|Bed &amp; Breakfast" HotelName="Villamadrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Xaudaró, 2, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/e7/e6e7276ea9f77cb89dbcd885eb3df95c273eac76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in one of Madrid's business areas at the end of Paseo de la Castellan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.51" OriginalAmount="347.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417319315597" Longitude="-3.706523364418" StarRating="3" HotelCode="326489|5281|Bed &amp; Breakfast" HotelName="Petit Palace Ópera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 16, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a492c8911e264433a5f6fabfa82a3b77491fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the city, close to the King's Palace and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.73" OriginalAmount="347.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406266289724" Longitude="-3.7217527627945" StarRating="4" HotelCode="171005|142445|Bed &amp; Breakfast" HotelName="NH Madrid Ribera del Manzanares" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Virgen del Puerto 57, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/9e/d59e2ae32977b3a7a264879a36d69c1a81aa5b1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Madrid, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.89" OriginalAmount="347.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430666489624" Longitude="-3.7169702663508" StarRating="3" HotelCode="31101|4468|Bed &amp; Breakfast" HotelName="Hotel T3 Tirol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Urquijo 4, 28008 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/97/b7970c0e51e3a27548c34ba7a4ae7ae4dc45dc49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is located in the tourist centre of Madrid. The surrounding area is full of exciting...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="361.24" OriginalAmount="350.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.456854" Longitude="-3.647615" StarRating="4" HotelCode="30679|3588|Bed &amp; Breakfast" HotelName="Zenit Conde Orgaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Moscatelar 24, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/38/5e385f10fae57b649b4cfd4393d463af8f193e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated close to the Juan Carlos I trade centre and the congress cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.69" OriginalAmount="352.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469799969984" Longitude="-3.5808435759633" StarRating="2" HotelCode="113308|228447|Bed &amp; Breakfast" HotelName="ibis Madrid Aeropuerto Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General 49, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6c/046c53f5bb60af45a6d6287f04db1c88e243ad8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1 km from Madrid-Barajas Airport and IFEMA Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.25" OriginalAmount="352.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435156170903" Longitude="-3.6765334010124" StarRating="3" HotelCode="76561|145407|Bed &amp; Breakfast" HotelName="VP El Madroño" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle General Díaz Porlier 101, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ff/fcff34a82f5f9ef5a838a50ad12d4bb6b75c0c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in the Salamanca area of Madrid, within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="368.67" OriginalAmount="357.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41366544" Longitude="-3.70038516" StarRating="4" HotelCode="960771|663164|Bed &amp; Breakfast" HotelName="Room Mate Alba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Huertas 16, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/70/9b70c48ee2843a7924bf1bd65f268f7123c6f18f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.28" OriginalAmount="359.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411819" Longitude="-3.697824" StarRating="4" HotelCode="172000|152135|Bed &amp; Breakfast" HotelName="Catalonia Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 81, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/21/6121a963267cce891b78d4d34cad6f37540e4b41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, in the Triangle of Art, which is home to the most visit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.80" OriginalAmount="360.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420901748178" Longitude="-3.7083299766865" StarRating="4" HotelCode="59394|66662|Bed &amp; Breakfast" HotelName="Petit Palace Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de San Bernardo 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/78/3e78e6e80e88dceaadc921a94a4767dd2576fe52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Madrid. Guests are conveniently located close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="371.16" OriginalAmount="360.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417029" Longitude="-3.705226" StarRating="3" HotelCode="35373|14978|Bed &amp; Breakfast" HotelName="Petit Palace Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/97/749754e17d1d84aefd6dd7528c9969aca2820ef1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historic and tourist centre of Madrid near to the Puerto del Sol (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="371.30" OriginalAmount="360.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419473800577" Longitude="-3.699099496007" StarRating="4" HotelCode="12770|924|Bed &amp; Breakfast" HotelName="Catalonia Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 7-9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/3b/e93b08c76d0497b325d9e61664f6b3869c656d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the historical centre of Madrid and offers an ideal atmosphere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="372.66" OriginalAmount="361.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432122377193" Longitude="-3.6565107107162" StarRating="4" HotelCode="31879|9712|Bed &amp; Breakfast" HotelName="Rafaelhoteles Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 269, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1f/7d1fc715acc1658ddc1bb9740e0d750801e8c95b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting and friendly hotel is located in the popular shopping street of Alcalá and fits seamle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="372.97" OriginalAmount="362.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418617680782" Longitude="-3.706713616848" StarRating="4" HotelCode="23667|3549|Bed &amp; Breakfast" HotelName="Intur Palacio San Martín" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de San Martín 5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/37/7d370daf1f5fdb442081c3e07f167b6870ae6398.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a classical building from the 1900's and lies at the heart of Madrid, only paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.09" OriginalAmount="363.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.475140876872" Longitude="-3.7430022444644" StarRating="4" HotelCode="30843|4390|Bed &amp; Breakfast" HotelName="Hotel Eurostars Monte Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arroyofresno 17, 28035 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d6/b1d6b05ce616b5711eb364b11ebade088e0e106f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the leisure district of Puerta de Hierro, roughly a 15-minute drive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.35" OriginalAmount="363.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413123" Longitude="-3.700828" StarRating="4" HotelCode="172083|152134|Bed &amp; Breakfast" HotelName="Catalonia Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 36, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c8/74c8c9a4273d0e5a78af7a3c01bea457514483ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a building dating back to the early twentieth century, part of the historic ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.60" OriginalAmount="363.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429192" Longitude="-3.688444" StarRating="4" HotelCode="38261|29283|Bed &amp; Breakfast" HotelName="Petit Palace President Castellana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Villamagna 4, esquina Paseo de la Castellana 20, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/80/c4/80c48fce4deab0399eff062170c4d969923006e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along a main road in the commercial district of Madrid, close to the Paseo de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.89" OriginalAmount="363.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417011" Longitude="-3.700014" StarRating="4" HotelCode="29475|9521|Bed &amp; Breakfast" HotelName="Quatro Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sevilla 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/b3/14b3e32c78a3fb9770eba36465ced5e758833471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the historical centre of Madrid, just minutes fro...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.94" OriginalAmount="364.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416000360547" Longitude="-3.7090604487198" StarRating="4" HotelCode="87683|100198|Bed &amp; Breakfast" HotelName="Petit Palace Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mayor 46, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/42/4f421af60782dc754ab4d6f09aa70ede93f8dd41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the only hotel located on the main street, at the principal entrance to the Plaza Mayor. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="376.22" OriginalAmount="365.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429152670491" Longitude="-3.7167762183437" StarRating="3" HotelCode="15041|9643|Bed &amp; Breakfast" HotelName="Aparto Suites Muralto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buen Suceso 3, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/bf/4abfb92e1f0cf1fa3c0ef24a57d973d77cb2c1a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming apartment hotel is centrally located in a quiet district of Madrid. El Corte Inglés, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.88" OriginalAmount="367.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415691556536" Longitude="-3.7057562678102" StarRating="4" HotelCode="38260|29281|Bed &amp; Breakfast" HotelName="Petit Palace Posada del Peine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Postas 17, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3b/723b22a337278162159d6da19fe00d4b97f59c13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historical centre of Madrid, close to the Plaza Mayor and within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="379.70" OriginalAmount="368.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447551" Longitude="-3.628123" StarRating="4" HotelCode="7854|4021|Bed &amp; Breakfast" HotelName="Meliá Avenida América" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Juan Ignacio Luca de Tena 36, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/07/4807d72e88d320af37a053bba8972f136be70f09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the harbour and Castellana Avenue, close to the trade fairground. A se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="379.92" OriginalAmount="368.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418862725128" Longitude="-3.7027251720428" StarRating="4" HotelCode="57593|57473|Bed &amp; Breakfast" HotelName="Petit Palace Plaza del Carmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Carmen 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/60/a260e7dd75a552d8fb6b0586c5d6ff3e9b27a3b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid on the Plaza del Carmen. It has a good location between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.13" OriginalAmount="369.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420578986557" Longitude="-3.7028793993883" StarRating="3" HotelCode="35356|14979|Bed &amp; Breakfast" HotelName="Petit Palace Triball" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gonzalo Jimenez de Quesada 2, Esquina con Calle Gran Vía 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/32/bb325bd5c92e4fb9e9646335e5168b9a3de77902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is housed in an impressive 19th century building that is located in the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.70" OriginalAmount="369.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425259" Longitude="-3.682138" StarRating="4" HotelCode="38262|29289|Bed &amp; Breakfast" HotelName="Catalonia Goya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Goya 49, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/8d/418ddba6041ee8f5a1fe52ba3ab6da08c9950dea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the "Calle Goya", in the elegant Salamanca quarter. Here guests will find al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="381.37" OriginalAmount="370.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418183" Longitude="-3.704311" StarRating="3" HotelCode="14178|3151|Bed &amp; Breakfast" HotelName="Petit Palace Preciados" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Galdo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d1/5cd13e53f1e5c3af9001c3aefa834ad81d210a6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in the heart of Madrid, only minutes from Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="381.37" OriginalAmount="370.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438455215158" Longitude="-3.7009871006012" StarRating="3" HotelCode="7859|5366|Bed &amp; Breakfast" HotelName="TRYP Madrid Chamberí Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle José Abascal 8, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/e3/f0e396becb6867e8a52c4bb5500760c6e6713ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the leisure district of Chamberi in Madrid and lies just a few minutes walk...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.19" OriginalAmount="373.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413884065705" Longitude="-3.6944854259491" StarRating="4" HotelCode="14182|4222|Bed &amp; Breakfast" HotelName="Mercure Madrid Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lope de Vega 49, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/e7/7de7feb733ff31c96f41ba9fe95bace878ae9bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Madrid, in the middle of the famous Golden Triang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.85" OriginalAmount="374.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439629936567" Longitude="-3.698257991061" StarRating="3" HotelCode="53738|22938|Bed &amp; Breakfast" HotelName="NH Madrid Chamberí" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bretón de los Herreros 29, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bc/32bc0170527d86103fd314ebb75ffe410c88ae0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Nuevos Ministerios district of the city of Madrid. The Paseo de la Cast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="386.21" OriginalAmount="374.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419343" Longitude="-3.702784" StarRating="3" HotelCode="56985|54285|Bed &amp; Breakfast" HotelName="Petit Palace Tres Cruces" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Tres Cruces, 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ee/bfee45a57eee365ce8192046ff50735fa349c22f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Tres Cruces street, on the corner of the completely renovated Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.31" OriginalAmount="382.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413945" Longitude="-3.702857" StarRating="4" HotelCode="26838|3550|Bed &amp; Breakfast" HotelName="Catalonia Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 23, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/15/ce15a9c427d18380a1b8a788539d8f53a29951ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This smart luxury hotel is centrally located in Madrid's golden triangle, between the Old Town and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.82" OriginalAmount="383.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414830611147" Longitude="-3.6989767849445" StarRating="3" HotelCode="13095|2856|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Callo Prado 11, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/d7/d1d7bac26dc95103b5359627b0b060dc012b4f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly city hotel is located in the centre of Madrid, close to the Puerta del Sol and the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="397.49" OriginalAmount="385.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418581672664" Longitude="-3.7071949361763" StarRating="3" HotelCode="59567|66661|Bed &amp; Breakfast" HotelName="Room Mate Laura" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Travesía de Trujillos 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77126/a_77126_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Plaza de las Descalzas Reales, only about 30 m from the Plaza Mayor, th...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="399.82" OriginalAmount="388.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447842" Longitude="-3.636193" StarRating="4" HotelCode="29286|9648|Bed &amp; Breakfast" HotelName="Silken Puerta Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Rizzi No 5, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/b0/0cb050acf7f1521e541d3c5bc14007d079567e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is just 5 minutes on foot from the Juan Carlos I exhibition centre. The vibrant c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="401.16" OriginalAmount="389.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.401434123929" Longitude="-3.6871683587262" StarRating="4" HotelCode="16438|3988|Bed &amp; Breakfast" HotelName="Rafaelhoteles Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mendez Álvaro 30, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bf/d3bfe5a4bf9ce69a007b759e9fc72f3b234ba8bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Madrid, a few minutes from the Méndez Álvaro train, unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="404.39" OriginalAmount="392.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411321657713" Longitude="-3.693164302701" StarRating="2" HotelCode="322524|178287|Bed &amp; Breakfast" HotelName="Hotel Mora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 32, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079d4f30efab395320ad4992313ca9df4793cb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated on the Paseo del Prado in Madrid, 400 meters from the Reina Sofia Museum and A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.27" OriginalAmount="394.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439311810137" Longitude="-3.6317432711639" StarRating="4" HotelCode="31103|4484|Bed &amp; Breakfast" HotelName="Elba Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 476, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c49f54179f59386631cb3a520ab9ed10b09ffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of Madrid, only minutes from the airport and the city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.88" OriginalAmount="395.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416666" Longitude="-3.691007" StarRating="4" HotelCode="189352|175099|Bed &amp; Breakfast" HotelName="Petit Palace Lealtad Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Maura 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/f4/d6f42e45a4277f989d9768ec6e2b27cf21127cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an old five-storey building built in the early nineteenth century in the mos...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.93" OriginalAmount="397.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449801" Longitude="-3.698462" StarRating="3" HotelCode="30827|4336|Bed &amp; Breakfast" HotelName="Espahotel Plaza Basílica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comandante Zorita 27-31, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/fd/29fde3de23a59a6fc839c9049f7988e27b6ae33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment complex is centrally located in the Azca district close to the Torre Picasso building....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.03" OriginalAmount="399.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7036330997944" StarRating="3" HotelCode="25010|3966|Bed &amp; Breakfast" HotelName="Petit Palace Cliper Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Chinchilla 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df095671e3bb2b1aa2b3e8bf62eb1b98069cf07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is located at the heart of Madrid, close to the Gran Via and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.23" OriginalAmount="399.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418281" Longitude="-3.699424" StarRating="4" HotelCode="56986|54284|Bed &amp; Breakfast" HotelName="Petit Palace Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Virgen de los Peligros 2, Esquina con Alcalá 23, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/81/5781b7e415db34ea196762c228a26691a9142d67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcalá Street, close to the Puerta del Sol at the heart of the city and wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="412.91" OriginalAmount="400.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428661" Longitude="-3.696228" StarRating="3" HotelCode="12278|22940|Bed &amp; Breakfast" HotelName="NH Madrid Alonso Martínez" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Engracia 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7886fca3f718f85b4a2f9ab29e3a34b2adb8920.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Madrid, this hotel is located close to the Plaza Alonso Martínez, the Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="414.78" OriginalAmount="402.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.491132232763" Longitude="-3.6701121926308" StarRating="4" HotelCode="401834|87080|Bed &amp; Breakfast" HotelName="Exe Madrid Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Martina Díaz 4, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5a/565ab799b21e4a5226dc850a79be989aaac16f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the northern part of Madrid, at the north entrance to the city on the A1 mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="414.78" OriginalAmount="402.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.514788860519" Longitude="-3.6734053126283" StarRating="4" HotelCode="284244|195861|Bed &amp; Breakfast" HotelName="Hotel Dome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera de Fuencarral a Alcobendas km 8, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/eb/99eb0363ce5df8f362fe324fdca0fce796ef9dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.52" OriginalAmount="406.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427447" Longitude="-3.685018" StarRating="3" HotelCode="36579|23108|Bed &amp; Breakfast" HotelName="NH Madrid Lagasca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lagasca 64, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a1/34a1f784e0d1508223a5587a94b5a98dc9c3181f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family friendly, city hotel is located at the heart of the district of Barrios de Salamanca on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.01" OriginalAmount="407.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439012" Longitude="-3.692885" StarRating="3" HotelCode="36868|14905|Bed &amp; Breakfast" HotelName="NH Madrid Zurbano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zurbano 79-81, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6a/ba6a910a7a99cae1836471e72a30d5757c5f2b93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Madrid. It is located only around 100 m from Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.09" OriginalAmount="407.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414634566568" Longitude="-3.694712317791" StarRating="4" HotelCode="31862|96878|Bed &amp; Breakfast" HotelName="NH Collection Madrid Paseo del Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cánovas del Castillo 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/59/925966f68033c4b49bb3effc2392e7189e268c09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historic centre of Madrid, in the Golden Triangle of Art, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.25" OriginalAmount="408.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.409922112887" Longitude="-3.6926561594009" StarRating="4" HotelCode="15151|4704|Bed &amp; Breakfast" HotelName="NH Madrid Nacional" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 48, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/57/b4575c5c2cb6b8b45db6ba16707e0d159936a1e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is situated in the centre of the museum areas of Prado, Thyssen and Reina Sofía....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.91" OriginalAmount="408.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4238815" Longitude="-3.7109402" StarRating="4" HotelCode="943558|652185|Bed &amp; Breakfast" HotelName="Riu Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 84, Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/86/db86b416ba4ec890ef86834221ff6bc89fd54004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="423.37" OriginalAmount="411.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455877" Longitude="-3.681848" StarRating="4" HotelCode="51868|4096|Bed &amp; Breakfast" HotelName="NH Madrid Paseo de la Habana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Habana 73, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/6d/1d6dc3762023a712f6e1f627c1e3f316e446183b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid just a few paces from Santiago Bernabeu football stadiu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.79" OriginalAmount="414.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420621913122" Longitude="-3.6990733444691" StarRating="3" HotelCode="69940|86339|Bed &amp; Breakfast" HotelName="Room Mate Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Pedro Zerolo 12, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/da/b0da30829d47e1b8cb98f07d4118ba61bf9dacf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the brightest squares in the centre of Madrid. It is close to Gran V...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.81" OriginalAmount="414.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417807" Longitude="-3.696212" StarRating="4" HotelCode="18002|226440|Bed &amp; Breakfast" HotelName="NH Collection Madrid Suecia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Casa Riera 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/39/70390df089f1ab397d31765d98c61d15479a176d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys an excellent, central location in the tourist centre of Madrid close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="427.11" OriginalAmount="414.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44716138314" Longitude="-3.7057533860207" StarRating="4" HotelCode="113292|133602|Bed &amp; Breakfast" HotelName="VP Jardín Metropolitano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Reina Victoria 12, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d0/e6d04f3018b5f8a6212081167829ab4d23bbca27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Glorieta de Cuatro Caminos and the Paseo de la Castellana, not to mention an infinite number of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="429.06" OriginalAmount="416.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427" Longitude="-3.687348" StarRating="4" HotelCode="37614|25260|Bed &amp; Breakfast" HotelName="ICON Embassy by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Serrano 46, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f2/71f241b1b1641d39874becce315293588e553fc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the business district of Madrid within a short distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="432.31" OriginalAmount="419.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414562067245" Longitude="-3.6994890868664" StarRating="4" HotelCode="58153|59219|Bed &amp; Breakfast" HotelName="Catalonia Las Cortes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 6, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/33/5033308603526509572c5239b63cb8ca55c7576b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, charming hotel lies in Las Letras, the historical centre of Madrid, within a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="433.98" OriginalAmount="421.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407843847351" Longitude="-3.6893584957008" StarRating="3" HotelCode="15152|22903|Bed &amp; Breakfast" HotelName="NH Madrid Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Infanta Isabel 9, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/53/61534566356016a1612ee4baa71c1e53a7c0f17f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Atocha railway station, an AVE (high-speed) station, and in close pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="438.31" OriginalAmount="425.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427514260457" Longitude="-3.6963227391243" StarRating="4" HotelCode="904125|150857|Bed &amp; Breakfast" HotelName="Petit Palace Santa Bárbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Santa Bárbara 10, esquina Plaza Alonso Martínez, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/36/ed36df1ff497ada146b7bf402a862484e62e1812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Plaza de Santa Barbara in the impressive Alonso Martinez area. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="440.55" OriginalAmount="427.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436015652851" Longitude="-3.6817972362042" StarRating="3" HotelCode="29224|3861|Bed &amp; Breakfast" HotelName="NH Madrid Balboa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuñez De Balboa, 112, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2edc3524a70e7028aa98e93c8a86892ab660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the city centre (2 km) where there are many shopping venues, bars and restaurants. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="443.42" OriginalAmount="430.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41411" Longitude="-3.701624" StarRating="5" HotelCode="171805|137745|Bed &amp; Breakfast" HotelName="NH Collection Madrid Palacio de Tepa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Sebastian 2, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b07279fb8d7639d7bd6ff3f44d40eb78e73cef75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="448.85" OriginalAmount="435.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417113" Longitude="-3.689109" StarRating="4" HotelCode="170577|150856|Bed &amp; Breakfast" HotelName="Petit Palace Savoy Alfonso XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 18, Retiro - Puerta de Alcalá, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/be/afbe2d6f949507366be2d036ad1d2a4c1a010a0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Alfonso XII Street in the impressive Retiro district. It is just 300 m away ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="449.97" OriginalAmount="436.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455231" Longitude="-3.694303" StarRating="4" HotelCode="52050|13796|Bed &amp; Breakfast" HotelName="H10 Tribeca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Pedro Teixeira 5, Paseo de la Castellana, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e3/26e397893a04d4d4f894eaf031f6afc3aa309604.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated at the heart of Azca, next to the Palacio de Congressos (cong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="450.02" OriginalAmount="436.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438293941386" Longitude="-3.6951157450676" StarRating="4" HotelCode="49082|4702|Bed &amp; Breakfast" HotelName="NH Collection Madrid Abascal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Jose Abascal 47, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6a/986ac01a13653b7655be8d56f1c83dd1fcedc798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in an architecturally appealing building previously used as an embassy, this hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="457.25" OriginalAmount="443.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41684634" Longitude="-3.697474" StarRating="4" HotelCode="792011|638687|Bed &amp; Breakfast" HotelName="Hotel Soho Boutique Congreso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zorrilla, 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/14/0a14676d3ecccc2ff845f6aad03ee91c8d3cee46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is located in the neighborhood of the Courts, in the historic centre of Madrid, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="459.65" OriginalAmount="446.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.486546679076" Longitude="-3.703472" StarRating="5" HotelCode="57590|53383|Bed &amp; Breakfast" HotelName="Eurostars Suites Mirasierra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alfredo Marquerie 43, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0d/c60d02ad0d6cb78bd520e8b5c91f9f1e8993b5ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid, in a quiet residential area in the north of the city. It lies only ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="460.90" OriginalAmount="447.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458437593352" Longitude="-3.6857713091927" StarRating="4" HotelCode="37295|22941|Bed &amp; Breakfast" HotelName="NH Collection Madrid Eurobuilding" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Padre Damián 23, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/7b/157b891dcf3266eb1abe43cef93fceb588eb50e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of a modern district of Madrid, near the Palacio de Congresos y ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="462.36" OriginalAmount="448.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422139086483" Longitude="-3.7095956504345" StarRating="4" HotelCode="30318|1236|Bed &amp; Breakfast" HotelName="Hotel Mayorazgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Flor Baja 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/54/6e5453b5de4b536039b1988afe937e8daca756c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located on the Gran Via in the heart of Madrid. An abundance of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="464.20" OriginalAmount="450.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425044230148" Longitude="-3.6781405276126" StarRating="4" HotelCode="410223|93771|Bed &amp; Breakfast" HotelName="Vincci Soma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Goya 79, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31eeec907bba8f93dbbce805c0926cac575c487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goya Street in the heart of the Salamanca quarter, where culture, shopping ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="475.07" OriginalAmount="461.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451282385711" Longitude="-3.6937612295151" StarRating="4" HotelCode="30716|3784|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Trias Bertran 4, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/13/0c/130cf7e687836196ed68f6d2cdb7d8a3bc993799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is well positioned at the heart of Madrid's commercial and financial district. Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="481.71" OriginalAmount="467.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407254" Longitude="-3.688255" StarRating="4" HotelCode="439753|555681|Bed &amp; Breakfast" HotelName="Only YOU Hotel Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Infanta Isabel 13, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e4/ade4f5884de7545484bf07959fb7fdc2c845b6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="482.85" OriginalAmount="468.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451610888015" Longitude="-3.5928254059643" StarRating="4" HotelCode="87681|99402|Bed &amp; Breakfast" HotelName="Hotel Maydrit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Piragua 1, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most important business areas in north-east Madrid, Alameda de O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="484.04" OriginalAmount="469.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452168917958" Longitude="-3.5858426269837" StarRating="4" HotelCode="79475|99360|Bed &amp; Breakfast" HotelName="Hilton Madrid Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Hispanidad 2-4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0e/570ece160c7987f31acea8415281e2793cf61be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in Madrid. The establishment lies just 12 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="489.80" OriginalAmount="475.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.47042469013" Longitude="-3.6850842833519" StarRating="4" HotelCode="30469|2560|Bed &amp; Breakfast" HotelName="Barceló Imagine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustin De Foxa 32, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a1/9aa125435c8341715a95652362d23da1b34b2c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located close to the Plaza de Castilla in the north of Madrid and is ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="493.94" OriginalAmount="479.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421527524756" Longitude="-3.6723585426807" StarRating="4" HotelCode="30167|359|Bed &amp; Breakfast" HotelName="Novotel Madrid Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de O'Donnell 53, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/82/6b82346ffd1053f7552e2619e063d51e6b103c3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This glorious luxury hotel is fabulously located in Madrid's tourist and commercial centre, near to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="496.18" OriginalAmount="481.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.433716" Longitude="-3.717507" StarRating="4" HotelCode="262270|189435|Bed &amp; Breakfast" HotelName="Exe Moncloa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arcipreste de Hita 10, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/5f/035fdd6c71601177691e62d83918b04acf775275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="500.86" OriginalAmount="486.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42706372" Longitude="-3.69853998" StarRating="4" HotelCode="317694|425740|Bed &amp; Breakfast" HotelName="Hotel Eurostars Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mejía Lequerica 10, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/1e/ff1ebcd98abbd7fb834a5d4bb0b6764aaef7410e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="500.86" OriginalAmount="486.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.412945" Longitude="-3.703948" StarRating="4" HotelCode="262269|217585|Bed &amp; Breakfast" HotelName="Eurostars Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Doctor Cortezo 10, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/03/fa039541fe11699e51c6dcdcbc87d60c76eb1c0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="502.94" OriginalAmount="488.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436458659446" Longitude="-3.6884585022926" StarRating="4" HotelCode="29177|13804|Bed &amp; Breakfast" HotelName="Barceló Emperatriz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 4, (Junto al Paseo de la Castellana), 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/zz/61ad4cbe72acb336d78395fab62cbd03de8ac578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel lies in the commercial district of Madrid, close to Castellana Street....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="504.99" OriginalAmount="490.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435405238061" Longitude="-3.6854785680771" StarRating="4" HotelCode="7856|2104|Bed &amp; Breakfast" HotelName="Meliá Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Claudio Coello 139, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/5c/f15cc8f0a588e970b84ad6dc738c68442895d0bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of the Salamanca district of the city, this hotel is situated close to the main s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="506.23" OriginalAmount="491.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420103" Longitude="-3.697043" StarRating="4" HotelCode="39199|38479|Bed &amp; Breakfast" HotelName="Lusso Infantas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Infantas 29, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/75/7a75751b9f2f4475472558df775deaa920cb007e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located directly in the historic centre of Madrid close to the Castellana, Paseo ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="517.97" OriginalAmount="502.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445616985322" Longitude="-3.5431729291547" StarRating="3" HotelCode="263672|198277|Bed &amp; Breakfast" HotelName="Hotel TRYP Madrid Airport Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="apartment" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 4-17, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/14/fd1461437e2c217ac5364ff5b3d036150ec49859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="522.20" OriginalAmount="506.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422426934853" Longitude="-3.7088960588608" StarRating="4" HotelCode="67168|84037|Bed &amp; Breakfast" HotelName="Vincci Via 66" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 66, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/b0/44b0016b28107ff69752e3cecb3b19f0f66d399d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the capital, between Plaza España and the Puerta Del Sol....</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="523.44" OriginalAmount="508.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417880500328" Longitude="-3.6998552083969" StarRating="3" HotelCode="16557|17838|Bed &amp; Breakfast" HotelName="Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá, 19, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/36/f736f42f33eedbb8a874590cd9140c2ae98f6b7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid, only a few metres from Puerta del Sol Square. From th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="533.77" OriginalAmount="518.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422328985989" Longitude="-3.6891934275627" StarRating="4" HotelCode="79885|145406|Bed &amp; Breakfast" HotelName="VP Jardín de Recoletos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gil de Santivañes 6, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/e1/c5e122c35bc855257197da1e948cedf857d1da9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A very short walk from this hotel in the heart of the Salamanca district, guests can visit famous la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="538.43" OriginalAmount="522.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421227738788" Longitude="-3.7099462664334" StarRating="4" HotelCode="12267|1225|Bed &amp; Breakfast" HotelName="Eurostars Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/17/e717eed1e070214cfed93dad384e1ecca2b863e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid just a few minutes walk from the royal palace and Plaza...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="541.80" OriginalAmount="526.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411703" Longitude="-3.697576" StarRating="4" HotelCode="326453|2106|Bed &amp; Breakfast" HotelName="TRYP Madrid Atocha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 83, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ea/42eaba93723fa557afc187179877477f76eece74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid and just a few paces from the Museo del Prado...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="543.01" OriginalAmount="527.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423778289617" Longitude="-3.7115444391479" StarRating="5" HotelCode="468809|484301|Bed &amp; Breakfast" HotelName="Barceló Torre de Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 18, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/bc/08bcf8075b2f441905a85bac896824353ce56ebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="543.45" OriginalAmount="527.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415152" Longitude="-3.699136" StarRating="4" HotelCode="82258|186998|Bed &amp; Breakfast" HotelName="Suite Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuel Fernández y González 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6c/be6c376bdafdec47d0e25ac18969f28447149706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="544.94" OriginalAmount="529.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420392190081" Longitude="-3.7041601538658" StarRating="4" HotelCode="19165|851|Bed &amp; Breakfast" HotelName="TRYP Madrid Cibeles Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mesonero Romanos 13, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/63/6163cb5f8ae511ce3048c2b0d8c4b1a90e2951b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated directly on the lively Gran Via, opposite Plaza España...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="554.09" OriginalAmount="537.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418344677281" Longitude="-3.701401196567" StarRating="4" HotelCode="38254|28858|Bed &amp; Breakfast" HotelName="Eurostars Casa de la Lírica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aduana 19, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ff/36ff6f6d5d23480fbece69596fca6e1609f90ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies at the heart of Madrid’s historical district some 13 km from the city airport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="554.87" OriginalAmount="538.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422234036303" Longitude="-3.6811146140099" StarRating="4" HotelCode="36937|6957|Bed &amp; Breakfast" HotelName="H10 Puerta de Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 66, Barrio de Salamanca, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f4/25f457f49502f5ae2f9b2c4022950b98022a9886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the business district of Madrid near the Retiro Park. It is just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="557.43" OriginalAmount="541.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="7855|2102|Bed &amp; Breakfast" HotelName="Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa134052e9356d64e41b1cc45d847b1c25f144.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a few metres from the Paseo de la Castellana and 15 minutes from the airport, the M-40 motor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="560.21" OriginalAmount="543.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4203" Longitude="-3.706591" StarRating="4" HotelCode="29314|1224|Bed &amp; Breakfast" HotelName="Vincci Capitol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/30/44309233c4952e99c29ee9c3194336daf5aa3c18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the city centre of Madrid, close to Puerta del Sol, Plaza Mayo...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="567.93" OriginalAmount="551.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414831632224" Longitude="-3.6983531713486" StarRating="4" HotelCode="39303|47594|Bed &amp; Breakfast" HotelName="Vincci Soho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Prado 18, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/a0/d0a03b7d43b169990c053616c9fcbc618bf56b0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the historic centre of Madrid between Puerta del Sol and Plaza de Cibe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="569.70" OriginalAmount="553.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417608" Longitude="-3.698623" StarRating="4" HotelCode="24549|4668|Bed &amp; Breakfast" HotelName="Vincci Centrum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cedaceros 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b7/e2b74e72537373ff0735a29728f52030b369e1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few paces from the Museo del Prado, various shopping and entertainment ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.78" OriginalAmount="558.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415170064639" Longitude="-3.6967662279098" StarRating="4" HotelCode="446069|554021|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Madrid-Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Agustín 3, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a41bc027649685b/64/649ac71a42fe1a62/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="581.04" OriginalAmount="564.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415528003422" Longitude="-3.6970093846321" StarRating="5" HotelCode="19090|551|Bed &amp; Breakfast" HotelName="Hotel Villa Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/93/639309e2c4b42afeb04c871eb3cc3bcc31c6b439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, on the Plaza de las Cortes, near the Prado. It is part...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="584.82" OriginalAmount="567.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427048" Longitude="-3.71435" StarRating="5" HotelCode="7857|2103|Bed &amp; Breakfast" HotelName="Meliá Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 27, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c4/9fc4050c1c564be7d1622bc0991b41f2ab36d8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated deluxe hotel is in a superb area of Madrid near to the Plaza de España, the Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="585.20" OriginalAmount="568.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420677362387" Longitude="-3.6892905735065" StarRating="5" HotelCode="73748|86624|Bed &amp; Breakfast" HotelName="Hotel Hospes Puerta Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Independencia 3, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ff/bdfff51ad978e7775d543ba6e4897a28f3d515b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Independence Square, right in the centre of Madrid. It offers wonderful vie...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="588.96" OriginalAmount="571.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.462482724416" Longitude="-3.6146306991577" StarRating="4" HotelCode="30999|128182|Bed &amp; Breakfast" HotelName="Novotel Madrid Campo de las Naciones" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amsterdam 3, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/69/21695c127f32d34acee3c1cc8a4d43374fe3d906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right next to the IFEMA, the Parque Juan Carlos I and the Palacio de Congresos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="599.70" OriginalAmount="582.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41320061" Longitude="-3.70107705" StarRating="4" HotelCode="768799|804413|Bed &amp; Breakfast" HotelName="CoolRooms Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Babysitting,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 34, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/53/2f53b76f04e7d9cf0ff7dc74c0cc56e0fe166d17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A buffet breakfast is served every morning at the property. There is an in-house restaurant, which s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="600.11" OriginalAmount="582.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419564681616" Longitude="-3.6985845569617" StarRating="4" HotelCode="426246|452302|Bed &amp; Breakfast" HotelName="Vincci The Mint" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 10, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/536852/a_536852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys are accessible by lift. Amenities include a baggage storage service and a safe. Wireles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="606.79" OriginalAmount="589.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436424" Longitude="-3.685707" StarRating="4" HotelCode="31099|4398|Bed &amp; Breakfast" HotelName="Partner Barrio de Salamanca Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General Oraa, 17, Barrio de Salamanca, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/51/06510c46d3e9245ed84bfa819e5a73da0dfb1cea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, luxury hotel is fabulously located in the financial, diplomatic, shopping and cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="616.30" OriginalAmount="598.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42395331953" Longitude="-3.6852157115936" StarRating="4" HotelCode="38281|29508|Bed &amp; Breakfast" HotelName="ICON Wipton by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jorge Juan 17, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7e/937ed6ba3d1618f4e9004ff9d1313c90e5d00504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the exclusive and luxurious commercial district of Serrano, at the heart o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="617.30" OriginalAmount="599.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41477352" Longitude="-3.70705099" StarRating="4" HotelCode="859892|652195|Bed &amp; Breakfast" HotelName="Pestana Plaza Mayor Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Dining,Heated Pool,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 8, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c2/eac26af2928fc2880fbb05671f6b40203243cd04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Pestana Plaza Mayor Madrid is a unique and unparalleled luxury hotel, paying tribute to the work...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="629.22" OriginalAmount="610.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.476633879166" Longitude="-3.687612271164" StarRating="5" HotelCode="87684|98710|Bed &amp; Breakfast" HotelName="Eurostars Madrid Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 259-B, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b8/87b859861ab734822669fbe78e040b5a5171185b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="637.04" OriginalAmount="618.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="842312|642642|Bed &amp; Breakfast" HotelName="The Level at Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/28/5528fa7468deda4e5c20a6dbada4fe8bc997842e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoy an exclusive experience in a unique environment with a personalised service at The Level at Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="659.04" OriginalAmount="639.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416405" Longitude="-3.698651" StarRating="5" HotelCode="36857|22622|Bed &amp; Breakfast" HotelName="Hotel Urban" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrera de San Jerónimo 34, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6e/fc6e52983eb1d49c7508b97374854a539d6ab087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully situated at the heart of Madrid, surrounded by cultural venues, countless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="659.08" OriginalAmount="639.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42268" Longitude="-3.71179" StarRating="5" HotelCode="621058|615082|Bed &amp; Breakfast" HotelName="VP Plaza España Design" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f6/2df68d2d2723fe58388566cfabc32a2b34351afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="660.82" OriginalAmount="641.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429881295932" Longitude="-3.7146434352007" StarRating="4" HotelCode="320635|852|Bed &amp; Breakfast" HotelName="Courtyard Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 40, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/67/3c678b6ac4bf6048f26953f71db8ee691c7a0868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to Plaza de España and the Palacio Real (Royal Palace). A wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="667.26" OriginalAmount="647.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426191753964" Longitude="-3.6889965387927" StarRating="4" HotelCode="37045|22906|Bed &amp; Breakfast" HotelName="NH Collection Madrid Colón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Zurgena 4, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/a6/90a6d7fa0eed4437bc6380551a9d3e126c17ad31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's central district of Salamanca, close to the Plaza de Colón and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="691.12" OriginalAmount="670.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.403869022356" Longitude="-3.6901023040485" StarRating="4" HotelCode="162011|134664|Bed &amp; Breakfast" HotelName="AC Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Delicias 42, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/66/cd663d6e5542a689b998a15bdc2e54b0b21277aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in the heart of Madrid, close to the Paseo del Prado. The Reina Sofia, Thyssen-Born...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="693.08" OriginalAmount="672.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438792" Longitude="-3.691606" StarRating="5" HotelCode="25011|4572|Bed &amp; Breakfast" HotelName="Hesperia Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 57, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ef/50efeb3205649618326e0e1c4721e999af50f16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located directly in the commercial and shopping district of Madrid clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="753.57" OriginalAmount="731.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4222206" Longitude="-3.6957049" StarRating="4" HotelCode="267129|229742|Bed &amp; Breakfast" HotelName="Only YOU Boutique Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Barquillo 21, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5a/e15abfa1dd93cbb115ebab435640ae93dbcc4521.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="754.63" OriginalAmount="732.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42007916" Longitude="-3.70369994" StarRating="4" HotelCode="586826|652224|Bed &amp; Breakfast" HotelName="Hyatt Centric Gran Via Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 31, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/03/4903263531df3350afbec4726260e1b1fbc278e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar, room service, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="759.00" OriginalAmount="736.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426418" Longitude="-3.68939" StarRating="5" HotelCode="18759|572|Bed &amp; Breakfast" HotelName="Gran Meliá Fénix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c8/33c88264b3aa322b45d50c777817d6eb0d79f5b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located directly on the Paseo de la Castellana and the Plaza de Colon, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="760.35" OriginalAmount="738.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419239162882" Longitude="-3.6971620779099" StarRating="5" HotelCode="314388|407811|Bed &amp; Breakfast" HotelName="The Principal Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marqués de Valdeiglesias 1, Corner Of Gran Via 2, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f9/cff9cde7f22691b0bcf6b9059c020c72143ac2e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the upscale area of Gran Vía street, near Alcalá street and a few steps away from Cibeles Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="764.60" OriginalAmount="742.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422228458184" Longitude="-3.6841141553061" StarRating="5" HotelCode="45653|3197|Bed &amp; Breakfast" HotelName="Wellington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Velazquez 8, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/56/8f5677082d436f19353cc101132fee214c0a12d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the sophisticated district of Salamanca, only a mile and a half from Puerto del Sol and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="867.66" OriginalAmount="842.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7097096443176" StarRating="5" HotelCode="18757|933|Bed &amp; Breakfast" HotelName="Gran Meliá Palacio de los Duques" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta de Santo Domingo 5 y 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/0c/2e0c3dcca68adb76c06db86bc29921794f90a597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This opulent luxury hotel is centrally located in Madrid's exquisite historical centre. It is just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="968.86" OriginalAmount="940.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422238811889" Longitude="-3.7115634763669" StarRating="3" HotelCode="47226|3153|Bed &amp; Breakfast" HotelName="Hotel Cason del Tormes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rio 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/13/a71344eea2dba7bc14eff5875df2804d4c9d3b5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the tourist centre of Madrid within walking distance of many of the to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1114.47" OriginalAmount="1082.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428177641302" Longitude="-3.6836543132936" StarRating="5" HotelCode="30319|785006|Bed &amp; Breakfast" HotelName="Bless Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Velázquez 62, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4b/c04bd26f6d25c01761ef6a8281d6036594b1d85e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is wonderfully located in the centre of Madrid. The nearest public transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1520.19" OriginalAmount="1475.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428337088684" Longitude="-3.6971086263657" StarRating="4" HotelCode="12942|3879|Bed &amp; Breakfast" HotelName="Gran Versalles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Covarrubias 4, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/14/ab149ac9ce1232acada9274c17ef2c5c1e619c2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is located at the heart of Madrid close to the Palacio de Justicia. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1875.64" OriginalAmount="1821.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415619899377" Longitude="-3.6925810575485" StarRating="5" HotelCode="16764|357|Bed &amp; Breakfast" HotelName="Ritz Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Lealtad 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/67/e16792da161a57b3b398fecf04a1a764d492c161.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious modern hotel is situated in the heart of Madrid, within walking distance of numerous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1993.38" OriginalAmount="1935.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430051" Longitude="-3.688378" StarRating="5" HotelCode="19192|4339|Bed &amp; Breakfast" HotelName="Villa Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 22, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/af/afc8a02c5397ab28/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its large boulevards, splendid plazas, palaces and renowned international museums, Madrid is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2658.20" OriginalAmount="2580.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421265205855" Longitude="-3.6997545956356" StarRating="2" HotelCode="568140|635139|Bed &amp; Breakfast" HotelName="Motion Chueca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Pedro Zerolo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/zz/0badb0d5060c3cd40f4a45ba0568b1ed2b36a05c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="15984.60" OriginalAmount="15519.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422623" Longitude="-3.709983" StarRating="3" HotelCode="29182|4337|Bed &amp; Breakfast" HotelName="Espahotel Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via, 65, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/09/c609d0139980f74c35d38797b7e2f59306150c8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing apartment hotel is located in the tourist resort of Madrid only a few minutes walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="16478.20" OriginalAmount="15998.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.48304" Longitude="-3.670911" StarRating="4" HotelCode="36943|19663|Bed &amp; Breakfast" HotelName="Hotel Mirador de Chamartin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arte 14, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8b/8b03519feda46d0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by a pine wood in Madrid's district of Charmantin, only around 5 minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Central Heating,Currency Exchange,Designated Smoking Area,Heated Pool,Jacuzzi,Massage Centre,Nightclub,Sauna,Shopping Arcade,Wheelchair Access,Kitchen,Spa,Golf,Bicycle Rental,Diet Meals,24 Hour Security,Business Centre,Dining,Meeting Room,Parking,Garden,Airport Transfer (on Demand),Swimming Pool,Printer,ATM/Cash Machine,Babysitting,Banquet Hall,Smoking Rooms</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,SPA HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,HOTEL DE CHARME,HOTEL,GUEST HOUSES,ECO HOTEL,HOSTEL,VILLAGE,APARTMENT,GUESTHOUSE</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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="37e35fb8-1349-45cd-83e3-a595ddacad89">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26992" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-12T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="2026-04-14T13:03:29.9015101+01:00" Version="0" EchoToken="Search" TransactionIdentifier="37e35fb8-1349-45cd-83e3-a595ddacad89" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="55.74" OriginalAmount="54.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414246057213" Longitude="-3.7070420472214" StarRating="2" HotelCode="322527|363303|Bed &amp; Breakfast" HotelName="The Hat Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bicycle Rental,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/48/2d484c8437c8e923e3c2f655960b6904fcf3e23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hostel is situated in Arganzuela. A total of 42 guests rooms are available for guests' con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="70.99" OriginalAmount="68.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.45442345" Longitude="-3.70145194" StarRating="2" HotelCode="613406|655182|Bed &amp; Breakfast" HotelName="Far Home Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Mercedes 13, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/bd/38bdf8c4782f7ae4b36166d422de98c8effc66c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.40" OriginalAmount="81.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417256121247" Longitude="-3.705843357271" StarRating="2" HotelCode="320880|367292|Bed &amp; Breakfast" HotelName="TOC Hostel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Celenque 3-5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/5b/805b337c8f7f0e96aa50724c10899b45abc3b560.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming urban establishment is located in the cultural centre of Madrid, within 250 metres fro...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.10" OriginalAmount="120.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.332263315584" Longitude="-3.7027604429916" StarRating="3" HotelCode="284796|194682|Bed &amp; Breakfast" HotelName="Vértice Roomspace Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Laguna Dalga 4, 28021 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/40/0e409cca12e63d234a55293cff0f3fe1d6a97d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.02" OriginalAmount="137.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.466844" Longitude="-3.6743750000001" StarRating="3" HotelCode="76620|362857|Bed &amp; Breakfast" HotelName="La Posada De El Chaflan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Pío XII 34, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/59/b459fd531a25080baa9223cf25226392ffa2e4dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.23" OriginalAmount="143.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.360178765032" Longitude="-3.6650237977831" StarRating="4" HotelCode="53748|170478|Bed &amp; Breakfast" HotelName="Hotel Mercader" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Eje 2-7, Poligono Alimentario Mercamadrid, Villa de Vallecas, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/19/2d19ebc36d6df4cc1b9589935d75ddaefb013dea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Mercamadrid, the largest food market in Europe, close to the M 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="151.81" OriginalAmount="147.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372309" Longitude="-3.640692" StarRating="1" HotelCode="212866|228458|Bed &amp; Breakfast" HotelName="ibis budget Madrid Vallecas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Casas de Miravete 17, Poligono Industrial Vallecas, 28031 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/87/e987f097d6a6e128268bb43ee086c3983696a4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.63" OriginalAmount="151.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439255" Longitude="-3.626964" StarRating="4" HotelCode="212865|228456|Bed &amp; Breakfast" HotelName="ibis budget Madrid Calle Alcala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rufino Gonzalez 19, Metro Suanzes, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/dd/4edd02c9b36247c025ce76dcde056ab81db020e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.89" OriginalAmount="153.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39610371288" Longitude="-3.670543266201" StarRating="1" HotelCode="445332|886661|Bed &amp; Breakfast" HotelName="ibis budget Madrid Calle 30" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lozano 3, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/46/b1462cc0ae3c8323509815450098eb3b4699efc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.07" OriginalAmount="154.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.391911115278" Longitude="-3.6958940308176" StarRating="3" HotelCode="113314|147191|Bed &amp; Breakfast" HotelName="Gran Legazpi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Chopera 71, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/9e/8e9ee3a6503e89c20eb6c1f33441e23bfb77b27d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to Madrid’s shopping, cultural and financial centre, next to the em...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.57" OriginalAmount="168.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447343320741" Longitude="-3.5428972681056" StarRating="3" HotelCode="395302|94895|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Madrid Airport T1 T2 T3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 2, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5f/1b5f242c6c21d11412b7cbf31f2c0bb27d8763ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the A2 motorway, with easy access to all the major ring roads. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.43" OriginalAmount="181.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.354234" Longitude="-3.830659" StarRating="3" HotelCode="61848|30347|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid - Alcorcon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Argentina S/n, Alcorcon, 28922 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/4d/6a4dc28b0d83aabd5a72e8f99441249d9f4f6409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcorcón in a convenient setting south west of Madrid and is very well conn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.82" OriginalAmount="201.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439351801307" Longitude="-3.6261788049536" StarRating="2" HotelCode="113307|228455|Bed &amp; Breakfast" HotelName="ibis Madrid Calle Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Valentin Beato 20, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/50/d150e243d5c7b3fc9a70dbbe10a2d090b449ab68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 9 km from the famous Puerta del Sol Square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.48" OriginalAmount="205.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436916985145" Longitude="-3.6311347901783" StarRating="1" HotelCode="263671|191203|Bed &amp; Breakfast" HotelName="Travelodge Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Santa Leonor 34, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bc/a6bc5374b8b0e2d4ac41e7281121269e97a1d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.37" OriginalAmount="210.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419223" Longitude="-3.704238" StarRating="3" HotelCode="38610|72503|Bed &amp; Breakfast" HotelName="II Castillas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Abada 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/23/ad231204dd668a04aeb10cf1cf6c09469d00b8b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the commercial and architectural centre of Madrid, approximately 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.42" OriginalAmount="213.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.558445702613" Longitude="-3.6137562990189" StarRating="3" HotelCode="37293|22902|Bed &amp; Breakfast" HotelName="NH San Sebastián de los Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Europa 11, 28700 San Sebastian de los Reyes, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/0c/bd0c22dd92fd85eb85c83cc95d49b302412b575b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the San Sebastián de los Reyes business park, 15 km from Madrid. The Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.89" OriginalAmount="218.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372858" Longitude="-3.743114" StarRating="3" HotelCode="31353|6976|Bed &amp; Breakfast" HotelName="Hotel Eco Via Lusitana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Secoya 2, 028044 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/56/8e563d9f0a5cc8271402454b475ab0a83f978b02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is just 5 km from Madrid's lively, pulsing centre. The crowd pleasing Warner Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.80" OriginalAmount="222.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.468981044467" Longitude="-3.6738793551922" StarRating="4" HotelCode="29336|4706|Bed &amp; Breakfast" HotelName="Hotel ILUNION Pío XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Pío XII 77, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/dd/e1dd8b2288d5d39323f36364e440664c2b6a724d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid. The hotel'...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.37" OriginalAmount="222.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445696913643" Longitude="-3.6729368196434" StarRating="3" HotelCode="311317|226143|Bed &amp; Breakfast" HotelName="Aparthotel AHM Marcenado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Bar,Currency Exchange,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Marcenado 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/b9/3db91cdbdfa194c9b4c09b220cbe2fe427294399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a cloakroom, a sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.74" OriginalAmount="224.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3053105077" Longitude="-3.7748256325722" StarRating="3" HotelCode="161637|130229|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid-Leganés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Recomba 11, Parque Industrial La Laguna Leganes, 28914 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/46/db4655647aadba033d44dbe7586ee9f83a8387f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the south of Madrid, close to the Parque Warner theme park, in the La Lagun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.92" OriginalAmount="224.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.443887381631" Longitude="-3.6726863453977" StarRating="3" HotelCode="32147|14453|Bed &amp; Breakfast" HotelName="Sercotel Togumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Canillas 59, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/53/29530c41eb10bdd6bfa35034c22427f2f324e426.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is in a privileged location, just 10 minutes from Madrid Airport, Chamartín t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.66" OriginalAmount="230.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436533" Longitude="-3.621056" StarRating="4" HotelCode="32665|8266|Bed &amp; Breakfast" HotelName="Hotel ILUNION Alcalá Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Romualdo 30, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/6f/a86ffc6c225f214fd83e0a50a11fdb851d060de8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north west of Madrid in the Julian Camarillo and near Alcala Street. Th...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.04" OriginalAmount="234.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435541702625" Longitude="-3.6638304024467" StarRating="4" HotelCode="32777|4463|Bed &amp; Breakfast" HotelName="NH Madrid Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Biarritz 2, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5e/965e4e662c787c61283699c7c167e3f2613bb676.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located near the Las Vegas bullfighting ring. It is also conveniently si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.13" OriginalAmount="236.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416024506087" Longitude="-3.7017413220092" StarRating="2" HotelCode="113300|197090|Bed &amp; Breakfast" HotelName="Hostal Matheu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Victoria 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/ac/c9aca30ad043461a7fa92c84e19451b6a037b70c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.38" OriginalAmount="236.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421909" Longitude="-3.706562" StarRating="3" HotelCode="14197|137377|Bed &amp; Breakfast" HotelName="Hotel Los Condes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Los Libreros 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d7/cad76a6733aa1001dd82346816e32475f7007580.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent situation in the very heart of the centre of Madrid, only some 20 m f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.93" OriginalAmount="236.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423175055175" Longitude="-3.7057760947046" StarRating="2" HotelCode="143541|213036|Bed &amp; Breakfast" HotelName="Hotel Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pizarro 16, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f8/cdf8a045a1d1bbb25e849c5fdc1fb70211724dc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="245.32" OriginalAmount="238.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418727950848" Longitude="-3.7039522826672" StarRating="4" HotelCode="62490|74903|Bed &amp; Breakfast" HotelName="Liabeny" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Salud 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/14485c18b6af3b3f25a8aab1d0792e173708a216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right in the centre of Madrid between Gran Vía, Plaza del Callao and Puerta del Sol....</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.04" OriginalAmount="238.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419308953948" Longitude="-3.7030295631599" StarRating="3" HotelCode="61928|73799|Bed &amp; Breakfast" HotelName="Anaco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tres Cruces, 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/08/8d0803cc45a98fef2f1e4f504350d3b7e89dc93a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Plaza del Carmen, right in the heart of Madrid. From here guests can rea...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.98" OriginalAmount="239.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.444416641378" Longitude="-3.6554197643918" StarRating="3" HotelCode="38298|26620|Bed &amp; Breakfast" HotelName="Travelodge Madrid Torrelaguna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Torrelaguna 69, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/e8/c3e89468aee6bd8bccb48bbcdb808ce96f9f8984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the region's main business district. There is a link to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="249.35" OriginalAmount="242.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449151358313" Longitude="-3.576779682209" StarRating="4" HotelCode="130495|113657|Bed &amp; Breakfast" HotelName="Hotel Nuevo Boston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 332, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/0e/380e91ecc5ea182c89842fb191518f2af6af4544.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barajas Airport Business Centre. The airport itself is just 1 km away. The p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="250.30" OriginalAmount="243.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431114825251" Longitude="-3.6874164640903" StarRating="4" HotelCode="30878|4482|Bed &amp; Breakfast" HotelName="Serrano by Silken" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marques De Villamejor 8, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f5/6ef50ebb44f99e9baed1046343cf3a861ba229cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel lies in the Salamanca district, a very exclusive area of Madrid, between the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="251.11" OriginalAmount="243.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419734667353" Longitude="-3.7043049931526" StarRating="3" HotelCode="30558|3020|Bed &amp; Breakfast" HotelName="Hotel Regente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesonero Romanos 9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c8/20c8b4c5898d063ffdc49d96e0439b20ca46b54f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Madrid, only a stone's throw from the Gran Via. It is close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.37" OriginalAmount="245.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447388917667" Longitude="-3.5803155423279" StarRating="3" HotelCode="899437|112877|Bed &amp; Breakfast" HotelName="Aparthotel Compostela Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Village,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zambrana 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/13/b51372a290f98835fe8bfecb9fdaa0740d69a789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel provides easy access to the M21, M22, M40 and A2 motorways, as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="257.78" OriginalAmount="250.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427936905493" Longitude="-3.5606646537781" StarRating="3" HotelCode="37048|22904|Bed &amp; Breakfast" HotelName="NH Villa de Coslada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Constitución, 75, 28820 Coslada, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/zz/6fad466b171dc860fcfc0f6ee9973e1a588af07e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the new residential area of Coslada between the industrial park and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.97" OriginalAmount="252.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447616636597" Longitude="-3.655298659824" StarRating="4" HotelCode="98191|103640|Bed &amp; Breakfast" HotelName="Hotel ILUNION Atrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Emilio Vargas 3 y 5, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/40/50409639c3b56138a0a2c349b058c209961180f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in one of the best residential zones in Madrid, the hotel has direct access to the M-30. The...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.22" OriginalAmount="252.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44774" Longitude="-3.669104" StarRating="4" HotelCode="24896|4690|Bed &amp; Breakfast" HotelName="Hotel ILUNION Suites Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 143, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/e2/e5e2f2aa0e092b549d3d207dafbca543804c35c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid, close to a...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="264.52" OriginalAmount="256.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458602522733" Longitude="-3.6952221607479" StarRating="3" HotelCode="59808|76270|Bed &amp; Breakfast" HotelName="Senator Castellana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Julián Besteiro, 37, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/89/e38984ac12005f87d5c63a7f24821d54a662e08a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, in the best commercial and business area, next to Plaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.28" OriginalAmount="257.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420381706802" Longitude="-3.6992629818972" StarRating="3" HotelCode="36944|22437|Bed &amp; Breakfast" HotelName="San Lorenzo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Clavel 8, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/02/da02c6fe4c3da64e250b22e40740f87761406f96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the city close to the Gran Via, one of the largest shopping d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.30" OriginalAmount="258.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418823798651" Longitude="-3.7093595509261" StarRating="2" HotelCode="57790|60059|Bed &amp; Breakfast" HotelName="Room Mate Mario" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Campomanes 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/90/f790cf488911b287a108eedcd8f8bf96d5c95b6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city centre of Madrid. Access to public transport, as well...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.40" OriginalAmount="259.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.498234570408" Longitude="-3.6646270751953" StarRating="4" HotelCode="88640|111753|Bed &amp; Breakfast" HotelName="NH Madrid Las Tablas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Burgos 131, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cc/4dcc3e8734580697e808a0f17613c8ae3453f345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the north of Madrid, next to the Las Tablas and Sanchinar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.27" OriginalAmount="260.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41973075282" Longitude="-3.704108603769" StarRating="3" HotelCode="29799|5271|Bed &amp; Breakfast" HotelName="Avenida Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesoneros Romanos 14, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/51/e551f8a8c48abf81eb5fa3da3a333cac8ed12f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This straightforward hotel enjoys a splendid location. Madrid's countless shops and cultural venues ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.01" OriginalAmount="263.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436054" Longitude="-3.679347" StarRating="4" HotelCode="178195|161481|Bed &amp; Breakfast" HotelName="Dormirdcine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Príncipe de Vergara, 87, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/76/937640995f31c98b1e25e91ef851d579929d8053.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the central Salamanca district (2.5 km from the centre), very close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="272.51" OriginalAmount="264.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470975" Longitude="-3.579981" StarRating="4" HotelCode="37965|26196|Bed &amp; Breakfast" HotelName="Clement Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General, 43, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2b/f82bae27e6574dfaf6d898fe684572ce1cd0f73b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from a park and about 12 km from the city centre. Links to the publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="273.96" OriginalAmount="265.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441348026217" Longitude="-3.6575652675285" StarRating="4" HotelCode="15313|16899|Bed &amp; Breakfast" HotelName="Novotel Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Esquina Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c7/dac74f5e23727e9db32105d1b08f726847820c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of one of the major residential and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.44" OriginalAmount="266.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423884561043" Longitude="-3.7058645731178" StarRating="3" HotelCode="113294|107317|Bed &amp; Breakfast" HotelName="Hotel Abalu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pez 19, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bd/42bd200aae0f7e454f2c00692011c3f77884793c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are set in the heart of Madrid, just a short walk away from Plaza España. Noviciado m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="277.73" OriginalAmount="269.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.408201" Longitude="-3.70079217" StarRating="1" HotelCode="709734|887933|Bed &amp; Breakfast" HotelName="Ibis Budget Madrid Centro Lavapies" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Valencia 8-10, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5b/005bea14b55dec053d36491bd4f3756bb265bb70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.07" OriginalAmount="269.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.440662401072" Longitude="-3.670056679436" StarRating="5" HotelCode="56983|39121|Bed &amp; Breakfast" HotelName="Hotel Puerta América" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de América 41, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/9c/659cc0864b7dee0c0f21cd44877ce6ed63576fc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Avd. de América, just 5 min away from the exclusive quarter of Salamanca (b...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.10" OriginalAmount="270.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.473089486686" Longitude="-3.5853624343872" StarRating="4" HotelCode="113312|185314|Bed &amp; Breakfast" HotelName="täCH Madrid Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Timon 35, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185314/185314a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.92" OriginalAmount="270.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416260512445" Longitude="-3.7013848513596" StarRating="3" HotelCode="147256|197995|Bed &amp; Breakfast" HotelName="El Pasaje" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pozo 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a9/4fa9fec501552ad81a0bd8f584f960e2393a3f41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.05" OriginalAmount="270.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428560097144" Longitude="-3.6943137198631" StarRating="2" HotelCode="100840|183409|Bed &amp; Breakfast" HotelName="BlueSense Almagro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Almagro 10, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/2d/252d513a34b67aedcdb07329e52d976cdeb26f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.19" OriginalAmount="271.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420715844095" Longitude="-3.7069496512413" StarRating="3" HotelCode="18768|129985|Bed &amp; Breakfast" HotelName="Room Mate Macarena - Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 43, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a3/4aa3380932ad4f1d430728f8197c9a0f3059f505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, near to the Gran Via, between the Plaza de Espana and ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.34" OriginalAmount="271.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458646083947" Longitude="-3.5823985934257" StarRating="4" HotelCode="29260|3204|Bed &amp; Breakfast" HotelName="Senator Barajas Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 27, Next to Adolfo Suárez Madrid-Barajas Airport and IFEMA, Barajas, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d720dcddfec7543958d5cf370fccf4afb4be9dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located approximately 1 km from Madrid Barajas Airport. It offers an exclusive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="280.57" OriginalAmount="272.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4283894" Longitude="-3.6711832999999" StarRating="3" HotelCode="300883|365806|Bed &amp; Breakfast" HotelName="Neo Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Don Ramón de la Cruz 94, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/64/6e64e957b87a6e7cb45d9a46531a20ac570a5bd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Madrid, 200 m away from the nearest metro station (Manuel Becerra).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="281.42" OriginalAmount="273.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.434891818409" Longitude="-3.6850864245062" StarRating="2" HotelCode="101132|183349|Bed &amp; Breakfast" HotelName="BlueSense Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diego de León 10, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/85/408532fb654c6aaa3f0c04126c73adf422604168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="284.61" OriginalAmount="276.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431877" Longitude="-3.673618" StarRating="4" HotelCode="19506|4928|Bed &amp; Breakfast" HotelName="Zenit Abeba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alcántara 63, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/69/cd691bd277fd3803689fd80761c97017200ca7ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Madrid's leisure area just a few metres from the city centre and its l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.33" OriginalAmount="277.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406225" Longitude="-3.71221" StarRating="3" HotelCode="16252|1237|Bed &amp; Breakfast" HotelName="Puerta de Toledo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Glorieta Puerta de Toledo 4, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/69/1769a5b322545c05546b4496955491621e7af9ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally located in the historical centre of Madrid, near the Real Palace an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.63" OriginalAmount="279.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.394154" Longitude="-3.707749" StarRating="4" HotelCode="30654|3517|Bed &amp; Breakfast" HotelName="Hotel Praga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Lopez 65, 28019 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/56/aa560c0be87d61d8a18b9bd43d912d34fdc1e92c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located close to the M-30 ring road, and the centre of Madrid is arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.39" OriginalAmount="287.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.488138" Longitude="-3.668268" StarRating="4" HotelCode="409988|91856|Bed &amp; Breakfast" HotelName="Occidental Castellana Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Manoteras 20, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/ea/7dea448b3404868641d054e28bd98ea3381b03a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in a development area on Castellana Avenue. It is just 10 minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.80" OriginalAmount="291.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39884" Longitude="-3.670116" StarRating="3" HotelCode="37050|22939|Bed &amp; Breakfast" HotelName="NH Madrid Sur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Ciudad de Barcelona, 113, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/d8/6fd87d1122b42e0428ea7b25d5c311a64851082a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, within paces of the bus station and the southern junct...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="300.16" OriginalAmount="291.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447490084209" Longitude="-3.5830351878357" StarRating="4" HotelCode="900431|123223|Bed &amp; Breakfast" HotelName="Axor Feria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/50/bf5078ad42c0a5d4469a0ba7e0bf4fa66ec4d204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a residential and business area, 10 minutes from IFEMA exhibition centre, Co...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="303.41" OriginalAmount="294.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41634376863" Longitude="-3.7017134257603" StarRating="3" HotelCode="69539|85237|Bed &amp; Breakfast" HotelName="Victoria IV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle De La Victoria 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/314c0a5aa5fa454eafa34ddd44467b4f.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Puerta del Sol, close to museums of world fame such as the Prado Museum...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="306.85" OriginalAmount="297.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447922736474" Longitude="-3.5829699039459" StarRating="4" HotelCode="900430|123224|Bed &amp; Breakfast" HotelName="Axor Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5e/565e92719307b138ac28fcc93c91c1ceadbb17a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located 5 minutes from IFEMA Exhibition Centre, the Congress Palace and J...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.27" OriginalAmount="300.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430608432797" Longitude="-3.6642296922241" StarRating="2" HotelCode="207386|228454|Bed &amp; Breakfast" HotelName="Hotel ibis Madrid Centro las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julio Camba 1, Esquina Alcala, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/9b/2c9b3c69b9150d1721cad4c81dd89453055810a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.39" OriginalAmount="300.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423064" Longitude="-3.707663" StarRating="3" HotelCode="23027|1231|Bed &amp; Breakfast" HotelName="Sterling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 29-31, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b6/0db6cec23ff9f4ca53af13a0bbfc531784189c6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Madrid, close to the Gran Via and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.53" OriginalAmount="300.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406248" Longitude="-3.669354" StarRating="4" HotelCode="82895|191721|Bed &amp; Breakfast" HotelName="Claridge Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde de Casal 6, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/9b/d59b2e5b07ad150abf35d67f8a752929d7b1575e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.67" OriginalAmount="301.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432045" Longitude="-3.69935" StarRating="4" HotelCode="161633|132446|Bed &amp; Breakfast" HotelName="Hotel Agora Juan de Austria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan de Austria 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/3d/d83ddc327c91f1656243d35ff6aafdc08a712fa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel is located in the city of Madrid, at the heart of the historic neighbourhood of ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.96" OriginalAmount="301.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425258443904" Longitude="-3.7001618914016" StarRating="0" HotelCode="749943|644929|Bed &amp; Breakfast" HotelName="Bastardo Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Laundry,Parking,Restaurant,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>San Mateo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e1/ede16d21d600054a92fe56c21b244a8cc8107f86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;bastard:
From fr. ant. bastart.
1. adj. That degenerates from its origin or nature.

A journey does ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.77" OriginalAmount="303.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.555316" Longitude="-3.609999" StarRating="2" HotelCode="39335|7942|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid-San Sebastian d/l Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De Los Pirineos S/N, 28700 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0e/8e0e7cf0501ac7ea09a621455dc3e9c07feb6fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in heart of one of the most important business areas, and is located 15 km to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.06" OriginalAmount="303.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420449890709" Longitude="-3.7045789430846" StarRating="4" HotelCode="35572|4798|Bed &amp; Breakfast" HotelName="Hotel Atlántico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 38, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/45/334515419dcae1e58ae1ad6f62dc6bbdcab45f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a wonderful town house, which is crowned with a dome. It is situated in the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.45" OriginalAmount="304.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421084419798" Longitude="-3.7147602438927" StarRating="3" HotelCode="16258|7976|Bed &amp; Breakfast" HotelName="Principe Pio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cueste de San Vicente 14, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/8a/798ac490034a63eb0befb17e88c66239bcaf494c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies just a few minutes from the centre of Madrid where guests will discover m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.62" OriginalAmount="304.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469157548393" Longitude="-3.581001162529" StarRating="4" HotelCode="29474|4712|Bed &amp; Breakfast" HotelName="TRYP Madrid Alameda Aeropuerto Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 100, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/a0/21a03fe7a14b0fb683d3afb2f420f485eedc34a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a district close to Madrid Barajas airport. The hotel offers an exclusive c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.58" OriginalAmount="306.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419830641568" Longitude="-3.7012660503388" StarRating="4" HotelCode="30862|4435|Bed &amp; Breakfast" HotelName="NH Collection Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 21, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/35/2835d2759134b280fcdc9d65985b1b26bed539af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid, close to a wide selection of shopping and en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.77" OriginalAmount="306.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421476" Longitude="-3.721681" StarRating="3" HotelCode="212800|181474|Bed &amp; Breakfast" HotelName="Hotel Acta Madfor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de La Florida 13, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/66/8f667c74e208871dc3068d0db8b43dc2d7ad705c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.10" OriginalAmount="310.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42243262" Longitude="-3.70010823" StarRating="3" HotelCode="447285|436719|Bed &amp; Breakfast" HotelName="Madrid SmartRentals Chueca II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Perez Galdos 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436719/436719a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.44" OriginalAmount="311.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414515560127" Longitude="-3.7001119705697" StarRating="3" HotelCode="57792|60180|Bed &amp; Breakfast" HotelName="Room Mate Alicia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 2, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/90/b090770d907be1ccc229dde75b3f4a7db6af7369.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Barrio de las Letras, on Santa Ana square and close to the mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.55" OriginalAmount="311.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4649744" Longitude="-3.7861544" StarRating="4" HotelCode="310418|4241|Bed &amp; Breakfast" HotelName="Aravaca Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camino De La Zarzuela 23, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a4/b1a4e76c14c35c59c4594463f035854ccccb92cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist centre of Aravaca (Madrid) just a few minutes from the city cen...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="322.49" OriginalAmount="313.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441356568355" Longitude="-3.6575128373649" StarRating="4" HotelCode="968815|712971|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6c/1a6c95a7c48e5664d6d8e1f743fef1bdb993d241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="327.13" OriginalAmount="317.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420037904714" Longitude="-3.7002833135004" StarRating="4" HotelCode="20339|1875|Bed &amp; Breakfast" HotelName="H10 Villa de la Reina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 22, Madrid Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/ac/11ac8aef870a4d29fc9bf72cc41b5f44bb1f7c3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Madrid, this luxurious hotel is surrounded by restaurants, numerous pubs and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="332.40" OriginalAmount="322.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4199155" Longitude="-3.70746933" StarRating="4" HotelCode="943732|658509|Bed &amp; Breakfast" HotelName="The First One Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle dePreciados 44, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/8f/048fc98d1767616b2c74879593552061d77e70aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="337.94" OriginalAmount="328.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469588" Longitude="-3.582171" StarRating="4" HotelCode="29258|3600|Bed &amp; Breakfast" HotelName="Meliá Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 305, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/6a/bb6a98ece4b789d67f79c1c304c81b1f98dfd870.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location close to Madrid Barajas airport, the convention centres and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.72" OriginalAmount="332.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.424787391489" Longitude="-3.7150596483374" StarRating="3" HotelCode="66749|82693|Bed &amp; Breakfast" HotelName="Suites Viena Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Álvarez Mendizábal 17, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/53/f2538fff6337f24d2a6fb2d6ce2e3625aa076686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This studio complex is located close to Gran Via, just a few metres from Plaza de España and Palacio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.79" OriginalAmount="332.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470800134942" Longitude="-3.7687879800796" StarRating="4" HotelCode="36966|22769|Bed &amp; Breakfast" HotelName="Eurostars Zarzuela Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Dario Aparicio 32, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7b/ce7b3ef3edb6d7c2f27744a8c4e7b4611979b3fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the northern district of Madrid. Wonderful gardens surround the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="345.10" OriginalAmount="335.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413698" Longitude="-3.70362" StarRating="3" HotelCode="36938|17839|Bed &amp; Breakfast" HotelName="Hotel Cortezo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Doctor Cortezo 3, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/2a/162a5fe8418e2177d749a82fead20e896b9f37e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel in the heart of Madrid is only a few metres from the Puerta del Sol, the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.09" OriginalAmount="336.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421455" Longitude="-3.708134" StarRating="4" HotelCode="12124|569|Bed &amp; Breakfast" HotelName="Emperador" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grán Via 53, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/56/c356d146eef5f3596c7fcd5e063d52be9577331d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is popular for its central location in the heart of Madrid, on the famous Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.93" OriginalAmount="336.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420619" Longitude="-3.708516" StarRating="4" HotelCode="17616|127785|Bed &amp; Breakfast" HotelName="Hotel Santo Domingo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98b989d71d050584e06916b1fb52e869006e31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, only a 3-minute walk from Gran Via and the city’s main ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="347.93" OriginalAmount="337.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406924" Longitude="-3.683148" StarRating="4" HotelCode="30186|570|Bed &amp; Breakfast" HotelName="Agumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Reina Cristina 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ef/97ef11ed01c50ed47f4d15613b04b7d6cae68f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys a wonderful central position at the heart of Madrid. Situated on the Reina...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.02" OriginalAmount="341.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.402598163242" Longitude="-3.7115734470481" StarRating="3" HotelCode="32044|9711|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Piramides" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Acacias 40, 28005 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/d1/23d1f0fa674d7a8ec3327f8faa79cb12bf3f30e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, friendly and luminous, is just a few metres from the Madrid Flea Market (El Rastro) and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.17" OriginalAmount="341.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.554545259398" Longitude="-3.9002323150635" StarRating="4" HotelCode="99103|14976|Bed &amp; Breakfast" HotelName="Exe Gran Hotel Almenar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jaraiz 1, 28290 Las Rozas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/74/d974f77848316619addb83b590bf6d46b27ad388.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel lies opposite Las Matas train station, close to Parque Empresarial de Las Rozas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.04" OriginalAmount="342.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4202" Longitude="-3.701162" StarRating="3" HotelCode="27901|4285|Bed &amp; Breakfast" HotelName="Petit Palace Chueca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hortaleza 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3c/0d3ce095c14861d561f1b9e37d648c55615def3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively Chueca neighbourhood, close to the Gran Via, and it is the ideal ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.57" OriginalAmount="343.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452915204396" Longitude="-3.61323595047" StarRating="4" HotelCode="51894|4391|Bed &amp; Breakfast" HotelName="Hotel Osuna Feria Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis de la Mata 18, Madrid 28042</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/9d/3a9de01571d1df7cc3922e0b307f69e3af8e8a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies next to a quiet garden. With the free shuttle service, guests will quickly and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.74" OriginalAmount="343.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.467490435003" Longitude="-3.6900544166565" StarRating="4" HotelCode="46623|9649|Bed &amp; Breakfast" HotelName="Hotel Exe Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 191, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/80/b2802a570b620afbee64ff9dbbbf4a2a171897e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location in the business district in the heart of the Paseo de la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.17" OriginalAmount="346.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.489678" Longitude="-3.688078" StarRating="4" HotelCode="82889|155929|Bed &amp; Breakfast" HotelName="Villamadrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Xaudaró, 2, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/e7/e6e7276ea9f77cb89dbcd885eb3df95c273eac76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in one of Madrid's business areas at the end of Paseo de la Castellan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.51" OriginalAmount="347.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417319315597" Longitude="-3.706523364418" StarRating="3" HotelCode="326489|5281|Bed &amp; Breakfast" HotelName="Petit Palace Ópera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 16, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a492c8911e264433a5f6fabfa82a3b77491fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the city, close to the King's Palace and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.73" OriginalAmount="347.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406266289724" Longitude="-3.7217527627945" StarRating="4" HotelCode="171005|142445|Bed &amp; Breakfast" HotelName="NH Madrid Ribera del Manzanares" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Virgen del Puerto 57, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/9e/d59e2ae32977b3a7a264879a36d69c1a81aa5b1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Madrid, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.89" OriginalAmount="347.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430666489624" Longitude="-3.7169702663508" StarRating="3" HotelCode="31101|4468|Bed &amp; Breakfast" HotelName="Hotel T3 Tirol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Urquijo 4, 28008 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/97/b7970c0e51e3a27548c34ba7a4ae7ae4dc45dc49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is located in the tourist centre of Madrid. The surrounding area is full of exciting...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="361.24" OriginalAmount="350.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.456854" Longitude="-3.647615" StarRating="4" HotelCode="30679|3588|Bed &amp; Breakfast" HotelName="Zenit Conde Orgaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Moscatelar 24, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/38/5e385f10fae57b649b4cfd4393d463af8f193e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated close to the Juan Carlos I trade centre and the congress cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.69" OriginalAmount="352.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469799969984" Longitude="-3.5808435759633" StarRating="2" HotelCode="113308|228447|Bed &amp; Breakfast" HotelName="ibis Madrid Aeropuerto Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General 49, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6c/046c53f5bb60af45a6d6287f04db1c88e243ad8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1 km from Madrid-Barajas Airport and IFEMA Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.25" OriginalAmount="352.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435156170903" Longitude="-3.6765334010124" StarRating="3" HotelCode="76561|145407|Bed &amp; Breakfast" HotelName="VP El Madroño" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle General Díaz Porlier 101, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ff/fcff34a82f5f9ef5a838a50ad12d4bb6b75c0c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in the Salamanca area of Madrid, within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="368.67" OriginalAmount="357.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41366544" Longitude="-3.70038516" StarRating="4" HotelCode="960771|663164|Bed &amp; Breakfast" HotelName="Room Mate Alba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Huertas 16, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/70/9b70c48ee2843a7924bf1bd65f268f7123c6f18f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.28" OriginalAmount="359.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411819" Longitude="-3.697824" StarRating="4" HotelCode="172000|152135|Bed &amp; Breakfast" HotelName="Catalonia Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 81, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/21/6121a963267cce891b78d4d34cad6f37540e4b41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, in the Triangle of Art, which is home to the most visit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.80" OriginalAmount="360.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420901748178" Longitude="-3.7083299766865" StarRating="4" HotelCode="59394|66662|Bed &amp; Breakfast" HotelName="Petit Palace Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de San Bernardo 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/78/3e78e6e80e88dceaadc921a94a4767dd2576fe52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Madrid. Guests are conveniently located close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="371.16" OriginalAmount="360.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417029" Longitude="-3.705226" StarRating="3" HotelCode="35373|14978|Bed &amp; Breakfast" HotelName="Petit Palace Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/97/749754e17d1d84aefd6dd7528c9969aca2820ef1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historic and tourist centre of Madrid near to the Puerto del Sol (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="371.30" OriginalAmount="360.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419473800577" Longitude="-3.699099496007" StarRating="4" HotelCode="12770|924|Bed &amp; Breakfast" HotelName="Catalonia Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 7-9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/3b/e93b08c76d0497b325d9e61664f6b3869c656d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the historical centre of Madrid and offers an ideal atmosphere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="372.66" OriginalAmount="361.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432122377193" Longitude="-3.6565107107162" StarRating="4" HotelCode="31879|9712|Bed &amp; Breakfast" HotelName="Rafaelhoteles Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 269, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1f/7d1fc715acc1658ddc1bb9740e0d750801e8c95b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting and friendly hotel is located in the popular shopping street of Alcalá and fits seamle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="372.97" OriginalAmount="362.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418617680782" Longitude="-3.706713616848" StarRating="4" HotelCode="23667|3549|Bed &amp; Breakfast" HotelName="Intur Palacio San Martín" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de San Martín 5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/37/7d370daf1f5fdb442081c3e07f167b6870ae6398.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a classical building from the 1900's and lies at the heart of Madrid, only paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.09" OriginalAmount="363.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.475140876872" Longitude="-3.7430022444644" StarRating="4" HotelCode="30843|4390|Bed &amp; Breakfast" HotelName="Hotel Eurostars Monte Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arroyofresno 17, 28035 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d6/b1d6b05ce616b5711eb364b11ebade088e0e106f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the leisure district of Puerta de Hierro, roughly a 15-minute drive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.35" OriginalAmount="363.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413123" Longitude="-3.700828" StarRating="4" HotelCode="172083|152134|Bed &amp; Breakfast" HotelName="Catalonia Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 36, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c8/74c8c9a4273d0e5a78af7a3c01bea457514483ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a building dating back to the early twentieth century, part of the historic ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.60" OriginalAmount="363.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429192" Longitude="-3.688444" StarRating="4" HotelCode="38261|29283|Bed &amp; Breakfast" HotelName="Petit Palace President Castellana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Villamagna 4, esquina Paseo de la Castellana 20, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/80/c4/80c48fce4deab0399eff062170c4d969923006e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along a main road in the commercial district of Madrid, close to the Paseo de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.89" OriginalAmount="363.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417011" Longitude="-3.700014" StarRating="4" HotelCode="29475|9521|Bed &amp; Breakfast" HotelName="Quatro Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sevilla 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/b3/14b3e32c78a3fb9770eba36465ced5e758833471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the historical centre of Madrid, just minutes fro...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.94" OriginalAmount="364.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416000360547" Longitude="-3.7090604487198" StarRating="4" HotelCode="87683|100198|Bed &amp; Breakfast" HotelName="Petit Palace Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mayor 46, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/42/4f421af60782dc754ab4d6f09aa70ede93f8dd41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the only hotel located on the main street, at the principal entrance to the Plaza Mayor. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="376.22" OriginalAmount="365.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429152670491" Longitude="-3.7167762183437" StarRating="3" HotelCode="15041|9643|Bed &amp; Breakfast" HotelName="Aparto Suites Muralto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buen Suceso 3, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/bf/4abfb92e1f0cf1fa3c0ef24a57d973d77cb2c1a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming apartment hotel is centrally located in a quiet district of Madrid. El Corte Inglés, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.88" OriginalAmount="367.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415691556536" Longitude="-3.7057562678102" StarRating="4" HotelCode="38260|29281|Bed &amp; Breakfast" HotelName="Petit Palace Posada del Peine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Postas 17, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3b/723b22a337278162159d6da19fe00d4b97f59c13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historical centre of Madrid, close to the Plaza Mayor and within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="379.70" OriginalAmount="368.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447551" Longitude="-3.628123" StarRating="4" HotelCode="7854|4021|Bed &amp; Breakfast" HotelName="Meliá Avenida América" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Juan Ignacio Luca de Tena 36, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/07/4807d72e88d320af37a053bba8972f136be70f09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the harbour and Castellana Avenue, close to the trade fairground. A se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="379.92" OriginalAmount="368.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418862725128" Longitude="-3.7027251720428" StarRating="4" HotelCode="57593|57473|Bed &amp; Breakfast" HotelName="Petit Palace Plaza del Carmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Carmen 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/60/a260e7dd75a552d8fb6b0586c5d6ff3e9b27a3b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid on the Plaza del Carmen. It has a good location between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.13" OriginalAmount="369.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420578986557" Longitude="-3.7028793993883" StarRating="3" HotelCode="35356|14979|Bed &amp; Breakfast" HotelName="Petit Palace Triball" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gonzalo Jimenez de Quesada 2, Esquina con Calle Gran Vía 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/32/bb325bd5c92e4fb9e9646335e5168b9a3de77902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is housed in an impressive 19th century building that is located in the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.70" OriginalAmount="369.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425259" Longitude="-3.682138" StarRating="4" HotelCode="38262|29289|Bed &amp; Breakfast" HotelName="Catalonia Goya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Goya 49, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/8d/418ddba6041ee8f5a1fe52ba3ab6da08c9950dea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the "Calle Goya", in the elegant Salamanca quarter. Here guests will find al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="381.37" OriginalAmount="370.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418183" Longitude="-3.704311" StarRating="3" HotelCode="14178|3151|Bed &amp; Breakfast" HotelName="Petit Palace Preciados" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Galdo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d1/5cd13e53f1e5c3af9001c3aefa834ad81d210a6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in the heart of Madrid, only minutes from Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="381.37" OriginalAmount="370.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438455215158" Longitude="-3.7009871006012" StarRating="3" HotelCode="7859|5366|Bed &amp; Breakfast" HotelName="TRYP Madrid Chamberí Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle José Abascal 8, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/e3/f0e396becb6867e8a52c4bb5500760c6e6713ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the leisure district of Chamberi in Madrid and lies just a few minutes walk...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.19" OriginalAmount="373.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413884065705" Longitude="-3.6944854259491" StarRating="4" HotelCode="14182|4222|Bed &amp; Breakfast" HotelName="Mercure Madrid Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lope de Vega 49, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/e7/7de7feb733ff31c96f41ba9fe95bace878ae9bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Madrid, in the middle of the famous Golden Triang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.85" OriginalAmount="374.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439629936567" Longitude="-3.698257991061" StarRating="3" HotelCode="53738|22938|Bed &amp; Breakfast" HotelName="NH Madrid Chamberí" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bretón de los Herreros 29, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bc/32bc0170527d86103fd314ebb75ffe410c88ae0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Nuevos Ministerios district of the city of Madrid. The Paseo de la Cast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="386.21" OriginalAmount="374.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419343" Longitude="-3.702784" StarRating="3" HotelCode="56985|54285|Bed &amp; Breakfast" HotelName="Petit Palace Tres Cruces" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Tres Cruces, 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ee/bfee45a57eee365ce8192046ff50735fa349c22f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Tres Cruces street, on the corner of the completely renovated Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.31" OriginalAmount="382.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413945" Longitude="-3.702857" StarRating="4" HotelCode="26838|3550|Bed &amp; Breakfast" HotelName="Catalonia Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 23, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/15/ce15a9c427d18380a1b8a788539d8f53a29951ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This smart luxury hotel is centrally located in Madrid's golden triangle, between the Old Town and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.82" OriginalAmount="383.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414830611147" Longitude="-3.6989767849445" StarRating="3" HotelCode="13095|2856|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Callo Prado 11, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/d7/d1d7bac26dc95103b5359627b0b060dc012b4f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly city hotel is located in the centre of Madrid, close to the Puerta del Sol and the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="397.49" OriginalAmount="385.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418581672664" Longitude="-3.7071949361763" StarRating="3" HotelCode="59567|66661|Bed &amp; Breakfast" HotelName="Room Mate Laura" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Travesía de Trujillos 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77126/a_77126_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Plaza de las Descalzas Reales, only about 30 m from the Plaza Mayor, th...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="399.82" OriginalAmount="388.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447842" Longitude="-3.636193" StarRating="4" HotelCode="29286|9648|Bed &amp; Breakfast" HotelName="Silken Puerta Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Rizzi No 5, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/b0/0cb050acf7f1521e541d3c5bc14007d079567e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is just 5 minutes on foot from the Juan Carlos I exhibition centre. The vibrant c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="401.16" OriginalAmount="389.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.401434123929" Longitude="-3.6871683587262" StarRating="4" HotelCode="16438|3988|Bed &amp; Breakfast" HotelName="Rafaelhoteles Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mendez Álvaro 30, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bf/d3bfe5a4bf9ce69a007b759e9fc72f3b234ba8bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Madrid, a few minutes from the Méndez Álvaro train, unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="404.39" OriginalAmount="392.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411321657713" Longitude="-3.693164302701" StarRating="2" HotelCode="322524|178287|Bed &amp; Breakfast" HotelName="Hotel Mora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 32, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079d4f30efab395320ad4992313ca9df4793cb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated on the Paseo del Prado in Madrid, 400 meters from the Reina Sofia Museum and A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.27" OriginalAmount="394.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439311810137" Longitude="-3.6317432711639" StarRating="4" HotelCode="31103|4484|Bed &amp; Breakfast" HotelName="Elba Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 476, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c49f54179f59386631cb3a520ab9ed10b09ffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of Madrid, only minutes from the airport and the city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.88" OriginalAmount="395.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416666" Longitude="-3.691007" StarRating="4" HotelCode="189352|175099|Bed &amp; Breakfast" HotelName="Petit Palace Lealtad Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Maura 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/f4/d6f42e45a4277f989d9768ec6e2b27cf21127cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an old five-storey building built in the early nineteenth century in the mos...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.93" OriginalAmount="397.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449801" Longitude="-3.698462" StarRating="3" HotelCode="30827|4336|Bed &amp; Breakfast" HotelName="Espahotel Plaza Basílica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comandante Zorita 27-31, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/fd/29fde3de23a59a6fc839c9049f7988e27b6ae33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment complex is centrally located in the Azca district close to the Torre Picasso building....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.03" OriginalAmount="399.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7036330997944" StarRating="3" HotelCode="25010|3966|Bed &amp; Breakfast" HotelName="Petit Palace Cliper Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Chinchilla 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df095671e3bb2b1aa2b3e8bf62eb1b98069cf07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is located at the heart of Madrid, close to the Gran Via and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.23" OriginalAmount="399.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418281" Longitude="-3.699424" StarRating="4" HotelCode="56986|54284|Bed &amp; Breakfast" HotelName="Petit Palace Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Virgen de los Peligros 2, Esquina con Alcalá 23, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/81/5781b7e415db34ea196762c228a26691a9142d67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcalá Street, close to the Puerta del Sol at the heart of the city and wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="412.91" OriginalAmount="400.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428661" Longitude="-3.696228" StarRating="3" HotelCode="12278|22940|Bed &amp; Breakfast" HotelName="NH Madrid Alonso Martínez" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Engracia 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7886fca3f718f85b4a2f9ab29e3a34b2adb8920.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Madrid, this hotel is located close to the Plaza Alonso Martínez, the Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="414.78" OriginalAmount="402.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.491132232763" Longitude="-3.6701121926308" StarRating="4" HotelCode="401834|87080|Bed &amp; Breakfast" HotelName="Exe Madrid Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Martina Díaz 4, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5a/565ab799b21e4a5226dc850a79be989aaac16f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the northern part of Madrid, at the north entrance to the city on the A1 mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="414.78" OriginalAmount="402.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.514788860519" Longitude="-3.6734053126283" StarRating="4" HotelCode="284244|195861|Bed &amp; Breakfast" HotelName="Hotel Dome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera de Fuencarral a Alcobendas km 8, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/eb/99eb0363ce5df8f362fe324fdca0fce796ef9dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.52" OriginalAmount="406.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427447" Longitude="-3.685018" StarRating="3" HotelCode="36579|23108|Bed &amp; Breakfast" HotelName="NH Madrid Lagasca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lagasca 64, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a1/34a1f784e0d1508223a5587a94b5a98dc9c3181f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family friendly, city hotel is located at the heart of the district of Barrios de Salamanca on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.01" OriginalAmount="407.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439012" Longitude="-3.692885" StarRating="3" HotelCode="36868|14905|Bed &amp; Breakfast" HotelName="NH Madrid Zurbano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zurbano 79-81, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6a/ba6a910a7a99cae1836471e72a30d5757c5f2b93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Madrid. It is located only around 100 m from Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.09" OriginalAmount="407.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414634566568" Longitude="-3.694712317791" StarRating="4" HotelCode="31862|96878|Bed &amp; Breakfast" HotelName="NH Collection Madrid Paseo del Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cánovas del Castillo 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/59/925966f68033c4b49bb3effc2392e7189e268c09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historic centre of Madrid, in the Golden Triangle of Art, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.25" OriginalAmount="408.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.409922112887" Longitude="-3.6926561594009" StarRating="4" HotelCode="15151|4704|Bed &amp; Breakfast" HotelName="NH Madrid Nacional" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 48, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/57/b4575c5c2cb6b8b45db6ba16707e0d159936a1e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is situated in the centre of the museum areas of Prado, Thyssen and Reina Sofía....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.91" OriginalAmount="408.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4238815" Longitude="-3.7109402" StarRating="4" HotelCode="943558|652185|Bed &amp; Breakfast" HotelName="Riu Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 84, Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/86/db86b416ba4ec890ef86834221ff6bc89fd54004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="423.37" OriginalAmount="411.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455877" Longitude="-3.681848" StarRating="4" HotelCode="51868|4096|Bed &amp; Breakfast" HotelName="NH Madrid Paseo de la Habana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Habana 73, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/6d/1d6dc3762023a712f6e1f627c1e3f316e446183b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid just a few paces from Santiago Bernabeu football stadiu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.79" OriginalAmount="414.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420621913122" Longitude="-3.6990733444691" StarRating="3" HotelCode="69940|86339|Bed &amp; Breakfast" HotelName="Room Mate Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Pedro Zerolo 12, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/da/b0da30829d47e1b8cb98f07d4118ba61bf9dacf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the brightest squares in the centre of Madrid. It is close to Gran V...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.81" OriginalAmount="414.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417807" Longitude="-3.696212" StarRating="4" HotelCode="18002|226440|Bed &amp; Breakfast" HotelName="NH Collection Madrid Suecia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Casa Riera 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/39/70390df089f1ab397d31765d98c61d15479a176d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys an excellent, central location in the tourist centre of Madrid close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="427.11" OriginalAmount="414.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44716138314" Longitude="-3.7057533860207" StarRating="4" HotelCode="113292|133602|Bed &amp; Breakfast" HotelName="VP Jardín Metropolitano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Reina Victoria 12, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d0/e6d04f3018b5f8a6212081167829ab4d23bbca27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Glorieta de Cuatro Caminos and the Paseo de la Castellana, not to mention an infinite number of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="429.06" OriginalAmount="416.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427" Longitude="-3.687348" StarRating="4" HotelCode="37614|25260|Bed &amp; Breakfast" HotelName="ICON Embassy by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Serrano 46, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f2/71f241b1b1641d39874becce315293588e553fc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the business district of Madrid within a short distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="432.31" OriginalAmount="419.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414562067245" Longitude="-3.6994890868664" StarRating="4" HotelCode="58153|59219|Bed &amp; Breakfast" HotelName="Catalonia Las Cortes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 6, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/33/5033308603526509572c5239b63cb8ca55c7576b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, charming hotel lies in Las Letras, the historical centre of Madrid, within a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="433.98" OriginalAmount="421.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407843847351" Longitude="-3.6893584957008" StarRating="3" HotelCode="15152|22903|Bed &amp; Breakfast" HotelName="NH Madrid Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Infanta Isabel 9, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/53/61534566356016a1612ee4baa71c1e53a7c0f17f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Atocha railway station, an AVE (high-speed) station, and in close pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="438.31" OriginalAmount="425.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427514260457" Longitude="-3.6963227391243" StarRating="4" HotelCode="904125|150857|Bed &amp; Breakfast" HotelName="Petit Palace Santa Bárbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Santa Bárbara 10, esquina Plaza Alonso Martínez, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/36/ed36df1ff497ada146b7bf402a862484e62e1812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Plaza de Santa Barbara in the impressive Alonso Martinez area. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="440.55" OriginalAmount="427.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436015652851" Longitude="-3.6817972362042" StarRating="3" HotelCode="29224|3861|Bed &amp; Breakfast" HotelName="NH Madrid Balboa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuñez De Balboa, 112, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2edc3524a70e7028aa98e93c8a86892ab660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the city centre (2 km) where there are many shopping venues, bars and restaurants. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="443.42" OriginalAmount="430.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41411" Longitude="-3.701624" StarRating="5" HotelCode="171805|137745|Bed &amp; Breakfast" HotelName="NH Collection Madrid Palacio de Tepa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Sebastian 2, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b07279fb8d7639d7bd6ff3f44d40eb78e73cef75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="448.85" OriginalAmount="435.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417113" Longitude="-3.689109" StarRating="4" HotelCode="170577|150856|Bed &amp; Breakfast" HotelName="Petit Palace Savoy Alfonso XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 18, Retiro - Puerta de Alcalá, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/be/afbe2d6f949507366be2d036ad1d2a4c1a010a0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Alfonso XII Street in the impressive Retiro district. It is just 300 m away ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="449.97" OriginalAmount="436.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455231" Longitude="-3.694303" StarRating="4" HotelCode="52050|13796|Bed &amp; Breakfast" HotelName="H10 Tribeca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Pedro Teixeira 5, Paseo de la Castellana, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e3/26e397893a04d4d4f894eaf031f6afc3aa309604.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated at the heart of Azca, next to the Palacio de Congressos (cong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="450.02" OriginalAmount="436.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438293941386" Longitude="-3.6951157450676" StarRating="4" HotelCode="49082|4702|Bed &amp; Breakfast" HotelName="NH Collection Madrid Abascal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Jose Abascal 47, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6a/986ac01a13653b7655be8d56f1c83dd1fcedc798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in an architecturally appealing building previously used as an embassy, this hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="457.25" OriginalAmount="443.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41684634" Longitude="-3.697474" StarRating="4" HotelCode="792011|638687|Bed &amp; Breakfast" HotelName="Hotel Soho Boutique Congreso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zorrilla, 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/14/0a14676d3ecccc2ff845f6aad03ee91c8d3cee46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is located in the neighborhood of the Courts, in the historic centre of Madrid, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="459.65" OriginalAmount="446.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.486546679076" Longitude="-3.703472" StarRating="5" HotelCode="57590|53383|Bed &amp; Breakfast" HotelName="Eurostars Suites Mirasierra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alfredo Marquerie 43, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0d/c60d02ad0d6cb78bd520e8b5c91f9f1e8993b5ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid, in a quiet residential area in the north of the city. It lies only ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="460.90" OriginalAmount="447.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458437593352" Longitude="-3.6857713091927" StarRating="4" HotelCode="37295|22941|Bed &amp; Breakfast" HotelName="NH Collection Madrid Eurobuilding" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Padre Damián 23, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/7b/157b891dcf3266eb1abe43cef93fceb588eb50e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of a modern district of Madrid, near the Palacio de Congresos y ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="462.36" OriginalAmount="448.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422139086483" Longitude="-3.7095956504345" StarRating="4" HotelCode="30318|1236|Bed &amp; Breakfast" HotelName="Hotel Mayorazgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Flor Baja 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/54/6e5453b5de4b536039b1988afe937e8daca756c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located on the Gran Via in the heart of Madrid. An abundance of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="464.20" OriginalAmount="450.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425044230148" Longitude="-3.6781405276126" StarRating="4" HotelCode="410223|93771|Bed &amp; Breakfast" HotelName="Vincci Soma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Goya 79, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31eeec907bba8f93dbbce805c0926cac575c487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goya Street in the heart of the Salamanca quarter, where culture, shopping ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="475.07" OriginalAmount="461.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451282385711" Longitude="-3.6937612295151" StarRating="4" HotelCode="30716|3784|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Trias Bertran 4, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/13/0c/130cf7e687836196ed68f6d2cdb7d8a3bc993799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is well positioned at the heart of Madrid's commercial and financial district. Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="481.71" OriginalAmount="467.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407254" Longitude="-3.688255" StarRating="4" HotelCode="439753|555681|Bed &amp; Breakfast" HotelName="Only YOU Hotel Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Infanta Isabel 13, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e4/ade4f5884de7545484bf07959fb7fdc2c845b6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="482.85" OriginalAmount="468.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451610888015" Longitude="-3.5928254059643" StarRating="4" HotelCode="87681|99402|Bed &amp; Breakfast" HotelName="Hotel Maydrit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Piragua 1, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most important business areas in north-east Madrid, Alameda de O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="484.04" OriginalAmount="469.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452168917958" Longitude="-3.5858426269837" StarRating="4" HotelCode="79475|99360|Bed &amp; Breakfast" HotelName="Hilton Madrid Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Hispanidad 2-4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0e/570ece160c7987f31acea8415281e2793cf61be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in Madrid. The establishment lies just 12 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="489.80" OriginalAmount="475.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.47042469013" Longitude="-3.6850842833519" StarRating="4" HotelCode="30469|2560|Bed &amp; Breakfast" HotelName="Barceló Imagine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustin De Foxa 32, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a1/9aa125435c8341715a95652362d23da1b34b2c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located close to the Plaza de Castilla in the north of Madrid and is ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="493.94" OriginalAmount="479.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421527524756" Longitude="-3.6723585426807" StarRating="4" HotelCode="30167|359|Bed &amp; Breakfast" HotelName="Novotel Madrid Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de O'Donnell 53, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/82/6b82346ffd1053f7552e2619e063d51e6b103c3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This glorious luxury hotel is fabulously located in Madrid's tourist and commercial centre, near to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="496.18" OriginalAmount="481.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.433716" Longitude="-3.717507" StarRating="4" HotelCode="262270|189435|Bed &amp; Breakfast" HotelName="Exe Moncloa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arcipreste de Hita 10, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/5f/035fdd6c71601177691e62d83918b04acf775275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="500.86" OriginalAmount="486.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42706372" Longitude="-3.69853998" StarRating="4" HotelCode="317694|425740|Bed &amp; Breakfast" HotelName="Hotel Eurostars Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mejía Lequerica 10, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/1e/ff1ebcd98abbd7fb834a5d4bb0b6764aaef7410e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="500.86" OriginalAmount="486.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.412945" Longitude="-3.703948" StarRating="4" HotelCode="262269|217585|Bed &amp; Breakfast" HotelName="Eurostars Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Doctor Cortezo 10, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/03/fa039541fe11699e51c6dcdcbc87d60c76eb1c0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="502.94" OriginalAmount="488.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436458659446" Longitude="-3.6884585022926" StarRating="4" HotelCode="29177|13804|Bed &amp; Breakfast" HotelName="Barceló Emperatriz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 4, (Junto al Paseo de la Castellana), 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/zz/61ad4cbe72acb336d78395fab62cbd03de8ac578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel lies in the commercial district of Madrid, close to Castellana Street....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="504.99" OriginalAmount="490.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435405238061" Longitude="-3.6854785680771" StarRating="4" HotelCode="7856|2104|Bed &amp; Breakfast" HotelName="Meliá Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Claudio Coello 139, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/5c/f15cc8f0a588e970b84ad6dc738c68442895d0bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of the Salamanca district of the city, this hotel is situated close to the main s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="506.23" OriginalAmount="491.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420103" Longitude="-3.697043" StarRating="4" HotelCode="39199|38479|Bed &amp; Breakfast" HotelName="Lusso Infantas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Infantas 29, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/75/7a75751b9f2f4475472558df775deaa920cb007e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located directly in the historic centre of Madrid close to the Castellana, Paseo ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="517.97" OriginalAmount="502.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445616985322" Longitude="-3.5431729291547" StarRating="3" HotelCode="263672|198277|Bed &amp; Breakfast" HotelName="Hotel TRYP Madrid Airport Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="apartment" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 4-17, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/14/fd1461437e2c217ac5364ff5b3d036150ec49859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="522.20" OriginalAmount="506.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422426934853" Longitude="-3.7088960588608" StarRating="4" HotelCode="67168|84037|Bed &amp; Breakfast" HotelName="Vincci Via 66" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 66, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/b0/44b0016b28107ff69752e3cecb3b19f0f66d399d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the capital, between Plaza España and the Puerta Del Sol....</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="523.44" OriginalAmount="508.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417880500328" Longitude="-3.6998552083969" StarRating="3" HotelCode="16557|17838|Bed &amp; Breakfast" HotelName="Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá, 19, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/36/f736f42f33eedbb8a874590cd9140c2ae98f6b7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid, only a few metres from Puerta del Sol Square. From th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="533.77" OriginalAmount="518.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422328985989" Longitude="-3.6891934275627" StarRating="4" HotelCode="79885|145406|Bed &amp; Breakfast" HotelName="VP Jardín de Recoletos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gil de Santivañes 6, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/e1/c5e122c35bc855257197da1e948cedf857d1da9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A very short walk from this hotel in the heart of the Salamanca district, guests can visit famous la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="538.43" OriginalAmount="522.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421227738788" Longitude="-3.7099462664334" StarRating="4" HotelCode="12267|1225|Bed &amp; Breakfast" HotelName="Eurostars Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/17/e717eed1e070214cfed93dad384e1ecca2b863e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid just a few minutes walk from the royal palace and Plaza...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="541.80" OriginalAmount="526.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411703" Longitude="-3.697576" StarRating="4" HotelCode="326453|2106|Bed &amp; Breakfast" HotelName="TRYP Madrid Atocha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 83, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ea/42eaba93723fa557afc187179877477f76eece74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid and just a few paces from the Museo del Prado...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="543.01" OriginalAmount="527.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423778289617" Longitude="-3.7115444391479" StarRating="5" HotelCode="468809|484301|Bed &amp; Breakfast" HotelName="Barceló Torre de Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 18, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/bc/08bcf8075b2f441905a85bac896824353ce56ebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="543.45" OriginalAmount="527.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415152" Longitude="-3.699136" StarRating="4" HotelCode="82258|186998|Bed &amp; Breakfast" HotelName="Suite Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuel Fernández y González 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6c/be6c376bdafdec47d0e25ac18969f28447149706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="544.94" OriginalAmount="529.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420392190081" Longitude="-3.7041601538658" StarRating="4" HotelCode="19165|851|Bed &amp; Breakfast" HotelName="TRYP Madrid Cibeles Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mesonero Romanos 13, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/63/6163cb5f8ae511ce3048c2b0d8c4b1a90e2951b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated directly on the lively Gran Via, opposite Plaza España...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="554.09" OriginalAmount="537.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418344677281" Longitude="-3.701401196567" StarRating="4" HotelCode="38254|28858|Bed &amp; Breakfast" HotelName="Eurostars Casa de la Lírica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aduana 19, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ff/36ff6f6d5d23480fbece69596fca6e1609f90ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies at the heart of Madrid’s historical district some 13 km from the city airport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="554.87" OriginalAmount="538.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422234036303" Longitude="-3.6811146140099" StarRating="4" HotelCode="36937|6957|Bed &amp; Breakfast" HotelName="H10 Puerta de Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 66, Barrio de Salamanca, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f4/25f457f49502f5ae2f9b2c4022950b98022a9886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the business district of Madrid near the Retiro Park. It is just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="557.43" OriginalAmount="541.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="7855|2102|Bed &amp; Breakfast" HotelName="Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa134052e9356d64e41b1cc45d847b1c25f144.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a few metres from the Paseo de la Castellana and 15 minutes from the airport, the M-40 motor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="560.21" OriginalAmount="543.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4203" Longitude="-3.706591" StarRating="4" HotelCode="29314|1224|Bed &amp; Breakfast" HotelName="Vincci Capitol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/30/44309233c4952e99c29ee9c3194336daf5aa3c18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the city centre of Madrid, close to Puerta del Sol, Plaza Mayo...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="567.93" OriginalAmount="551.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414831632224" Longitude="-3.6983531713486" StarRating="4" HotelCode="39303|47594|Bed &amp; Breakfast" HotelName="Vincci Soho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Prado 18, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/a0/d0a03b7d43b169990c053616c9fcbc618bf56b0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the historic centre of Madrid between Puerta del Sol and Plaza de Cibe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="569.70" OriginalAmount="553.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417608" Longitude="-3.698623" StarRating="4" HotelCode="24549|4668|Bed &amp; Breakfast" HotelName="Vincci Centrum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cedaceros 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b7/e2b74e72537373ff0735a29728f52030b369e1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few paces from the Museo del Prado, various shopping and entertainment ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.78" OriginalAmount="558.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415170064639" Longitude="-3.6967662279098" StarRating="4" HotelCode="446069|554021|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Madrid-Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Agustín 3, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a41bc027649685b/64/649ac71a42fe1a62/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="581.04" OriginalAmount="564.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415528003422" Longitude="-3.6970093846321" StarRating="5" HotelCode="19090|551|Bed &amp; Breakfast" HotelName="Hotel Villa Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/93/639309e2c4b42afeb04c871eb3cc3bcc31c6b439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, on the Plaza de las Cortes, near the Prado. It is part...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="584.82" OriginalAmount="567.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427048" Longitude="-3.71435" StarRating="5" HotelCode="7857|2103|Bed &amp; Breakfast" HotelName="Meliá Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 27, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c4/9fc4050c1c564be7d1622bc0991b41f2ab36d8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated deluxe hotel is in a superb area of Madrid near to the Plaza de España, the Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="585.20" OriginalAmount="568.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420677362387" Longitude="-3.6892905735065" StarRating="5" HotelCode="73748|86624|Bed &amp; Breakfast" HotelName="Hotel Hospes Puerta Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Independencia 3, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ff/bdfff51ad978e7775d543ba6e4897a28f3d515b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Independence Square, right in the centre of Madrid. It offers wonderful vie...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="588.96" OriginalAmount="571.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.462482724416" Longitude="-3.6146306991577" StarRating="4" HotelCode="30999|128182|Bed &amp; Breakfast" HotelName="Novotel Madrid Campo de las Naciones" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amsterdam 3, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/69/21695c127f32d34acee3c1cc8a4d43374fe3d906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right next to the IFEMA, the Parque Juan Carlos I and the Palacio de Congresos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="599.70" OriginalAmount="582.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41320061" Longitude="-3.70107705" StarRating="4" HotelCode="768799|804413|Bed &amp; Breakfast" HotelName="CoolRooms Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Babysitting,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 34, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/53/2f53b76f04e7d9cf0ff7dc74c0cc56e0fe166d17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A buffet breakfast is served every morning at the property. There is an in-house restaurant, which s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="600.11" OriginalAmount="582.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419564681616" Longitude="-3.6985845569617" StarRating="4" HotelCode="426246|452302|Bed &amp; Breakfast" HotelName="Vincci The Mint" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 10, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/536852/a_536852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys are accessible by lift. Amenities include a baggage storage service and a safe. Wireles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="606.79" OriginalAmount="589.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436424" Longitude="-3.685707" StarRating="4" HotelCode="31099|4398|Bed &amp; Breakfast" HotelName="Partner Barrio de Salamanca Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General Oraa, 17, Barrio de Salamanca, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/51/06510c46d3e9245ed84bfa819e5a73da0dfb1cea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, luxury hotel is fabulously located in the financial, diplomatic, shopping and cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="616.30" OriginalAmount="598.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42395331953" Longitude="-3.6852157115936" StarRating="4" HotelCode="38281|29508|Bed &amp; Breakfast" HotelName="ICON Wipton by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jorge Juan 17, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7e/937ed6ba3d1618f4e9004ff9d1313c90e5d00504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the exclusive and luxurious commercial district of Serrano, at the heart o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="617.30" OriginalAmount="599.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41477352" Longitude="-3.70705099" StarRating="4" HotelCode="859892|652195|Bed &amp; Breakfast" HotelName="Pestana Plaza Mayor Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Dining,Heated Pool,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 8, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c2/eac26af2928fc2880fbb05671f6b40203243cd04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Pestana Plaza Mayor Madrid is a unique and unparalleled luxury hotel, paying tribute to the work...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="629.22" OriginalAmount="610.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.476633879166" Longitude="-3.687612271164" StarRating="5" HotelCode="87684|98710|Bed &amp; Breakfast" HotelName="Eurostars Madrid Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 259-B, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b8/87b859861ab734822669fbe78e040b5a5171185b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="637.04" OriginalAmount="618.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="842312|642642|Bed &amp; Breakfast" HotelName="The Level at Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/28/5528fa7468deda4e5c20a6dbada4fe8bc997842e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoy an exclusive experience in a unique environment with a personalised service at The Level at Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="659.04" OriginalAmount="639.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416405" Longitude="-3.698651" StarRating="5" HotelCode="36857|22622|Bed &amp; Breakfast" HotelName="Hotel Urban" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrera de San Jerónimo 34, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6e/fc6e52983eb1d49c7508b97374854a539d6ab087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully situated at the heart of Madrid, surrounded by cultural venues, countless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="659.08" OriginalAmount="639.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42268" Longitude="-3.71179" StarRating="5" HotelCode="621058|615082|Bed &amp; Breakfast" HotelName="VP Plaza España Design" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f6/2df68d2d2723fe58388566cfabc32a2b34351afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="660.82" OriginalAmount="641.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429881295932" Longitude="-3.7146434352007" StarRating="4" HotelCode="320635|852|Bed &amp; Breakfast" HotelName="Courtyard Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 40, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/67/3c678b6ac4bf6048f26953f71db8ee691c7a0868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to Plaza de España and the Palacio Real (Royal Palace). A wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="667.26" OriginalAmount="647.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426191753964" Longitude="-3.6889965387927" StarRating="4" HotelCode="37045|22906|Bed &amp; Breakfast" HotelName="NH Collection Madrid Colón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Zurgena 4, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/a6/90a6d7fa0eed4437bc6380551a9d3e126c17ad31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's central district of Salamanca, close to the Plaza de Colón and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="691.12" OriginalAmount="670.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.403869022356" Longitude="-3.6901023040485" StarRating="4" HotelCode="162011|134664|Bed &amp; Breakfast" HotelName="AC Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Delicias 42, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/66/cd663d6e5542a689b998a15bdc2e54b0b21277aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in the heart of Madrid, close to the Paseo del Prado. The Reina Sofia, Thyssen-Born...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="693.08" OriginalAmount="672.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438792" Longitude="-3.691606" StarRating="5" HotelCode="25011|4572|Bed &amp; Breakfast" HotelName="Hesperia Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 57, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ef/50efeb3205649618326e0e1c4721e999af50f16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located directly in the commercial and shopping district of Madrid clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="753.57" OriginalAmount="731.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4222206" Longitude="-3.6957049" StarRating="4" HotelCode="267129|229742|Bed &amp; Breakfast" HotelName="Only YOU Boutique Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Barquillo 21, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5a/e15abfa1dd93cbb115ebab435640ae93dbcc4521.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="754.63" OriginalAmount="732.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42007916" Longitude="-3.70369994" StarRating="4" HotelCode="586826|652224|Bed &amp; Breakfast" HotelName="Hyatt Centric Gran Via Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 31, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/03/4903263531df3350afbec4726260e1b1fbc278e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar, room service, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="759.00" OriginalAmount="736.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426418" Longitude="-3.68939" StarRating="5" HotelCode="18759|572|Bed &amp; Breakfast" HotelName="Gran Meliá Fénix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c8/33c88264b3aa322b45d50c777817d6eb0d79f5b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located directly on the Paseo de la Castellana and the Plaza de Colon, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="760.35" OriginalAmount="738.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419239162882" Longitude="-3.6971620779099" StarRating="5" HotelCode="314388|407811|Bed &amp; Breakfast" HotelName="The Principal Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marqués de Valdeiglesias 1, Corner Of Gran Via 2, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f9/cff9cde7f22691b0bcf6b9059c020c72143ac2e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the upscale area of Gran Vía street, near Alcalá street and a few steps away from Cibeles Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="764.60" OriginalAmount="742.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422228458184" Longitude="-3.6841141553061" StarRating="5" HotelCode="45653|3197|Bed &amp; Breakfast" HotelName="Wellington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Velazquez 8, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/56/8f5677082d436f19353cc101132fee214c0a12d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the sophisticated district of Salamanca, only a mile and a half from Puerto del Sol and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="867.66" OriginalAmount="842.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7097096443176" StarRating="5" HotelCode="18757|933|Bed &amp; Breakfast" HotelName="Gran Meliá Palacio de los Duques" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta de Santo Domingo 5 y 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/0c/2e0c3dcca68adb76c06db86bc29921794f90a597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This opulent luxury hotel is centrally located in Madrid's exquisite historical centre. It is just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="968.86" OriginalAmount="940.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422238811889" Longitude="-3.7115634763669" StarRating="3" HotelCode="47226|3153|Bed &amp; Breakfast" HotelName="Hotel Cason del Tormes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rio 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/13/a71344eea2dba7bc14eff5875df2804d4c9d3b5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the tourist centre of Madrid within walking distance of many of the to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1114.47" OriginalAmount="1082.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428177641302" Longitude="-3.6836543132936" StarRating="5" HotelCode="30319|785006|Bed &amp; Breakfast" HotelName="Bless Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Velázquez 62, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4b/c04bd26f6d25c01761ef6a8281d6036594b1d85e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is wonderfully located in the centre of Madrid. The nearest public transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1520.19" OriginalAmount="1475.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428337088684" Longitude="-3.6971086263657" StarRating="4" HotelCode="12942|3879|Bed &amp; Breakfast" HotelName="Gran Versalles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Covarrubias 4, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/14/ab149ac9ce1232acada9274c17ef2c5c1e619c2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is located at the heart of Madrid close to the Palacio de Justicia. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1875.64" OriginalAmount="1821.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415619899377" Longitude="-3.6925810575485" StarRating="5" HotelCode="16764|357|Bed &amp; Breakfast" HotelName="Ritz Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Lealtad 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/67/e16792da161a57b3b398fecf04a1a764d492c161.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious modern hotel is situated in the heart of Madrid, within walking distance of numerous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1993.38" OriginalAmount="1935.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430051" Longitude="-3.688378" StarRating="5" HotelCode="19192|4339|Bed &amp; Breakfast" HotelName="Villa Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 22, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/af/afc8a02c5397ab28/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its large boulevards, splendid plazas, palaces and renowned international museums, Madrid is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2658.20" OriginalAmount="2580.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421265205855" Longitude="-3.6997545956356" StarRating="2" HotelCode="568140|635139|Bed &amp; Breakfast" HotelName="Motion Chueca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Pedro Zerolo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/zz/0badb0d5060c3cd40f4a45ba0568b1ed2b36a05c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="15984.60" OriginalAmount="15519.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422623" Longitude="-3.709983" StarRating="3" HotelCode="29182|4337|Bed &amp; Breakfast" HotelName="Espahotel Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via, 65, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/09/c609d0139980f74c35d38797b7e2f59306150c8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing apartment hotel is located in the tourist resort of Madrid only a few minutes walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="16478.20" OriginalAmount="15998.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.48304" Longitude="-3.670911" StarRating="4" HotelCode="36943|19663|Bed &amp; Breakfast" HotelName="Hotel Mirador de Chamartin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arte 14, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8b/8b03519feda46d0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by a pine wood in Madrid's district of Charmantin, only around 5 minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Central Heating,Currency Exchange,Designated Smoking Area,Heated Pool,Jacuzzi,Massage Centre,Nightclub,Sauna,Shopping Arcade,Wheelchair Access,Kitchen,Spa,Golf,Bicycle Rental,Diet Meals,24 Hour Security,Business Centre,Dining,Meeting Room,Parking,Garden,Airport Transfer (on Demand),Swimming Pool,Printer,ATM/Cash Machine,Babysitting,Banquet Hall,Smoking Rooms</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,SPA HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,HOTEL DE CHARME,HOTEL,GUEST HOUSES,ECO HOTEL,HOSTEL,VILLAGE,APARTMENT,GUESTHOUSE</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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="37e35fb8-1349-45cd-83e3-a595ddacad89">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26992" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-12T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="445332|886661|Bed &amp; Breakfast" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="37e35fb8-1349-45cd-83e3-a595ddacad89" TimeStamp="0001-01-01T00:00:00" HotelName="ibis budget Madrid Calle 30" HotelCode="445332|886661" StarRating="1" GTCityId="26992" CountryCode="ES" CityName="Madrid" CountryName="Spain" Address="Calle Lozano 3, 28053 Madrid" PostCode="28053" PhoneNo="+34915012133" FaxNo="" Email="h8718@accor.com" CheckInTime="12:00" CheckOutTime="12:00" Latitude="40.39610371288" Longitude="-3.670543266201" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Room With Double Bed And Bunk Bed|Room 2: Room With Double Bed And Bunk Bed" RoomTypeCode="20261112$20261113$W$102$886661$DBL.DB$ID_B2B_97$RO$APFLRA1$2~1~0$$N@07~A-SIC~200aa~-1365135367~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708209a0^20261112$20261113$W$102$886661$DBL.DB$ID_B2B_97$RO$APFLRA1$2~1~0$$N@07~A-SIC~200aa~-1365135367~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708209a0|8|MTYwLjA4fEVVUnwyMDI2LTExLTA2" OriginalAmount="139" TotalPrice="143.54" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/11/2026"><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 /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-06T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="139.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Room With Queen-Size Bed|Room 2: Room With Queen-Size Bed" RoomTypeCode="20261112$20261113$W$102$886661$DBL.QN$ID_B2B_97$RO$APFLRA1$2~1~0$$N@07~A-SIC~200aa~908704954~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708209a0^20261112$20261113$W$102$886661$DBL.QN$ID_B2B_97$RO$APFLRA1$2~1~0$$N@07~A-SIC~200aa~908704954~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708209a0|8|MTYwLjA4fEVVUnwyMDI2LTExLTA2" OriginalAmount="139" TotalPrice="143.54" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/11/2026"><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 /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-06T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="139.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Room With Twin Beds|Room 2: Room With Twin Beds" RoomTypeCode="20261112$20261113$W$102$886661$TWN.ST$ID_B2B_97$RO$APFLRA1$2~1~0$$N@07~A-SIC~200aa~-1166556269~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708209a0^20261112$20261113$W$102$886661$TWN.ST$ID_B2B_97$RO$APFLRA1$2~1~0$$N@07~A-SIC~200aa~-1166556269~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708209a0|8|MTYwLjA4fEVVUnwyMDI2LTExLTA2" OriginalAmount="139" TotalPrice="143.54" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/11/2026"><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 /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-06T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="139.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/b1/46/b1462cc0ae3c8323509815450098eb3b4699efc4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/zz/e9/ade950758fa01438ecb2937bc5ce653ea8f4ea2f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/93/58/93582bc12282edc8b50802a11467dbca7e196f3f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/64/64/6464308c2937ed6d4c966fbccd6250badc8c530f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b7/e5/b7e5e7472f55bf5505acf03a30f4318a9131de9b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4d/a3/4da3eb3430fb68d095d08984d8d2375a4fde6112.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/20/d6/20d639f9afe7074e3a2eb487cfb4e8b645a40ec3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b7/ea/b7ea27621b7ebd86d43ff1df2739d4a791bcb80a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/62/5e/625e4f6ef190733f3e222a4f633828e0cd13972a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0b/b2/0bb2f8ed2bdb5a9b9255844b6fd884c8b4b83bf7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f1/f0/f1f06e80f4f42bf5c8db843d4243620a36ac1e19.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6c/e9/6ce9c2f532cb509331bbd0c99acee29c29b5ac8f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/51/0f/510faf3e3b9766b5e8b9112d4158bb3a32d8eb8a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/55/72/5572678aa9e32ed126ded78d73f6053687f72a6a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9d/6e/9d6ec827f3b9da4631b3ddf412dfd7aa6d953a23.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/09/1c/091c995ae66aeb4068341e11e6b6011ede75169c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0f/5e/0f5eb3480e76d9c765245874ace9bed0d13221ff.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2e/e8/2ee8d82e777bf66e4dd6d18b291a65ce49ddcc52.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/eb/a4/eba4c1861cc59e24ae390666dfed1ee9b3b7fa3f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/56/a6/56a6f8382e641c37c9bd10bd3294c7858565d7c2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/68/98/68985e61ce27b7a432a5e931d2ff68d900fca07e.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Access code at the front door is your booking number without dots.</HotelDescription></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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="37e35fb8-1349-45cd-83e3-a595ddacad89">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26992" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-12T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="2026-04-14T13:03:54.8776476+01:00" Version="0" EchoToken="Search" TransactionIdentifier="37e35fb8-1349-45cd-83e3-a595ddacad89" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="55.74" OriginalAmount="54.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414246057213" Longitude="-3.7070420472214" StarRating="2" HotelCode="322527|363303|Bed &amp; Breakfast" HotelName="The Hat Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bicycle Rental,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/48/2d484c8437c8e923e3c2f655960b6904fcf3e23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hostel is situated in Arganzuela. A total of 42 guests rooms are available for guests' con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="70.99" OriginalAmount="68.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.45442345" Longitude="-3.70145194" StarRating="2" HotelCode="613406|655182|Bed &amp; Breakfast" HotelName="Far Home Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Mercedes 13, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/bd/38bdf8c4782f7ae4b36166d422de98c8effc66c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.40" OriginalAmount="81.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417256121247" Longitude="-3.705843357271" StarRating="2" HotelCode="320880|367292|Bed &amp; Breakfast" HotelName="TOC Hostel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Celenque 3-5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/5b/805b337c8f7f0e96aa50724c10899b45abc3b560.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming urban establishment is located in the cultural centre of Madrid, within 250 metres fro...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.10" OriginalAmount="120.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.332263315584" Longitude="-3.7027604429916" StarRating="3" HotelCode="284796|194682|Bed &amp; Breakfast" HotelName="Vértice Roomspace Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Laguna Dalga 4, 28021 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/40/0e409cca12e63d234a55293cff0f3fe1d6a97d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.02" OriginalAmount="137.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.466844" Longitude="-3.6743750000001" StarRating="3" HotelCode="76620|362857|Bed &amp; Breakfast" HotelName="La Posada De El Chaflan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Pío XII 34, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/59/b459fd531a25080baa9223cf25226392ffa2e4dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.23" OriginalAmount="143.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.360178765032" Longitude="-3.6650237977831" StarRating="4" HotelCode="53748|170478|Bed &amp; Breakfast" HotelName="Hotel Mercader" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Eje 2-7, Poligono Alimentario Mercamadrid, Villa de Vallecas, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/19/2d19ebc36d6df4cc1b9589935d75ddaefb013dea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Mercamadrid, the largest food market in Europe, close to the M 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="151.81" OriginalAmount="147.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372309" Longitude="-3.640692" StarRating="1" HotelCode="212866|228458|Bed &amp; Breakfast" HotelName="ibis budget Madrid Vallecas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Casas de Miravete 17, Poligono Industrial Vallecas, 28031 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/87/e987f097d6a6e128268bb43ee086c3983696a4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.63" OriginalAmount="151.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439255" Longitude="-3.626964" StarRating="4" HotelCode="212865|228456|Bed &amp; Breakfast" HotelName="ibis budget Madrid Calle Alcala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rufino Gonzalez 19, Metro Suanzes, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/dd/4edd02c9b36247c025ce76dcde056ab81db020e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.89" OriginalAmount="153.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39610371288" Longitude="-3.670543266201" StarRating="1" HotelCode="445332|886661|Bed &amp; Breakfast" HotelName="ibis budget Madrid Calle 30" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lozano 3, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/46/b1462cc0ae3c8323509815450098eb3b4699efc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.07" OriginalAmount="154.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.391911115278" Longitude="-3.6958940308176" StarRating="3" HotelCode="113314|147191|Bed &amp; Breakfast" HotelName="Gran Legazpi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Chopera 71, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/9e/8e9ee3a6503e89c20eb6c1f33441e23bfb77b27d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to Madrid’s shopping, cultural and financial centre, next to the em...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.57" OriginalAmount="168.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447343320741" Longitude="-3.5428972681056" StarRating="3" HotelCode="395302|94895|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Madrid Airport T1 T2 T3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 2, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5f/1b5f242c6c21d11412b7cbf31f2c0bb27d8763ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the A2 motorway, with easy access to all the major ring roads. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.43" OriginalAmount="181.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.354234" Longitude="-3.830659" StarRating="3" HotelCode="61848|30347|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid - Alcorcon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Argentina S/n, Alcorcon, 28922 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/4d/6a4dc28b0d83aabd5a72e8f99441249d9f4f6409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcorcón in a convenient setting south west of Madrid and is very well conn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.82" OriginalAmount="201.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439351801307" Longitude="-3.6261788049536" StarRating="2" HotelCode="113307|228455|Bed &amp; Breakfast" HotelName="ibis Madrid Calle Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Valentin Beato 20, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/50/d150e243d5c7b3fc9a70dbbe10a2d090b449ab68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 9 km from the famous Puerta del Sol Square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.48" OriginalAmount="205.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436916985145" Longitude="-3.6311347901783" StarRating="1" HotelCode="263671|191203|Bed &amp; Breakfast" HotelName="Travelodge Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Santa Leonor 34, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bc/a6bc5374b8b0e2d4ac41e7281121269e97a1d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.37" OriginalAmount="210.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419223" Longitude="-3.704238" StarRating="3" HotelCode="38610|72503|Bed &amp; Breakfast" HotelName="II Castillas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Abada 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/23/ad231204dd668a04aeb10cf1cf6c09469d00b8b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the commercial and architectural centre of Madrid, approximately 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.42" OriginalAmount="213.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.558445702613" Longitude="-3.6137562990189" StarRating="3" HotelCode="37293|22902|Bed &amp; Breakfast" HotelName="NH San Sebastián de los Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Europa 11, 28700 San Sebastian de los Reyes, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/0c/bd0c22dd92fd85eb85c83cc95d49b302412b575b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the San Sebastián de los Reyes business park, 15 km from Madrid. The Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.89" OriginalAmount="218.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372858" Longitude="-3.743114" StarRating="3" HotelCode="31353|6976|Bed &amp; Breakfast" HotelName="Hotel Eco Via Lusitana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Secoya 2, 028044 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/56/8e563d9f0a5cc8271402454b475ab0a83f978b02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is just 5 km from Madrid's lively, pulsing centre. The crowd pleasing Warner Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.80" OriginalAmount="222.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.468981044467" Longitude="-3.6738793551922" StarRating="4" HotelCode="29336|4706|Bed &amp; Breakfast" HotelName="Hotel ILUNION Pío XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Pío XII 77, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/dd/e1dd8b2288d5d39323f36364e440664c2b6a724d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid. The hotel'...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.37" OriginalAmount="222.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445696913643" Longitude="-3.6729368196434" StarRating="3" HotelCode="311317|226143|Bed &amp; Breakfast" HotelName="Aparthotel AHM Marcenado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Bar,Currency Exchange,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Marcenado 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/b9/3db91cdbdfa194c9b4c09b220cbe2fe427294399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a cloakroom, a sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.74" OriginalAmount="224.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3053105077" Longitude="-3.7748256325722" StarRating="3" HotelCode="161637|130229|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid-Leganés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Recomba 11, Parque Industrial La Laguna Leganes, 28914 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/46/db4655647aadba033d44dbe7586ee9f83a8387f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the south of Madrid, close to the Parque Warner theme park, in the La Lagun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.92" OriginalAmount="224.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.443887381631" Longitude="-3.6726863453977" StarRating="3" HotelCode="32147|14453|Bed &amp; Breakfast" HotelName="Sercotel Togumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Canillas 59, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/53/29530c41eb10bdd6bfa35034c22427f2f324e426.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is in a privileged location, just 10 minutes from Madrid Airport, Chamartín t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.66" OriginalAmount="230.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436533" Longitude="-3.621056" StarRating="4" HotelCode="32665|8266|Bed &amp; Breakfast" HotelName="Hotel ILUNION Alcalá Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Romualdo 30, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/6f/a86ffc6c225f214fd83e0a50a11fdb851d060de8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north west of Madrid in the Julian Camarillo and near Alcala Street. Th...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.04" OriginalAmount="234.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435541702625" Longitude="-3.6638304024467" StarRating="4" HotelCode="32777|4463|Bed &amp; Breakfast" HotelName="NH Madrid Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Biarritz 2, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5e/965e4e662c787c61283699c7c167e3f2613bb676.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located near the Las Vegas bullfighting ring. It is also conveniently si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.13" OriginalAmount="236.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416024506087" Longitude="-3.7017413220092" StarRating="2" HotelCode="113300|197090|Bed &amp; Breakfast" HotelName="Hostal Matheu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Victoria 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/ac/c9aca30ad043461a7fa92c84e19451b6a037b70c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.38" OriginalAmount="236.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421909" Longitude="-3.706562" StarRating="3" HotelCode="14197|137377|Bed &amp; Breakfast" HotelName="Hotel Los Condes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Los Libreros 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d7/cad76a6733aa1001dd82346816e32475f7007580.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent situation in the very heart of the centre of Madrid, only some 20 m f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.93" OriginalAmount="236.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423175055175" Longitude="-3.7057760947046" StarRating="2" HotelCode="143541|213036|Bed &amp; Breakfast" HotelName="Hotel Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pizarro 16, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f8/cdf8a045a1d1bbb25e849c5fdc1fb70211724dc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="245.32" OriginalAmount="238.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418727950848" Longitude="-3.7039522826672" StarRating="4" HotelCode="62490|74903|Bed &amp; Breakfast" HotelName="Liabeny" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Salud 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/14485c18b6af3b3f25a8aab1d0792e173708a216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right in the centre of Madrid between Gran Vía, Plaza del Callao and Puerta del Sol....</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.04" OriginalAmount="238.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419308953948" Longitude="-3.7030295631599" StarRating="3" HotelCode="61928|73799|Bed &amp; Breakfast" HotelName="Anaco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tres Cruces, 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/08/8d0803cc45a98fef2f1e4f504350d3b7e89dc93a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Plaza del Carmen, right in the heart of Madrid. From here guests can rea...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.98" OriginalAmount="239.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.444416641378" Longitude="-3.6554197643918" StarRating="3" HotelCode="38298|26620|Bed &amp; Breakfast" HotelName="Travelodge Madrid Torrelaguna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Torrelaguna 69, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/e8/c3e89468aee6bd8bccb48bbcdb808ce96f9f8984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the region's main business district. There is a link to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="249.35" OriginalAmount="242.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449151358313" Longitude="-3.576779682209" StarRating="4" HotelCode="130495|113657|Bed &amp; Breakfast" HotelName="Hotel Nuevo Boston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 332, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/0e/380e91ecc5ea182c89842fb191518f2af6af4544.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barajas Airport Business Centre. The airport itself is just 1 km away. The p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="250.30" OriginalAmount="243.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431114825251" Longitude="-3.6874164640903" StarRating="4" HotelCode="30878|4482|Bed &amp; Breakfast" HotelName="Serrano by Silken" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marques De Villamejor 8, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f5/6ef50ebb44f99e9baed1046343cf3a861ba229cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel lies in the Salamanca district, a very exclusive area of Madrid, between the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="251.11" OriginalAmount="243.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419734667353" Longitude="-3.7043049931526" StarRating="3" HotelCode="30558|3020|Bed &amp; Breakfast" HotelName="Hotel Regente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesonero Romanos 9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c8/20c8b4c5898d063ffdc49d96e0439b20ca46b54f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Madrid, only a stone's throw from the Gran Via. It is close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.37" OriginalAmount="245.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447388917667" Longitude="-3.5803155423279" StarRating="3" HotelCode="899437|112877|Bed &amp; Breakfast" HotelName="Aparthotel Compostela Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Village,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zambrana 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/13/b51372a290f98835fe8bfecb9fdaa0740d69a789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel provides easy access to the M21, M22, M40 and A2 motorways, as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="257.78" OriginalAmount="250.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427936905493" Longitude="-3.5606646537781" StarRating="3" HotelCode="37048|22904|Bed &amp; Breakfast" HotelName="NH Villa de Coslada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Constitución, 75, 28820 Coslada, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/zz/6fad466b171dc860fcfc0f6ee9973e1a588af07e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the new residential area of Coslada between the industrial park and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.97" OriginalAmount="252.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447616636597" Longitude="-3.655298659824" StarRating="4" HotelCode="98191|103640|Bed &amp; Breakfast" HotelName="Hotel ILUNION Atrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Emilio Vargas 3 y 5, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/40/50409639c3b56138a0a2c349b058c209961180f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in one of the best residential zones in Madrid, the hotel has direct access to the M-30. The...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.22" OriginalAmount="252.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44774" Longitude="-3.669104" StarRating="4" HotelCode="24896|4690|Bed &amp; Breakfast" HotelName="Hotel ILUNION Suites Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 143, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/e2/e5e2f2aa0e092b549d3d207dafbca543804c35c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid, close to a...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="264.52" OriginalAmount="256.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458602522733" Longitude="-3.6952221607479" StarRating="3" HotelCode="59808|76270|Bed &amp; Breakfast" HotelName="Senator Castellana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Julián Besteiro, 37, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/89/e38984ac12005f87d5c63a7f24821d54a662e08a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, in the best commercial and business area, next to Plaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.28" OriginalAmount="257.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420381706802" Longitude="-3.6992629818972" StarRating="3" HotelCode="36944|22437|Bed &amp; Breakfast" HotelName="San Lorenzo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Clavel 8, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/02/da02c6fe4c3da64e250b22e40740f87761406f96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the city close to the Gran Via, one of the largest shopping d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.30" OriginalAmount="258.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418823798651" Longitude="-3.7093595509261" StarRating="2" HotelCode="57790|60059|Bed &amp; Breakfast" HotelName="Room Mate Mario" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Campomanes 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/90/f790cf488911b287a108eedcd8f8bf96d5c95b6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city centre of Madrid. Access to public transport, as well...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.40" OriginalAmount="259.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.498234570408" Longitude="-3.6646270751953" StarRating="4" HotelCode="88640|111753|Bed &amp; Breakfast" HotelName="NH Madrid Las Tablas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Burgos 131, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cc/4dcc3e8734580697e808a0f17613c8ae3453f345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the north of Madrid, next to the Las Tablas and Sanchinar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.27" OriginalAmount="260.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41973075282" Longitude="-3.704108603769" StarRating="3" HotelCode="29799|5271|Bed &amp; Breakfast" HotelName="Avenida Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesoneros Romanos 14, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/51/e551f8a8c48abf81eb5fa3da3a333cac8ed12f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This straightforward hotel enjoys a splendid location. Madrid's countless shops and cultural venues ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.01" OriginalAmount="263.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436054" Longitude="-3.679347" StarRating="4" HotelCode="178195|161481|Bed &amp; Breakfast" HotelName="Dormirdcine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Príncipe de Vergara, 87, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/76/937640995f31c98b1e25e91ef851d579929d8053.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the central Salamanca district (2.5 km from the centre), very close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="272.51" OriginalAmount="264.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470975" Longitude="-3.579981" StarRating="4" HotelCode="37965|26196|Bed &amp; Breakfast" HotelName="Clement Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General, 43, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2b/f82bae27e6574dfaf6d898fe684572ce1cd0f73b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from a park and about 12 km from the city centre. Links to the publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="273.96" OriginalAmount="265.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441348026217" Longitude="-3.6575652675285" StarRating="4" HotelCode="15313|16899|Bed &amp; Breakfast" HotelName="Novotel Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Esquina Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c7/dac74f5e23727e9db32105d1b08f726847820c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of one of the major residential and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.44" OriginalAmount="266.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423884561043" Longitude="-3.7058645731178" StarRating="3" HotelCode="113294|107317|Bed &amp; Breakfast" HotelName="Hotel Abalu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pez 19, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bd/42bd200aae0f7e454f2c00692011c3f77884793c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are set in the heart of Madrid, just a short walk away from Plaza España. Noviciado m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="277.73" OriginalAmount="269.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.408201" Longitude="-3.70079217" StarRating="1" HotelCode="709734|887933|Bed &amp; Breakfast" HotelName="Ibis Budget Madrid Centro Lavapies" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Valencia 8-10, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5b/005bea14b55dec053d36491bd4f3756bb265bb70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.07" OriginalAmount="269.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.440662401072" Longitude="-3.670056679436" StarRating="5" HotelCode="56983|39121|Bed &amp; Breakfast" HotelName="Hotel Puerta América" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de América 41, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/9c/659cc0864b7dee0c0f21cd44877ce6ed63576fc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Avd. de América, just 5 min away from the exclusive quarter of Salamanca (b...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.10" OriginalAmount="270.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.473089486686" Longitude="-3.5853624343872" StarRating="4" HotelCode="113312|185314|Bed &amp; Breakfast" HotelName="täCH Madrid Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Timon 35, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185314/185314a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.92" OriginalAmount="270.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416260512445" Longitude="-3.7013848513596" StarRating="3" HotelCode="147256|197995|Bed &amp; Breakfast" HotelName="El Pasaje" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pozo 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a9/4fa9fec501552ad81a0bd8f584f960e2393a3f41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.05" OriginalAmount="270.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428560097144" Longitude="-3.6943137198631" StarRating="2" HotelCode="100840|183409|Bed &amp; Breakfast" HotelName="BlueSense Almagro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Almagro 10, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/2d/252d513a34b67aedcdb07329e52d976cdeb26f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.19" OriginalAmount="271.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420715844095" Longitude="-3.7069496512413" StarRating="3" HotelCode="18768|129985|Bed &amp; Breakfast" HotelName="Room Mate Macarena - Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 43, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a3/4aa3380932ad4f1d430728f8197c9a0f3059f505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, near to the Gran Via, between the Plaza de Espana and ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.34" OriginalAmount="271.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458646083947" Longitude="-3.5823985934257" StarRating="4" HotelCode="29260|3204|Bed &amp; Breakfast" HotelName="Senator Barajas Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 27, Next to Adolfo Suárez Madrid-Barajas Airport and IFEMA, Barajas, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d720dcddfec7543958d5cf370fccf4afb4be9dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located approximately 1 km from Madrid Barajas Airport. It offers an exclusive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="280.57" OriginalAmount="272.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4283894" Longitude="-3.6711832999999" StarRating="3" HotelCode="300883|365806|Bed &amp; Breakfast" HotelName="Neo Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Don Ramón de la Cruz 94, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/64/6e64e957b87a6e7cb45d9a46531a20ac570a5bd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Madrid, 200 m away from the nearest metro station (Manuel Becerra).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="281.42" OriginalAmount="273.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.434891818409" Longitude="-3.6850864245062" StarRating="2" HotelCode="101132|183349|Bed &amp; Breakfast" HotelName="BlueSense Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diego de León 10, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/85/408532fb654c6aaa3f0c04126c73adf422604168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="284.61" OriginalAmount="276.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431877" Longitude="-3.673618" StarRating="4" HotelCode="19506|4928|Bed &amp; Breakfast" HotelName="Zenit Abeba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alcántara 63, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/69/cd691bd277fd3803689fd80761c97017200ca7ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Madrid's leisure area just a few metres from the city centre and its l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.33" OriginalAmount="277.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406225" Longitude="-3.71221" StarRating="3" HotelCode="16252|1237|Bed &amp; Breakfast" HotelName="Puerta de Toledo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Glorieta Puerta de Toledo 4, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/69/1769a5b322545c05546b4496955491621e7af9ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally located in the historical centre of Madrid, near the Real Palace an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.63" OriginalAmount="279.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.394154" Longitude="-3.707749" StarRating="4" HotelCode="30654|3517|Bed &amp; Breakfast" HotelName="Hotel Praga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Lopez 65, 28019 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/56/aa560c0be87d61d8a18b9bd43d912d34fdc1e92c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located close to the M-30 ring road, and the centre of Madrid is arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.39" OriginalAmount="287.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.488138" Longitude="-3.668268" StarRating="4" HotelCode="409988|91856|Bed &amp; Breakfast" HotelName="Occidental Castellana Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Manoteras 20, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/ea/7dea448b3404868641d054e28bd98ea3381b03a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in a development area on Castellana Avenue. It is just 10 minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.80" OriginalAmount="291.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39884" Longitude="-3.670116" StarRating="3" HotelCode="37050|22939|Bed &amp; Breakfast" HotelName="NH Madrid Sur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Ciudad de Barcelona, 113, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/d8/6fd87d1122b42e0428ea7b25d5c311a64851082a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, within paces of the bus station and the southern junct...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="300.16" OriginalAmount="291.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447490084209" Longitude="-3.5830351878357" StarRating="4" HotelCode="900431|123223|Bed &amp; Breakfast" HotelName="Axor Feria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/50/bf5078ad42c0a5d4469a0ba7e0bf4fa66ec4d204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a residential and business area, 10 minutes from IFEMA exhibition centre, Co...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="303.41" OriginalAmount="294.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41634376863" Longitude="-3.7017134257603" StarRating="3" HotelCode="69539|85237|Bed &amp; Breakfast" HotelName="Victoria IV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle De La Victoria 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/314c0a5aa5fa454eafa34ddd44467b4f.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Puerta del Sol, close to museums of world fame such as the Prado Museum...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="306.85" OriginalAmount="297.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447922736474" Longitude="-3.5829699039459" StarRating="4" HotelCode="900430|123224|Bed &amp; Breakfast" HotelName="Axor Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5e/565e92719307b138ac28fcc93c91c1ceadbb17a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located 5 minutes from IFEMA Exhibition Centre, the Congress Palace and J...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.27" OriginalAmount="300.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430608432797" Longitude="-3.6642296922241" StarRating="2" HotelCode="207386|228454|Bed &amp; Breakfast" HotelName="Hotel ibis Madrid Centro las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julio Camba 1, Esquina Alcala, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/9b/2c9b3c69b9150d1721cad4c81dd89453055810a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.39" OriginalAmount="300.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423064" Longitude="-3.707663" StarRating="3" HotelCode="23027|1231|Bed &amp; Breakfast" HotelName="Sterling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 29-31, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b6/0db6cec23ff9f4ca53af13a0bbfc531784189c6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Madrid, close to the Gran Via and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.53" OriginalAmount="300.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406248" Longitude="-3.669354" StarRating="4" HotelCode="82895|191721|Bed &amp; Breakfast" HotelName="Claridge Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde de Casal 6, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/9b/d59b2e5b07ad150abf35d67f8a752929d7b1575e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.67" OriginalAmount="301.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432045" Longitude="-3.69935" StarRating="4" HotelCode="161633|132446|Bed &amp; Breakfast" HotelName="Hotel Agora Juan de Austria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan de Austria 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/3d/d83ddc327c91f1656243d35ff6aafdc08a712fa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel is located in the city of Madrid, at the heart of the historic neighbourhood of ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.96" OriginalAmount="301.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425258443904" Longitude="-3.7001618914016" StarRating="0" HotelCode="749943|644929|Bed &amp; Breakfast" HotelName="Bastardo Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Laundry,Parking,Restaurant,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>San Mateo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e1/ede16d21d600054a92fe56c21b244a8cc8107f86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;bastard:
From fr. ant. bastart.
1. adj. That degenerates from its origin or nature.

A journey does ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.77" OriginalAmount="303.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.555316" Longitude="-3.609999" StarRating="2" HotelCode="39335|7942|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid-San Sebastian d/l Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De Los Pirineos S/N, 28700 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0e/8e0e7cf0501ac7ea09a621455dc3e9c07feb6fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in heart of one of the most important business areas, and is located 15 km to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.06" OriginalAmount="303.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420449890709" Longitude="-3.7045789430846" StarRating="4" HotelCode="35572|4798|Bed &amp; Breakfast" HotelName="Hotel Atlántico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 38, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/45/334515419dcae1e58ae1ad6f62dc6bbdcab45f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a wonderful town house, which is crowned with a dome. It is situated in the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.45" OriginalAmount="304.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421084419798" Longitude="-3.7147602438927" StarRating="3" HotelCode="16258|7976|Bed &amp; Breakfast" HotelName="Principe Pio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cueste de San Vicente 14, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/8a/798ac490034a63eb0befb17e88c66239bcaf494c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies just a few minutes from the centre of Madrid where guests will discover m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.62" OriginalAmount="304.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469157548393" Longitude="-3.581001162529" StarRating="4" HotelCode="29474|4712|Bed &amp; Breakfast" HotelName="TRYP Madrid Alameda Aeropuerto Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 100, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/a0/21a03fe7a14b0fb683d3afb2f420f485eedc34a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a district close to Madrid Barajas airport. The hotel offers an exclusive c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.58" OriginalAmount="306.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419830641568" Longitude="-3.7012660503388" StarRating="4" HotelCode="30862|4435|Bed &amp; Breakfast" HotelName="NH Collection Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 21, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/35/2835d2759134b280fcdc9d65985b1b26bed539af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid, close to a wide selection of shopping and en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.77" OriginalAmount="306.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421476" Longitude="-3.721681" StarRating="3" HotelCode="212800|181474|Bed &amp; Breakfast" HotelName="Hotel Acta Madfor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de La Florida 13, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/66/8f667c74e208871dc3068d0db8b43dc2d7ad705c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.10" OriginalAmount="310.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42243262" Longitude="-3.70010823" StarRating="3" HotelCode="447285|436719|Bed &amp; Breakfast" HotelName="Madrid SmartRentals Chueca II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Perez Galdos 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436719/436719a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.44" OriginalAmount="311.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414515560127" Longitude="-3.7001119705697" StarRating="3" HotelCode="57792|60180|Bed &amp; Breakfast" HotelName="Room Mate Alicia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 2, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/90/b090770d907be1ccc229dde75b3f4a7db6af7369.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Barrio de las Letras, on Santa Ana square and close to the mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.55" OriginalAmount="311.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4649744" Longitude="-3.7861544" StarRating="4" HotelCode="310418|4241|Bed &amp; Breakfast" HotelName="Aravaca Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camino De La Zarzuela 23, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a4/b1a4e76c14c35c59c4594463f035854ccccb92cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist centre of Aravaca (Madrid) just a few minutes from the city cen...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="322.49" OriginalAmount="313.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441356568355" Longitude="-3.6575128373649" StarRating="4" HotelCode="968815|712971|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6c/1a6c95a7c48e5664d6d8e1f743fef1bdb993d241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="327.13" OriginalAmount="317.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420037904714" Longitude="-3.7002833135004" StarRating="4" HotelCode="20339|1875|Bed &amp; Breakfast" HotelName="H10 Villa de la Reina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 22, Madrid Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/ac/11ac8aef870a4d29fc9bf72cc41b5f44bb1f7c3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Madrid, this luxurious hotel is surrounded by restaurants, numerous pubs and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="332.40" OriginalAmount="322.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4199155" Longitude="-3.70746933" StarRating="4" HotelCode="943732|658509|Bed &amp; Breakfast" HotelName="The First One Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle dePreciados 44, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/8f/048fc98d1767616b2c74879593552061d77e70aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="337.94" OriginalAmount="328.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469588" Longitude="-3.582171" StarRating="4" HotelCode="29258|3600|Bed &amp; Breakfast" HotelName="Meliá Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 305, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/6a/bb6a98ece4b789d67f79c1c304c81b1f98dfd870.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location close to Madrid Barajas airport, the convention centres and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.72" OriginalAmount="332.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.424787391489" Longitude="-3.7150596483374" StarRating="3" HotelCode="66749|82693|Bed &amp; Breakfast" HotelName="Suites Viena Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Álvarez Mendizábal 17, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/53/f2538fff6337f24d2a6fb2d6ce2e3625aa076686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This studio complex is located close to Gran Via, just a few metres from Plaza de España and Palacio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.79" OriginalAmount="332.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470800134942" Longitude="-3.7687879800796" StarRating="4" HotelCode="36966|22769|Bed &amp; Breakfast" HotelName="Eurostars Zarzuela Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Dario Aparicio 32, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7b/ce7b3ef3edb6d7c2f27744a8c4e7b4611979b3fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the northern district of Madrid. Wonderful gardens surround the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="345.10" OriginalAmount="335.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413698" Longitude="-3.70362" StarRating="3" HotelCode="36938|17839|Bed &amp; Breakfast" HotelName="Hotel Cortezo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Doctor Cortezo 3, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/2a/162a5fe8418e2177d749a82fead20e896b9f37e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel in the heart of Madrid is only a few metres from the Puerta del Sol, the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.09" OriginalAmount="336.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421455" Longitude="-3.708134" StarRating="4" HotelCode="12124|569|Bed &amp; Breakfast" HotelName="Emperador" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grán Via 53, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/56/c356d146eef5f3596c7fcd5e063d52be9577331d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is popular for its central location in the heart of Madrid, on the famous Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.93" OriginalAmount="336.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420619" Longitude="-3.708516" StarRating="4" HotelCode="17616|127785|Bed &amp; Breakfast" HotelName="Hotel Santo Domingo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98b989d71d050584e06916b1fb52e869006e31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, only a 3-minute walk from Gran Via and the city’s main ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="347.93" OriginalAmount="337.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406924" Longitude="-3.683148" StarRating="4" HotelCode="30186|570|Bed &amp; Breakfast" HotelName="Agumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Reina Cristina 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ef/97ef11ed01c50ed47f4d15613b04b7d6cae68f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys a wonderful central position at the heart of Madrid. Situated on the Reina...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.02" OriginalAmount="341.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.402598163242" Longitude="-3.7115734470481" StarRating="3" HotelCode="32044|9711|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Piramides" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Acacias 40, 28005 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/d1/23d1f0fa674d7a8ec3327f8faa79cb12bf3f30e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, friendly and luminous, is just a few metres from the Madrid Flea Market (El Rastro) and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.17" OriginalAmount="341.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.554545259398" Longitude="-3.9002323150635" StarRating="4" HotelCode="99103|14976|Bed &amp; Breakfast" HotelName="Exe Gran Hotel Almenar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jaraiz 1, 28290 Las Rozas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/74/d974f77848316619addb83b590bf6d46b27ad388.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel lies opposite Las Matas train station, close to Parque Empresarial de Las Rozas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.04" OriginalAmount="342.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4202" Longitude="-3.701162" StarRating="3" HotelCode="27901|4285|Bed &amp; Breakfast" HotelName="Petit Palace Chueca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hortaleza 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3c/0d3ce095c14861d561f1b9e37d648c55615def3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively Chueca neighbourhood, close to the Gran Via, and it is the ideal ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.57" OriginalAmount="343.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452915204396" Longitude="-3.61323595047" StarRating="4" HotelCode="51894|4391|Bed &amp; Breakfast" HotelName="Hotel Osuna Feria Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis de la Mata 18, Madrid 28042</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/9d/3a9de01571d1df7cc3922e0b307f69e3af8e8a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies next to a quiet garden. With the free shuttle service, guests will quickly and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.74" OriginalAmount="343.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.467490435003" Longitude="-3.6900544166565" StarRating="4" HotelCode="46623|9649|Bed &amp; Breakfast" HotelName="Hotel Exe Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 191, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/80/b2802a570b620afbee64ff9dbbbf4a2a171897e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location in the business district in the heart of the Paseo de la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.17" OriginalAmount="346.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.489678" Longitude="-3.688078" StarRating="4" HotelCode="82889|155929|Bed &amp; Breakfast" HotelName="Villamadrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Xaudaró, 2, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/e7/e6e7276ea9f77cb89dbcd885eb3df95c273eac76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in one of Madrid's business areas at the end of Paseo de la Castellan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.51" OriginalAmount="347.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417319315597" Longitude="-3.706523364418" StarRating="3" HotelCode="326489|5281|Bed &amp; Breakfast" HotelName="Petit Palace Ópera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 16, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a492c8911e264433a5f6fabfa82a3b77491fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the city, close to the King's Palace and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.73" OriginalAmount="347.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406266289724" Longitude="-3.7217527627945" StarRating="4" HotelCode="171005|142445|Bed &amp; Breakfast" HotelName="NH Madrid Ribera del Manzanares" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Virgen del Puerto 57, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/9e/d59e2ae32977b3a7a264879a36d69c1a81aa5b1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Madrid, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.89" OriginalAmount="347.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430666489624" Longitude="-3.7169702663508" StarRating="3" HotelCode="31101|4468|Bed &amp; Breakfast" HotelName="Hotel T3 Tirol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Urquijo 4, 28008 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/97/b7970c0e51e3a27548c34ba7a4ae7ae4dc45dc49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is located in the tourist centre of Madrid. The surrounding area is full of exciting...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="361.24" OriginalAmount="350.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.456854" Longitude="-3.647615" StarRating="4" HotelCode="30679|3588|Bed &amp; Breakfast" HotelName="Zenit Conde Orgaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Moscatelar 24, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/38/5e385f10fae57b649b4cfd4393d463af8f193e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated close to the Juan Carlos I trade centre and the congress cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.69" OriginalAmount="352.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469799969984" Longitude="-3.5808435759633" StarRating="2" HotelCode="113308|228447|Bed &amp; Breakfast" HotelName="ibis Madrid Aeropuerto Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General 49, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6c/046c53f5bb60af45a6d6287f04db1c88e243ad8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1 km from Madrid-Barajas Airport and IFEMA Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.25" OriginalAmount="352.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435156170903" Longitude="-3.6765334010124" StarRating="3" HotelCode="76561|145407|Bed &amp; Breakfast" HotelName="VP El Madroño" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle General Díaz Porlier 101, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ff/fcff34a82f5f9ef5a838a50ad12d4bb6b75c0c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in the Salamanca area of Madrid, within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="368.67" OriginalAmount="357.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41366544" Longitude="-3.70038516" StarRating="4" HotelCode="960771|663164|Bed &amp; Breakfast" HotelName="Room Mate Alba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Huertas 16, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/70/9b70c48ee2843a7924bf1bd65f268f7123c6f18f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.28" OriginalAmount="359.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411819" Longitude="-3.697824" StarRating="4" HotelCode="172000|152135|Bed &amp; Breakfast" HotelName="Catalonia Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 81, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/21/6121a963267cce891b78d4d34cad6f37540e4b41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, in the Triangle of Art, which is home to the most visit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.80" OriginalAmount="360.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420901748178" Longitude="-3.7083299766865" StarRating="4" HotelCode="59394|66662|Bed &amp; Breakfast" HotelName="Petit Palace Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de San Bernardo 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/78/3e78e6e80e88dceaadc921a94a4767dd2576fe52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Madrid. Guests are conveniently located close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="371.16" OriginalAmount="360.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417029" Longitude="-3.705226" StarRating="3" HotelCode="35373|14978|Bed &amp; Breakfast" HotelName="Petit Palace Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/97/749754e17d1d84aefd6dd7528c9969aca2820ef1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historic and tourist centre of Madrid near to the Puerto del Sol (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="371.30" OriginalAmount="360.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419473800577" Longitude="-3.699099496007" StarRating="4" HotelCode="12770|924|Bed &amp; Breakfast" HotelName="Catalonia Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 7-9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/3b/e93b08c76d0497b325d9e61664f6b3869c656d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the historical centre of Madrid and offers an ideal atmosphere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="372.66" OriginalAmount="361.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432122377193" Longitude="-3.6565107107162" StarRating="4" HotelCode="31879|9712|Bed &amp; Breakfast" HotelName="Rafaelhoteles Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 269, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1f/7d1fc715acc1658ddc1bb9740e0d750801e8c95b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting and friendly hotel is located in the popular shopping street of Alcalá and fits seamle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="372.97" OriginalAmount="362.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418617680782" Longitude="-3.706713616848" StarRating="4" HotelCode="23667|3549|Bed &amp; Breakfast" HotelName="Intur Palacio San Martín" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de San Martín 5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/37/7d370daf1f5fdb442081c3e07f167b6870ae6398.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a classical building from the 1900's and lies at the heart of Madrid, only paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.09" OriginalAmount="363.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.475140876872" Longitude="-3.7430022444644" StarRating="4" HotelCode="30843|4390|Bed &amp; Breakfast" HotelName="Hotel Eurostars Monte Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arroyofresno 17, 28035 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d6/b1d6b05ce616b5711eb364b11ebade088e0e106f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the leisure district of Puerta de Hierro, roughly a 15-minute drive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.35" OriginalAmount="363.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413123" Longitude="-3.700828" StarRating="4" HotelCode="172083|152134|Bed &amp; Breakfast" HotelName="Catalonia Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 36, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c8/74c8c9a4273d0e5a78af7a3c01bea457514483ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a building dating back to the early twentieth century, part of the historic ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.60" OriginalAmount="363.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429192" Longitude="-3.688444" StarRating="4" HotelCode="38261|29283|Bed &amp; Breakfast" HotelName="Petit Palace President Castellana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Villamagna 4, esquina Paseo de la Castellana 20, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/80/c4/80c48fce4deab0399eff062170c4d969923006e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along a main road in the commercial district of Madrid, close to the Paseo de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.89" OriginalAmount="363.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417011" Longitude="-3.700014" StarRating="4" HotelCode="29475|9521|Bed &amp; Breakfast" HotelName="Quatro Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sevilla 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/b3/14b3e32c78a3fb9770eba36465ced5e758833471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the historical centre of Madrid, just minutes fro...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.94" OriginalAmount="364.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416000360547" Longitude="-3.7090604487198" StarRating="4" HotelCode="87683|100198|Bed &amp; Breakfast" HotelName="Petit Palace Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mayor 46, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/42/4f421af60782dc754ab4d6f09aa70ede93f8dd41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the only hotel located on the main street, at the principal entrance to the Plaza Mayor. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="376.22" OriginalAmount="365.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429152670491" Longitude="-3.7167762183437" StarRating="3" HotelCode="15041|9643|Bed &amp; Breakfast" HotelName="Aparto Suites Muralto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buen Suceso 3, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/bf/4abfb92e1f0cf1fa3c0ef24a57d973d77cb2c1a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming apartment hotel is centrally located in a quiet district of Madrid. El Corte Inglés, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.88" OriginalAmount="367.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415691556536" Longitude="-3.7057562678102" StarRating="4" HotelCode="38260|29281|Bed &amp; Breakfast" HotelName="Petit Palace Posada del Peine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Postas 17, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3b/723b22a337278162159d6da19fe00d4b97f59c13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historical centre of Madrid, close to the Plaza Mayor and within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="379.70" OriginalAmount="368.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447551" Longitude="-3.628123" StarRating="4" HotelCode="7854|4021|Bed &amp; Breakfast" HotelName="Meliá Avenida América" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Juan Ignacio Luca de Tena 36, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/07/4807d72e88d320af37a053bba8972f136be70f09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the harbour and Castellana Avenue, close to the trade fairground. A se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="379.92" OriginalAmount="368.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418862725128" Longitude="-3.7027251720428" StarRating="4" HotelCode="57593|57473|Bed &amp; Breakfast" HotelName="Petit Palace Plaza del Carmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Carmen 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/60/a260e7dd75a552d8fb6b0586c5d6ff3e9b27a3b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid on the Plaza del Carmen. It has a good location between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.13" OriginalAmount="369.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420578986557" Longitude="-3.7028793993883" StarRating="3" HotelCode="35356|14979|Bed &amp; Breakfast" HotelName="Petit Palace Triball" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gonzalo Jimenez de Quesada 2, Esquina con Calle Gran Vía 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/32/bb325bd5c92e4fb9e9646335e5168b9a3de77902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is housed in an impressive 19th century building that is located in the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.70" OriginalAmount="369.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425259" Longitude="-3.682138" StarRating="4" HotelCode="38262|29289|Bed &amp; Breakfast" HotelName="Catalonia Goya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Goya 49, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/8d/418ddba6041ee8f5a1fe52ba3ab6da08c9950dea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the "Calle Goya", in the elegant Salamanca quarter. Here guests will find al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="381.37" OriginalAmount="370.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418183" Longitude="-3.704311" StarRating="3" HotelCode="14178|3151|Bed &amp; Breakfast" HotelName="Petit Palace Preciados" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Galdo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d1/5cd13e53f1e5c3af9001c3aefa834ad81d210a6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in the heart of Madrid, only minutes from Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="381.37" OriginalAmount="370.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438455215158" Longitude="-3.7009871006012" StarRating="3" HotelCode="7859|5366|Bed &amp; Breakfast" HotelName="TRYP Madrid Chamberí Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle José Abascal 8, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/e3/f0e396becb6867e8a52c4bb5500760c6e6713ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the leisure district of Chamberi in Madrid and lies just a few minutes walk...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.19" OriginalAmount="373.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413884065705" Longitude="-3.6944854259491" StarRating="4" HotelCode="14182|4222|Bed &amp; Breakfast" HotelName="Mercure Madrid Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lope de Vega 49, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/e7/7de7feb733ff31c96f41ba9fe95bace878ae9bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Madrid, in the middle of the famous Golden Triang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.85" OriginalAmount="374.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439629936567" Longitude="-3.698257991061" StarRating="3" HotelCode="53738|22938|Bed &amp; Breakfast" HotelName="NH Madrid Chamberí" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bretón de los Herreros 29, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bc/32bc0170527d86103fd314ebb75ffe410c88ae0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Nuevos Ministerios district of the city of Madrid. The Paseo de la Cast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="386.21" OriginalAmount="374.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419343" Longitude="-3.702784" StarRating="3" HotelCode="56985|54285|Bed &amp; Breakfast" HotelName="Petit Palace Tres Cruces" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Tres Cruces, 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ee/bfee45a57eee365ce8192046ff50735fa349c22f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Tres Cruces street, on the corner of the completely renovated Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.31" OriginalAmount="382.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413945" Longitude="-3.702857" StarRating="4" HotelCode="26838|3550|Bed &amp; Breakfast" HotelName="Catalonia Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 23, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/15/ce15a9c427d18380a1b8a788539d8f53a29951ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This smart luxury hotel is centrally located in Madrid's golden triangle, between the Old Town and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.82" OriginalAmount="383.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414830611147" Longitude="-3.6989767849445" StarRating="3" HotelCode="13095|2856|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Callo Prado 11, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/d7/d1d7bac26dc95103b5359627b0b060dc012b4f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly city hotel is located in the centre of Madrid, close to the Puerta del Sol and the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="397.49" OriginalAmount="385.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418581672664" Longitude="-3.7071949361763" StarRating="3" HotelCode="59567|66661|Bed &amp; Breakfast" HotelName="Room Mate Laura" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Travesía de Trujillos 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77126/a_77126_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Plaza de las Descalzas Reales, only about 30 m from the Plaza Mayor, th...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="399.82" OriginalAmount="388.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447842" Longitude="-3.636193" StarRating="4" HotelCode="29286|9648|Bed &amp; Breakfast" HotelName="Silken Puerta Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Rizzi No 5, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/b0/0cb050acf7f1521e541d3c5bc14007d079567e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is just 5 minutes on foot from the Juan Carlos I exhibition centre. The vibrant c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="401.16" OriginalAmount="389.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.401434123929" Longitude="-3.6871683587262" StarRating="4" HotelCode="16438|3988|Bed &amp; Breakfast" HotelName="Rafaelhoteles Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mendez Álvaro 30, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bf/d3bfe5a4bf9ce69a007b759e9fc72f3b234ba8bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Madrid, a few minutes from the Méndez Álvaro train, unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="404.39" OriginalAmount="392.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411321657713" Longitude="-3.693164302701" StarRating="2" HotelCode="322524|178287|Bed &amp; Breakfast" HotelName="Hotel Mora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 32, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079d4f30efab395320ad4992313ca9df4793cb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated on the Paseo del Prado in Madrid, 400 meters from the Reina Sofia Museum and A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.27" OriginalAmount="394.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439311810137" Longitude="-3.6317432711639" StarRating="4" HotelCode="31103|4484|Bed &amp; Breakfast" HotelName="Elba Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 476, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c49f54179f59386631cb3a520ab9ed10b09ffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of Madrid, only minutes from the airport and the city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.88" OriginalAmount="395.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416666" Longitude="-3.691007" StarRating="4" HotelCode="189352|175099|Bed &amp; Breakfast" HotelName="Petit Palace Lealtad Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Maura 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/f4/d6f42e45a4277f989d9768ec6e2b27cf21127cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an old five-storey building built in the early nineteenth century in the mos...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.93" OriginalAmount="397.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449801" Longitude="-3.698462" StarRating="3" HotelCode="30827|4336|Bed &amp; Breakfast" HotelName="Espahotel Plaza Basílica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comandante Zorita 27-31, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/fd/29fde3de23a59a6fc839c9049f7988e27b6ae33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment complex is centrally located in the Azca district close to the Torre Picasso building....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.03" OriginalAmount="399.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7036330997944" StarRating="3" HotelCode="25010|3966|Bed &amp; Breakfast" HotelName="Petit Palace Cliper Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Chinchilla 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df095671e3bb2b1aa2b3e8bf62eb1b98069cf07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is located at the heart of Madrid, close to the Gran Via and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.23" OriginalAmount="399.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418281" Longitude="-3.699424" StarRating="4" HotelCode="56986|54284|Bed &amp; Breakfast" HotelName="Petit Palace Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Virgen de los Peligros 2, Esquina con Alcalá 23, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/81/5781b7e415db34ea196762c228a26691a9142d67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcalá Street, close to the Puerta del Sol at the heart of the city and wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="412.91" OriginalAmount="400.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428661" Longitude="-3.696228" StarRating="3" HotelCode="12278|22940|Bed &amp; Breakfast" HotelName="NH Madrid Alonso Martínez" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Engracia 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7886fca3f718f85b4a2f9ab29e3a34b2adb8920.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Madrid, this hotel is located close to the Plaza Alonso Martínez, the Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="414.78" OriginalAmount="402.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.491132232763" Longitude="-3.6701121926308" StarRating="4" HotelCode="401834|87080|Bed &amp; Breakfast" HotelName="Exe Madrid Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Martina Díaz 4, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5a/565ab799b21e4a5226dc850a79be989aaac16f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the northern part of Madrid, at the north entrance to the city on the A1 mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="414.78" OriginalAmount="402.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.514788860519" Longitude="-3.6734053126283" StarRating="4" HotelCode="284244|195861|Bed &amp; Breakfast" HotelName="Hotel Dome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera de Fuencarral a Alcobendas km 8, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/eb/99eb0363ce5df8f362fe324fdca0fce796ef9dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.52" OriginalAmount="406.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427447" Longitude="-3.685018" StarRating="3" HotelCode="36579|23108|Bed &amp; Breakfast" HotelName="NH Madrid Lagasca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lagasca 64, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a1/34a1f784e0d1508223a5587a94b5a98dc9c3181f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family friendly, city hotel is located at the heart of the district of Barrios de Salamanca on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.01" OriginalAmount="407.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439012" Longitude="-3.692885" StarRating="3" HotelCode="36868|14905|Bed &amp; Breakfast" HotelName="NH Madrid Zurbano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zurbano 79-81, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6a/ba6a910a7a99cae1836471e72a30d5757c5f2b93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Madrid. It is located only around 100 m from Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.09" OriginalAmount="407.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414634566568" Longitude="-3.694712317791" StarRating="4" HotelCode="31862|96878|Bed &amp; Breakfast" HotelName="NH Collection Madrid Paseo del Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cánovas del Castillo 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/59/925966f68033c4b49bb3effc2392e7189e268c09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historic centre of Madrid, in the Golden Triangle of Art, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.25" OriginalAmount="408.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.409922112887" Longitude="-3.6926561594009" StarRating="4" HotelCode="15151|4704|Bed &amp; Breakfast" HotelName="NH Madrid Nacional" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 48, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/57/b4575c5c2cb6b8b45db6ba16707e0d159936a1e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is situated in the centre of the museum areas of Prado, Thyssen and Reina Sofía....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.91" OriginalAmount="408.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4238815" Longitude="-3.7109402" StarRating="4" HotelCode="943558|652185|Bed &amp; Breakfast" HotelName="Riu Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 84, Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/86/db86b416ba4ec890ef86834221ff6bc89fd54004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="423.37" OriginalAmount="411.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455877" Longitude="-3.681848" StarRating="4" HotelCode="51868|4096|Bed &amp; Breakfast" HotelName="NH Madrid Paseo de la Habana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Habana 73, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/6d/1d6dc3762023a712f6e1f627c1e3f316e446183b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid just a few paces from Santiago Bernabeu football stadiu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.79" OriginalAmount="414.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420621913122" Longitude="-3.6990733444691" StarRating="3" HotelCode="69940|86339|Bed &amp; Breakfast" HotelName="Room Mate Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Pedro Zerolo 12, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/da/b0da30829d47e1b8cb98f07d4118ba61bf9dacf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the brightest squares in the centre of Madrid. It is close to Gran V...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.81" OriginalAmount="414.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417807" Longitude="-3.696212" StarRating="4" HotelCode="18002|226440|Bed &amp; Breakfast" HotelName="NH Collection Madrid Suecia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Casa Riera 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/39/70390df089f1ab397d31765d98c61d15479a176d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys an excellent, central location in the tourist centre of Madrid close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="427.11" OriginalAmount="414.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44716138314" Longitude="-3.7057533860207" StarRating="4" HotelCode="113292|133602|Bed &amp; Breakfast" HotelName="VP Jardín Metropolitano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Reina Victoria 12, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d0/e6d04f3018b5f8a6212081167829ab4d23bbca27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Glorieta de Cuatro Caminos and the Paseo de la Castellana, not to mention an infinite number of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="429.06" OriginalAmount="416.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427" Longitude="-3.687348" StarRating="4" HotelCode="37614|25260|Bed &amp; Breakfast" HotelName="ICON Embassy by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Serrano 46, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f2/71f241b1b1641d39874becce315293588e553fc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the business district of Madrid within a short distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="432.31" OriginalAmount="419.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414562067245" Longitude="-3.6994890868664" StarRating="4" HotelCode="58153|59219|Bed &amp; Breakfast" HotelName="Catalonia Las Cortes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 6, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/33/5033308603526509572c5239b63cb8ca55c7576b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, charming hotel lies in Las Letras, the historical centre of Madrid, within a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="433.98" OriginalAmount="421.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407843847351" Longitude="-3.6893584957008" StarRating="3" HotelCode="15152|22903|Bed &amp; Breakfast" HotelName="NH Madrid Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Infanta Isabel 9, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/53/61534566356016a1612ee4baa71c1e53a7c0f17f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Atocha railway station, an AVE (high-speed) station, and in close pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="438.31" OriginalAmount="425.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427514260457" Longitude="-3.6963227391243" StarRating="4" HotelCode="904125|150857|Bed &amp; Breakfast" HotelName="Petit Palace Santa Bárbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Santa Bárbara 10, esquina Plaza Alonso Martínez, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/36/ed36df1ff497ada146b7bf402a862484e62e1812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Plaza de Santa Barbara in the impressive Alonso Martinez area. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="440.55" OriginalAmount="427.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436015652851" Longitude="-3.6817972362042" StarRating="3" HotelCode="29224|3861|Bed &amp; Breakfast" HotelName="NH Madrid Balboa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuñez De Balboa, 112, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2edc3524a70e7028aa98e93c8a86892ab660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the city centre (2 km) where there are many shopping venues, bars and restaurants. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="443.42" OriginalAmount="430.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41411" Longitude="-3.701624" StarRating="5" HotelCode="171805|137745|Bed &amp; Breakfast" HotelName="NH Collection Madrid Palacio de Tepa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Sebastian 2, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b07279fb8d7639d7bd6ff3f44d40eb78e73cef75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="448.85" OriginalAmount="435.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417113" Longitude="-3.689109" StarRating="4" HotelCode="170577|150856|Bed &amp; Breakfast" HotelName="Petit Palace Savoy Alfonso XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 18, Retiro - Puerta de Alcalá, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/be/afbe2d6f949507366be2d036ad1d2a4c1a010a0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Alfonso XII Street in the impressive Retiro district. It is just 300 m away ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="449.97" OriginalAmount="436.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455231" Longitude="-3.694303" StarRating="4" HotelCode="52050|13796|Bed &amp; Breakfast" HotelName="H10 Tribeca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Pedro Teixeira 5, Paseo de la Castellana, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e3/26e397893a04d4d4f894eaf031f6afc3aa309604.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated at the heart of Azca, next to the Palacio de Congressos (cong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="450.02" OriginalAmount="436.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438293941386" Longitude="-3.6951157450676" StarRating="4" HotelCode="49082|4702|Bed &amp; Breakfast" HotelName="NH Collection Madrid Abascal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Jose Abascal 47, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6a/986ac01a13653b7655be8d56f1c83dd1fcedc798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in an architecturally appealing building previously used as an embassy, this hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="457.25" OriginalAmount="443.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41684634" Longitude="-3.697474" StarRating="4" HotelCode="792011|638687|Bed &amp; Breakfast" HotelName="Hotel Soho Boutique Congreso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zorrilla, 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/14/0a14676d3ecccc2ff845f6aad03ee91c8d3cee46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is located in the neighborhood of the Courts, in the historic centre of Madrid, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="459.65" OriginalAmount="446.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.486546679076" Longitude="-3.703472" StarRating="5" HotelCode="57590|53383|Bed &amp; Breakfast" HotelName="Eurostars Suites Mirasierra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alfredo Marquerie 43, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0d/c60d02ad0d6cb78bd520e8b5c91f9f1e8993b5ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid, in a quiet residential area in the north of the city. It lies only ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="460.90" OriginalAmount="447.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458437593352" Longitude="-3.6857713091927" StarRating="4" HotelCode="37295|22941|Bed &amp; Breakfast" HotelName="NH Collection Madrid Eurobuilding" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Padre Damián 23, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/7b/157b891dcf3266eb1abe43cef93fceb588eb50e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of a modern district of Madrid, near the Palacio de Congresos y ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="462.36" OriginalAmount="448.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422139086483" Longitude="-3.7095956504345" StarRating="4" HotelCode="30318|1236|Bed &amp; Breakfast" HotelName="Hotel Mayorazgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Flor Baja 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/54/6e5453b5de4b536039b1988afe937e8daca756c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located on the Gran Via in the heart of Madrid. An abundance of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="464.20" OriginalAmount="450.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425044230148" Longitude="-3.6781405276126" StarRating="4" HotelCode="410223|93771|Bed &amp; Breakfast" HotelName="Vincci Soma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Goya 79, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31eeec907bba8f93dbbce805c0926cac575c487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goya Street in the heart of the Salamanca quarter, where culture, shopping ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="475.07" OriginalAmount="461.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451282385711" Longitude="-3.6937612295151" StarRating="4" HotelCode="30716|3784|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Trias Bertran 4, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/13/0c/130cf7e687836196ed68f6d2cdb7d8a3bc993799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is well positioned at the heart of Madrid's commercial and financial district. Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="481.71" OriginalAmount="467.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407254" Longitude="-3.688255" StarRating="4" HotelCode="439753|555681|Bed &amp; Breakfast" HotelName="Only YOU Hotel Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Infanta Isabel 13, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e4/ade4f5884de7545484bf07959fb7fdc2c845b6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="482.85" OriginalAmount="468.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451610888015" Longitude="-3.5928254059643" StarRating="4" HotelCode="87681|99402|Bed &amp; Breakfast" HotelName="Hotel Maydrit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Piragua 1, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most important business areas in north-east Madrid, Alameda de O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="484.04" OriginalAmount="469.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452168917958" Longitude="-3.5858426269837" StarRating="4" HotelCode="79475|99360|Bed &amp; Breakfast" HotelName="Hilton Madrid Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Hispanidad 2-4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0e/570ece160c7987f31acea8415281e2793cf61be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in Madrid. The establishment lies just 12 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="489.80" OriginalAmount="475.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.47042469013" Longitude="-3.6850842833519" StarRating="4" HotelCode="30469|2560|Bed &amp; Breakfast" HotelName="Barceló Imagine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustin De Foxa 32, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a1/9aa125435c8341715a95652362d23da1b34b2c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located close to the Plaza de Castilla in the north of Madrid and is ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="493.94" OriginalAmount="479.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421527524756" Longitude="-3.6723585426807" StarRating="4" HotelCode="30167|359|Bed &amp; Breakfast" HotelName="Novotel Madrid Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de O'Donnell 53, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/82/6b82346ffd1053f7552e2619e063d51e6b103c3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This glorious luxury hotel is fabulously located in Madrid's tourist and commercial centre, near to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="496.18" OriginalAmount="481.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.433716" Longitude="-3.717507" StarRating="4" HotelCode="262270|189435|Bed &amp; Breakfast" HotelName="Exe Moncloa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arcipreste de Hita 10, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/5f/035fdd6c71601177691e62d83918b04acf775275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="500.86" OriginalAmount="486.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42706372" Longitude="-3.69853998" StarRating="4" HotelCode="317694|425740|Bed &amp; Breakfast" HotelName="Hotel Eurostars Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mejía Lequerica 10, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/1e/ff1ebcd98abbd7fb834a5d4bb0b6764aaef7410e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="500.86" OriginalAmount="486.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.412945" Longitude="-3.703948" StarRating="4" HotelCode="262269|217585|Bed &amp; Breakfast" HotelName="Eurostars Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Doctor Cortezo 10, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/03/fa039541fe11699e51c6dcdcbc87d60c76eb1c0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="502.94" OriginalAmount="488.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436458659446" Longitude="-3.6884585022926" StarRating="4" HotelCode="29177|13804|Bed &amp; Breakfast" HotelName="Barceló Emperatriz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 4, (Junto al Paseo de la Castellana), 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/zz/61ad4cbe72acb336d78395fab62cbd03de8ac578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel lies in the commercial district of Madrid, close to Castellana Street....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="504.99" OriginalAmount="490.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435405238061" Longitude="-3.6854785680771" StarRating="4" HotelCode="7856|2104|Bed &amp; Breakfast" HotelName="Meliá Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Claudio Coello 139, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/5c/f15cc8f0a588e970b84ad6dc738c68442895d0bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of the Salamanca district of the city, this hotel is situated close to the main s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="506.23" OriginalAmount="491.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420103" Longitude="-3.697043" StarRating="4" HotelCode="39199|38479|Bed &amp; Breakfast" HotelName="Lusso Infantas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Infantas 29, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/75/7a75751b9f2f4475472558df775deaa920cb007e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located directly in the historic centre of Madrid close to the Castellana, Paseo ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="517.97" OriginalAmount="502.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445616985322" Longitude="-3.5431729291547" StarRating="3" HotelCode="263672|198277|Bed &amp; Breakfast" HotelName="Hotel TRYP Madrid Airport Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="apartment" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 4-17, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/14/fd1461437e2c217ac5364ff5b3d036150ec49859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="522.20" OriginalAmount="506.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422426934853" Longitude="-3.7088960588608" StarRating="4" HotelCode="67168|84037|Bed &amp; Breakfast" HotelName="Vincci Via 66" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 66, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/b0/44b0016b28107ff69752e3cecb3b19f0f66d399d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the capital, between Plaza España and the Puerta Del Sol....</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="523.44" OriginalAmount="508.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417880500328" Longitude="-3.6998552083969" StarRating="3" HotelCode="16557|17838|Bed &amp; Breakfast" HotelName="Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá, 19, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/36/f736f42f33eedbb8a874590cd9140c2ae98f6b7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid, only a few metres from Puerta del Sol Square. From th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="533.77" OriginalAmount="518.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422328985989" Longitude="-3.6891934275627" StarRating="4" HotelCode="79885|145406|Bed &amp; Breakfast" HotelName="VP Jardín de Recoletos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gil de Santivañes 6, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/e1/c5e122c35bc855257197da1e948cedf857d1da9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A very short walk from this hotel in the heart of the Salamanca district, guests can visit famous la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="538.43" OriginalAmount="522.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421227738788" Longitude="-3.7099462664334" StarRating="4" HotelCode="12267|1225|Bed &amp; Breakfast" HotelName="Eurostars Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/17/e717eed1e070214cfed93dad384e1ecca2b863e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid just a few minutes walk from the royal palace and Plaza...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="541.80" OriginalAmount="526.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411703" Longitude="-3.697576" StarRating="4" HotelCode="326453|2106|Bed &amp; Breakfast" HotelName="TRYP Madrid Atocha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 83, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ea/42eaba93723fa557afc187179877477f76eece74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid and just a few paces from the Museo del Prado...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="543.01" OriginalAmount="527.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423778289617" Longitude="-3.7115444391479" StarRating="5" HotelCode="468809|484301|Bed &amp; Breakfast" HotelName="Barceló Torre de Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 18, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/bc/08bcf8075b2f441905a85bac896824353ce56ebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="543.45" OriginalAmount="527.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415152" Longitude="-3.699136" StarRating="4" HotelCode="82258|186998|Bed &amp; Breakfast" HotelName="Suite Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuel Fernández y González 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6c/be6c376bdafdec47d0e25ac18969f28447149706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="544.94" OriginalAmount="529.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420392190081" Longitude="-3.7041601538658" StarRating="4" HotelCode="19165|851|Bed &amp; Breakfast" HotelName="TRYP Madrid Cibeles Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mesonero Romanos 13, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/63/6163cb5f8ae511ce3048c2b0d8c4b1a90e2951b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated directly on the lively Gran Via, opposite Plaza España...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="554.09" OriginalAmount="537.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418344677281" Longitude="-3.701401196567" StarRating="4" HotelCode="38254|28858|Bed &amp; Breakfast" HotelName="Eurostars Casa de la Lírica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aduana 19, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ff/36ff6f6d5d23480fbece69596fca6e1609f90ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies at the heart of Madrid’s historical district some 13 km from the city airport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="554.87" OriginalAmount="538.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422234036303" Longitude="-3.6811146140099" StarRating="4" HotelCode="36937|6957|Bed &amp; Breakfast" HotelName="H10 Puerta de Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 66, Barrio de Salamanca, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f4/25f457f49502f5ae2f9b2c4022950b98022a9886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the business district of Madrid near the Retiro Park. It is just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="557.43" OriginalAmount="541.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="7855|2102|Bed &amp; Breakfast" HotelName="Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa134052e9356d64e41b1cc45d847b1c25f144.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a few metres from the Paseo de la Castellana and 15 minutes from the airport, the M-40 motor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="560.21" OriginalAmount="543.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4203" Longitude="-3.706591" StarRating="4" HotelCode="29314|1224|Bed &amp; Breakfast" HotelName="Vincci Capitol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/30/44309233c4952e99c29ee9c3194336daf5aa3c18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the city centre of Madrid, close to Puerta del Sol, Plaza Mayo...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="567.93" OriginalAmount="551.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414831632224" Longitude="-3.6983531713486" StarRating="4" HotelCode="39303|47594|Bed &amp; Breakfast" HotelName="Vincci Soho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Prado 18, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/a0/d0a03b7d43b169990c053616c9fcbc618bf56b0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the historic centre of Madrid between Puerta del Sol and Plaza de Cibe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="569.70" OriginalAmount="553.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417608" Longitude="-3.698623" StarRating="4" HotelCode="24549|4668|Bed &amp; Breakfast" HotelName="Vincci Centrum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cedaceros 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b7/e2b74e72537373ff0735a29728f52030b369e1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few paces from the Museo del Prado, various shopping and entertainment ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.78" OriginalAmount="558.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415170064639" Longitude="-3.6967662279098" StarRating="4" HotelCode="446069|554021|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Madrid-Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Agustín 3, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a41bc027649685b/64/649ac71a42fe1a62/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="581.04" OriginalAmount="564.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415528003422" Longitude="-3.6970093846321" StarRating="5" HotelCode="19090|551|Bed &amp; Breakfast" HotelName="Hotel Villa Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/93/639309e2c4b42afeb04c871eb3cc3bcc31c6b439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, on the Plaza de las Cortes, near the Prado. It is part...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="584.82" OriginalAmount="567.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427048" Longitude="-3.71435" StarRating="5" HotelCode="7857|2103|Bed &amp; Breakfast" HotelName="Meliá Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 27, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c4/9fc4050c1c564be7d1622bc0991b41f2ab36d8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated deluxe hotel is in a superb area of Madrid near to the Plaza de España, the Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="585.20" OriginalAmount="568.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420677362387" Longitude="-3.6892905735065" StarRating="5" HotelCode="73748|86624|Bed &amp; Breakfast" HotelName="Hotel Hospes Puerta Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Independencia 3, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ff/bdfff51ad978e7775d543ba6e4897a28f3d515b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Independence Square, right in the centre of Madrid. It offers wonderful vie...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="588.96" OriginalAmount="571.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.462482724416" Longitude="-3.6146306991577" StarRating="4" HotelCode="30999|128182|Bed &amp; Breakfast" HotelName="Novotel Madrid Campo de las Naciones" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amsterdam 3, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/69/21695c127f32d34acee3c1cc8a4d43374fe3d906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right next to the IFEMA, the Parque Juan Carlos I and the Palacio de Congresos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="599.70" OriginalAmount="582.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41320061" Longitude="-3.70107705" StarRating="4" HotelCode="768799|804413|Bed &amp; Breakfast" HotelName="CoolRooms Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Babysitting,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 34, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/53/2f53b76f04e7d9cf0ff7dc74c0cc56e0fe166d17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A buffet breakfast is served every morning at the property. There is an in-house restaurant, which s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="600.11" OriginalAmount="582.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419564681616" Longitude="-3.6985845569617" StarRating="4" HotelCode="426246|452302|Bed &amp; Breakfast" HotelName="Vincci The Mint" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 10, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/536852/a_536852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys are accessible by lift. Amenities include a baggage storage service and a safe. Wireles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="606.79" OriginalAmount="589.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436424" Longitude="-3.685707" StarRating="4" HotelCode="31099|4398|Bed &amp; Breakfast" HotelName="Partner Barrio de Salamanca Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General Oraa, 17, Barrio de Salamanca, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/51/06510c46d3e9245ed84bfa819e5a73da0dfb1cea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, luxury hotel is fabulously located in the financial, diplomatic, shopping and cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="616.30" OriginalAmount="598.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42395331953" Longitude="-3.6852157115936" StarRating="4" HotelCode="38281|29508|Bed &amp; Breakfast" HotelName="ICON Wipton by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jorge Juan 17, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7e/937ed6ba3d1618f4e9004ff9d1313c90e5d00504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the exclusive and luxurious commercial district of Serrano, at the heart o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="617.30" OriginalAmount="599.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41477352" Longitude="-3.70705099" StarRating="4" HotelCode="859892|652195|Bed &amp; Breakfast" HotelName="Pestana Plaza Mayor Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Dining,Heated Pool,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 8, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c2/eac26af2928fc2880fbb05671f6b40203243cd04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Pestana Plaza Mayor Madrid is a unique and unparalleled luxury hotel, paying tribute to the work...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="629.22" OriginalAmount="610.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.476633879166" Longitude="-3.687612271164" StarRating="5" HotelCode="87684|98710|Bed &amp; Breakfast" HotelName="Eurostars Madrid Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 259-B, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b8/87b859861ab734822669fbe78e040b5a5171185b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="637.04" OriginalAmount="618.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="842312|642642|Bed &amp; Breakfast" HotelName="The Level at Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/28/5528fa7468deda4e5c20a6dbada4fe8bc997842e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoy an exclusive experience in a unique environment with a personalised service at The Level at Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="659.04" OriginalAmount="639.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416405" Longitude="-3.698651" StarRating="5" HotelCode="36857|22622|Bed &amp; Breakfast" HotelName="Hotel Urban" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrera de San Jerónimo 34, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6e/fc6e52983eb1d49c7508b97374854a539d6ab087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully situated at the heart of Madrid, surrounded by cultural venues, countless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="659.08" OriginalAmount="639.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42268" Longitude="-3.71179" StarRating="5" HotelCode="621058|615082|Bed &amp; Breakfast" HotelName="VP Plaza España Design" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f6/2df68d2d2723fe58388566cfabc32a2b34351afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="660.82" OriginalAmount="641.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429881295932" Longitude="-3.7146434352007" StarRating="4" HotelCode="320635|852|Bed &amp; Breakfast" HotelName="Courtyard Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 40, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/67/3c678b6ac4bf6048f26953f71db8ee691c7a0868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to Plaza de España and the Palacio Real (Royal Palace). A wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="667.26" OriginalAmount="647.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426191753964" Longitude="-3.6889965387927" StarRating="4" HotelCode="37045|22906|Bed &amp; Breakfast" HotelName="NH Collection Madrid Colón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Zurgena 4, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/a6/90a6d7fa0eed4437bc6380551a9d3e126c17ad31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's central district of Salamanca, close to the Plaza de Colón and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="691.12" OriginalAmount="670.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.403869022356" Longitude="-3.6901023040485" StarRating="4" HotelCode="162011|134664|Bed &amp; Breakfast" HotelName="AC Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Delicias 42, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/66/cd663d6e5542a689b998a15bdc2e54b0b21277aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in the heart of Madrid, close to the Paseo del Prado. The Reina Sofia, Thyssen-Born...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="693.08" OriginalAmount="672.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438792" Longitude="-3.691606" StarRating="5" HotelCode="25011|4572|Bed &amp; Breakfast" HotelName="Hesperia Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 57, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ef/50efeb3205649618326e0e1c4721e999af50f16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located directly in the commercial and shopping district of Madrid clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="753.57" OriginalAmount="731.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4222206" Longitude="-3.6957049" StarRating="4" HotelCode="267129|229742|Bed &amp; Breakfast" HotelName="Only YOU Boutique Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Barquillo 21, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5a/e15abfa1dd93cbb115ebab435640ae93dbcc4521.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="754.63" OriginalAmount="732.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42007916" Longitude="-3.70369994" StarRating="4" HotelCode="586826|652224|Bed &amp; Breakfast" HotelName="Hyatt Centric Gran Via Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 31, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/03/4903263531df3350afbec4726260e1b1fbc278e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar, room service, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="759.00" OriginalAmount="736.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426418" Longitude="-3.68939" StarRating="5" HotelCode="18759|572|Bed &amp; Breakfast" HotelName="Gran Meliá Fénix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c8/33c88264b3aa322b45d50c777817d6eb0d79f5b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located directly on the Paseo de la Castellana and the Plaza de Colon, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="760.35" OriginalAmount="738.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419239162882" Longitude="-3.6971620779099" StarRating="5" HotelCode="314388|407811|Bed &amp; Breakfast" HotelName="The Principal Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marqués de Valdeiglesias 1, Corner Of Gran Via 2, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f9/cff9cde7f22691b0bcf6b9059c020c72143ac2e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the upscale area of Gran Vía street, near Alcalá street and a few steps away from Cibeles Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="764.60" OriginalAmount="742.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422228458184" Longitude="-3.6841141553061" StarRating="5" HotelCode="45653|3197|Bed &amp; Breakfast" HotelName="Wellington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Velazquez 8, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/56/8f5677082d436f19353cc101132fee214c0a12d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the sophisticated district of Salamanca, only a mile and a half from Puerto del Sol and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="867.66" OriginalAmount="842.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7097096443176" StarRating="5" HotelCode="18757|933|Bed &amp; Breakfast" HotelName="Gran Meliá Palacio de los Duques" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta de Santo Domingo 5 y 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/0c/2e0c3dcca68adb76c06db86bc29921794f90a597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This opulent luxury hotel is centrally located in Madrid's exquisite historical centre. It is just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="968.86" OriginalAmount="940.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422238811889" Longitude="-3.7115634763669" StarRating="3" HotelCode="47226|3153|Bed &amp; Breakfast" HotelName="Hotel Cason del Tormes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rio 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/13/a71344eea2dba7bc14eff5875df2804d4c9d3b5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the tourist centre of Madrid within walking distance of many of the to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1114.47" OriginalAmount="1082.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428177641302" Longitude="-3.6836543132936" StarRating="5" HotelCode="30319|785006|Bed &amp; Breakfast" HotelName="Bless Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Velázquez 62, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4b/c04bd26f6d25c01761ef6a8281d6036594b1d85e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is wonderfully located in the centre of Madrid. The nearest public transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1520.19" OriginalAmount="1475.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428337088684" Longitude="-3.6971086263657" StarRating="4" HotelCode="12942|3879|Bed &amp; Breakfast" HotelName="Gran Versalles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Covarrubias 4, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/14/ab149ac9ce1232acada9274c17ef2c5c1e619c2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is located at the heart of Madrid close to the Palacio de Justicia. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1875.64" OriginalAmount="1821.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415619899377" Longitude="-3.6925810575485" StarRating="5" HotelCode="16764|357|Bed &amp; Breakfast" HotelName="Ritz Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Lealtad 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/67/e16792da161a57b3b398fecf04a1a764d492c161.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious modern hotel is situated in the heart of Madrid, within walking distance of numerous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1993.38" OriginalAmount="1935.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430051" Longitude="-3.688378" StarRating="5" HotelCode="19192|4339|Bed &amp; Breakfast" HotelName="Villa Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 22, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/af/afc8a02c5397ab28/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its large boulevards, splendid plazas, palaces and renowned international museums, Madrid is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2658.20" OriginalAmount="2580.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421265205855" Longitude="-3.6997545956356" StarRating="2" HotelCode="568140|635139|Bed &amp; Breakfast" HotelName="Motion Chueca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Pedro Zerolo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/zz/0badb0d5060c3cd40f4a45ba0568b1ed2b36a05c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="15984.60" OriginalAmount="15519.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422623" Longitude="-3.709983" StarRating="3" HotelCode="29182|4337|Bed &amp; Breakfast" HotelName="Espahotel Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via, 65, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/09/c609d0139980f74c35d38797b7e2f59306150c8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing apartment hotel is located in the tourist resort of Madrid only a few minutes walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="16478.20" OriginalAmount="15998.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.48304" Longitude="-3.670911" StarRating="4" HotelCode="36943|19663|Bed &amp; Breakfast" HotelName="Hotel Mirador de Chamartin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arte 14, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8b/8b03519feda46d0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by a pine wood in Madrid's district of Charmantin, only around 5 minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Central Heating,Currency Exchange,Designated Smoking Area,Heated Pool,Jacuzzi,Massage Centre,Nightclub,Sauna,Shopping Arcade,Wheelchair Access,Kitchen,Spa,Golf,Bicycle Rental,Diet Meals,24 Hour Security,Business Centre,Dining,Meeting Room,Parking,Garden,Airport Transfer (on Demand),Swimming Pool,Printer,ATM/Cash Machine,Babysitting,Banquet Hall,Smoking Rooms</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,SPA HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,HOTEL DE CHARME,HOTEL,GUEST HOUSES,ECO HOTEL,HOSTEL,VILLAGE,APARTMENT,GUESTHOUSE</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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="37e35fb8-1349-45cd-83e3-a595ddacad89">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26992" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-12T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="2026-04-14T13:03:58.3069347+01:00" Version="0" EchoToken="Search" TransactionIdentifier="37e35fb8-1349-45cd-83e3-a595ddacad89" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="29.16" OriginalAmount="28.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421265205855" Longitude="-3.6997545956356" StarRating="2" HotelCode="568140|635139" HotelName="Motion Chueca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Pedro Zerolo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/zz/0badb0d5060c3cd40f4a45ba0568b1ed2b36a05c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="34.94" OriginalAmount="33.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41324993" Longitude="-3.70088449" StarRating="2" HotelCode="491116|452943" HotelName="Far Home Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha  45, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/14/7a14b15060cba198a29692ef4eee7038e7fdeaca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="35.49" OriginalAmount="34.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419717037887" Longitude="-3.7045021532889" StarRating="2" HotelCode="64250|178548" HotelName="Motion Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesonero Romanos 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/1f/f31f35dcd25d2f31769c971251e4aad0c3d66967.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a privileged position in the centre of Madrid, a few metres from the Gran Vía, Pue...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="38.91" OriginalAmount="37.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418646603198" Longitude="-3.7046000422642" StarRating="2" HotelCode="400269|691684" HotelName="Sungate One" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Housekeeping,Internet,Kitchen,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Carmen 16, 2nd floor, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/de/b0dec6945ec7fe6a275869a3b8d07faaa759e654.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;24-hour front desk, Air conditioning, Computer station, Daily housekeeping, Dry cleaning/laundry ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="43.24" OriginalAmount="41.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414246057213" Longitude="-3.7070420472214" StarRating="2" HotelCode="322527|363303" HotelName="The Hat Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bicycle Rental,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/48/2d484c8437c8e923e3c2f655960b6904fcf3e23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hostel is situated in Arganzuela. A total of 42 guests rooms are available for guests' con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="58.90" OriginalAmount="57.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.45442345" Longitude="-3.70145194" StarRating="2" HotelCode="613406|655182" HotelName="Far Home Bernabeu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Mercedes 13, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/bd/38bdf8c4782f7ae4b36166d422de98c8effc66c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.08" OriginalAmount="64.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417256121247" Longitude="-3.705843357271" StarRating="2" HotelCode="320880|367292" HotelName="TOC Hostel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Celenque 3-5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/5b/805b337c8f7f0e96aa50724c10899b45abc3b560.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming urban establishment is located in the cultural centre of Madrid, within 250 metres fro...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.30" OriginalAmount="88.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42208411" Longitude="-3.70616948" StarRating="2" HotelCode="479030|646435" HotelName="Hostal La Estrella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle La Estrella No. 5, 2º Dcha, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/fa/52faa4177c894ae8af649fac6384ff087646d1d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.24" OriginalAmount="95.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.332263315584" Longitude="-3.7027604429916" StarRating="3" HotelCode="284796|194682" HotelName="Vértice Roomspace Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Laguna Dalga 4, 28021 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/40/0e409cca12e63d234a55293cff0f3fe1d6a97d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.73" OriginalAmount="110.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4267445" Longitude="-3.708004" StarRating="1" HotelCode="36870|14900" HotelName="Hostal Los Perales" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>Palma 61, 1 Izquierda, 28015 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/5a/585a36e5d30a2c125a3500b88b4df25bf7c74fff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Madrid, just a few minutes walk from the avenue of Gran Via a...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.66" OriginalAmount="130.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.466844" Longitude="-3.6743750000001" StarRating="3" HotelCode="76620|362857" HotelName="La Posada De El Chaflan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Pío XII 34, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/59/b459fd531a25080baa9223cf25226392ffa2e4dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.36" OriginalAmount="131.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422649567808" Longitude="-3.700854331255" StarRating="1" HotelCode="190786|212817" HotelName="Hostal Abril" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Fuencarral 39, 4° piso, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/01/13018d6981d8dbbf7a75706ca86c8a94db073ae7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a range of services and facilities for holidaymakers and business guests alike. Gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="136.25" OriginalAmount="132.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.360178765032" Longitude="-3.6650237977831" StarRating="4" HotelCode="53748|170478" HotelName="Hotel Mercader" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Eje 2-7, Poligono Alimentario Mercamadrid, Villa de Vallecas, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/19/2d19ebc36d6df4cc1b9589935d75ddaefb013dea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Mercamadrid, the largest food market in Europe, close to the M 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372309" Longitude="-3.640692" StarRating="1" HotelCode="212866|228458" HotelName="ibis budget Madrid Vallecas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Casas de Miravete 17, Poligono Industrial Vallecas, 28031 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/87/e987f097d6a6e128268bb43ee086c3983696a4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.98" OriginalAmount="135.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4249" Longitude="-3.69583" StarRating="2" HotelCode="823196|693194" HotelName="Hello Ifema" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mar De Omán 25, Hortaleza, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/dd/68ddfb5e5d876af87c2e12ccc55e9099198cb266.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.13" OriginalAmount="136.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439255" Longitude="-3.626964" StarRating="4" HotelCode="212865|228456" HotelName="ibis budget Madrid Calle Alcala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rufino Gonzalez 19, Metro Suanzes, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/dd/4edd02c9b36247c025ce76dcde056ab81db020e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.54" OriginalAmount="139.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39610371288" Longitude="-3.670543266201" StarRating="1" HotelCode="445332|886661" HotelName="ibis budget Madrid Calle 30" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lozano 3, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/46/b1462cc0ae3c8323509815450098eb3b4699efc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.62" OriginalAmount="140.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.391911115278" Longitude="-3.6958940308176" StarRating="3" HotelCode="113314|147191" HotelName="Gran Legazpi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Chopera 71, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/9e/8e9ee3a6503e89c20eb6c1f33441e23bfb77b27d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to Madrid’s shopping, cultural and financial centre, next to the em...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.62" OriginalAmount="141.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447343320741" Longitude="-3.5428972681056" StarRating="3" HotelCode="395302|94895" HotelName="B&amp;B Hotel Madrid Airport T1 T2 T3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 2, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5f/1b5f242c6c21d11412b7cbf31f2c0bb27d8763ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the A2 motorway, with easy access to all the major ring roads. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.38" OriginalAmount="155.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415605899635" Longitude="-3.7018719589129" StarRating="2" HotelCode="387330|84097" HotelName="Marlasca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Cruz 14, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/95/f69504486d91d657d609b8dc1675d552c7d2deca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Madrid, offering great access to a multitude of museums and hi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.17" OriginalAmount="172.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419309" Longitude="-3.704017" StarRating="1" HotelCode="295457|208994" HotelName="Far Home Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Chinchilla 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/c9/a5c9cbf9504aa49145cbb2b45bbf6912b9e2aba0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is located in Gran Via. With a small number of only 7, this accommodation is very co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.24" OriginalAmount="172.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458646083947" Longitude="-3.5823985934257" StarRating="4" HotelCode="29260|3204" HotelName="Senator Barajas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 27, Next to Adolfo Suárez Madrid-Barajas Airport and IFEMA, Barajas, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d720dcddfec7543958d5cf370fccf4afb4be9dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located approximately 1 km from Madrid Barajas Airport. It offers an exclusive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.43" OriginalAmount="181.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.354234" Longitude="-3.830659" StarRating="3" HotelCode="61848|30347" HotelName="Holiday Inn Express Madrid - Alcorcon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Argentina S/n, Alcorcon, 28922 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/4d/6a4dc28b0d83aabd5a72e8f99441249d9f4f6409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcorcón in a convenient setting south west of Madrid and is very well conn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="189.34" OriginalAmount="183.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439351801307" Longitude="-3.6261788049536" StarRating="2" HotelCode="113307|228455" HotelName="ibis Madrid Calle Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Valentin Beato 20, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/50/d150e243d5c7b3fc9a70dbbe10a2d090b449ab68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 9 km from the famous Puerta del Sol Square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.93" OriginalAmount="186.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372858" Longitude="-3.743114" StarRating="3" HotelCode="31353|6976" HotelName="Hotel Eco Via Lusitana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Secoya 2, 028044 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/56/8e563d9f0a5cc8271402454b475ab0a83f978b02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is just 5 km from Madrid's lively, pulsing centre. The crowd pleasing Warner Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.95" OriginalAmount="187.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436916985145" Longitude="-3.6311347901783" StarRating="1" HotelCode="263671|191203" HotelName="Travelodge Madrid Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Santa Leonor 34, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bc/a6bc5374b8b0e2d4ac41e7281121269e97a1d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.34" OriginalAmount="187.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.558445702613" Longitude="-3.6137562990189" StarRating="3" HotelCode="37293|22902" HotelName="NH San Sebastián de los Reyes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Europa 11, 28700 San Sebastian de los Reyes, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/0c/bd0c22dd92fd85eb85c83cc95d49b302412b575b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the San Sebastián de los Reyes business park, 15 km from Madrid. The Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.36" OriginalAmount="187.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421526302731" Longitude="-3.703577362966" StarRating="2" HotelCode="899737|115356" HotelName="Ballesta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ballesta 5, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/73/92737b2ce70242bd2dc218c64fa3a37a90558a39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located right in the centre of Madrid. Its proximity to links to the public transport ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="196.19" OriginalAmount="190.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415345635073" Longitude="-3.7055588149133" StarRating="2" HotelCode="149057|186991" HotelName="Cruz Sol Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Santa Cruz 6 Floor 3, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/186991/186991a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hostel is located in Puerta del Sol-Plaza Mayor. A total of 17 bedrooms are available fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.26" OriginalAmount="193.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.468981044467" Longitude="-3.6738793551922" StarRating="4" HotelCode="29336|4706" HotelName="Hotel ILUNION Pío XII" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Pío XII 77, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/dd/e1dd8b2288d5d39323f36364e440664c2b6a724d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid. The hotel'...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.00" OriginalAmount="194.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458744043451" Longitude="-3.6992409825325" StarRating="3" HotelCode="36940|19460" HotelName="G3 Galeon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Francisco Medrano 4, c/v Bravo Murillo 238, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/cd/39cd6fbfb9eecd306757ce88d40adde25232c055.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming building lies at the heart of Madrid. An ideal point of departure for those wishing to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.93" OriginalAmount="195.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41407" Longitude="-3.69877" StarRating="1" HotelCode="607302|576961" HotelName="Hostal Carracedo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Leon 13, 3º Piso, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/5b/8a5b6265bb1084d53007ae62fb9c6c23e409a6d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel enjoys a charming setting at the heart of Madrid, in the famous Barrio de las Letras are...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.93" OriginalAmount="195.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41407" Longitude="-3.69877" StarRating="1" HotelCode="293767|235798" HotelName="Hostal San Antonio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle León 13, 2º Piso, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/7f/1b7ff74d3173681200f34f71295a1a01a7d3e574.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.37" OriginalAmount="201.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.45393497" Longitude="-3.67860288" StarRating="3" HotelCode="610268|617856" HotelName="Roisa Hostal Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Housekeeping,Internet,Meeting Room,Printer,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Serrano 236, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/a2/bca25fd5755ffd84652e791dbacb6fa48d4c929f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hostel Boutique Roisa offers beautiful rooms and suites in one of the most important and quiet area ...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.85" OriginalAmount="201.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416015050549" Longitude="-3.7031596899033" StarRating="2" HotelCode="188112|212082" HotelName="Hostal El Pilar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Carretas 13, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c2/68c27658e22b5f44e884e7a81a9297485cf1e13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.91" OriginalAmount="201.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417432762711" Longitude="-3.7086466877754" StarRating="3" HotelCode="533774|635140" HotelName="Room007 Select Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Fuentes 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/69/5f69177137994bef08d321cee84d5e706af05444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Madrid.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="214.51" OriginalAmount="208.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.443887381631" Longitude="-3.6726863453977" StarRating="3" HotelCode="32147|14453" HotelName="Sercotel Togumar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Canillas 59, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/53/29530c41eb10bdd6bfa35034c22427f2f324e426.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is in a privileged location, just 10 minutes from Madrid Airport, Chamartín t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="215.62" OriginalAmount="209.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41486085" Longitude="-3.70271386" StarRating="2" HotelCode="485545|630483" HotelName="Hostal La Bañezana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle la Cruz 26, 1 Izquierda, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second/fc/9d/fc9dcd3d4b1c5dd11522fdbb29dd13121c484238.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.06" OriginalAmount="209.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418727950848" Longitude="-3.7039522826672" StarRating="4" HotelCode="62490|74903" HotelName="Liabeny" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Salud 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/14485c18b6af3b3f25a8aab1d0792e173708a216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right in the centre of Madrid between Gran Vía, Plaza del Callao and Puerta del Sol....</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.37" OriginalAmount="210.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419223" Longitude="-3.704238" StarRating="3" HotelCode="38610|72503" HotelName="II Castillas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Abada 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/23/ad231204dd668a04aeb10cf1cf6c09469d00b8b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the commercial and architectural centre of Madrid, approximately 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="218.38" OriginalAmount="212.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445696913643" Longitude="-3.6729368196434" StarRating="3" HotelCode="311317|226143" HotelName="Aparthotel AHM Marcenado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Bar,Currency Exchange,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Marcenado 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/b9/3db91cdbdfa194c9b4c09b220cbe2fe427294399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a cloakroom, a sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.73" OriginalAmount="214.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427936905493" Longitude="-3.5606646537781" StarRating="3" HotelCode="37048|22904" HotelName="NH Villa de Coslada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Constitución, 75, 28820 Coslada, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/zz/6fad466b171dc860fcfc0f6ee9973e1a588af07e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the new residential area of Coslada between the industrial park and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.07" OriginalAmount="214.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423175055175" Longitude="-3.7057760947046" StarRating="2" HotelCode="143541|213036" HotelName="Hotel Life" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pizarro 16, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f8/cdf8a045a1d1bbb25e849c5fdc1fb70211724dc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.29" OriginalAmount="214.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436533" Longitude="-3.621056" StarRating="4" HotelCode="32665|8266" HotelName="Hotel ILUNION Alcalá Norte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Romualdo 30, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/6f/a86ffc6c225f214fd83e0a50a11fdb851d060de8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north west of Madrid in the Julian Camarillo and near Alcala Street. Th...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="222.20" OriginalAmount="215.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422857688332" Longitude="-3.689982722615" StarRating="2" HotelCode="300297|175430" HotelName="Apartamentos Serrano Recoletos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Villanueva 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/da/a7da28e5cfd4c001ff0acc6d823ebe5b9797baab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are centrally located, close to the Paseo de la Castellana. The famous Calle Serrano ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.53" OriginalAmount="217.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421909" Longitude="-3.706562" StarRating="3" HotelCode="14197|137377" HotelName="Hotel Los Condes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Los Libreros 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d7/cad76a6733aa1001dd82346816e32475f7007580.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent situation in the very heart of the centre of Madrid, only some 20 m f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.57" OriginalAmount="218.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431114825251" Longitude="-3.6874164640903" StarRating="4" HotelCode="30878|4482" HotelName="Serrano by Silken" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marques De Villamejor 8, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f5/6ef50ebb44f99e9baed1046343cf3a861ba229cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel lies in the Salamanca district, a very exclusive area of Madrid, between the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.94" OriginalAmount="218.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4217139" Longitude="-3.707948" StarRating="2" HotelCode="385698|261070" HotelName="Hostal Besaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Pick &amp;amp; Drop,Shopping Arcade,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 13, 8 planta, Esquina a Calle Gran Vía, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/9a/c79a99177bd9f87b129f36cdb2f2c708b01b5df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hostal Besaya, you'll be centrally located in Madri...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.73" OriginalAmount="219.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449151358313" Longitude="-3.576779682209" StarRating="4" HotelCode="130495|113657" HotelName="Hotel Nuevo Boston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 332, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/0e/380e91ecc5ea182c89842fb191518f2af6af4544.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barajas Airport Business Centre. The airport itself is just 1 km away. The p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="226.41" OriginalAmount="219.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447616636597" Longitude="-3.655298659824" StarRating="4" HotelCode="98191|103640" HotelName="Hotel ILUNION Atrium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Emilio Vargas 3 y 5, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/40/50409639c3b56138a0a2c349b058c209961180f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in one of the best residential zones in Madrid, the hotel has direct access to the M-30. The...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="226.65" OriginalAmount="220.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44774" Longitude="-3.669104" StarRating="4" HotelCode="24896|4690" HotelName="Hotel ILUNION Suites Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 143, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/e2/e5e2f2aa0e092b549d3d207dafbca543804c35c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid, close to a...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.46" OriginalAmount="221.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.444416641378" Longitude="-3.6554197643918" StarRating="3" HotelCode="38298|26620" HotelName="Travelodge Madrid Torrelaguna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Torrelaguna 69, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/e8/c3e89468aee6bd8bccb48bbcdb808ce96f9f8984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the region's main business district. There is a link to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.95" OriginalAmount="222.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447388917667" Longitude="-3.5803155423279" StarRating="3" HotelCode="899437|112877" HotelName="Aparthotel Compostela Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Village,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zambrana 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/13/b51372a290f98835fe8bfecb9fdaa0740d69a789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel provides easy access to the M21, M22, M40 and A2 motorways, as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.20" OriginalAmount="222.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419308953948" Longitude="-3.7030295631599" StarRating="3" HotelCode="61928|73799" HotelName="Anaco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tres Cruces, 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/08/8d0803cc45a98fef2f1e4f504350d3b7e89dc93a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Plaza del Carmen, right in the heart of Madrid. From here guests can rea...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.48" OriginalAmount="222.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425258443904" Longitude="-3.7001618914016" StarRating="0" HotelCode="749943|644929" HotelName="Bastardo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Laundry,Parking,Restaurant,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>San Mateo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e1/ede16d21d600054a92fe56c21b244a8cc8107f86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;bastard:
From fr. ant. bastart.
1. adj. That degenerates from its origin or nature.

A journey does ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.54" OriginalAmount="223.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419734667353" Longitude="-3.7043049931526" StarRating="3" HotelCode="30558|3020" HotelName="Hotel Regente" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesonero Romanos 9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c8/20c8b4c5898d063ffdc49d96e0439b20ca46b54f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Madrid, only a stone's throw from the Gran Via. It is close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.74" OriginalAmount="224.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3053105077" Longitude="-3.7748256325722" StarRating="3" HotelCode="161637|130229" HotelName="Holiday Inn Express Madrid-Leganés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Recomba 11, Parque Industrial La Laguna Leganes, 28914 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/46/db4655647aadba033d44dbe7586ee9f83a8387f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the south of Madrid, close to the Parque Warner theme park, in the La Lagun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.77" OriginalAmount="224.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41973075282" Longitude="-3.704108603769" StarRating="3" HotelCode="29799|5271" HotelName="Avenida Gran Vía" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesoneros Romanos 14, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/51/e551f8a8c48abf81eb5fa3da3a333cac8ed12f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This straightforward hotel enjoys a splendid location. Madrid's countless shops and cultural venues ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.51" OriginalAmount="224.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416024506087" Longitude="-3.7017413220092" StarRating="2" HotelCode="113300|197090" HotelName="Hostal Matheu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Victoria 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/ac/c9aca30ad043461a7fa92c84e19451b6a037b70c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="234.66" OriginalAmount="227.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419712445794" Longitude="-3.700239635582" StarRating="3" HotelCode="35570|185958" HotelName="Hispano Argentino Gran Via Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 15, planta 6a, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/81/0181aebf8c7a26617bd99015d2af0e08b35823c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.72" OriginalAmount="229.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420715844095" Longitude="-3.7069496512413" StarRating="3" HotelCode="18768|129985" HotelName="Room Mate Macarena - Gran Vía" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 43, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a3/4aa3380932ad4f1d430728f8197c9a0f3059f505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, near to the Gran Via, between the Plaza de Espana and ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="240.04" OriginalAmount="233.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421476" Longitude="-3.721681" StarRating="3" HotelCode="212800|181474" HotelName="Hotel Acta Madfor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de La Florida 13, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/66/8f667c74e208871dc3068d0db8b43dc2d7ad705c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="240.35" OriginalAmount="233.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441348026217" Longitude="-3.6575652675285" StarRating="4" HotelCode="15313|16899" HotelName="Novotel Madrid City Las Ventas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Esquina Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c7/dac74f5e23727e9db32105d1b08f726847820c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of one of the major residential and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="240.44" OriginalAmount="233.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406225" Longitude="-3.71221" StarRating="3" HotelCode="16252|1237" HotelName="Puerta de Toledo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Glorieta Puerta de Toledo 4, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/69/1769a5b322545c05546b4496955491621e7af9ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally located in the historical centre of Madrid, near the Real Palace an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.39" OriginalAmount="234.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.498234570408" Longitude="-3.6646270751953" StarRating="4" HotelCode="88640|111753" HotelName="NH Madrid Las Tablas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Burgos 131, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cc/4dcc3e8734580697e808a0f17613c8ae3453f345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the north of Madrid, next to the Las Tablas and Sanchinar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.93" OriginalAmount="234.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416260512445" Longitude="-3.7013848513596" StarRating="3" HotelCode="147256|197995" HotelName="El Pasaje" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pozo 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a9/4fa9fec501552ad81a0bd8f584f960e2393a3f41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.04" OriginalAmount="234.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435541702625" Longitude="-3.6638304024467" StarRating="4" HotelCode="32777|4463" HotelName="NH Madrid Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Biarritz 2, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5e/965e4e662c787c61283699c7c167e3f2613bb676.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located near the Las Vegas bullfighting ring. It is also conveniently si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.43" OriginalAmount="235.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425456" Longitude="-3.701384" StarRating="3" HotelCode="31524|7856" HotelName="Tribunal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Vicente Ferrer, 1, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4e/af4ee8954994d0f14d7335f56626c75a66cef914.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Madrid, this aparthotel lies between Gran Vía and Glorieta Bilbao and near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.58" OriginalAmount="235.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.440662401072" Longitude="-3.670056679436" StarRating="5" HotelCode="56983|39121" HotelName="Hotel Puerta América" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de América 41, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/9c/659cc0864b7dee0c0f21cd44877ce6ed63576fc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Avd. de América, just 5 min away from the exclusive quarter of Salamanca (b...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.96" OriginalAmount="236.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458602522733" Longitude="-3.6952221607479" StarRating="3" HotelCode="59808|76270" HotelName="Senator Castellana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Julián Besteiro, 37, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/89/e38984ac12005f87d5c63a7f24821d54a662e08a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, in the best commercial and business area, next to Plaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.89" OriginalAmount="237.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458547147843" Longitude="-3.6946392475292" StarRating="4" HotelCode="98430|153035" HotelName="Residence Eurobuilding 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Orense 69, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/23/10237afb9c88297c610d96df04dc75b8c5368a92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the most important business zone of Madrid, the c/Orense, parallel to the P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="245.70" OriginalAmount="238.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422112" Longitude="-3.702338" StarRating="1" HotelCode="260260|195198" HotelName="Hostal Tokio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Puebla 6, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/fe/57fe723c6b7773f3385537d8f87313c9bbc005b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.18" OriginalAmount="239.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449184" Longitude="-3.548429" StarRating="3" HotelCode="113309|110384" HotelName="SHS Aeropuerto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camino del Aeropuerto 22, A2 Highway direction to Madrid km 15, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c6/03c6174a3d6163a1bb8f1d4a1fa8c0f57dc151ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located just 10 minutes by car from the centre of Madrid. Public transport lin...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.04" OriginalAmount="239.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418823798651" Longitude="-3.7093595509261" StarRating="2" HotelCode="57790|60059" HotelName="Room Mate Mario" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Campomanes 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/90/f790cf488911b287a108eedcd8f8bf96d5c95b6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city centre of Madrid. Access to public transport, as well...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="248.24" OriginalAmount="241.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436054" Longitude="-3.679347" StarRating="4" HotelCode="178195|161481" HotelName="Dormirdcine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Príncipe de Vergara, 87, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/76/937640995f31c98b1e25e91ef851d579929d8053.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the central Salamanca district (2.5 km from the centre), very close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="248.58" OriginalAmount="241.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41773793" Longitude="-3.70824782" StarRating="2" HotelCode="318847|357244" HotelName="Hostal Rober" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arenal 26, 5 Derecha, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/72/6d72c51df5c4b7ea562c5086c518adb86f331479.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="249.25" OriginalAmount="241.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41766803" Longitude="-3.70272443" StarRating="3" HotelCode="524084|574063" HotelName="B&amp;B Hotel Madrid Centro Puerta del Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Montera 10-12, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/17/f517812013ba7e8429d479a3819fe843a3510d19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a elegant and modern 3 star hotel located in the heart of Madrid, just 50 m from the Puerta de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="249.82" OriginalAmount="242.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420381706802" Longitude="-3.6992629818972" StarRating="3" HotelCode="36944|22437" HotelName="San Lorenzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Clavel 8, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/02/da02c6fe4c3da64e250b22e40740f87761406f96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the city close to the Gran Via, one of the largest shopping d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="251.58" OriginalAmount="244.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423884561043" Longitude="-3.7058645731178" StarRating="3" HotelCode="113294|107317" HotelName="Hotel Abalu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pez 19, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bd/42bd200aae0f7e454f2c00692011c3f77884793c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are set in the heart of Madrid, just a short walk away from Plaza España. Noviciado m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="252.40" OriginalAmount="245.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416548486541" Longitude="-3.7015939174449" StarRating="2" HotelCode="225463|848969" HotelName="Esmeralda Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Victoria 1, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/31/9631a81d8497fc11d859f4a4aaeeb0e9ed51408a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.51" OriginalAmount="246.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470975" Longitude="-3.579981" StarRating="4" HotelCode="37965|26196" HotelName="Clement Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General, 43, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2b/f82bae27e6574dfaf6d898fe684572ce1cd0f73b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from a park and about 12 km from the city centre. Links to the publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="256.54" OriginalAmount="249.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447490084209" Longitude="-3.5830351878357" StarRating="4" HotelCode="900431|123223" HotelName="Axor Feria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel,City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/50/bf5078ad42c0a5d4469a0ba7e0bf4fa66ec4d204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a residential and business area, 10 minutes from IFEMA exhibition centre, Co...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="258.61" OriginalAmount="251.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431877" Longitude="-3.673618" StarRating="4" HotelCode="19506|4928" HotelName="Zenit Abeba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alcántara 63, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/69/cd691bd277fd3803689fd80761c97017200ca7ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Madrid's leisure area just a few metres from the city centre and its l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.58" OriginalAmount="252.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.473089486686" Longitude="-3.5853624343872" StarRating="4" HotelCode="113312|185314" HotelName="täCH Madrid Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Timon 35, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185314/185314a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.72" OriginalAmount="253.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.488138" Longitude="-3.668268" StarRating="4" HotelCode="409988|91856" HotelName="Occidental Castellana Norte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Manoteras 20, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/ea/7dea448b3404868641d054e28bd98ea3381b03a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in a development area on Castellana Avenue. It is just 10 minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="262.05" OriginalAmount="254.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4283894" Longitude="-3.6711832999999" StarRating="3" HotelCode="300883|365806" HotelName="Neo Magna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Don Ramón de la Cruz 94, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/64/6e64e957b87a6e7cb45d9a46531a20ac570a5bd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Madrid, 200 m away from the nearest metro station (Manuel Becerra).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="262.07" OriginalAmount="254.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.408201" Longitude="-3.70079217" StarRating="1" HotelCode="709734|887933" HotelName="Ibis Budget Madrid Centro Lavapies" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Valencia 8-10, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5b/005bea14b55dec053d36491bd4f3756bb265bb70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.93" OriginalAmount="258.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447381" Longitude="-3.542142" StarRating="4" HotelCode="169555|145376" HotelName="Crowne Plaza Madrid Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Lola Flores 1, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/be/36be684dfbd5ebea60770d039ebe60511cdb337a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly airport hotel is right on the doorstep of Madrid-Barajas Airport and the IFEMA ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.72" OriginalAmount="258.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4199155" Longitude="-3.70746933" StarRating="4" HotelCode="943732|658509" HotelName="The First One Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle dePreciados 44, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/8f/048fc98d1767616b2c74879593552061d77e70aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.04" OriginalAmount="260.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447922736474" Longitude="-3.5829699039459" StarRating="4" HotelCode="900430|123224" HotelName="Axor Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5e/565e92719307b138ac28fcc93c91c1ceadbb17a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located 5 minutes from IFEMA Exhibition Centre, the Congress Palace and J...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.86" OriginalAmount="261.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428560097144" Longitude="-3.6943137198631" StarRating="2" HotelCode="100840|183409" HotelName="BlueSense Almagro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Almagro 10, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/2d/252d513a34b67aedcdb07329e52d976cdeb26f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.65" OriginalAmount="261.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39884" Longitude="-3.670116" StarRating="3" HotelCode="37050|22939" HotelName="NH Madrid Sur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Ciudad de Barcelona, 113, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/d8/6fd87d1122b42e0428ea7b25d5c311a64851082a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, within paces of the bus station and the southern junct...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.80" OriginalAmount="261.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421084419798" Longitude="-3.7147602438927" StarRating="3" HotelCode="16258|7976" HotelName="Principe Pio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cueste de San Vicente 14, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/8a/798ac490034a63eb0befb17e88c66239bcaf494c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies just a few minutes from the centre of Madrid where guests will discover m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="270.60" OriginalAmount="262.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.394154" Longitude="-3.707749" StarRating="4" HotelCode="30654|3517" HotelName="Hotel Praga" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Lopez 65, 28019 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/56/aa560c0be87d61d8a18b9bd43d912d34fdc1e92c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located close to the M-30 ring road, and the centre of Madrid is arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.16" OriginalAmount="263.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.434891818409" Longitude="-3.6850864245062" StarRating="2" HotelCode="101132|183349" HotelName="BlueSense Madrid Serrano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diego de León 10, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/85/408532fb654c6aaa3f0c04126c73adf422604168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="273.53" OriginalAmount="265.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4649744" Longitude="-3.7861544" StarRating="4" HotelCode="310418|4241" HotelName="Aravaca Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camino De La Zarzuela 23, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a4/b1a4e76c14c35c59c4594463f035854ccccb92cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist centre of Aravaca (Madrid) just a few minutes from the city cen...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.76" OriginalAmount="266.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422618939038" Longitude="-3.7109032273292" StarRating="3" HotelCode="30874|4470" HotelName="Señorial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/0d/0df0816f23c13846/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is ideally situated in Madrid, only a few minutes from the city centre. Public trans...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="277.26" OriginalAmount="269.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406248" Longitude="-3.669354" StarRating="4" HotelCode="82895|191721" HotelName="Claridge Hotel Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde de Casal 6, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/9b/d59b2e5b07ad150abf35d67f8a752929d7b1575e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.46" OriginalAmount="270.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441356568355" Longitude="-3.6575128373649" StarRating="4" HotelCode="968815|712971" HotelName="Ibis Styles Madrid City Las Ventas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6c/1a6c95a7c48e5664d6d8e1f743fef1bdb993d241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.68" OriginalAmount="271.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.424100334583" Longitude="-3.7061128020287" StarRating="4" HotelCode="188111|141697" HotelName="AB Design Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/3d/be3dedba9526533bea3d9d07d507aa3bf47e8ce3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="289.56" OriginalAmount="281.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420037904714" Longitude="-3.7002833135004" StarRating="4" HotelCode="20339|1875" HotelName="H10 Villa de la Reina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 22, Madrid Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/ac/11ac8aef870a4d29fc9bf72cc41b5f44bb1f7c3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Madrid, this luxurious hotel is surrounded by restaurants, numerous pubs and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="290.01" OriginalAmount="281.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421455" Longitude="-3.708134" StarRating="4" HotelCode="12124|569" HotelName="Emperador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grán Via 53, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/56/c356d146eef5f3596c7fcd5e063d52be9577331d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is popular for its central location in the heart of Madrid, on the famous Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="290.39" OriginalAmount="281.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432045" Longitude="-3.69935" StarRating="4" HotelCode="161633|132446" HotelName="Hotel Agora Juan de Austria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan de Austria 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/3d/d83ddc327c91f1656243d35ff6aafdc08a712fa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel is located in the city of Madrid, at the heart of the historic neighbourhood of ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="290.42" OriginalAmount="281.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430608432797" Longitude="-3.6642296922241" StarRating="2" HotelCode="207386|228454" HotelName="Hotel ibis Madrid Centro las Ventas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julio Camba 1, Esquina Alcala, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/9b/2c9b3c69b9150d1721cad4c81dd89453055810a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="291.79" OriginalAmount="283.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420985385248" Longitude="-3.6998923865347" StarRating="2" HotelCode="322532|492541" HotelName="Hostal Vazquez De Mella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Vzquez De Mella, 1st Floor 3a Planta, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/3e/a93ed4e036c2c9ba400caa0a7dc92e0a9c4bb39a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="292.08" OriginalAmount="283.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423064" Longitude="-3.707663" StarRating="3" HotelCode="23027|1231" HotelName="Sterling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 29-31, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b6/0db6cec23ff9f4ca53af13a0bbfc531784189c6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Madrid, close to the Gran Via and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="292.27" OriginalAmount="283.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41634376863" Longitude="-3.7017134257603" StarRating="3" HotelCode="69539|85237" HotelName="Victoria IV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle De La Victoria 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/314c0a5aa5fa454eafa34ddd44467b4f.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Puerta del Sol, close to museums of world fame such as the Prado Museum...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="294.35" OriginalAmount="285.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420619" Longitude="-3.708516" StarRating="4" HotelCode="17616|127785" HotelName="Hotel Santo Domingo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98b989d71d050584e06916b1fb52e869006e31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, only a 3-minute walk from Gran Via and the city’s main ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="295.82" OriginalAmount="287.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470800134942" Longitude="-3.7687879800796" StarRating="4" HotelCode="36966|22769" HotelName="Eurostars Zarzuela Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Dario Aparicio 32, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7b/ce7b3ef3edb6d7c2f27744a8c4e7b4611979b3fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the northern district of Madrid. Wonderful gardens surround the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.44" OriginalAmount="287.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428620068762" Longitude="-3.7064095750889" StarRating="2" HotelCode="480823|418041" HotelName="Roisa Centro" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Printer,Spa">
        <Address>
          <AddressLines>
            <AddressLine>San Bernardo 87, 1D, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/08/78/0878d3b10e61251150506a9bef0b8661401bf1db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Roisa Centro is situated 700 meters walking from Gran Via Avenue. The Metro station San Bernardo is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.54" OriginalAmount="287.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411819" Longitude="-3.697824" StarRating="4" HotelCode="172000|152135" HotelName="Catalonia Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 81, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/21/6121a963267cce891b78d4d34cad6f37540e4b41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, in the Triangle of Art, which is home to the most visit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="297.67" OriginalAmount="289.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.402598163242" Longitude="-3.7115734470481" StarRating="3" HotelCode="32044|9711" HotelName="Holiday Inn Madrid Piramides" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Acacias 40, 28005 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/d1/23d1f0fa674d7a8ec3327f8faa79cb12bf3f30e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, friendly and luminous, is just a few metres from the Madrid Flea Market (El Rastro) and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.05" OriginalAmount="290.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414515560127" Longitude="-3.7001119705697" StarRating="3" HotelCode="57792|60180" HotelName="Room Mate Alicia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 2, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/90/b090770d907be1ccc229dde75b3f4a7db6af7369.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Barrio de las Letras, on Santa Ana square and close to the mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.23" OriginalAmount="290.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420449890709" Longitude="-3.7045789430846" StarRating="4" HotelCode="35572|4798" HotelName="Hotel Atlántico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 38, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/45/334515419dcae1e58ae1ad6f62dc6bbdcab45f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a wonderful town house, which is crowned with a dome. It is situated in the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.23" OriginalAmount="290.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42243262" Longitude="-3.70010823" StarRating="3" HotelCode="447285|436719" HotelName="Madrid SmartRentals Chueca II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Perez Galdos 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436719/436719a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.75" OriginalAmount="291.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469157548393" Longitude="-3.581001162529" StarRating="4" HotelCode="29474|4712" HotelName="TRYP Madrid Alameda Aeropuerto Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 100, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/a0/21a03fe7a14b0fb683d3afb2f420f485eedc34a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a district close to Madrid Barajas airport. The hotel offers an exclusive c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="301.38" OriginalAmount="292.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413123" Longitude="-3.700828" StarRating="4" HotelCode="172083|152134" HotelName="Catalonia Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 36, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c8/74c8c9a4273d0e5a78af7a3c01bea457514483ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a building dating back to the early twentieth century, part of the historic ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="301.79" OriginalAmount="293.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417319315597" Longitude="-3.706523364418" StarRating="3" HotelCode="326489|5281" HotelName="Petit Palace Ópera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 16, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a492c8911e264433a5f6fabfa82a3b77491fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the city, close to the King's Palace and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="302.61" OriginalAmount="293.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421944999328" Longitude="-3.6998083575901" StarRating="2" HotelCode="30871|4464" HotelName="Hostal Hispano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Central Heating,Currency Exchange,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Hortaleza 38, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/eb/5bebae63a9cb74bae639df7ab820f9d57fe786d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the tourist centre of Madrid just a few minutes walk from the city centre ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="303.02" OriginalAmount="294.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4202" Longitude="-3.701162" StarRating="3" HotelCode="27901|4285" HotelName="Petit Palace Chueca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hortaleza 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3c/0d3ce095c14861d561f1b9e37d648c55615def3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively Chueca neighbourhood, close to the Gran Via, and it is the ideal ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="307.52" OriginalAmount="298.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469588" Longitude="-3.582171" StarRating="4" HotelCode="29258|3600" HotelName="Meliá Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 305, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/6a/bb6a98ece4b789d67f79c1c304c81b1f98dfd870.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location close to Madrid Barajas airport, the convention centres and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="308.97" OriginalAmount="299.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418617680782" Longitude="-3.706713616848" StarRating="4" HotelCode="23667|3549" HotelName="Intur Palacio San Martín" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de San Martín 5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/37/7d370daf1f5fdb442081c3e07f167b6870ae6398.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a classical building from the 1900's and lies at the heart of Madrid, only paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.35" OriginalAmount="301.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416572" Longitude="-3.701733" StarRating="2" HotelCode="190804|215818" HotelName="Veracruz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>c/ Victoria 1, 3º, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/3f/103f95c16ee7dd52ec1b9694a1a8a4d77c08ecb2.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Burgos (RGS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.35" OriginalAmount="302.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420901748178" Longitude="-3.7083299766865" StarRating="4" HotelCode="59394|66662" HotelName="Petit Palace Plaza España" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de San Bernardo 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/78/3e78e6e80e88dceaadc921a94a4767dd2576fe52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Madrid. Guests are conveniently located close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.37" OriginalAmount="302.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.472898009806" Longitude="-3.5769546441803" StarRating="3" HotelCode="113311|117617" HotelName="Barajas Plaza Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Camarillas 5-7, 28042 Barajas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/76/1a76496fe95478632d18608f38500780f40538a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 50 m from the nearest links to the public transport network and is 500 m from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.47" OriginalAmount="302.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.554545259398" Longitude="-3.9002323150635" StarRating="4" HotelCode="99103|14976" HotelName="Exe Gran Hotel Almenar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jaraiz 1, 28290 Las Rozas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/74/d974f77848316619addb83b590bf6d46b27ad388.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel lies opposite Las Matas train station, close to Parque Empresarial de Las Rozas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.77" OriginalAmount="303.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.555316" Longitude="-3.609999" StarRating="2" HotelCode="39335|7942" HotelName="Holiday Inn Express Madrid-San Sebastian d/l Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De Los Pirineos S/N, 28700 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0e/8e0e7cf0501ac7ea09a621455dc3e9c07feb6fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in heart of one of the most important business areas, and is located 15 km to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.04" OriginalAmount="303.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.467490435003" Longitude="-3.6900544166565" StarRating="4" HotelCode="46623|9649" HotelName="Hotel Exe Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 191, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/80/b2802a570b620afbee64ff9dbbbf4a2a171897e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location in the business district in the heart of the Paseo de la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.14" OriginalAmount="304.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41366544" Longitude="-3.70038516" StarRating="4" HotelCode="960771|663164" HotelName="Room Mate Alba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Huertas 16, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/70/9b70c48ee2843a7924bf1bd65f268f7123c6f18f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.58" OriginalAmount="306.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419830641568" Longitude="-3.7012660503388" StarRating="4" HotelCode="30862|4435" HotelName="NH Collection Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 21, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/35/2835d2759134b280fcdc9d65985b1b26bed539af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid, close to a wide selection of shopping and en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="317.25" OriginalAmount="308.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425259" Longitude="-3.682138" StarRating="4" HotelCode="38262|29289" HotelName="Catalonia Goya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Goya 49, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/8d/418ddba6041ee8f5a1fe52ba3ab6da08c9950dea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the "Calle Goya", in the elegant Salamanca quarter. Here guests will find al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="319.17" OriginalAmount="309.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416000360547" Longitude="-3.7090604487198" StarRating="4" HotelCode="87683|100198" HotelName="Petit Palace Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mayor 46, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/42/4f421af60782dc754ab4d6f09aa70ede93f8dd41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the only hotel located on the main street, at the principal entrance to the Plaza Mayor. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.59" OriginalAmount="311.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419473800577" Longitude="-3.699099496007" StarRating="4" HotelCode="12770|924" HotelName="Catalonia Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 7-9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/3b/e93b08c76d0497b325d9e61664f6b3869c656d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the historical centre of Madrid and offers an ideal atmosphere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.59" OriginalAmount="311.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413945" Longitude="-3.702857" StarRating="4" HotelCode="26838|3550" HotelName="Catalonia Puerta del Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 23, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/15/ce15a9c427d18380a1b8a788539d8f53a29951ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This smart luxury hotel is centrally located in Madrid's golden triangle, between the Old Town and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="321.24" OriginalAmount="311.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418862725128" Longitude="-3.7027251720428" StarRating="4" HotelCode="57593|57473" HotelName="Petit Palace Plaza del Carmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Carmen 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/60/a260e7dd75a552d8fb6b0586c5d6ff3e9b27a3b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid on the Plaza del Carmen. It has a good location between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="322.47" OriginalAmount="313.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429192" Longitude="-3.688444" StarRating="4" HotelCode="38261|29283" HotelName="Petit Palace President Castellana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Villamagna 4, esquina Paseo de la Castellana 20, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/80/c4/80c48fce4deab0399eff062170c4d969923006e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along a main road in the commercial district of Madrid, close to the Paseo de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="323.78" OriginalAmount="314.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.40916859" Longitude="-3.71148562" StarRating="3" HotelCode="552054|649481" HotelName="L&amp;H La Latina" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Calle Calatrava 17, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/14/4c14545fd2bcfddb079a246f2ff697eacc534ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can reach the various storeys easily and comfortably by lift. A baggage storage service is am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="324.73" OriginalAmount="315.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406924" Longitude="-3.683148" StarRating="4" HotelCode="30186|570" HotelName="Agumar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Reina Cristina 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ef/97ef11ed01c50ed47f4d15613b04b7d6cae68f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys a wonderful central position at the heart of Madrid. Situated on the Reina...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="326.01" OriginalAmount="316.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418183" Longitude="-3.704311" StarRating="3" HotelCode="14178|3151" HotelName="Petit Palace Preciados" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Galdo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d1/5cd13e53f1e5c3af9001c3aefa834ad81d210a6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in the heart of Madrid, only minutes from Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="326.45" OriginalAmount="316.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413698" Longitude="-3.70362" StarRating="3" HotelCode="36938|17839" HotelName="Hotel Cortezo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Doctor Cortezo 3, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/2a/162a5fe8418e2177d749a82fead20e896b9f37e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel in the heart of Madrid is only a few metres from the Puerta del Sol, the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="327.13" OriginalAmount="317.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.475140876872" Longitude="-3.7430022444644" StarRating="4" HotelCode="30843|4390" HotelName="Hotel Eurostars Monte Real" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arroyofresno 17, 28035 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d6/b1d6b05ce616b5711eb364b11ebade088e0e106f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the leisure district of Puerta de Hierro, roughly a 15-minute drive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="330.53" OriginalAmount="320.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438455215158" Longitude="-3.7009871006012" StarRating="3" HotelCode="7859|5366" HotelName="TRYP Madrid Chamberí Hotel" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle José Abascal 8, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/e3/f0e396becb6867e8a52c4bb5500760c6e6713ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the leisure district of Chamberi in Madrid and lies just a few minutes walk...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="330.85" OriginalAmount="321.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420578986557" Longitude="-3.7028793993883" StarRating="3" HotelCode="35356|14979" HotelName="Petit Palace Triball" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gonzalo Jimenez de Quesada 2, Esquina con Calle Gran Vía 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/32/bb325bd5c92e4fb9e9646335e5168b9a3de77902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is housed in an impressive 19th century building that is located in the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.31" OriginalAmount="321.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406266289724" Longitude="-3.7217527627945" StarRating="4" HotelCode="171005|142445" HotelName="NH Madrid Ribera del Manzanares" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Virgen del Puerto 57, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/9e/d59e2ae32977b3a7a264879a36d69c1a81aa5b1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Madrid, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.38" OriginalAmount="321.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430666489624" Longitude="-3.7169702663508" StarRating="3" HotelCode="31101|4468" HotelName="Hotel T3 Tirol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Urquijo 4, 28008 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/97/b7970c0e51e3a27548c34ba7a4ae7ae4dc45dc49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is located in the tourist centre of Madrid. The surrounding area is full of exciting...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.92" OriginalAmount="322.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430888200546" Longitude="-3.7077301740646" StarRating="4" HotelCode="40080|1232" HotelName="Sercotel Gran Hotel Conde Duque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde Valle Suchil 5, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/cc/c4cc08aa1e9826a328513d823025166bdd7a3ae7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive top-class hotel lies in the centre of Madrid and is surrounded by a large park. Many...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="333.48" OriginalAmount="323.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419343" Longitude="-3.702784" StarRating="3" HotelCode="56985|54285" HotelName="Petit Palace Tres Cruces" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Tres Cruces, 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ee/bfee45a57eee365ce8192046ff50735fa349c22f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Tres Cruces street, on the corner of the completely renovated Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="335.78" OriginalAmount="326.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435156170903" Longitude="-3.6765334010124" StarRating="3" HotelCode="76561|145407" HotelName="VP El Madroño" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle General Díaz Porlier 101, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ff/fcff34a82f5f9ef5a838a50ad12d4bb6b75c0c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in the Salamanca area of Madrid, within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="336.80" OriginalAmount="326.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452915204396" Longitude="-3.61323595047" StarRating="4" HotelCode="51894|4391" HotelName="Hotel Osuna Feria Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis de la Mata 18, Madrid 28042</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/9d/3a9de01571d1df7cc3922e0b307f69e3af8e8a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies next to a quiet garden. With the free shuttle service, guests will quickly and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="337.16" OriginalAmount="327.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.456854" Longitude="-3.647615" StarRating="4" HotelCode="30679|3588" HotelName="Zenit Conde Orgaz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Moscatelar 24, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/38/5e385f10fae57b649b4cfd4393d463af8f193e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated close to the Juan Carlos I trade centre and the congress cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="338.06" OriginalAmount="328.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.489678" Longitude="-3.688078" StarRating="4" HotelCode="82889|155929" HotelName="Villamadrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Xaudaró, 2, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/e7/e6e7276ea9f77cb89dbcd885eb3df95c273eac76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in one of Madrid's business areas at the end of Paseo de la Castellan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="341.83" OriginalAmount="331.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432122377193" Longitude="-3.6565107107162" StarRating="4" HotelCode="31879|9712" HotelName="Rafaelhoteles Ventas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 269, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1f/7d1fc715acc1658ddc1bb9740e0d750801e8c95b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting and friendly hotel is located in the popular shopping street of Alcalá and fits seamle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.56" OriginalAmount="332.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469799969984" Longitude="-3.5808435759633" StarRating="2" HotelCode="113308|228447" HotelName="ibis Madrid Aeropuerto Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General 49, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6c/046c53f5bb60af45a6d6287f04db1c88e243ad8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1 km from Madrid-Barajas Airport and IFEMA Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.72" OriginalAmount="332.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.424787391489" Longitude="-3.7150596483374" StarRating="3" HotelCode="66749|82693" HotelName="Suites Viena Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Álvarez Mendizábal 17, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/53/f2538fff6337f24d2a6fb2d6ce2e3625aa076686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This studio complex is located close to Gran Via, just a few metres from Plaza de España and Palacio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="343.07" OriginalAmount="333.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417029" Longitude="-3.705226" StarRating="3" HotelCode="35373|14978" HotelName="Petit Palace Puerta del Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/97/749754e17d1d84aefd6dd7528c9969aca2820ef1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historic and tourist centre of Madrid near to the Puerto del Sol (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.61" OriginalAmount="336.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413464084393" Longitude="-3.7048939214611" StarRating="2" HotelCode="130493|121862" HotelName="Hotel Mayerling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Conde de Romanones 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/d7/bdd711278636588e4e6a99e0da4a29402267c13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the city centre, in the famous district of Barrio de los Austrias, the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.65" OriginalAmount="341.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411321657713" Longitude="-3.693164302701" StarRating="2" HotelCode="322524|178287" HotelName="Hotel Mora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 32, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079d4f30efab395320ad4992313ca9df4793cb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated on the Paseo del Prado in Madrid, 400 meters from the Reina Sofia Museum and A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="354.61" OriginalAmount="344.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416666" Longitude="-3.691007" StarRating="4" HotelCode="189352|175099" HotelName="Petit Palace Lealtad Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Maura 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/f4/d6f42e45a4277f989d9768ec6e2b27cf21127cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an old five-storey building built in the early nineteenth century in the mos...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="354.88" OriginalAmount="344.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414562067245" Longitude="-3.6994890868664" StarRating="4" HotelCode="58153|59219" HotelName="Catalonia Las Cortes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 6, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/33/5033308603526509572c5239b63cb8ca55c7576b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, charming hotel lies in Las Letras, the historical centre of Madrid, within a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="355.19" OriginalAmount="344.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7036330997944" StarRating="3" HotelCode="25010|3966" HotelName="Petit Palace Cliper Gran Vía" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Chinchilla 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df095671e3bb2b1aa2b3e8bf62eb1b98069cf07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is located at the heart of Madrid, close to the Gran Via and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="355.45" OriginalAmount="345.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417011" Longitude="-3.700014" StarRating="4" HotelCode="29475|9521" HotelName="Quatro Puerta del Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sevilla 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/b3/14b3e32c78a3fb9770eba36465ced5e758833471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the historical centre of Madrid, just minutes fro...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.80" OriginalAmount="347.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.401434123929" Longitude="-3.6871683587262" StarRating="4" HotelCode="16438|3988" HotelName="Rafaelhoteles Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mendez Álvaro 30, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bf/d3bfe5a4bf9ce69a007b759e9fc72f3b234ba8bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Madrid, a few minutes from the Méndez Álvaro train, unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="358.31" OriginalAmount="347.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413884065705" Longitude="-3.6944854259491" StarRating="4" HotelCode="14182|4222" HotelName="Mercure Madrid Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lope de Vega 49, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/e7/7de7feb733ff31c96f41ba9fe95bace878ae9bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Madrid, in the middle of the famous Golden Triang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.45" OriginalAmount="348.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439629936567" Longitude="-3.698257991061" StarRating="3" HotelCode="53738|22938" HotelName="NH Madrid Chamberí" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bretón de los Herreros 29, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bc/32bc0170527d86103fd314ebb75ffe410c88ae0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Nuevos Ministerios district of the city of Madrid. The Paseo de la Cast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.47" OriginalAmount="349.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429152670491" Longitude="-3.7167762183437" StarRating="3" HotelCode="15041|9643" HotelName="Aparto Suites Muralto" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buen Suceso 3, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/bf/4abfb92e1f0cf1fa3c0ef24a57d973d77cb2c1a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming apartment hotel is centrally located in a quiet district of Madrid. El Corte Inglés, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="360.58" OriginalAmount="350.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414830611147" Longitude="-3.6989767849445" StarRating="3" HotelCode="13095|2856" HotelName="Ibis Styles Madrid Prado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Callo Prado 11, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/d7/d1d7bac26dc95103b5359627b0b060dc012b4f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly city hotel is located in the centre of Madrid, close to the Puerta del Sol and the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="360.94" OriginalAmount="350.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44716138314" Longitude="-3.7057533860207" StarRating="4" HotelCode="113292|133602" HotelName="VP Jardín Metropolitano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Reina Victoria 12, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d0/e6d04f3018b5f8a6212081167829ab4d23bbca27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Glorieta de Cuatro Caminos and the Paseo de la Castellana, not to mention an infinite number of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="361.03" OriginalAmount="350.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447551" Longitude="-3.628123" StarRating="4" HotelCode="7854|4021" HotelName="Meliá Avenida América" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Juan Ignacio Luca de Tena 36, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/07/4807d72e88d320af37a053bba8972f136be70f09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the harbour and Castellana Avenue, close to the trade fairground. A se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.57" OriginalAmount="359.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418581672664" Longitude="-3.7071949361763" StarRating="3" HotelCode="59567|66661" HotelName="Room Mate Laura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Travesía de Trujillos 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77126/a_77126_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Plaza de las Descalzas Reales, only about 30 m from the Plaza Mayor, th...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.09" OriginalAmount="363.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.491132232763" Longitude="-3.6701121926308" StarRating="4" HotelCode="401834|87080" HotelName="Exe Madrid Norte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Martina Díaz 4, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5a/565ab799b21e4a5226dc850a79be989aaac16f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the northern part of Madrid, at the north entrance to the city on the A1 mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.09" OriginalAmount="363.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.514788860519" Longitude="-3.6734053126283" StarRating="4" HotelCode="284244|195861" HotelName="Hotel Dome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera de Fuencarral a Alcobendas km 8, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/eb/99eb0363ce5df8f362fe324fdca0fce796ef9dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="376.20" OriginalAmount="365.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447842" Longitude="-3.636193" StarRating="4" HotelCode="29286|9648" HotelName="Silken Puerta Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Rizzi No 5, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/b0/0cb050acf7f1521e541d3c5bc14007d079567e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is just 5 minutes on foot from the Juan Carlos I exhibition centre. The vibrant c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.47" OriginalAmount="367.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413069626706" Longitude="-3.669228536823" StarRating="4" HotelCode="29459|1233" HotelName="Ayre Gran Hotel Colón" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez Volador 1, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/b6/b656dfa7efbae9bc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the buzzing heart of the city, near to Retiro Park. The hotel provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.88" OriginalAmount="367.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415691556536" Longitude="-3.7057562678102" StarRating="4" HotelCode="38260|29281" HotelName="Petit Palace Posada del Peine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Postas 17, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3b/723b22a337278162159d6da19fe00d4b97f59c13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historical centre of Madrid, close to the Plaza Mayor and within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.45" OriginalAmount="369.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428661" Longitude="-3.696228" StarRating="3" HotelCode="12278|22940" HotelName="NH Madrid Alonso Martínez" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Engracia 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7886fca3f718f85b4a2f9ab29e3a34b2adb8920.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Madrid, this hotel is located close to the Plaza Alonso Martínez, the Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="382.89" OriginalAmount="371.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.409922112887" Longitude="-3.6926561594009" StarRating="4" HotelCode="15151|4704" HotelName="NH Madrid Nacional" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 48, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/57/b4575c5c2cb6b8b45db6ba16707e0d159936a1e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is situated in the centre of the museum areas of Prado, Thyssen and Reina Sofía....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="383.60" OriginalAmount="372.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449801" Longitude="-3.698462" StarRating="3" HotelCode="30827|4336" HotelName="Espahotel Plaza Basílica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comandante Zorita 27-31, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/fd/29fde3de23a59a6fc839c9049f7988e27b6ae33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment complex is centrally located in the Azca district close to the Torre Picasso building....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="386.23" OriginalAmount="374.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417113" Longitude="-3.689109" StarRating="4" HotelCode="170577|150856" HotelName="Petit Palace Savoy Alfonso XII" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 18, Retiro - Puerta de Alcalá, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/be/afbe2d6f949507366be2d036ad1d2a4c1a010a0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Alfonso XII Street in the impressive Retiro district. It is just 300 m away ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="388.58" OriginalAmount="377.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439012" Longitude="-3.692885" StarRating="3" HotelCode="36868|14905" HotelName="NH Madrid Zurbano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zurbano 79-81, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6a/ba6a910a7a99cae1836471e72a30d5757c5f2b93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Madrid. It is located only around 100 m from Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="389.79" OriginalAmount="378.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439311810137" Longitude="-3.6317432711639" StarRating="4" HotelCode="31103|4484" HotelName="Elba Madrid Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 476, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c49f54179f59386631cb3a520ab9ed10b09ffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of Madrid, only minutes from the airport and the city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="390.55" OriginalAmount="379.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427447" Longitude="-3.685018" StarRating="3" HotelCode="36579|23108" HotelName="NH Madrid Lagasca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lagasca 64, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a1/34a1f784e0d1508223a5587a94b5a98dc9c3181f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family friendly, city hotel is located at the heart of the district of Barrios de Salamanca on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.83" OriginalAmount="382.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455877" Longitude="-3.681848" StarRating="4" HotelCode="51868|4096" HotelName="NH Madrid Paseo de la Habana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Habana 73, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/6d/1d6dc3762023a712f6e1f627c1e3f316e446183b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid just a few paces from Santiago Bernabeu football stadiu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="407.60" OriginalAmount="395.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407843847351" Longitude="-3.6893584957008" StarRating="3" HotelCode="15152|22903" HotelName="NH Madrid Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Infanta Isabel 9, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/53/61534566356016a1612ee4baa71c1e53a7c0f17f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Atocha railway station, an AVE (high-speed) station, and in close pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.23" OriginalAmount="396.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420621913122" Longitude="-3.6990733444691" StarRating="3" HotelCode="69940|86339" HotelName="Room Mate Oscar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Pedro Zerolo 12, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/da/b0da30829d47e1b8cb98f07d4118ba61bf9dacf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the brightest squares in the centre of Madrid. It is close to Gran V...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="410.69" OriginalAmount="398.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436015652851" Longitude="-3.6817972362042" StarRating="3" HotelCode="29224|3861" HotelName="NH Madrid Balboa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuñez De Balboa, 112, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2edc3524a70e7028aa98e93c8a86892ab660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the city centre (2 km) where there are many shopping venues, bars and restaurants. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.23" OriginalAmount="399.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418281" Longitude="-3.699424" StarRating="4" HotelCode="56986|54284" HotelName="Petit Palace Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Virgen de los Peligros 2, Esquina con Alcalá 23, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/81/5781b7e415db34ea196762c228a26691a9142d67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcalá Street, close to the Puerta del Sol at the heart of the city and wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="415.69" OriginalAmount="403.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41684634" Longitude="-3.697474" StarRating="4" HotelCode="792011|638687" HotelName="Hotel Soho Boutique Congreso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zorrilla, 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/14/0a14676d3ecccc2ff845f6aad03ee91c8d3cee46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is located in the neighborhood of the Courts, in the historic centre of Madrid, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.58" OriginalAmount="406.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438293941386" Longitude="-3.6951157450676" StarRating="4" HotelCode="49082|4702" HotelName="NH Collection Madrid Abascal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Jose Abascal 47, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6a/986ac01a13653b7655be8d56f1c83dd1fcedc798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in an architecturally appealing building previously used as an embassy, this hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="419.02" OriginalAmount="406.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407254" Longitude="-3.688255" StarRating="4" HotelCode="439753|555681" HotelName="Only YOU Hotel Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Infanta Isabel 13, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e4/ade4f5884de7545484bf07959fb7fdc2c845b6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.01" OriginalAmount="407.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451282385711" Longitude="-3.6937612295151" StarRating="4" HotelCode="30716|3784" HotelName="Holiday Inn Madrid Bernabeu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Trias Bertran 4, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/13/0c/130cf7e687836196ed68f6d2cdb7d8a3bc993799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is well positioned at the heart of Madrid's commercial and financial district. Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.09" OriginalAmount="407.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414634566568" Longitude="-3.694712317791" StarRating="4" HotelCode="31862|96878" HotelName="NH Collection Madrid Paseo del Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cánovas del Castillo 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/59/925966f68033c4b49bb3effc2392e7189e268c09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historic centre of Madrid, in the Golden Triangle of Art, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.91" OriginalAmount="408.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4238815" Longitude="-3.7109402" StarRating="4" HotelCode="943558|652185" HotelName="Riu Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 84, Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/86/db86b416ba4ec890ef86834221ff6bc89fd54004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="424.97" OriginalAmount="412.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455231" Longitude="-3.694303" StarRating="4" HotelCode="52050|13796" HotelName="H10 Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Pedro Teixeira 5, Paseo de la Castellana, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e3/26e397893a04d4d4f894eaf031f6afc3aa309604.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated at the heart of Azca, next to the Palacio de Congressos (cong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="425.02" OriginalAmount="412.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.486546679076" Longitude="-3.703472" StarRating="5" HotelCode="57590|53383" HotelName="Eurostars Suites Mirasierra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alfredo Marquerie 43, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0d/c60d02ad0d6cb78bd520e8b5c91f9f1e8993b5ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid, in a quiet residential area in the north of the city. It lies only ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.81" OriginalAmount="414.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417807" Longitude="-3.696212" StarRating="4" HotelCode="18002|226440" HotelName="NH Collection Madrid Suecia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Casa Riera 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/39/70390df089f1ab397d31765d98c61d15479a176d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys an excellent, central location in the tourist centre of Madrid close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="429.06" OriginalAmount="416.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427" Longitude="-3.687348" StarRating="4" HotelCode="37614|25260" HotelName="ICON Embassy by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Serrano 46, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f2/71f241b1b1641d39874becce315293588e553fc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the business district of Madrid within a short distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="432.98" OriginalAmount="420.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422139086483" Longitude="-3.7095956504345" StarRating="4" HotelCode="30318|1236" HotelName="Hotel Mayorazgo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Flor Baja 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/54/6e5453b5de4b536039b1988afe937e8daca756c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located on the Gran Via in the heart of Madrid. An abundance of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="432.98" OriginalAmount="420.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451610888015" Longitude="-3.5928254059643" StarRating="4" HotelCode="87681|99402" HotelName="Hotel Maydrit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Piragua 1, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most important business areas in north-east Madrid, Alameda de O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="433.34" OriginalAmount="420.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.512648555833" Longitude="-3.6762316524983" StarRating="4" HotelCode="96602|29288" HotelName="Holiday Inn Madrid - Las Tablas" Meals="BREAKFAST FOR TWO GUESTS" BedType="BREAKFAST FOR TWO GUESTS" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle María Tubau 16, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/2f/562f99afda07665188257a4b900a398a8e7ec0bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the north of Madrid in the commercial district of Fuencarral, Charmatín and the ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="438.25" OriginalAmount="425.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422172712946" Longitude="-3.7105820589202" StarRating="3" HotelCode="64261|78412" HotelName="Exe Suites 33" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 33, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/68/0b68a10fe3b9f76dcf49619721ece7ed45481d48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Barrio de Palacio, in the centre of Madrid. It is less than 5 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="438.31" OriginalAmount="425.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427514260457" Longitude="-3.6963227391243" StarRating="4" HotelCode="904125|150857" HotelName="Petit Palace Santa Bárbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Santa Bárbara 10, esquina Plaza Alonso Martínez, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/36/ed36df1ff497ada146b7bf402a862484e62e1812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Plaza de Santa Barbara in the impressive Alonso Martinez area. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="443.42" OriginalAmount="430.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41411" Longitude="-3.701624" StarRating="5" HotelCode="171805|137745" HotelName="NH Collection Madrid Palacio de Tepa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Sebastian 2, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b07279fb8d7639d7bd6ff3f44d40eb78e73cef75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="448.17" OriginalAmount="435.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420676" Longitude="-3.707359" StarRating="4" HotelCode="284119|224126" HotelName="Indigo Madrid - Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Silva 6, Madrid 28013</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/1a/051a8c4a3cfcf6b3a0cc8bd7d8e56b686be7a137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="453.91" OriginalAmount="440.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.412945" Longitude="-3.703948" StarRating="4" HotelCode="262269|217585" HotelName="Eurostars Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Doctor Cortezo 10, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/03/fa039541fe11699e51c6dcdcbc87d60c76eb1c0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="454.25" OriginalAmount="441.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.47042469013" Longitude="-3.6850842833519" StarRating="4" HotelCode="30469|2560" HotelName="Barceló Imagine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustin De Foxa 32, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a1/9aa125435c8341715a95652362d23da1b34b2c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located close to the Plaza de Castilla in the north of Madrid and is ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="454.98" OriginalAmount="441.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452168917958" Longitude="-3.5858426269837" StarRating="4" HotelCode="79475|99360" HotelName="Hilton Madrid Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Hispanidad 2-4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0e/570ece160c7987f31acea8415281e2793cf61be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in Madrid. The establishment lies just 12 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="459.38" OriginalAmount="446.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421527524756" Longitude="-3.6723585426807" StarRating="4" HotelCode="30167|359" HotelName="Novotel Madrid Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de O'Donnell 53, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/82/6b82346ffd1053f7552e2619e063d51e6b103c3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This glorious luxury hotel is fabulously located in Madrid's tourist and commercial centre, near to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="460.90" OriginalAmount="447.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458437593352" Longitude="-3.6857713091927" StarRating="4" HotelCode="37295|22941" HotelName="NH Collection Madrid Eurobuilding" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Padre Damián 23, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/7b/157b891dcf3266eb1abe43cef93fceb588eb50e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of a modern district of Madrid, near the Palacio de Congresos y ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="462.80" OriginalAmount="449.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422328985989" Longitude="-3.6891934275627" StarRating="4" HotelCode="79885|145406" HotelName="VP Jardín de Recoletos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gil de Santivañes 6, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/e1/c5e122c35bc855257197da1e948cedf857d1da9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A very short walk from this hotel in the heart of the Salamanca district, guests can visit famous la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="463.59" OriginalAmount="450.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436458659446" Longitude="-3.6884585022926" StarRating="4" HotelCode="29177|13804" HotelName="Barceló Emperatriz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 4, (Junto al Paseo de la Castellana), 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/zz/61ad4cbe72acb336d78395fab62cbd03de8ac578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel lies in the commercial district of Madrid, close to Castellana Street....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="464.20" OriginalAmount="450.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425044230148" Longitude="-3.6781405276126" StarRating="4" HotelCode="410223|93771" HotelName="Vincci Soma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Goya 79, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31eeec907bba8f93dbbce805c0926cac575c487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goya Street in the heart of the Salamanca quarter, where culture, shopping ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="469.57" OriginalAmount="455.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421227738788" Longitude="-3.7099462664334" StarRating="4" HotelCode="12267|1225" HotelName="Eurostars Madrid Gran Vía" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/17/e717eed1e070214cfed93dad384e1ecca2b863e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid just a few minutes walk from the royal palace and Plaza...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="472.70" OriginalAmount="458.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.433716" Longitude="-3.717507" StarRating="4" HotelCode="262270|189435" HotelName="Exe Moncloa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arcipreste de Hita 10, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/5f/035fdd6c71601177691e62d83918b04acf775275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="472.88" OriginalAmount="459.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420103" Longitude="-3.697043" StarRating="4" HotelCode="39199|38479" HotelName="Lusso Infantas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Infantas 29, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/75/7a75751b9f2f4475472558df775deaa920cb007e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located directly in the historic centre of Madrid close to the Castellana, Paseo ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="474.75" OriginalAmount="460.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422426934853" Longitude="-3.7088960588608" StarRating="4" HotelCode="67168|84037" HotelName="Vincci Via 66" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 66, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/b0/44b0016b28107ff69752e3cecb3b19f0f66d399d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the capital, between Plaza España and the Puerta Del Sol....</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="476.61" OriginalAmount="462.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422234036303" Longitude="-3.6811146140099" StarRating="4" HotelCode="36937|6957" HotelName="H10 Puerta de Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 66, Barrio de Salamanca, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f4/25f457f49502f5ae2f9b2c4022950b98022a9886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the business district of Madrid near the Retiro Park. It is just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="477.38" OriginalAmount="463.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42706372" Longitude="-3.69853998" StarRating="4" HotelCode="317694|425740" HotelName="Hotel Eurostars Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mejía Lequerica 10, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/1e/ff1ebcd98abbd7fb834a5d4bb0b6764aaef7410e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="485.22" OriginalAmount="471.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418344677281" Longitude="-3.701401196567" StarRating="4" HotelCode="38254|28858" HotelName="Eurostars Casa de la Lírica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aduana 19, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ff/36ff6f6d5d23480fbece69596fca6e1609f90ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies at the heart of Madrid’s historical district some 13 km from the city airport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="486.29" OriginalAmount="472.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415528003422" Longitude="-3.6970093846321" StarRating="5" HotelCode="19090|551" HotelName="Hotel Villa Real" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/93/639309e2c4b42afeb04c871eb3cc3bcc31c6b439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, on the Plaza de las Cortes, near the Prado. It is part...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="489.10" OriginalAmount="474.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415152" Longitude="-3.699136" StarRating="4" HotelCode="82258|186998" HotelName="Suite Prado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuel Fernández y González 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6c/be6c376bdafdec47d0e25ac18969f28447149706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="496.34" OriginalAmount="481.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415170064639" Longitude="-3.6967662279098" StarRating="4" HotelCode="446069|554021" HotelName="DoubleTree by Hilton Madrid-Prado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Agustín 3, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a41bc027649685b/64/649ac71a42fe1a62/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="501.02" OriginalAmount="486.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436424" Longitude="-3.685707" StarRating="4" HotelCode="31099|4398" HotelName="Partner Barrio de Salamanca Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General Oraa, 17, Barrio de Salamanca, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/51/06510c46d3e9245ed84bfa819e5a73da0dfb1cea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, luxury hotel is fabulously located in the financial, diplomatic, shopping and cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="501.63" OriginalAmount="487.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445616985322" Longitude="-3.5431729291547" StarRating="3" HotelCode="263672|198277" HotelName="Hotel TRYP Madrid Airport Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 4-17, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/14/fd1461437e2c217ac5364ff5b3d036150ec49859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="502.96" OriginalAmount="488.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423778289617" Longitude="-3.7115444391479" StarRating="5" HotelCode="468809|484301" HotelName="Barceló Torre de Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 18, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/bc/08bcf8075b2f441905a85bac896824353ce56ebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="504.99" OriginalAmount="490.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435405238061" Longitude="-3.6854785680771" StarRating="4" HotelCode="7856|2104" HotelName="Meliá Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Claudio Coello 139, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/5c/f15cc8f0a588e970b84ad6dc738c68442895d0bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of the Salamanca district of the city, this hotel is situated close to the main s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="506.40" OriginalAmount="491.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4203" Longitude="-3.706591" StarRating="4" HotelCode="29314|1224" HotelName="Vincci Capitol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/30/44309233c4952e99c29ee9c3194336daf5aa3c18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the city centre of Madrid, close to Puerta del Sol, Plaza Mayo...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="510.83" OriginalAmount="495.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411703" Longitude="-3.697576" StarRating="4" HotelCode="326453|2106" HotelName="TRYP Madrid Atocha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 83, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ea/42eaba93723fa557afc187179877477f76eece74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid and just a few paces from the Museo del Prado...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="514.24" OriginalAmount="499.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420392190081" Longitude="-3.7041601538658" StarRating="4" HotelCode="19165|851" HotelName="TRYP Madrid Cibeles Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mesonero Romanos 13, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/63/6163cb5f8ae511ce3048c2b0d8c4b1a90e2951b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated directly on the lively Gran Via, opposite Plaza España...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="515.85" OriginalAmount="500.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="7855|2102" HotelName="Meliá Castilla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa134052e9356d64e41b1cc45d847b1c25f144.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a few metres from the Paseo de la Castellana and 15 minutes from the airport, the M-40 motor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="517.82" OriginalAmount="502.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414831632224" Longitude="-3.6983531713486" StarRating="4" HotelCode="39303|47594" HotelName="Vincci Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Prado 18, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/a0/d0a03b7d43b169990c053616c9fcbc618bf56b0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the historic centre of Madrid between Puerta del Sol and Plaza de Cibe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="522.20" OriginalAmount="506.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417608" Longitude="-3.698623" StarRating="4" HotelCode="24549|4668" HotelName="Vincci Centrum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cedaceros 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b7/e2b74e72537373ff0735a29728f52030b369e1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few paces from the Museo del Prado, various shopping and entertainment ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="523.44" OriginalAmount="508.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417880500328" Longitude="-3.6998552083969" StarRating="3" HotelCode="16557|17838" HotelName="Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá, 19, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/36/f736f42f33eedbb8a874590cd9140c2ae98f6b7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid, only a few metres from Puerta del Sol Square. From th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="532.33" OriginalAmount="516.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436393331468" Longitude="-3.6901563405991" StarRating="5" HotelCode="47238|5111" HotelName="InterContinental Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 49, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/6c/826ce71fbcb335fbcd2ab8ff6514a8432184a2a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent, popular luxury hotel lies on the wonderful Castellana boulevard just a short bus rid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="547.81" OriginalAmount="531.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427048" Longitude="-3.71435" StarRating="5" HotelCode="7857|2103" HotelName="Meliá Madrid Princesa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 27, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c4/9fc4050c1c564be7d1622bc0991b41f2ab36d8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated deluxe hotel is in a superb area of Madrid near to the Plaza de España, the Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="547.83" OriginalAmount="531.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.476633879166" Longitude="-3.687612271164" StarRating="5" HotelCode="87684|98710" HotelName="Eurostars Madrid Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 259-B, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b8/87b859861ab734822669fbe78e040b5a5171185b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="548.16" OriginalAmount="532.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42395331953" Longitude="-3.6852157115936" StarRating="4" HotelCode="38281|29508" HotelName="ICON Wipton by Petit Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jorge Juan 17, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7e/937ed6ba3d1618f4e9004ff9d1313c90e5d00504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the exclusive and luxurious commercial district of Serrano, at the heart o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="549.03" OriginalAmount="533.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420677362387" Longitude="-3.6892905735065" StarRating="5" HotelCode="73748|86624" HotelName="Hotel Hospes Puerta Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Independencia 3, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ff/bdfff51ad978e7775d543ba6e4897a28f3d515b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Independence Square, right in the centre of Madrid. It offers wonderful vie...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="551.02" OriginalAmount="534.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41477352" Longitude="-3.70705099" StarRating="4" HotelCode="859892|652195" HotelName="Pestana Plaza Mayor Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Dining,Heated Pool,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 8, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c2/eac26af2928fc2880fbb05671f6b40203243cd04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Pestana Plaza Mayor Madrid is a unique and unparalleled luxury hotel, paying tribute to the work...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="556.87" OriginalAmount="540.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.462482724416" Longitude="-3.6146306991577" StarRating="4" HotelCode="30999|128182" HotelName="Novotel Madrid Campo de las Naciones" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amsterdam 3, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/69/21695c127f32d34acee3c1cc8a4d43374fe3d906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right next to the IFEMA, the Parque Juan Carlos I and the Palacio de Congresos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="562.22" OriginalAmount="545.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41320061" Longitude="-3.70107705" StarRating="4" HotelCode="768799|804413" HotelName="CoolRooms Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Babysitting,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 34, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/53/2f53b76f04e7d9cf0ff7dc74c0cc56e0fe166d17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A buffet breakfast is served every morning at the property. There is an in-house restaurant, which s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="564.92" OriginalAmount="548.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42268" Longitude="-3.71179" StarRating="5" HotelCode="621058|615082" HotelName="VP Plaza España Design" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f6/2df68d2d2723fe58388566cfabc32a2b34351afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="569.06" OriginalAmount="552.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416405" Longitude="-3.698651" StarRating="5" HotelCode="36857|22622" HotelName="Hotel Urban" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrera de San Jerónimo 34, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6e/fc6e52983eb1d49c7508b97374854a539d6ab087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully situated at the heart of Madrid, surrounded by cultural venues, countless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.78" OriginalAmount="558.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419564681616" Longitude="-3.6985845569617" StarRating="4" HotelCode="426246|452302" HotelName="Vincci The Mint" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 10, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/536852/a_536852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys are accessible by lift. Amenities include a baggage storage service and a safe. Wireles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="593.27" OriginalAmount="575.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.48304" Longitude="-3.670911" StarRating="4" HotelCode="36943|19663" HotelName="Hotel Mirador de Chamartin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arte 14, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8b/8b03519feda46d0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by a pine wood in Madrid's district of Charmantin, only around 5 minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="627.02" OriginalAmount="608.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426191753964" Longitude="-3.6889965387927" StarRating="4" HotelCode="37045|22906" HotelName="NH Collection Madrid Colón" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Zurgena 4, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/a6/90a6d7fa0eed4437bc6380551a9d3e126c17ad31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's central district of Salamanca, close to the Plaza de Colón and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="628.89" OriginalAmount="610.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429881295932" Longitude="-3.7146434352007" StarRating="4" HotelCode="320635|852" HotelName="Courtyard Madrid Princesa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 40, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/67/3c678b6ac4bf6048f26953f71db8ee691c7a0868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to Plaza de España and the Palacio Real (Royal Palace). A wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="637.04" OriginalAmount="618.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="842312|642642" HotelName="The Level at Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/28/5528fa7468deda4e5c20a6dbada4fe8bc997842e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoy an exclusive experience in a unique environment with a personalised service at The Level at Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="639.17" OriginalAmount="620.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438792" Longitude="-3.691606" StarRating="5" HotelCode="25011|4572" HotelName="Hesperia Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 57, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ef/50efeb3205649618326e0e1c4721e999af50f16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located directly in the commercial and shopping district of Madrid clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="648.07" OriginalAmount="629.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.403869022356" Longitude="-3.6901023040485" StarRating="4" HotelCode="162011|134664" HotelName="AC Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Delicias 42, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/66/cd663d6e5542a689b998a15bdc2e54b0b21277aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in the heart of Madrid, close to the Paseo del Prado. The Reina Sofia, Thyssen-Born...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="663.80" OriginalAmount="644.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419239162882" Longitude="-3.6971620779099" StarRating="5" HotelCode="314388|407811" HotelName="The Principal Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marqués de Valdeiglesias 1, Corner Of Gran Via 2, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f9/cff9cde7f22691b0bcf6b9059c020c72143ac2e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the upscale area of Gran Vía street, near Alcalá street and a few steps away from Cibeles Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="690.53" OriginalAmount="670.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422228458184" Longitude="-3.6841141553061" StarRating="5" HotelCode="45653|3197" HotelName="Wellington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Velazquez 8, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/56/8f5677082d436f19353cc101132fee214c0a12d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the sophisticated district of Salamanca, only a mile and a half from Puerto del Sol and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="694.22" OriginalAmount="674.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41736456" Longitude="-3.70599914" StarRating="1" HotelCode="666371|635741" HotelName="Rc Miguel Angel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Street Plaza Celenque 1, 4th Left, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/2a/cb2ae40c75cec4713ee2cf66848d50038e77a399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="703.31" OriginalAmount="682.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4222206" Longitude="-3.6957049" StarRating="4" HotelCode="267129|229742" HotelName="Only YOU Boutique Hotel Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Barquillo 21, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5a/e15abfa1dd93cbb115ebab435640ae93dbcc4521.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="703.65" OriginalAmount="683.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426418" Longitude="-3.68939" StarRating="5" HotelCode="18759|572" HotelName="Gran Meliá Fénix" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c8/33c88264b3aa322b45d50c777817d6eb0d79f5b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located directly on the Paseo de la Castellana and the Plaza de Colon, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="715.27" OriginalAmount="694.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42007916" Longitude="-3.70369994" StarRating="4" HotelCode="586826|652224" HotelName="Hyatt Centric Gran Via Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 31, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/03/4903263531df3350afbec4726260e1b1fbc278e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar, room service, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="731.24" OriginalAmount="709.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423367434106" Longitude="-3.6988591889281" StarRating="2" HotelCode="935389|365339" HotelName="Room007 Chueca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle Hortaleza 74, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/8d/fb8d5f06ebe81e13d6f6cf172d4477b2067745b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="752.89" OriginalAmount="730.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7097096443176" StarRating="5" HotelCode="18757|933" HotelName="Gran Meliá Palacio de los Duques" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta de Santo Domingo 5 y 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/0c/2e0c3dcca68adb76c06db86bc29921794f90a597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This opulent luxury hotel is centrally located in Madrid's exquisite historical centre. It is just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="947.99" OriginalAmount="920.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422238811889" Longitude="-3.7115634763669" StarRating="3" HotelCode="47226|3153" HotelName="Hotel Cason del Tormes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rio 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/13/a71344eea2dba7bc14eff5875df2804d4c9d3b5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the tourist centre of Madrid within walking distance of many of the to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1008.83" OriginalAmount="979.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428177641302" Longitude="-3.6836543132936" StarRating="5" HotelCode="30319|785006" HotelName="Bless Hotel Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Velázquez 62, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4b/c04bd26f6d25c01761ef6a8281d6036594b1d85e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is wonderfully located in the centre of Madrid. The nearest public transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1010.81" OriginalAmount="981.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415432283656" Longitude="-3.7061713992828" StarRating="2" HotelCode="149165|357246" HotelName="Hostal Inter Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zaragoza 6, 3 Dcha, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/1b/fa1bf85d74a1cd701458af7fb8423cd44911fa93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1093.37" OriginalAmount="1061.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419576411699" Longitude="-3.6996352672577" StarRating="4" HotelCode="78724|114814" HotelName="Iberostar Las Letras Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 11, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/3f/583fcfd7f81e28a28bf94ce9744e83c801d9097e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Gran Vía Avenue, the hotel is a 10-minute walk from the Thyssen-Bornemisza and Prado muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1520.19" OriginalAmount="1475.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428337088684" Longitude="-3.6971086263657" StarRating="4" HotelCode="12942|3879" HotelName="Gran Versalles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Covarrubias 4, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/14/ab149ac9ce1232acada9274c17ef2c5c1e619c2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is located at the heart of Madrid close to the Palacio de Justicia. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1572.06" OriginalAmount="1526.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41522013506" Longitude="-3.7089037731971" StarRating="2" HotelCode="149090|212809" HotelName="Hostal La Casa de La Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Plaza de San Miguel 5, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/a6/74a6651a9fe46690b22454454f69f20745547d9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1793.01" OriginalAmount="1740.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415619899377" Longitude="-3.6925810575485" StarRating="5" HotelCode="16764|357" HotelName="Ritz Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Lealtad 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/67/e16792da161a57b3b398fecf04a1a764d492c161.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious modern hotel is situated in the heart of Madrid, within walking distance of numerous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1899.33" OriginalAmount="1844.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430051" Longitude="-3.688378" StarRating="5" HotelCode="19192|4339" HotelName="Villa Magna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 22, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/af/afc8a02c5397ab28/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its large boulevards, splendid plazas, palaces and renowned international museums, Madrid is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="15984.60" OriginalAmount="15519.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422623" Longitude="-3.709983" StarRating="3" HotelCode="29182|4337" HotelName="Espahotel Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via, 65, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/09/c609d0139980f74c35d38797b7e2f59306150c8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing apartment hotel is located in the tourist resort of Madrid only a few minutes walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Central Heating,Currency Exchange,Designated Smoking Area,Heated Pool,Jacuzzi,Massage Centre,Nightclub,Sauna,Shopping Arcade,Wheelchair Access,Kitchen,Spa,Golf,Bicycle Rental,Diet Meals,24 Hour Security,Business Centre,Dining,Meeting Room,Parking,Garden,Airport Transfer (on Demand),Swimming Pool,24 Hour Power Supply,Housekeeping,Printer,ATM/Cash Machine,Babysitting,Banquet Hall,24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage,Off-Site Parking,Pick &amp;amp; Drop,Vending Machine,Smoking Rooms</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,SPA HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,HOTEL DE CHARME,HOTEL,GUEST HOUSES,ECO HOTEL,HOSTEL,VILLAGE,APARTMENT,GUESTHOUSE</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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="37e35fb8-1349-45cd-83e3-a595ddacad89">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26992" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-12T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="2026-04-14T13:04:00.4167532+01:00" Version="0" EchoToken="Search" TransactionIdentifier="37e35fb8-1349-45cd-83e3-a595ddacad89" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="55.74" OriginalAmount="54.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414246057213" Longitude="-3.7070420472214" StarRating="2" HotelCode="322527|363303|Bed &amp; Breakfast" HotelName="The Hat Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bicycle Rental,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/48/2d484c8437c8e923e3c2f655960b6904fcf3e23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hostel is situated in Arganzuela. A total of 42 guests rooms are available for guests' con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="70.99" OriginalAmount="68.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.45442345" Longitude="-3.70145194" StarRating="2" HotelCode="613406|655182|Bed &amp; Breakfast" HotelName="Far Home Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Mercedes 13, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/bd/38bdf8c4782f7ae4b36166d422de98c8effc66c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.40" OriginalAmount="81.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417256121247" Longitude="-3.705843357271" StarRating="2" HotelCode="320880|367292|Bed &amp; Breakfast" HotelName="TOC Hostel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Celenque 3-5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/5b/805b337c8f7f0e96aa50724c10899b45abc3b560.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming urban establishment is located in the cultural centre of Madrid, within 250 metres fro...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.10" OriginalAmount="120.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.332263315584" Longitude="-3.7027604429916" StarRating="3" HotelCode="284796|194682|Bed &amp; Breakfast" HotelName="Vértice Roomspace Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Laguna Dalga 4, 28021 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/40/0e409cca12e63d234a55293cff0f3fe1d6a97d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.02" OriginalAmount="137.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.466844" Longitude="-3.6743750000001" StarRating="3" HotelCode="76620|362857|Bed &amp; Breakfast" HotelName="La Posada De El Chaflan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Pío XII 34, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/59/b459fd531a25080baa9223cf25226392ffa2e4dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.23" OriginalAmount="143.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.360178765032" Longitude="-3.6650237977831" StarRating="4" HotelCode="53748|170478|Bed &amp; Breakfast" HotelName="Hotel Mercader" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Eje 2-7, Poligono Alimentario Mercamadrid, Villa de Vallecas, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/19/2d19ebc36d6df4cc1b9589935d75ddaefb013dea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Mercamadrid, the largest food market in Europe, close to the M 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="151.81" OriginalAmount="147.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372309" Longitude="-3.640692" StarRating="1" HotelCode="212866|228458|Bed &amp; Breakfast" HotelName="ibis budget Madrid Vallecas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Casas de Miravete 17, Poligono Industrial Vallecas, 28031 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/87/e987f097d6a6e128268bb43ee086c3983696a4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.63" OriginalAmount="151.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439255" Longitude="-3.626964" StarRating="4" HotelCode="212865|228456|Bed &amp; Breakfast" HotelName="ibis budget Madrid Calle Alcala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rufino Gonzalez 19, Metro Suanzes, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/dd/4edd02c9b36247c025ce76dcde056ab81db020e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.89" OriginalAmount="153.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39610371288" Longitude="-3.670543266201" StarRating="1" HotelCode="445332|886661|Bed &amp; Breakfast" HotelName="ibis budget Madrid Calle 30" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lozano 3, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/46/b1462cc0ae3c8323509815450098eb3b4699efc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.07" OriginalAmount="154.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.391911115278" Longitude="-3.6958940308176" StarRating="3" HotelCode="113314|147191|Bed &amp; Breakfast" HotelName="Gran Legazpi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Chopera 71, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/9e/8e9ee3a6503e89c20eb6c1f33441e23bfb77b27d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to Madrid’s shopping, cultural and financial centre, next to the em...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.57" OriginalAmount="168.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447343320741" Longitude="-3.5428972681056" StarRating="3" HotelCode="395302|94895|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Madrid Airport T1 T2 T3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 2, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5f/1b5f242c6c21d11412b7cbf31f2c0bb27d8763ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the A2 motorway, with easy access to all the major ring roads. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.43" OriginalAmount="181.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.354234" Longitude="-3.830659" StarRating="3" HotelCode="61848|30347|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid - Alcorcon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Argentina S/n, Alcorcon, 28922 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/4d/6a4dc28b0d83aabd5a72e8f99441249d9f4f6409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcorcón in a convenient setting south west of Madrid and is very well conn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.82" OriginalAmount="201.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439351801307" Longitude="-3.6261788049536" StarRating="2" HotelCode="113307|228455|Bed &amp; Breakfast" HotelName="ibis Madrid Calle Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Valentin Beato 20, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/50/d150e243d5c7b3fc9a70dbbe10a2d090b449ab68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 9 km from the famous Puerta del Sol Square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.48" OriginalAmount="205.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436916985145" Longitude="-3.6311347901783" StarRating="1" HotelCode="263671|191203|Bed &amp; Breakfast" HotelName="Travelodge Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Santa Leonor 34, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bc/a6bc5374b8b0e2d4ac41e7281121269e97a1d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.37" OriginalAmount="210.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419223" Longitude="-3.704238" StarRating="3" HotelCode="38610|72503|Bed &amp; Breakfast" HotelName="II Castillas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Abada 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/23/ad231204dd668a04aeb10cf1cf6c09469d00b8b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the commercial and architectural centre of Madrid, approximately 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.42" OriginalAmount="213.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.558445702613" Longitude="-3.6137562990189" StarRating="3" HotelCode="37293|22902|Bed &amp; Breakfast" HotelName="NH San Sebastián de los Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Europa 11, 28700 San Sebastian de los Reyes, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/0c/bd0c22dd92fd85eb85c83cc95d49b302412b575b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the San Sebastián de los Reyes business park, 15 km from Madrid. The Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.89" OriginalAmount="218.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372858" Longitude="-3.743114" StarRating="3" HotelCode="31353|6976|Bed &amp; Breakfast" HotelName="Hotel Eco Via Lusitana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Secoya 2, 028044 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/56/8e563d9f0a5cc8271402454b475ab0a83f978b02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is just 5 km from Madrid's lively, pulsing centre. The crowd pleasing Warner Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.80" OriginalAmount="222.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.468981044467" Longitude="-3.6738793551922" StarRating="4" HotelCode="29336|4706|Bed &amp; Breakfast" HotelName="Hotel ILUNION Pío XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Pío XII 77, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/dd/e1dd8b2288d5d39323f36364e440664c2b6a724d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid. The hotel'...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.37" OriginalAmount="222.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445696913643" Longitude="-3.6729368196434" StarRating="3" HotelCode="311317|226143|Bed &amp; Breakfast" HotelName="Aparthotel AHM Marcenado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Bar,Currency Exchange,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Marcenado 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/b9/3db91cdbdfa194c9b4c09b220cbe2fe427294399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a cloakroom, a sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.74" OriginalAmount="224.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3053105077" Longitude="-3.7748256325722" StarRating="3" HotelCode="161637|130229|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid-Leganés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Recomba 11, Parque Industrial La Laguna Leganes, 28914 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/46/db4655647aadba033d44dbe7586ee9f83a8387f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the south of Madrid, close to the Parque Warner theme park, in the La Lagun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.92" OriginalAmount="224.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.443887381631" Longitude="-3.6726863453977" StarRating="3" HotelCode="32147|14453|Bed &amp; Breakfast" HotelName="Sercotel Togumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Canillas 59, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/53/29530c41eb10bdd6bfa35034c22427f2f324e426.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is in a privileged location, just 10 minutes from Madrid Airport, Chamartín t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.66" OriginalAmount="230.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436533" Longitude="-3.621056" StarRating="4" HotelCode="32665|8266|Bed &amp; Breakfast" HotelName="Hotel ILUNION Alcalá Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Romualdo 30, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/6f/a86ffc6c225f214fd83e0a50a11fdb851d060de8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north west of Madrid in the Julian Camarillo and near Alcala Street. Th...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.04" OriginalAmount="234.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435541702625" Longitude="-3.6638304024467" StarRating="4" HotelCode="32777|4463|Bed &amp; Breakfast" HotelName="NH Madrid Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Biarritz 2, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5e/965e4e662c787c61283699c7c167e3f2613bb676.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located near the Las Vegas bullfighting ring. It is also conveniently si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.13" OriginalAmount="236.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416024506087" Longitude="-3.7017413220092" StarRating="2" HotelCode="113300|197090|Bed &amp; Breakfast" HotelName="Hostal Matheu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Victoria 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/ac/c9aca30ad043461a7fa92c84e19451b6a037b70c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.38" OriginalAmount="236.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421909" Longitude="-3.706562" StarRating="3" HotelCode="14197|137377|Bed &amp; Breakfast" HotelName="Hotel Los Condes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Los Libreros 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d7/cad76a6733aa1001dd82346816e32475f7007580.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent situation in the very heart of the centre of Madrid, only some 20 m f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.93" OriginalAmount="236.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423175055175" Longitude="-3.7057760947046" StarRating="2" HotelCode="143541|213036|Bed &amp; Breakfast" HotelName="Hotel Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pizarro 16, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f8/cdf8a045a1d1bbb25e849c5fdc1fb70211724dc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="245.32" OriginalAmount="238.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418727950848" Longitude="-3.7039522826672" StarRating="4" HotelCode="62490|74903|Bed &amp; Breakfast" HotelName="Liabeny" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Salud 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/14485c18b6af3b3f25a8aab1d0792e173708a216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right in the centre of Madrid between Gran Vía, Plaza del Callao and Puerta del Sol....</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.04" OriginalAmount="238.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419308953948" Longitude="-3.7030295631599" StarRating="3" HotelCode="61928|73799|Bed &amp; Breakfast" HotelName="Anaco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tres Cruces, 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/08/8d0803cc45a98fef2f1e4f504350d3b7e89dc93a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Plaza del Carmen, right in the heart of Madrid. From here guests can rea...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.98" OriginalAmount="239.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.444416641378" Longitude="-3.6554197643918" StarRating="3" HotelCode="38298|26620|Bed &amp; Breakfast" HotelName="Travelodge Madrid Torrelaguna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Torrelaguna 69, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/e8/c3e89468aee6bd8bccb48bbcdb808ce96f9f8984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the region's main business district. There is a link to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="249.35" OriginalAmount="242.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449151358313" Longitude="-3.576779682209" StarRating="4" HotelCode="130495|113657|Bed &amp; Breakfast" HotelName="Hotel Nuevo Boston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 332, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/0e/380e91ecc5ea182c89842fb191518f2af6af4544.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barajas Airport Business Centre. The airport itself is just 1 km away. The p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="250.30" OriginalAmount="243.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431114825251" Longitude="-3.6874164640903" StarRating="4" HotelCode="30878|4482|Bed &amp; Breakfast" HotelName="Serrano by Silken" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marques De Villamejor 8, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f5/6ef50ebb44f99e9baed1046343cf3a861ba229cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel lies in the Salamanca district, a very exclusive area of Madrid, between the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="251.11" OriginalAmount="243.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419734667353" Longitude="-3.7043049931526" StarRating="3" HotelCode="30558|3020|Bed &amp; Breakfast" HotelName="Hotel Regente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesonero Romanos 9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c8/20c8b4c5898d063ffdc49d96e0439b20ca46b54f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Madrid, only a stone's throw from the Gran Via. It is close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.37" OriginalAmount="245.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447388917667" Longitude="-3.5803155423279" StarRating="3" HotelCode="899437|112877|Bed &amp; Breakfast" HotelName="Aparthotel Compostela Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Village,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zambrana 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/13/b51372a290f98835fe8bfecb9fdaa0740d69a789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel provides easy access to the M21, M22, M40 and A2 motorways, as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="257.78" OriginalAmount="250.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427936905493" Longitude="-3.5606646537781" StarRating="3" HotelCode="37048|22904|Bed &amp; Breakfast" HotelName="NH Villa de Coslada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Constitución, 75, 28820 Coslada, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/zz/6fad466b171dc860fcfc0f6ee9973e1a588af07e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the new residential area of Coslada between the industrial park and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.97" OriginalAmount="252.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447616636597" Longitude="-3.655298659824" StarRating="4" HotelCode="98191|103640|Bed &amp; Breakfast" HotelName="Hotel ILUNION Atrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Emilio Vargas 3 y 5, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/40/50409639c3b56138a0a2c349b058c209961180f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in one of the best residential zones in Madrid, the hotel has direct access to the M-30. The...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.22" OriginalAmount="252.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44774" Longitude="-3.669104" StarRating="4" HotelCode="24896|4690|Bed &amp; Breakfast" HotelName="Hotel ILUNION Suites Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 143, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/e2/e5e2f2aa0e092b549d3d207dafbca543804c35c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid, close to a...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="264.52" OriginalAmount="256.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458602522733" Longitude="-3.6952221607479" StarRating="3" HotelCode="59808|76270|Bed &amp; Breakfast" HotelName="Senator Castellana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Julián Besteiro, 37, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/89/e38984ac12005f87d5c63a7f24821d54a662e08a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, in the best commercial and business area, next to Plaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.28" OriginalAmount="257.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420381706802" Longitude="-3.6992629818972" StarRating="3" HotelCode="36944|22437|Bed &amp; Breakfast" HotelName="San Lorenzo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Clavel 8, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/02/da02c6fe4c3da64e250b22e40740f87761406f96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the city close to the Gran Via, one of the largest shopping d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.30" OriginalAmount="258.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418823798651" Longitude="-3.7093595509261" StarRating="2" HotelCode="57790|60059|Bed &amp; Breakfast" HotelName="Room Mate Mario" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Campomanes 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/90/f790cf488911b287a108eedcd8f8bf96d5c95b6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city centre of Madrid. Access to public transport, as well...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.40" OriginalAmount="259.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.498234570408" Longitude="-3.6646270751953" StarRating="4" HotelCode="88640|111753|Bed &amp; Breakfast" HotelName="NH Madrid Las Tablas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Burgos 131, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cc/4dcc3e8734580697e808a0f17613c8ae3453f345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the north of Madrid, next to the Las Tablas and Sanchinar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.27" OriginalAmount="260.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41973075282" Longitude="-3.704108603769" StarRating="3" HotelCode="29799|5271|Bed &amp; Breakfast" HotelName="Avenida Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesoneros Romanos 14, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/51/e551f8a8c48abf81eb5fa3da3a333cac8ed12f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This straightforward hotel enjoys a splendid location. Madrid's countless shops and cultural venues ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.01" OriginalAmount="263.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436054" Longitude="-3.679347" StarRating="4" HotelCode="178195|161481|Bed &amp; Breakfast" HotelName="Dormirdcine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Príncipe de Vergara, 87, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/76/937640995f31c98b1e25e91ef851d579929d8053.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the central Salamanca district (2.5 km from the centre), very close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="272.51" OriginalAmount="264.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470975" Longitude="-3.579981" StarRating="4" HotelCode="37965|26196|Bed &amp; Breakfast" HotelName="Clement Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General, 43, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2b/f82bae27e6574dfaf6d898fe684572ce1cd0f73b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from a park and about 12 km from the city centre. Links to the publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="273.96" OriginalAmount="265.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441348026217" Longitude="-3.6575652675285" StarRating="4" HotelCode="15313|16899|Bed &amp; Breakfast" HotelName="Novotel Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Esquina Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c7/dac74f5e23727e9db32105d1b08f726847820c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of one of the major residential and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.44" OriginalAmount="266.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423884561043" Longitude="-3.7058645731178" StarRating="3" HotelCode="113294|107317|Bed &amp; Breakfast" HotelName="Hotel Abalu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pez 19, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bd/42bd200aae0f7e454f2c00692011c3f77884793c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are set in the heart of Madrid, just a short walk away from Plaza España. Noviciado m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="277.73" OriginalAmount="269.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.408201" Longitude="-3.70079217" StarRating="1" HotelCode="709734|887933|Bed &amp; Breakfast" HotelName="Ibis Budget Madrid Centro Lavapies" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Valencia 8-10, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5b/005bea14b55dec053d36491bd4f3756bb265bb70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.07" OriginalAmount="269.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.440662401072" Longitude="-3.670056679436" StarRating="5" HotelCode="56983|39121|Bed &amp; Breakfast" HotelName="Hotel Puerta América" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de América 41, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/9c/659cc0864b7dee0c0f21cd44877ce6ed63576fc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Avd. de América, just 5 min away from the exclusive quarter of Salamanca (b...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.10" OriginalAmount="270.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.473089486686" Longitude="-3.5853624343872" StarRating="4" HotelCode="113312|185314|Bed &amp; Breakfast" HotelName="täCH Madrid Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Timon 35, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185314/185314a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.92" OriginalAmount="270.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416260512445" Longitude="-3.7013848513596" StarRating="3" HotelCode="147256|197995|Bed &amp; Breakfast" HotelName="El Pasaje" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pozo 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a9/4fa9fec501552ad81a0bd8f584f960e2393a3f41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.05" OriginalAmount="270.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428560097144" Longitude="-3.6943137198631" StarRating="2" HotelCode="100840|183409|Bed &amp; Breakfast" HotelName="BlueSense Almagro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Almagro 10, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/2d/252d513a34b67aedcdb07329e52d976cdeb26f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.19" OriginalAmount="271.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420715844095" Longitude="-3.7069496512413" StarRating="3" HotelCode="18768|129985|Bed &amp; Breakfast" HotelName="Room Mate Macarena - Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 43, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a3/4aa3380932ad4f1d430728f8197c9a0f3059f505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, near to the Gran Via, between the Plaza de Espana and ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.34" OriginalAmount="271.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458646083947" Longitude="-3.5823985934257" StarRating="4" HotelCode="29260|3204|Bed &amp; Breakfast" HotelName="Senator Barajas Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 27, Next to Adolfo Suárez Madrid-Barajas Airport and IFEMA, Barajas, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d720dcddfec7543958d5cf370fccf4afb4be9dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located approximately 1 km from Madrid Barajas Airport. It offers an exclusive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="280.57" OriginalAmount="272.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4283894" Longitude="-3.6711832999999" StarRating="3" HotelCode="300883|365806|Bed &amp; Breakfast" HotelName="Neo Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Don Ramón de la Cruz 94, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/64/6e64e957b87a6e7cb45d9a46531a20ac570a5bd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Madrid, 200 m away from the nearest metro station (Manuel Becerra).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="281.42" OriginalAmount="273.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.434891818409" Longitude="-3.6850864245062" StarRating="2" HotelCode="101132|183349|Bed &amp; Breakfast" HotelName="BlueSense Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diego de León 10, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/85/408532fb654c6aaa3f0c04126c73adf422604168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="284.61" OriginalAmount="276.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431877" Longitude="-3.673618" StarRating="4" HotelCode="19506|4928|Bed &amp; Breakfast" HotelName="Zenit Abeba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alcántara 63, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/69/cd691bd277fd3803689fd80761c97017200ca7ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Madrid's leisure area just a few metres from the city centre and its l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.33" OriginalAmount="277.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406225" Longitude="-3.71221" StarRating="3" HotelCode="16252|1237|Bed &amp; Breakfast" HotelName="Puerta de Toledo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Glorieta Puerta de Toledo 4, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/69/1769a5b322545c05546b4496955491621e7af9ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally located in the historical centre of Madrid, near the Real Palace an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.63" OriginalAmount="279.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.394154" Longitude="-3.707749" StarRating="4" HotelCode="30654|3517|Bed &amp; Breakfast" HotelName="Hotel Praga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Lopez 65, 28019 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/56/aa560c0be87d61d8a18b9bd43d912d34fdc1e92c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located close to the M-30 ring road, and the centre of Madrid is arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.39" OriginalAmount="287.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.488138" Longitude="-3.668268" StarRating="4" HotelCode="409988|91856|Bed &amp; Breakfast" HotelName="Occidental Castellana Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Manoteras 20, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/ea/7dea448b3404868641d054e28bd98ea3381b03a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in a development area on Castellana Avenue. It is just 10 minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.80" OriginalAmount="291.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39884" Longitude="-3.670116" StarRating="3" HotelCode="37050|22939|Bed &amp; Breakfast" HotelName="NH Madrid Sur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Ciudad de Barcelona, 113, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/d8/6fd87d1122b42e0428ea7b25d5c311a64851082a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, within paces of the bus station and the southern junct...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="300.16" OriginalAmount="291.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447490084209" Longitude="-3.5830351878357" StarRating="4" HotelCode="900431|123223|Bed &amp; Breakfast" HotelName="Axor Feria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/50/bf5078ad42c0a5d4469a0ba7e0bf4fa66ec4d204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a residential and business area, 10 minutes from IFEMA exhibition centre, Co...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="303.41" OriginalAmount="294.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41634376863" Longitude="-3.7017134257603" StarRating="3" HotelCode="69539|85237|Bed &amp; Breakfast" HotelName="Victoria IV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle De La Victoria 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/314c0a5aa5fa454eafa34ddd44467b4f.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Puerta del Sol, close to museums of world fame such as the Prado Museum...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="306.85" OriginalAmount="297.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447922736474" Longitude="-3.5829699039459" StarRating="4" HotelCode="900430|123224|Bed &amp; Breakfast" HotelName="Axor Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5e/565e92719307b138ac28fcc93c91c1ceadbb17a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located 5 minutes from IFEMA Exhibition Centre, the Congress Palace and J...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.27" OriginalAmount="300.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430608432797" Longitude="-3.6642296922241" StarRating="2" HotelCode="207386|228454|Bed &amp; Breakfast" HotelName="Hotel ibis Madrid Centro las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julio Camba 1, Esquina Alcala, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/9b/2c9b3c69b9150d1721cad4c81dd89453055810a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.39" OriginalAmount="300.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423064" Longitude="-3.707663" StarRating="3" HotelCode="23027|1231|Bed &amp; Breakfast" HotelName="Sterling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 29-31, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b6/0db6cec23ff9f4ca53af13a0bbfc531784189c6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Madrid, close to the Gran Via and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.53" OriginalAmount="300.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406248" Longitude="-3.669354" StarRating="4" HotelCode="82895|191721|Bed &amp; Breakfast" HotelName="Claridge Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde de Casal 6, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/9b/d59b2e5b07ad150abf35d67f8a752929d7b1575e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.67" OriginalAmount="301.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432045" Longitude="-3.69935" StarRating="4" HotelCode="161633|132446|Bed &amp; Breakfast" HotelName="Hotel Agora Juan de Austria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan de Austria 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/3d/d83ddc327c91f1656243d35ff6aafdc08a712fa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel is located in the city of Madrid, at the heart of the historic neighbourhood of ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.96" OriginalAmount="301.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425258443904" Longitude="-3.7001618914016" StarRating="0" HotelCode="749943|644929|Bed &amp; Breakfast" HotelName="Bastardo Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Laundry,Parking,Restaurant,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>San Mateo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e1/ede16d21d600054a92fe56c21b244a8cc8107f86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;bastard:
From fr. ant. bastart.
1. adj. That degenerates from its origin or nature.

A journey does ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.77" OriginalAmount="303.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.555316" Longitude="-3.609999" StarRating="2" HotelCode="39335|7942|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid-San Sebastian d/l Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De Los Pirineos S/N, 28700 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0e/8e0e7cf0501ac7ea09a621455dc3e9c07feb6fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in heart of one of the most important business areas, and is located 15 km to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.06" OriginalAmount="303.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420449890709" Longitude="-3.7045789430846" StarRating="4" HotelCode="35572|4798|Bed &amp; Breakfast" HotelName="Hotel Atlántico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 38, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/45/334515419dcae1e58ae1ad6f62dc6bbdcab45f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a wonderful town house, which is crowned with a dome. It is situated in the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.45" OriginalAmount="304.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421084419798" Longitude="-3.7147602438927" StarRating="3" HotelCode="16258|7976|Bed &amp; Breakfast" HotelName="Principe Pio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cueste de San Vicente 14, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/8a/798ac490034a63eb0befb17e88c66239bcaf494c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies just a few minutes from the centre of Madrid where guests will discover m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.62" OriginalAmount="304.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469157548393" Longitude="-3.581001162529" StarRating="4" HotelCode="29474|4712|Bed &amp; Breakfast" HotelName="TRYP Madrid Alameda Aeropuerto Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 100, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/a0/21a03fe7a14b0fb683d3afb2f420f485eedc34a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a district close to Madrid Barajas airport. The hotel offers an exclusive c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.58" OriginalAmount="306.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419830641568" Longitude="-3.7012660503388" StarRating="4" HotelCode="30862|4435|Bed &amp; Breakfast" HotelName="NH Collection Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 21, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/35/2835d2759134b280fcdc9d65985b1b26bed539af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid, close to a wide selection of shopping and en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.77" OriginalAmount="306.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421476" Longitude="-3.721681" StarRating="3" HotelCode="212800|181474|Bed &amp; Breakfast" HotelName="Hotel Acta Madfor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de La Florida 13, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/66/8f667c74e208871dc3068d0db8b43dc2d7ad705c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.10" OriginalAmount="310.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42243262" Longitude="-3.70010823" StarRating="3" HotelCode="447285|436719|Bed &amp; Breakfast" HotelName="Madrid SmartRentals Chueca II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Perez Galdos 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436719/436719a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.44" OriginalAmount="311.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414515560127" Longitude="-3.7001119705697" StarRating="3" HotelCode="57792|60180|Bed &amp; Breakfast" HotelName="Room Mate Alicia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 2, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/90/b090770d907be1ccc229dde75b3f4a7db6af7369.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Barrio de las Letras, on Santa Ana square and close to the mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.55" OriginalAmount="311.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4649744" Longitude="-3.7861544" StarRating="4" HotelCode="310418|4241|Bed &amp; Breakfast" HotelName="Aravaca Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camino De La Zarzuela 23, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a4/b1a4e76c14c35c59c4594463f035854ccccb92cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist centre of Aravaca (Madrid) just a few minutes from the city cen...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="322.49" OriginalAmount="313.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441356568355" Longitude="-3.6575128373649" StarRating="4" HotelCode="968815|712971|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6c/1a6c95a7c48e5664d6d8e1f743fef1bdb993d241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="327.13" OriginalAmount="317.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420037904714" Longitude="-3.7002833135004" StarRating="4" HotelCode="20339|1875|Bed &amp; Breakfast" HotelName="H10 Villa de la Reina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 22, Madrid Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/ac/11ac8aef870a4d29fc9bf72cc41b5f44bb1f7c3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Madrid, this luxurious hotel is surrounded by restaurants, numerous pubs and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="332.40" OriginalAmount="322.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4199155" Longitude="-3.70746933" StarRating="4" HotelCode="943732|658509|Bed &amp; Breakfast" HotelName="The First One Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle dePreciados 44, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/8f/048fc98d1767616b2c74879593552061d77e70aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="337.94" OriginalAmount="328.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469588" Longitude="-3.582171" StarRating="4" HotelCode="29258|3600|Bed &amp; Breakfast" HotelName="Meliá Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 305, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/6a/bb6a98ece4b789d67f79c1c304c81b1f98dfd870.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location close to Madrid Barajas airport, the convention centres and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.72" OriginalAmount="332.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.424787391489" Longitude="-3.7150596483374" StarRating="3" HotelCode="66749|82693|Bed &amp; Breakfast" HotelName="Suites Viena Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Álvarez Mendizábal 17, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/53/f2538fff6337f24d2a6fb2d6ce2e3625aa076686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This studio complex is located close to Gran Via, just a few metres from Plaza de España and Palacio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.79" OriginalAmount="332.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470800134942" Longitude="-3.7687879800796" StarRating="4" HotelCode="36966|22769|Bed &amp; Breakfast" HotelName="Eurostars Zarzuela Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Dario Aparicio 32, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7b/ce7b3ef3edb6d7c2f27744a8c4e7b4611979b3fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the northern district of Madrid. Wonderful gardens surround the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="345.10" OriginalAmount="335.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413698" Longitude="-3.70362" StarRating="3" HotelCode="36938|17839|Bed &amp; Breakfast" HotelName="Hotel Cortezo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Doctor Cortezo 3, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/2a/162a5fe8418e2177d749a82fead20e896b9f37e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel in the heart of Madrid is only a few metres from the Puerta del Sol, the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.09" OriginalAmount="336.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421455" Longitude="-3.708134" StarRating="4" HotelCode="12124|569|Bed &amp; Breakfast" HotelName="Emperador" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grán Via 53, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/56/c356d146eef5f3596c7fcd5e063d52be9577331d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is popular for its central location in the heart of Madrid, on the famous Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.93" OriginalAmount="336.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420619" Longitude="-3.708516" StarRating="4" HotelCode="17616|127785|Bed &amp; Breakfast" HotelName="Hotel Santo Domingo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98b989d71d050584e06916b1fb52e869006e31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, only a 3-minute walk from Gran Via and the city’s main ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="347.93" OriginalAmount="337.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406924" Longitude="-3.683148" StarRating="4" HotelCode="30186|570|Bed &amp; Breakfast" HotelName="Agumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Reina Cristina 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ef/97ef11ed01c50ed47f4d15613b04b7d6cae68f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys a wonderful central position at the heart of Madrid. Situated on the Reina...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.02" OriginalAmount="341.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.402598163242" Longitude="-3.7115734470481" StarRating="3" HotelCode="32044|9711|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Piramides" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Acacias 40, 28005 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/d1/23d1f0fa674d7a8ec3327f8faa79cb12bf3f30e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, friendly and luminous, is just a few metres from the Madrid Flea Market (El Rastro) and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.17" OriginalAmount="341.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.554545259398" Longitude="-3.9002323150635" StarRating="4" HotelCode="99103|14976|Bed &amp; Breakfast" HotelName="Exe Gran Hotel Almenar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jaraiz 1, 28290 Las Rozas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/74/d974f77848316619addb83b590bf6d46b27ad388.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel lies opposite Las Matas train station, close to Parque Empresarial de Las Rozas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.04" OriginalAmount="342.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4202" Longitude="-3.701162" StarRating="3" HotelCode="27901|4285|Bed &amp; Breakfast" HotelName="Petit Palace Chueca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hortaleza 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3c/0d3ce095c14861d561f1b9e37d648c55615def3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively Chueca neighbourhood, close to the Gran Via, and it is the ideal ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.57" OriginalAmount="343.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452915204396" Longitude="-3.61323595047" StarRating="4" HotelCode="51894|4391|Bed &amp; Breakfast" HotelName="Hotel Osuna Feria Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis de la Mata 18, Madrid 28042</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/9d/3a9de01571d1df7cc3922e0b307f69e3af8e8a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies next to a quiet garden. With the free shuttle service, guests will quickly and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.74" OriginalAmount="343.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.467490435003" Longitude="-3.6900544166565" StarRating="4" HotelCode="46623|9649|Bed &amp; Breakfast" HotelName="Hotel Exe Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 191, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/80/b2802a570b620afbee64ff9dbbbf4a2a171897e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location in the business district in the heart of the Paseo de la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.17" OriginalAmount="346.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.489678" Longitude="-3.688078" StarRating="4" HotelCode="82889|155929|Bed &amp; Breakfast" HotelName="Villamadrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Xaudaró, 2, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/e7/e6e7276ea9f77cb89dbcd885eb3df95c273eac76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in one of Madrid's business areas at the end of Paseo de la Castellan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.51" OriginalAmount="347.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417319315597" Longitude="-3.706523364418" StarRating="3" HotelCode="326489|5281|Bed &amp; Breakfast" HotelName="Petit Palace Ópera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 16, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a492c8911e264433a5f6fabfa82a3b77491fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the city, close to the King's Palace and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.73" OriginalAmount="347.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406266289724" Longitude="-3.7217527627945" StarRating="4" HotelCode="171005|142445|Bed &amp; Breakfast" HotelName="NH Madrid Ribera del Manzanares" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Virgen del Puerto 57, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/9e/d59e2ae32977b3a7a264879a36d69c1a81aa5b1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Madrid, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.89" OriginalAmount="347.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430666489624" Longitude="-3.7169702663508" StarRating="3" HotelCode="31101|4468|Bed &amp; Breakfast" HotelName="Hotel T3 Tirol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Urquijo 4, 28008 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/97/b7970c0e51e3a27548c34ba7a4ae7ae4dc45dc49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is located in the tourist centre of Madrid. The surrounding area is full of exciting...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="361.24" OriginalAmount="350.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.456854" Longitude="-3.647615" StarRating="4" HotelCode="30679|3588|Bed &amp; Breakfast" HotelName="Zenit Conde Orgaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Moscatelar 24, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/38/5e385f10fae57b649b4cfd4393d463af8f193e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated close to the Juan Carlos I trade centre and the congress cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.69" OriginalAmount="352.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469799969984" Longitude="-3.5808435759633" StarRating="2" HotelCode="113308|228447|Bed &amp; Breakfast" HotelName="ibis Madrid Aeropuerto Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General 49, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6c/046c53f5bb60af45a6d6287f04db1c88e243ad8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1 km from Madrid-Barajas Airport and IFEMA Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.25" OriginalAmount="352.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435156170903" Longitude="-3.6765334010124" StarRating="3" HotelCode="76561|145407|Bed &amp; Breakfast" HotelName="VP El Madroño" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle General Díaz Porlier 101, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ff/fcff34a82f5f9ef5a838a50ad12d4bb6b75c0c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in the Salamanca area of Madrid, within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="368.67" OriginalAmount="357.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41366544" Longitude="-3.70038516" StarRating="4" HotelCode="960771|663164|Bed &amp; Breakfast" HotelName="Room Mate Alba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Huertas 16, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/70/9b70c48ee2843a7924bf1bd65f268f7123c6f18f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.28" OriginalAmount="359.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411819" Longitude="-3.697824" StarRating="4" HotelCode="172000|152135|Bed &amp; Breakfast" HotelName="Catalonia Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 81, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/21/6121a963267cce891b78d4d34cad6f37540e4b41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, in the Triangle of Art, which is home to the most visit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.80" OriginalAmount="360.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420901748178" Longitude="-3.7083299766865" StarRating="4" HotelCode="59394|66662|Bed &amp; Breakfast" HotelName="Petit Palace Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de San Bernardo 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/78/3e78e6e80e88dceaadc921a94a4767dd2576fe52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Madrid. Guests are conveniently located close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="371.16" OriginalAmount="360.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417029" Longitude="-3.705226" StarRating="3" HotelCode="35373|14978|Bed &amp; Breakfast" HotelName="Petit Palace Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/97/749754e17d1d84aefd6dd7528c9969aca2820ef1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historic and tourist centre of Madrid near to the Puerto del Sol (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="371.30" OriginalAmount="360.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419473800577" Longitude="-3.699099496007" StarRating="4" HotelCode="12770|924|Bed &amp; Breakfast" HotelName="Catalonia Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 7-9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/3b/e93b08c76d0497b325d9e61664f6b3869c656d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the historical centre of Madrid and offers an ideal atmosphere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="372.66" OriginalAmount="361.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432122377193" Longitude="-3.6565107107162" StarRating="4" HotelCode="31879|9712|Bed &amp; Breakfast" HotelName="Rafaelhoteles Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 269, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1f/7d1fc715acc1658ddc1bb9740e0d750801e8c95b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting and friendly hotel is located in the popular shopping street of Alcalá and fits seamle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="372.97" OriginalAmount="362.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418617680782" Longitude="-3.706713616848" StarRating="4" HotelCode="23667|3549|Bed &amp; Breakfast" HotelName="Intur Palacio San Martín" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de San Martín 5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/37/7d370daf1f5fdb442081c3e07f167b6870ae6398.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a classical building from the 1900's and lies at the heart of Madrid, only paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.09" OriginalAmount="363.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.475140876872" Longitude="-3.7430022444644" StarRating="4" HotelCode="30843|4390|Bed &amp; Breakfast" HotelName="Hotel Eurostars Monte Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arroyofresno 17, 28035 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d6/b1d6b05ce616b5711eb364b11ebade088e0e106f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the leisure district of Puerta de Hierro, roughly a 15-minute drive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.35" OriginalAmount="363.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413123" Longitude="-3.700828" StarRating="4" HotelCode="172083|152134|Bed &amp; Breakfast" HotelName="Catalonia Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 36, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c8/74c8c9a4273d0e5a78af7a3c01bea457514483ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a building dating back to the early twentieth century, part of the historic ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.60" OriginalAmount="363.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429192" Longitude="-3.688444" StarRating="4" HotelCode="38261|29283|Bed &amp; Breakfast" HotelName="Petit Palace President Castellana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Villamagna 4, esquina Paseo de la Castellana 20, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/80/c4/80c48fce4deab0399eff062170c4d969923006e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along a main road in the commercial district of Madrid, close to the Paseo de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.89" OriginalAmount="363.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417011" Longitude="-3.700014" StarRating="4" HotelCode="29475|9521|Bed &amp; Breakfast" HotelName="Quatro Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sevilla 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/b3/14b3e32c78a3fb9770eba36465ced5e758833471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the historical centre of Madrid, just minutes fro...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.94" OriginalAmount="364.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416000360547" Longitude="-3.7090604487198" StarRating="4" HotelCode="87683|100198|Bed &amp; Breakfast" HotelName="Petit Palace Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mayor 46, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/42/4f421af60782dc754ab4d6f09aa70ede93f8dd41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the only hotel located on the main street, at the principal entrance to the Plaza Mayor. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="376.22" OriginalAmount="365.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429152670491" Longitude="-3.7167762183437" StarRating="3" HotelCode="15041|9643|Bed &amp; Breakfast" HotelName="Aparto Suites Muralto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buen Suceso 3, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/bf/4abfb92e1f0cf1fa3c0ef24a57d973d77cb2c1a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming apartment hotel is centrally located in a quiet district of Madrid. El Corte Inglés, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.88" OriginalAmount="367.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415691556536" Longitude="-3.7057562678102" StarRating="4" HotelCode="38260|29281|Bed &amp; Breakfast" HotelName="Petit Palace Posada del Peine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Postas 17, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3b/723b22a337278162159d6da19fe00d4b97f59c13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historical centre of Madrid, close to the Plaza Mayor and within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="379.70" OriginalAmount="368.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447551" Longitude="-3.628123" StarRating="4" HotelCode="7854|4021|Bed &amp; Breakfast" HotelName="Meliá Avenida América" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Juan Ignacio Luca de Tena 36, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/07/4807d72e88d320af37a053bba8972f136be70f09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the harbour and Castellana Avenue, close to the trade fairground. A se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="379.92" OriginalAmount="368.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418862725128" Longitude="-3.7027251720428" StarRating="4" HotelCode="57593|57473|Bed &amp; Breakfast" HotelName="Petit Palace Plaza del Carmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Carmen 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/60/a260e7dd75a552d8fb6b0586c5d6ff3e9b27a3b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid on the Plaza del Carmen. It has a good location between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.13" OriginalAmount="369.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420578986557" Longitude="-3.7028793993883" StarRating="3" HotelCode="35356|14979|Bed &amp; Breakfast" HotelName="Petit Palace Triball" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gonzalo Jimenez de Quesada 2, Esquina con Calle Gran Vía 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/32/bb325bd5c92e4fb9e9646335e5168b9a3de77902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is housed in an impressive 19th century building that is located in the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.70" OriginalAmount="369.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425259" Longitude="-3.682138" StarRating="4" HotelCode="38262|29289|Bed &amp; Breakfast" HotelName="Catalonia Goya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Goya 49, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/8d/418ddba6041ee8f5a1fe52ba3ab6da08c9950dea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the "Calle Goya", in the elegant Salamanca quarter. Here guests will find al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="381.37" OriginalAmount="370.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418183" Longitude="-3.704311" StarRating="3" HotelCode="14178|3151|Bed &amp; Breakfast" HotelName="Petit Palace Preciados" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Galdo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d1/5cd13e53f1e5c3af9001c3aefa834ad81d210a6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in the heart of Madrid, only minutes from Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="381.37" OriginalAmount="370.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438455215158" Longitude="-3.7009871006012" StarRating="3" HotelCode="7859|5366|Bed &amp; Breakfast" HotelName="TRYP Madrid Chamberí Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle José Abascal 8, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/e3/f0e396becb6867e8a52c4bb5500760c6e6713ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the leisure district of Chamberi in Madrid and lies just a few minutes walk...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.19" OriginalAmount="373.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413884065705" Longitude="-3.6944854259491" StarRating="4" HotelCode="14182|4222|Bed &amp; Breakfast" HotelName="Mercure Madrid Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lope de Vega 49, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/e7/7de7feb733ff31c96f41ba9fe95bace878ae9bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Madrid, in the middle of the famous Golden Triang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.85" OriginalAmount="374.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439629936567" Longitude="-3.698257991061" StarRating="3" HotelCode="53738|22938|Bed &amp; Breakfast" HotelName="NH Madrid Chamberí" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bretón de los Herreros 29, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bc/32bc0170527d86103fd314ebb75ffe410c88ae0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Nuevos Ministerios district of the city of Madrid. The Paseo de la Cast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="386.21" OriginalAmount="374.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419343" Longitude="-3.702784" StarRating="3" HotelCode="56985|54285|Bed &amp; Breakfast" HotelName="Petit Palace Tres Cruces" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Tres Cruces, 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ee/bfee45a57eee365ce8192046ff50735fa349c22f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Tres Cruces street, on the corner of the completely renovated Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.31" OriginalAmount="382.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413945" Longitude="-3.702857" StarRating="4" HotelCode="26838|3550|Bed &amp; Breakfast" HotelName="Catalonia Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 23, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/15/ce15a9c427d18380a1b8a788539d8f53a29951ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This smart luxury hotel is centrally located in Madrid's golden triangle, between the Old Town and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.82" OriginalAmount="383.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414830611147" Longitude="-3.6989767849445" StarRating="3" HotelCode="13095|2856|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Callo Prado 11, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/d7/d1d7bac26dc95103b5359627b0b060dc012b4f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly city hotel is located in the centre of Madrid, close to the Puerta del Sol and the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="397.49" OriginalAmount="385.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418581672664" Longitude="-3.7071949361763" StarRating="3" HotelCode="59567|66661|Bed &amp; Breakfast" HotelName="Room Mate Laura" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Travesía de Trujillos 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77126/a_77126_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Plaza de las Descalzas Reales, only about 30 m from the Plaza Mayor, th...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="399.82" OriginalAmount="388.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447842" Longitude="-3.636193" StarRating="4" HotelCode="29286|9648|Bed &amp; Breakfast" HotelName="Silken Puerta Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Rizzi No 5, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/b0/0cb050acf7f1521e541d3c5bc14007d079567e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is just 5 minutes on foot from the Juan Carlos I exhibition centre. The vibrant c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="401.16" OriginalAmount="389.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.401434123929" Longitude="-3.6871683587262" StarRating="4" HotelCode="16438|3988|Bed &amp; Breakfast" HotelName="Rafaelhoteles Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mendez Álvaro 30, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bf/d3bfe5a4bf9ce69a007b759e9fc72f3b234ba8bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Madrid, a few minutes from the Méndez Álvaro train, unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="404.39" OriginalAmount="392.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411321657713" Longitude="-3.693164302701" StarRating="2" HotelCode="322524|178287|Bed &amp; Breakfast" HotelName="Hotel Mora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 32, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079d4f30efab395320ad4992313ca9df4793cb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated on the Paseo del Prado in Madrid, 400 meters from the Reina Sofia Museum and A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.27" OriginalAmount="394.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439311810137" Longitude="-3.6317432711639" StarRating="4" HotelCode="31103|4484|Bed &amp; Breakfast" HotelName="Elba Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 476, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c49f54179f59386631cb3a520ab9ed10b09ffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of Madrid, only minutes from the airport and the city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.88" OriginalAmount="395.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416666" Longitude="-3.691007" StarRating="4" HotelCode="189352|175099|Bed &amp; Breakfast" HotelName="Petit Palace Lealtad Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Maura 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/f4/d6f42e45a4277f989d9768ec6e2b27cf21127cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an old five-storey building built in the early nineteenth century in the mos...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.93" OriginalAmount="397.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449801" Longitude="-3.698462" StarRating="3" HotelCode="30827|4336|Bed &amp; Breakfast" HotelName="Espahotel Plaza Basílica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comandante Zorita 27-31, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/fd/29fde3de23a59a6fc839c9049f7988e27b6ae33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment complex is centrally located in the Azca district close to the Torre Picasso building....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.03" OriginalAmount="399.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7036330997944" StarRating="3" HotelCode="25010|3966|Bed &amp; Breakfast" HotelName="Petit Palace Cliper Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Chinchilla 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df095671e3bb2b1aa2b3e8bf62eb1b98069cf07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is located at the heart of Madrid, close to the Gran Via and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.23" OriginalAmount="399.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418281" Longitude="-3.699424" StarRating="4" HotelCode="56986|54284|Bed &amp; Breakfast" HotelName="Petit Palace Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Virgen de los Peligros 2, Esquina con Alcalá 23, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/81/5781b7e415db34ea196762c228a26691a9142d67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcalá Street, close to the Puerta del Sol at the heart of the city and wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="412.91" OriginalAmount="400.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428661" Longitude="-3.696228" StarRating="3" HotelCode="12278|22940|Bed &amp; Breakfast" HotelName="NH Madrid Alonso Martínez" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Engracia 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7886fca3f718f85b4a2f9ab29e3a34b2adb8920.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Madrid, this hotel is located close to the Plaza Alonso Martínez, the Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="414.78" OriginalAmount="402.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.491132232763" Longitude="-3.6701121926308" StarRating="4" HotelCode="401834|87080|Bed &amp; Breakfast" HotelName="Exe Madrid Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Martina Díaz 4, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5a/565ab799b21e4a5226dc850a79be989aaac16f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the northern part of Madrid, at the north entrance to the city on the A1 mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="414.78" OriginalAmount="402.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.514788860519" Longitude="-3.6734053126283" StarRating="4" HotelCode="284244|195861|Bed &amp; Breakfast" HotelName="Hotel Dome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera de Fuencarral a Alcobendas km 8, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/eb/99eb0363ce5df8f362fe324fdca0fce796ef9dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.52" OriginalAmount="406.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427447" Longitude="-3.685018" StarRating="3" HotelCode="36579|23108|Bed &amp; Breakfast" HotelName="NH Madrid Lagasca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lagasca 64, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a1/34a1f784e0d1508223a5587a94b5a98dc9c3181f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family friendly, city hotel is located at the heart of the district of Barrios de Salamanca on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.01" OriginalAmount="407.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439012" Longitude="-3.692885" StarRating="3" HotelCode="36868|14905|Bed &amp; Breakfast" HotelName="NH Madrid Zurbano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zurbano 79-81, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6a/ba6a910a7a99cae1836471e72a30d5757c5f2b93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Madrid. It is located only around 100 m from Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.09" OriginalAmount="407.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414634566568" Longitude="-3.694712317791" StarRating="4" HotelCode="31862|96878|Bed &amp; Breakfast" HotelName="NH Collection Madrid Paseo del Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cánovas del Castillo 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/59/925966f68033c4b49bb3effc2392e7189e268c09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historic centre of Madrid, in the Golden Triangle of Art, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.25" OriginalAmount="408.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.409922112887" Longitude="-3.6926561594009" StarRating="4" HotelCode="15151|4704|Bed &amp; Breakfast" HotelName="NH Madrid Nacional" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 48, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/57/b4575c5c2cb6b8b45db6ba16707e0d159936a1e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is situated in the centre of the museum areas of Prado, Thyssen and Reina Sofía....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.91" OriginalAmount="408.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4238815" Longitude="-3.7109402" StarRating="4" HotelCode="943558|652185|Bed &amp; Breakfast" HotelName="Riu Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 84, Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/86/db86b416ba4ec890ef86834221ff6bc89fd54004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="423.37" OriginalAmount="411.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455877" Longitude="-3.681848" StarRating="4" HotelCode="51868|4096|Bed &amp; Breakfast" HotelName="NH Madrid Paseo de la Habana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Habana 73, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/6d/1d6dc3762023a712f6e1f627c1e3f316e446183b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid just a few paces from Santiago Bernabeu football stadiu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.79" OriginalAmount="414.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420621913122" Longitude="-3.6990733444691" StarRating="3" HotelCode="69940|86339|Bed &amp; Breakfast" HotelName="Room Mate Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Pedro Zerolo 12, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/da/b0da30829d47e1b8cb98f07d4118ba61bf9dacf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the brightest squares in the centre of Madrid. It is close to Gran V...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.81" OriginalAmount="414.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417807" Longitude="-3.696212" StarRating="4" HotelCode="18002|226440|Bed &amp; Breakfast" HotelName="NH Collection Madrid Suecia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Casa Riera 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/39/70390df089f1ab397d31765d98c61d15479a176d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys an excellent, central location in the tourist centre of Madrid close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="427.11" OriginalAmount="414.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44716138314" Longitude="-3.7057533860207" StarRating="4" HotelCode="113292|133602|Bed &amp; Breakfast" HotelName="VP Jardín Metropolitano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Reina Victoria 12, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d0/e6d04f3018b5f8a6212081167829ab4d23bbca27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Glorieta de Cuatro Caminos and the Paseo de la Castellana, not to mention an infinite number of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="429.06" OriginalAmount="416.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427" Longitude="-3.687348" StarRating="4" HotelCode="37614|25260|Bed &amp; Breakfast" HotelName="ICON Embassy by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Serrano 46, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f2/71f241b1b1641d39874becce315293588e553fc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the business district of Madrid within a short distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="432.31" OriginalAmount="419.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414562067245" Longitude="-3.6994890868664" StarRating="4" HotelCode="58153|59219|Bed &amp; Breakfast" HotelName="Catalonia Las Cortes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 6, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/33/5033308603526509572c5239b63cb8ca55c7576b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, charming hotel lies in Las Letras, the historical centre of Madrid, within a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="433.98" OriginalAmount="421.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407843847351" Longitude="-3.6893584957008" StarRating="3" HotelCode="15152|22903|Bed &amp; Breakfast" HotelName="NH Madrid Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Infanta Isabel 9, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/53/61534566356016a1612ee4baa71c1e53a7c0f17f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Atocha railway station, an AVE (high-speed) station, and in close pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="438.31" OriginalAmount="425.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427514260457" Longitude="-3.6963227391243" StarRating="4" HotelCode="904125|150857|Bed &amp; Breakfast" HotelName="Petit Palace Santa Bárbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Santa Bárbara 10, esquina Plaza Alonso Martínez, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/36/ed36df1ff497ada146b7bf402a862484e62e1812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Plaza de Santa Barbara in the impressive Alonso Martinez area. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="440.55" OriginalAmount="427.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436015652851" Longitude="-3.6817972362042" StarRating="3" HotelCode="29224|3861|Bed &amp; Breakfast" HotelName="NH Madrid Balboa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuñez De Balboa, 112, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2edc3524a70e7028aa98e93c8a86892ab660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the city centre (2 km) where there are many shopping venues, bars and restaurants. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="443.42" OriginalAmount="430.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41411" Longitude="-3.701624" StarRating="5" HotelCode="171805|137745|Bed &amp; Breakfast" HotelName="NH Collection Madrid Palacio de Tepa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Sebastian 2, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b07279fb8d7639d7bd6ff3f44d40eb78e73cef75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="448.85" OriginalAmount="435.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417113" Longitude="-3.689109" StarRating="4" HotelCode="170577|150856|Bed &amp; Breakfast" HotelName="Petit Palace Savoy Alfonso XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 18, Retiro - Puerta de Alcalá, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/be/afbe2d6f949507366be2d036ad1d2a4c1a010a0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Alfonso XII Street in the impressive Retiro district. It is just 300 m away ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="449.97" OriginalAmount="436.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455231" Longitude="-3.694303" StarRating="4" HotelCode="52050|13796|Bed &amp; Breakfast" HotelName="H10 Tribeca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Pedro Teixeira 5, Paseo de la Castellana, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e3/26e397893a04d4d4f894eaf031f6afc3aa309604.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated at the heart of Azca, next to the Palacio de Congressos (cong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="450.02" OriginalAmount="436.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438293941386" Longitude="-3.6951157450676" StarRating="4" HotelCode="49082|4702|Bed &amp; Breakfast" HotelName="NH Collection Madrid Abascal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Jose Abascal 47, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6a/986ac01a13653b7655be8d56f1c83dd1fcedc798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in an architecturally appealing building previously used as an embassy, this hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="457.25" OriginalAmount="443.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41684634" Longitude="-3.697474" StarRating="4" HotelCode="792011|638687|Bed &amp; Breakfast" HotelName="Hotel Soho Boutique Congreso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zorrilla, 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/14/0a14676d3ecccc2ff845f6aad03ee91c8d3cee46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is located in the neighborhood of the Courts, in the historic centre of Madrid, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="459.65" OriginalAmount="446.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.486546679076" Longitude="-3.703472" StarRating="5" HotelCode="57590|53383|Bed &amp; Breakfast" HotelName="Eurostars Suites Mirasierra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alfredo Marquerie 43, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0d/c60d02ad0d6cb78bd520e8b5c91f9f1e8993b5ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid, in a quiet residential area in the north of the city. It lies only ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="460.90" OriginalAmount="447.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458437593352" Longitude="-3.6857713091927" StarRating="4" HotelCode="37295|22941|Bed &amp; Breakfast" HotelName="NH Collection Madrid Eurobuilding" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Padre Damián 23, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/7b/157b891dcf3266eb1abe43cef93fceb588eb50e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of a modern district of Madrid, near the Palacio de Congresos y ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="462.36" OriginalAmount="448.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422139086483" Longitude="-3.7095956504345" StarRating="4" HotelCode="30318|1236|Bed &amp; Breakfast" HotelName="Hotel Mayorazgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Flor Baja 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/54/6e5453b5de4b536039b1988afe937e8daca756c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located on the Gran Via in the heart of Madrid. An abundance of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="464.20" OriginalAmount="450.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425044230148" Longitude="-3.6781405276126" StarRating="4" HotelCode="410223|93771|Bed &amp; Breakfast" HotelName="Vincci Soma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Goya 79, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31eeec907bba8f93dbbce805c0926cac575c487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goya Street in the heart of the Salamanca quarter, where culture, shopping ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="475.07" OriginalAmount="461.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451282385711" Longitude="-3.6937612295151" StarRating="4" HotelCode="30716|3784|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Trias Bertran 4, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/13/0c/130cf7e687836196ed68f6d2cdb7d8a3bc993799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is well positioned at the heart of Madrid's commercial and financial district. Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="481.71" OriginalAmount="467.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407254" Longitude="-3.688255" StarRating="4" HotelCode="439753|555681|Bed &amp; Breakfast" HotelName="Only YOU Hotel Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Infanta Isabel 13, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e4/ade4f5884de7545484bf07959fb7fdc2c845b6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="482.85" OriginalAmount="468.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451610888015" Longitude="-3.5928254059643" StarRating="4" HotelCode="87681|99402|Bed &amp; Breakfast" HotelName="Hotel Maydrit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Piragua 1, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most important business areas in north-east Madrid, Alameda de O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="484.04" OriginalAmount="469.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452168917958" Longitude="-3.5858426269837" StarRating="4" HotelCode="79475|99360|Bed &amp; Breakfast" HotelName="Hilton Madrid Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Hispanidad 2-4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0e/570ece160c7987f31acea8415281e2793cf61be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in Madrid. The establishment lies just 12 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="489.80" OriginalAmount="475.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.47042469013" Longitude="-3.6850842833519" StarRating="4" HotelCode="30469|2560|Bed &amp; Breakfast" HotelName="Barceló Imagine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustin De Foxa 32, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a1/9aa125435c8341715a95652362d23da1b34b2c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located close to the Plaza de Castilla in the north of Madrid and is ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="493.94" OriginalAmount="479.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421527524756" Longitude="-3.6723585426807" StarRating="4" HotelCode="30167|359|Bed &amp; Breakfast" HotelName="Novotel Madrid Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de O'Donnell 53, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/82/6b82346ffd1053f7552e2619e063d51e6b103c3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This glorious luxury hotel is fabulously located in Madrid's tourist and commercial centre, near to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="496.18" OriginalAmount="481.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.433716" Longitude="-3.717507" StarRating="4" HotelCode="262270|189435|Bed &amp; Breakfast" HotelName="Exe Moncloa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arcipreste de Hita 10, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/5f/035fdd6c71601177691e62d83918b04acf775275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="500.86" OriginalAmount="486.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42706372" Longitude="-3.69853998" StarRating="4" HotelCode="317694|425740|Bed &amp; Breakfast" HotelName="Hotel Eurostars Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mejía Lequerica 10, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/1e/ff1ebcd98abbd7fb834a5d4bb0b6764aaef7410e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="500.86" OriginalAmount="486.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.412945" Longitude="-3.703948" StarRating="4" HotelCode="262269|217585|Bed &amp; Breakfast" HotelName="Eurostars Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Doctor Cortezo 10, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/03/fa039541fe11699e51c6dcdcbc87d60c76eb1c0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="502.94" OriginalAmount="488.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436458659446" Longitude="-3.6884585022926" StarRating="4" HotelCode="29177|13804|Bed &amp; Breakfast" HotelName="Barceló Emperatriz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 4, (Junto al Paseo de la Castellana), 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/zz/61ad4cbe72acb336d78395fab62cbd03de8ac578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel lies in the commercial district of Madrid, close to Castellana Street....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="504.99" OriginalAmount="490.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435405238061" Longitude="-3.6854785680771" StarRating="4" HotelCode="7856|2104|Bed &amp; Breakfast" HotelName="Meliá Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Claudio Coello 139, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/5c/f15cc8f0a588e970b84ad6dc738c68442895d0bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of the Salamanca district of the city, this hotel is situated close to the main s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="506.23" OriginalAmount="491.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420103" Longitude="-3.697043" StarRating="4" HotelCode="39199|38479|Bed &amp; Breakfast" HotelName="Lusso Infantas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Infantas 29, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/75/7a75751b9f2f4475472558df775deaa920cb007e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located directly in the historic centre of Madrid close to the Castellana, Paseo ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="517.97" OriginalAmount="502.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445616985322" Longitude="-3.5431729291547" StarRating="3" HotelCode="263672|198277|Bed &amp; Breakfast" HotelName="Hotel TRYP Madrid Airport Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="apartment" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 4-17, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/14/fd1461437e2c217ac5364ff5b3d036150ec49859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="522.20" OriginalAmount="506.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422426934853" Longitude="-3.7088960588608" StarRating="4" HotelCode="67168|84037|Bed &amp; Breakfast" HotelName="Vincci Via 66" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 66, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/b0/44b0016b28107ff69752e3cecb3b19f0f66d399d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the capital, between Plaza España and the Puerta Del Sol....</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="523.44" OriginalAmount="508.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417880500328" Longitude="-3.6998552083969" StarRating="3" HotelCode="16557|17838|Bed &amp; Breakfast" HotelName="Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá, 19, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/36/f736f42f33eedbb8a874590cd9140c2ae98f6b7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid, only a few metres from Puerta del Sol Square. From th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="533.77" OriginalAmount="518.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422328985989" Longitude="-3.6891934275627" StarRating="4" HotelCode="79885|145406|Bed &amp; Breakfast" HotelName="VP Jardín de Recoletos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gil de Santivañes 6, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/e1/c5e122c35bc855257197da1e948cedf857d1da9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A very short walk from this hotel in the heart of the Salamanca district, guests can visit famous la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="538.43" OriginalAmount="522.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421227738788" Longitude="-3.7099462664334" StarRating="4" HotelCode="12267|1225|Bed &amp; Breakfast" HotelName="Eurostars Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/17/e717eed1e070214cfed93dad384e1ecca2b863e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid just a few minutes walk from the royal palace and Plaza...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="541.80" OriginalAmount="526.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411703" Longitude="-3.697576" StarRating="4" HotelCode="326453|2106|Bed &amp; Breakfast" HotelName="TRYP Madrid Atocha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 83, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ea/42eaba93723fa557afc187179877477f76eece74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid and just a few paces from the Museo del Prado...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="543.01" OriginalAmount="527.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423778289617" Longitude="-3.7115444391479" StarRating="5" HotelCode="468809|484301|Bed &amp; Breakfast" HotelName="Barceló Torre de Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 18, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/bc/08bcf8075b2f441905a85bac896824353ce56ebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="543.45" OriginalAmount="527.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415152" Longitude="-3.699136" StarRating="4" HotelCode="82258|186998|Bed &amp; Breakfast" HotelName="Suite Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuel Fernández y González 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6c/be6c376bdafdec47d0e25ac18969f28447149706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="544.94" OriginalAmount="529.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420392190081" Longitude="-3.7041601538658" StarRating="4" HotelCode="19165|851|Bed &amp; Breakfast" HotelName="TRYP Madrid Cibeles Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mesonero Romanos 13, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/63/6163cb5f8ae511ce3048c2b0d8c4b1a90e2951b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated directly on the lively Gran Via, opposite Plaza España...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="554.09" OriginalAmount="537.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418344677281" Longitude="-3.701401196567" StarRating="4" HotelCode="38254|28858|Bed &amp; Breakfast" HotelName="Eurostars Casa de la Lírica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aduana 19, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ff/36ff6f6d5d23480fbece69596fca6e1609f90ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies at the heart of Madrid’s historical district some 13 km from the city airport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="554.87" OriginalAmount="538.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422234036303" Longitude="-3.6811146140099" StarRating="4" HotelCode="36937|6957|Bed &amp; Breakfast" HotelName="H10 Puerta de Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 66, Barrio de Salamanca, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f4/25f457f49502f5ae2f9b2c4022950b98022a9886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the business district of Madrid near the Retiro Park. It is just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="557.43" OriginalAmount="541.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="7855|2102|Bed &amp; Breakfast" HotelName="Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa134052e9356d64e41b1cc45d847b1c25f144.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a few metres from the Paseo de la Castellana and 15 minutes from the airport, the M-40 motor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="560.21" OriginalAmount="543.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4203" Longitude="-3.706591" StarRating="4" HotelCode="29314|1224|Bed &amp; Breakfast" HotelName="Vincci Capitol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/30/44309233c4952e99c29ee9c3194336daf5aa3c18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the city centre of Madrid, close to Puerta del Sol, Plaza Mayo...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="567.93" OriginalAmount="551.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414831632224" Longitude="-3.6983531713486" StarRating="4" HotelCode="39303|47594|Bed &amp; Breakfast" HotelName="Vincci Soho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Prado 18, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/a0/d0a03b7d43b169990c053616c9fcbc618bf56b0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the historic centre of Madrid between Puerta del Sol and Plaza de Cibe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="569.70" OriginalAmount="553.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417608" Longitude="-3.698623" StarRating="4" HotelCode="24549|4668|Bed &amp; Breakfast" HotelName="Vincci Centrum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cedaceros 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b7/e2b74e72537373ff0735a29728f52030b369e1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few paces from the Museo del Prado, various shopping and entertainment ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.78" OriginalAmount="558.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415170064639" Longitude="-3.6967662279098" StarRating="4" HotelCode="446069|554021|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Madrid-Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Agustín 3, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a41bc027649685b/64/649ac71a42fe1a62/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="581.04" OriginalAmount="564.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415528003422" Longitude="-3.6970093846321" StarRating="5" HotelCode="19090|551|Bed &amp; Breakfast" HotelName="Hotel Villa Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/93/639309e2c4b42afeb04c871eb3cc3bcc31c6b439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, on the Plaza de las Cortes, near the Prado. It is part...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="584.82" OriginalAmount="567.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427048" Longitude="-3.71435" StarRating="5" HotelCode="7857|2103|Bed &amp; Breakfast" HotelName="Meliá Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 27, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c4/9fc4050c1c564be7d1622bc0991b41f2ab36d8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated deluxe hotel is in a superb area of Madrid near to the Plaza de España, the Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="585.20" OriginalAmount="568.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420677362387" Longitude="-3.6892905735065" StarRating="5" HotelCode="73748|86624|Bed &amp; Breakfast" HotelName="Hotel Hospes Puerta Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Independencia 3, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ff/bdfff51ad978e7775d543ba6e4897a28f3d515b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Independence Square, right in the centre of Madrid. It offers wonderful vie...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="588.96" OriginalAmount="571.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.462482724416" Longitude="-3.6146306991577" StarRating="4" HotelCode="30999|128182|Bed &amp; Breakfast" HotelName="Novotel Madrid Campo de las Naciones" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amsterdam 3, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/69/21695c127f32d34acee3c1cc8a4d43374fe3d906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right next to the IFEMA, the Parque Juan Carlos I and the Palacio de Congresos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="599.70" OriginalAmount="582.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41320061" Longitude="-3.70107705" StarRating="4" HotelCode="768799|804413|Bed &amp; Breakfast" HotelName="CoolRooms Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Babysitting,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 34, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/53/2f53b76f04e7d9cf0ff7dc74c0cc56e0fe166d17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A buffet breakfast is served every morning at the property. There is an in-house restaurant, which s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="600.11" OriginalAmount="582.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419564681616" Longitude="-3.6985845569617" StarRating="4" HotelCode="426246|452302|Bed &amp; Breakfast" HotelName="Vincci The Mint" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 10, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/536852/a_536852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys are accessible by lift. Amenities include a baggage storage service and a safe. Wireles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="606.79" OriginalAmount="589.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436424" Longitude="-3.685707" StarRating="4" HotelCode="31099|4398|Bed &amp; Breakfast" HotelName="Partner Barrio de Salamanca Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General Oraa, 17, Barrio de Salamanca, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/51/06510c46d3e9245ed84bfa819e5a73da0dfb1cea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, luxury hotel is fabulously located in the financial, diplomatic, shopping and cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="616.30" OriginalAmount="598.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42395331953" Longitude="-3.6852157115936" StarRating="4" HotelCode="38281|29508|Bed &amp; Breakfast" HotelName="ICON Wipton by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jorge Juan 17, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7e/937ed6ba3d1618f4e9004ff9d1313c90e5d00504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the exclusive and luxurious commercial district of Serrano, at the heart o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="617.30" OriginalAmount="599.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41477352" Longitude="-3.70705099" StarRating="4" HotelCode="859892|652195|Bed &amp; Breakfast" HotelName="Pestana Plaza Mayor Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Dining,Heated Pool,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 8, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c2/eac26af2928fc2880fbb05671f6b40203243cd04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Pestana Plaza Mayor Madrid is a unique and unparalleled luxury hotel, paying tribute to the work...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="629.22" OriginalAmount="610.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.476633879166" Longitude="-3.687612271164" StarRating="5" HotelCode="87684|98710|Bed &amp; Breakfast" HotelName="Eurostars Madrid Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 259-B, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b8/87b859861ab734822669fbe78e040b5a5171185b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="637.04" OriginalAmount="618.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="842312|642642|Bed &amp; Breakfast" HotelName="The Level at Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/28/5528fa7468deda4e5c20a6dbada4fe8bc997842e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoy an exclusive experience in a unique environment with a personalised service at The Level at Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="659.04" OriginalAmount="639.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416405" Longitude="-3.698651" StarRating="5" HotelCode="36857|22622|Bed &amp; Breakfast" HotelName="Hotel Urban" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrera de San Jerónimo 34, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6e/fc6e52983eb1d49c7508b97374854a539d6ab087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully situated at the heart of Madrid, surrounded by cultural venues, countless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="659.08" OriginalAmount="639.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42268" Longitude="-3.71179" StarRating="5" HotelCode="621058|615082|Bed &amp; Breakfast" HotelName="VP Plaza España Design" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f6/2df68d2d2723fe58388566cfabc32a2b34351afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="660.82" OriginalAmount="641.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429881295932" Longitude="-3.7146434352007" StarRating="4" HotelCode="320635|852|Bed &amp; Breakfast" HotelName="Courtyard Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 40, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/67/3c678b6ac4bf6048f26953f71db8ee691c7a0868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to Plaza de España and the Palacio Real (Royal Palace). A wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="667.26" OriginalAmount="647.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426191753964" Longitude="-3.6889965387927" StarRating="4" HotelCode="37045|22906|Bed &amp; Breakfast" HotelName="NH Collection Madrid Colón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Zurgena 4, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/a6/90a6d7fa0eed4437bc6380551a9d3e126c17ad31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's central district of Salamanca, close to the Plaza de Colón and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="691.12" OriginalAmount="670.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.403869022356" Longitude="-3.6901023040485" StarRating="4" HotelCode="162011|134664|Bed &amp; Breakfast" HotelName="AC Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Delicias 42, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/66/cd663d6e5542a689b998a15bdc2e54b0b21277aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in the heart of Madrid, close to the Paseo del Prado. The Reina Sofia, Thyssen-Born...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="693.08" OriginalAmount="672.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438792" Longitude="-3.691606" StarRating="5" HotelCode="25011|4572|Bed &amp; Breakfast" HotelName="Hesperia Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 57, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ef/50efeb3205649618326e0e1c4721e999af50f16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located directly in the commercial and shopping district of Madrid clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="753.57" OriginalAmount="731.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4222206" Longitude="-3.6957049" StarRating="4" HotelCode="267129|229742|Bed &amp; Breakfast" HotelName="Only YOU Boutique Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Barquillo 21, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5a/e15abfa1dd93cbb115ebab435640ae93dbcc4521.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="754.63" OriginalAmount="732.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42007916" Longitude="-3.70369994" StarRating="4" HotelCode="586826|652224|Bed &amp; Breakfast" HotelName="Hyatt Centric Gran Via Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 31, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/03/4903263531df3350afbec4726260e1b1fbc278e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar, room service, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="759.00" OriginalAmount="736.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426418" Longitude="-3.68939" StarRating="5" HotelCode="18759|572|Bed &amp; Breakfast" HotelName="Gran Meliá Fénix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c8/33c88264b3aa322b45d50c777817d6eb0d79f5b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located directly on the Paseo de la Castellana and the Plaza de Colon, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="760.35" OriginalAmount="738.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419239162882" Longitude="-3.6971620779099" StarRating="5" HotelCode="314388|407811|Bed &amp; Breakfast" HotelName="The Principal Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marqués de Valdeiglesias 1, Corner Of Gran Via 2, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f9/cff9cde7f22691b0bcf6b9059c020c72143ac2e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the upscale area of Gran Vía street, near Alcalá street and a few steps away from Cibeles Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="764.60" OriginalAmount="742.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422228458184" Longitude="-3.6841141553061" StarRating="5" HotelCode="45653|3197|Bed &amp; Breakfast" HotelName="Wellington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Velazquez 8, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/56/8f5677082d436f19353cc101132fee214c0a12d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the sophisticated district of Salamanca, only a mile and a half from Puerto del Sol and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="867.66" OriginalAmount="842.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7097096443176" StarRating="5" HotelCode="18757|933|Bed &amp; Breakfast" HotelName="Gran Meliá Palacio de los Duques" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta de Santo Domingo 5 y 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/0c/2e0c3dcca68adb76c06db86bc29921794f90a597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This opulent luxury hotel is centrally located in Madrid's exquisite historical centre. It is just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="968.86" OriginalAmount="940.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422238811889" Longitude="-3.7115634763669" StarRating="3" HotelCode="47226|3153|Bed &amp; Breakfast" HotelName="Hotel Cason del Tormes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rio 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/13/a71344eea2dba7bc14eff5875df2804d4c9d3b5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the tourist centre of Madrid within walking distance of many of the to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1114.47" OriginalAmount="1082.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428177641302" Longitude="-3.6836543132936" StarRating="5" HotelCode="30319|785006|Bed &amp; Breakfast" HotelName="Bless Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Velázquez 62, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4b/c04bd26f6d25c01761ef6a8281d6036594b1d85e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is wonderfully located in the centre of Madrid. The nearest public transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1520.19" OriginalAmount="1475.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428337088684" Longitude="-3.6971086263657" StarRating="4" HotelCode="12942|3879|Bed &amp; Breakfast" HotelName="Gran Versalles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Covarrubias 4, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/14/ab149ac9ce1232acada9274c17ef2c5c1e619c2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is located at the heart of Madrid close to the Palacio de Justicia. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1875.64" OriginalAmount="1821.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415619899377" Longitude="-3.6925810575485" StarRating="5" HotelCode="16764|357|Bed &amp; Breakfast" HotelName="Ritz Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Lealtad 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/67/e16792da161a57b3b398fecf04a1a764d492c161.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious modern hotel is situated in the heart of Madrid, within walking distance of numerous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1993.38" OriginalAmount="1935.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430051" Longitude="-3.688378" StarRating="5" HotelCode="19192|4339|Bed &amp; Breakfast" HotelName="Villa Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 22, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/af/afc8a02c5397ab28/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its large boulevards, splendid plazas, palaces and renowned international museums, Madrid is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2658.20" OriginalAmount="2580.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421265205855" Longitude="-3.6997545956356" StarRating="2" HotelCode="568140|635139|Bed &amp; Breakfast" HotelName="Motion Chueca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Pedro Zerolo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/zz/0badb0d5060c3cd40f4a45ba0568b1ed2b36a05c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="15984.60" OriginalAmount="15519.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422623" Longitude="-3.709983" StarRating="3" HotelCode="29182|4337|Bed &amp; Breakfast" HotelName="Espahotel Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via, 65, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/09/c609d0139980f74c35d38797b7e2f59306150c8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing apartment hotel is located in the tourist resort of Madrid only a few minutes walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="16478.20" OriginalAmount="15998.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.48304" Longitude="-3.670911" StarRating="4" HotelCode="36943|19663|Bed &amp; Breakfast" HotelName="Hotel Mirador de Chamartin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arte 14, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8b/8b03519feda46d0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by a pine wood in Madrid's district of Charmantin, only around 5 minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Central Heating,Currency Exchange,Designated Smoking Area,Heated Pool,Jacuzzi,Massage Centre,Nightclub,Sauna,Shopping Arcade,Wheelchair Access,Kitchen,Spa,Golf,Bicycle Rental,Diet Meals,24 Hour Security,Business Centre,Dining,Meeting Room,Parking,Garden,Airport Transfer (on Demand),Swimming Pool,Printer,ATM/Cash Machine,Babysitting,Banquet Hall,Smoking Rooms</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,SPA HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,HOTEL DE CHARME,HOTEL,GUEST HOUSES,ECO HOTEL,HOSTEL,VILLAGE,APARTMENT,GUESTHOUSE</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
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="37e35fb8-1349-45cd-83e3-a595ddacad89" TimeStamp="0001-01-01T00:00:00" HotelName="TOC Hostel &amp; Suites" HotelCode="320880|367292" StarRating="2" GTCityId="26992" CountryCode="ES" CityName="Madrid" CountryName="SPAIN" Address="Plaza Celenque 3-5, 28013 Madrid" PostCode="28013" PhoneNo="+34915321304" FaxNo="" Email="mad@tochostels.com" CheckInTime="15:00" CheckOutTime="11:00" Latitude="40.417256121247" Longitude="-3.705843357271" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Bed in Dormitory for 8 mixed|Room 2: Bed in Dormitory for 8 mixed" RoomTypeCode="20261112$20261113$W$102$367292$BED.C8$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~24649~-1863944528~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170824649^20261112$20261113$W$102$367292$BED.C8$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~24649~-1863944528~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170824649|8|NzMuNzB8RVVSfDIwMjYtMTEtMDM=" OriginalAmount="64" TotalPrice="66.08" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><Offer>Early Booking discount Amount: -3.90</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Wi-fi|Internet access|Individually adjustable air conditioning|Individually adjustable heating </OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="66.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Bed in dormitory CAPACITY 8|Room 2: Bed in dormitory CAPACITY 8" RoomTypeCode="20261112$20261113$W$102$367292$BED.C8-1$ID_B2B_66$RO$B2B$2~1~0$$N@07~A-SIC~20f4d~-1142535964~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170820f4d^20261112$20261113$W$102$367292$BED.C8-1$ID_B2B_66$RO$B2B$2~1~0$$N@07~A-SIC~20f4d~-1142535964~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170820f4d|8|NzcuMTZ8RVVSfDIwMjYtMTEtMDM=" OriginalAmount="67" TotalPrice="69.19" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Wi-fi|Internet access|Individually adjustable air conditioning|Individually adjustable heating </OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="67.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Bed in Dorm with shared bathroom for 6 mixed|Room 2: Bed in Dorm with shared bathroom for 6 mixed" RoomTypeCode="20261112$20261113$W$102$367292$BED.C6-FH$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~2584e~1006606509~N~~~NOR~~7310DF4315FF401177616816926505AAUK026601850017082584e^20261112$20261113$W$102$367292$BED.C6-FH$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~2584e~1006606509~N~~~NOR~~7310DF4315FF401177616816926505AAUK026601850017082584e|8|NzguODh8RVVSfDIwMjYtMTEtMDM=" OriginalAmount="69" TotalPrice="70.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><Offer>Early Booking discount Amount: -4.14</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Wi-fi|Internet access|Individually adjustable air conditioning|Individually adjustable heating </OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="70.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Bed in dormitory WITH SHARED BATHROOM|Room 2: Bed in dormitory WITH SHARED BATHROOM" RoomTypeCode="20261112$20261113$W$102$367292$BED.FH-1$ID_B2B_66$RO$B2B$2~1~0$$N@07~A-SIC~23752~1773735821~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170823752^20261112$20261113$W$102$367292$BED.FH-1$ID_B2B_66$RO$B2B$2~1~0$$N@07~A-SIC~23752~1773735821~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170823752|8|ODIuNTZ8RVVSfDIwMjYtMTEtMDM=" OriginalAmount="72" TotalPrice="74.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Wi-fi|Internet access|Individually adjustable air conditioning|Individually adjustable heating </OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="71.88" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Bed in Dormitory for 6 mixed|Room 2: Bed in Dormitory for 6 mixed" RoomTypeCode="20261112$20261113$W$102$367292$BED.C6$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~25054~1535234392~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170825054^20261112$20261113$W$102$367292$BED.C6$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~25054~1535234392~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170825054|8|ODQuODB8RVVSfDIwMjYtMTEtMDM=" OriginalAmount="74" TotalPrice="76.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><Offer>Early Booking discount Amount: -4.46</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Wi-fi|Internet access|Individually adjustable air conditioning|Individually adjustable heating </OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="76.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Bed in Dormitory Female-Only for 8|Room 2: Bed in Dormitory Female-Only for 8" RoomTypeCode="20261112$20261113$W$102$367292$BED.C8-FA$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~23058~1897558190~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170823058^20261112$20261113$W$102$367292$BED.C8-FA$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~23058~1897558190~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170823058|8|ODguNDh8RVVSfDIwMjYtMTEtMDM=" OriginalAmount="77" TotalPrice="79.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><Offer>Early Booking discount Amount: -4.64</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Wi-fi|Internet access|Individually adjustable air conditioning|Individually adjustable heating </OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="79.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Bed in dormitory CAPACITY 6|Room 2: Bed in dormitory CAPACITY 6" RoomTypeCode="20261112$20261113$W$102$367292$BED.C6-1$ID_B2B_66$RO$B2B$2~1~0$$N@07~A-SIC~24758~1476175910~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170824758^20261112$20261113$W$102$367292$BED.C6-1$ID_B2B_66$RO$B2B$2~1~0$$N@07~A-SIC~24758~1476175910~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170824758|8|ODguNzJ8RVVSfDIwMjYtMTEtMDM=" OriginalAmount="77" TotalPrice="79.56" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Wi-fi|Internet access|Individually adjustable air conditioning|Individually adjustable heating </OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="77.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Bed in Dormitory Female-Only for 6 pax|Room 2: Bed in Dormitory Female-Only for 6 pax" RoomTypeCode="20261112$20261113$W$102$367292$BED.FA-6$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~2105c~-1422940339~N~~~NOR~~7310DF4315FF401177616816926505AAUK026601850017082105c^20261112$20261113$W$102$367292$BED.FA-6$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~2105c~-1422940339~N~~~NOR~~7310DF4315FF401177616816926505AAUK026601850017082105c|8|OTIuMTZ8RVVSfDIwMjYtMTEtMDM=" OriginalAmount="80" TotalPrice="82.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><Offer>Early Booking discount Amount: -4.86</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Wi-fi|Internet access|Individually adjustable air conditioning|Individually adjustable heating </OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="82.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Bed in dormitory FEMALE ROOM|Room 2: Bed in dormitory FEMALE ROOM" RoomTypeCode="20261112$20261113$W$102$367292$BED.FA-1$ID_B2B_66$RO$B2B$2~1~0$$N@07~A-SIC~23a5c~-188720726~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170823a5c^20261112$20261113$W$102$367292$BED.FA-1$ID_B2B_66$RO$B2B$2~1~0$$N@07~A-SIC~23a5c~-188720726~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170823a5c|8|OTIuNTh8RVVSfDIwMjYtMTEtMDM=" OriginalAmount="81" TotalPrice="83.02" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Wi-fi|Internet access|Individually adjustable air conditioning|Individually adjustable heating </OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="80.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: bED IN DORMITORY FOR MIXED SHARED BATHROOM 4PAX|Room 2: bED IN DORMITORY FOR MIXED SHARED BATHROOM 4PAX" RoomTypeCode="20261112$20261113$W$102$367292$BED.FH-4$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~2245e~-482669838~N~~~NOR~~7310DF4315FF401177616816926505AAUK026601850017082245e^20261112$20261113$W$102$367292$BED.FH-4$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~2245e~-482669838~N~~~NOR~~7310DF4315FF401177616816926505AAUK026601850017082245e|8|OTQuMzZ8RVVSfDIwMjYtMTEtMDM=" OriginalAmount="82" TotalPrice="84.61" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><Offer>Early Booking discount Amount: -4.96</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Wi-fi|Internet access|Individually adjustable air conditioning|Individually adjustable heating </OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="84.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Bed in Dormitory for 4 mixed|Room 2: Bed in Dormitory for 4 mixed" RoomTypeCode="20261112$20261113$W$102$367292$BED.C4$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~23663~-723405850~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170823663^20261112$20261113$W$102$367292$BED.C4$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~23663~-723405850~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170823663|8|OTkuNTR8RVVSfDIwMjYtMTEtMDM=" OriginalAmount="87" TotalPrice="89.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><Offer>Early Booking discount Amount: -5.24</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Wi-fi|Internet access|Individually adjustable air conditioning|Individually adjustable heating </OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="89.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Bed in dormitory CAPACITY 4|Room 2: Bed in dormitory CAPACITY 4" RoomTypeCode="20261112$20261113$W$102$367292$BED.C4-1$ID_B2B_66$RO$B2B$2~1~0$$N@07~A-SIC~20e68~1121154058~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170820e68^20261112$20261113$W$102$367292$BED.C4-1$ID_B2B_66$RO$B2B$2~1~0$$N@07~A-SIC~20e68~1121154058~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170820e68|8|MTA0LjE0fEVVUnwyMDI2LTExLTAz" OriginalAmount="91" TotalPrice="93.38" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Wi-fi|Internet access|Individually adjustable air conditioning|Individually adjustable heating </OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="90.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOBLE STANDARD|Room 2: DOBLE STANDARD" RoomTypeCode="20261112$20261113$W$102$367292$DBL.ST-1$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~22e5c2~-1735495461~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170822e5c2^20261112$20261113$W$102$367292$DBL.ST-1$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~22e5c2~-1735495461~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170822e5c2|8|MTQ3NC40NnxFVVJ8MjAyNi0xMS0wMw==" OriginalAmount="1284" TotalPrice="1322.15" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><Offer>Early Booking discount Amount: -77.60</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Wi-fi|Internet access|Individually adjustable air conditioning|Individually adjustable heating </OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1322.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: TRIPLE ROOM|Room 2: TRIPLE ROOM" RoomTypeCode="20261112$20261113$W$102$367292$TPL.ST-1$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~2226e9~900361917~N~~~NOR~~7310DF4315FF401177616816926505AAUK026601850017082226e9^20261112$20261113$W$102$367292$TPL.ST-1$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~2226e9~900361917~N~~~NOR~~7310DF4315FF401177616816926505AAUK026601850017082226e9|8|MTc2OS4zNHxFVVJ8MjAyNi0xMS0wMw==" OriginalAmount="1540" TotalPrice="1586.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><Offer>Early Booking discount Amount: -93.12</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Wi-fi|Internet access|Individually adjustable air conditioning|Individually adjustable heating </OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1586.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: QUADRUPLE STANDARD|Room 2: QUADRUPLE STANDARD" RoomTypeCode="20261112$20261113$W$102$367292$QUA.ST-1$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~24e77c~1887323530~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170824e77c^20261112$20261113$W$102$367292$QUA.ST-1$CG-OPACO$RO$$2~1~0$$P@07~A-SIC~24e77c~1887323530~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170824e77c|8|MTkxNi43OHxFVVJ8MjAyNi0xMS0wMw==" OriginalAmount="1669" TotalPrice="1718.77" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><Offer>Early Booking discount Amount: -100.88</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Wi-fi|Internet access|Individually adjustable air conditioning|Individually adjustable heating </OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1718.77" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/80/5b/805b337c8f7f0e96aa50724c10899b45abc3b560.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/d5/d8/d5d8ccf85d79573fb984f617266cd51693eb677b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e8/b1/e8b108d56d3a4af21330105322f75758259709ad.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/bd/92/bd921017ebf5c6bd042d89d5941863fad13aed74.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2b/b9/2bb9114e2be15090ffe97e6201797eb414a7fe58.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/cf/ee/cfee18f681a33b301a44cb854137461a6411f97a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/10/66/10667268a2867d34ab7b3445cf00ca177b235a2b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1e/00/1e006b036a30f32eee008ae62b5d69d35630b925.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e6/4a/e64aae299d3c71b9c8f9a0dde6539bb733bbd7a1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4c/00/4c004cd2ba1511c4e74931fae8e55d279726586f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/95/a7/95a70649c8d7ba06e52459f9cc4c908b209d1128.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ef/65/ef65f5ac14a01f0a5dee75047788b81620d54816.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/68/cb/68cbd92bddbcdd8df1bcd9fd7c99733f311b6125.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/8d/50/8d50eb84af28b3cb83b60b8b2a8349ae85dbd437.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b0/52/b0524f6ec065addd4273d7c709f28ab2d124b33f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/13/d7/13d7b579582c139b57333103478a7cbecd5c88d6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5e/12/5e12963876cbce651746d277814855f9d03dde98.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0b/2b/0b2be3598bc4ffe87477bc9f91756355ca109c96.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/80/2a/802aa6dc8939aa24c2eddff3746a59f2b0f886cb.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a3/95/a395e06c64fd48b81596d775ccfdaa371724e11c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1c/5c/1c5c698a09150371aaf3cdd66e4e5b63d03c3e8f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1e/ce/1ece6536abcd7d343720ae802a2aef46efe8dc7a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/73/ef/73effd772f8649f96084c4449cebadd8c2c73890.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5e/3a/5e3a09dad4225a3610f2398efb8e4f6d8263643a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/db/3f/db3f61262e333980fc16f0e5c9ad4d9d1f6615f6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/71/46/714666f82c452f1e7b97b3aa0f39eb3ad86118d1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5c/e2/5ce218db62f43ac20d4df49c7fd240792fd4bd19.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/02/05/02054f258d4437f04a030227dea6012962340be7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/80/3e/803e7fe58c6f5e7038c0b1bb14bae75cd99d79f0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/85/31/8531a9a65aa1ebfdeb607a1f80b434e1f02e6fa8.jpeg" /></Images><HotelDescription>&lt;br/&gt;This charming urban establishment is located in the cultural centre of Madrid, within 250 metres from the Plaza Mayor and only a few metres from the famous Puerta del Sol, and next to the shopping street Arenal with a bustling area where visitors will find a myriad of shopping venues, traditional bars and restaurants. This modern and stylish property offers private and shared rooms with beautiful decor, wooden floors and light wood furniture to provide comfortable surroundings for budget holiday. All of them come complete with modern amenities to ensure a pleasant stay. This attractive establishment has a cultural and events calendar itself, as it offers tourist visits twice a week, and every day events and theme parties in the on-site snack bar. Guests will find themselves within ease of access to numerous links of transport including metro, bus and train stations.
&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;A security deposit of EUR 10 is required.&lt;br /&gt;&lt;br /&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.</HotelDescription><Facilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>2014</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of most recent renovation</Description><Value>2014</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Total number of rooms</Description><Value>55</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of floors (main building)</Description><Value>6</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Double rooms</Description><Value>8</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Triple rooms</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Quadruple rooms</Description><Value>8</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Family rooms</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Hotel Type</Type><Description>hostel</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>JCB</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Visa</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Maestro</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Visa Electrón</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>EuroCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Euro 6000</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>City centre</Description><Value>50 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Nearest Bus / Metro Stop</Description><Value>100 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Beach</Description><Value>300 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Golf course</Description><Value>8000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Entertainment Area</Description><Value>200 Meters</Value></HotelFacilities><HotelFacilities><Type>Room Facilities</Type><Description>Number of bedrooms</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Wheelchair-accessible</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Check-in hour From 13:00:00 To 00:00:00</Description><Value /></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Check-out hour From 07:00:00 To 11:00:00</Description><Value /></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Mobile phone coverage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Wi-fi</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Transfer service ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Launderette</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle hire service ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Multilingual staff</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning in public areas</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency exchange facilities</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lift access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Shop</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Café</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Bar</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Non-smoking area</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Highchairs</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Air conditioning in Restaurant</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Entertainment programme for adults</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>TV lounge</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Game room</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Pub</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Continental breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Billiards</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Stay Type</Type><Description>Hotels with charm</Description><Value /></HotelFacilities><HotelFacilities><Type>Points of interest</Type><Description>Puerta del Sol</Description><Value /></HotelFacilities><HotelFacilities><Type>Points of interest</Type><Description>Museo del Prado </Description><Value /></HotelFacilities><HotelFacilities><Type>Points of interest</Type><Description>Palacio Real</Description><Value /></HotelFacilities><HotelFacilities><Type>Points of interest</Type><Description>Treatro Real</Description><Value /></HotelFacilities><HotelFacilities><Type>Points of interest</Type><Description>Gran Vía</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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="37e35fb8-1349-45cd-83e3-a595ddacad89">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26992" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-12T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="2026-04-14T13:05:06.2095931+01:00" Version="0" EchoToken="Search" TransactionIdentifier="37e35fb8-1349-45cd-83e3-a595ddacad89" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="55.74" OriginalAmount="54.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414246057213" Longitude="-3.7070420472214" StarRating="2" HotelCode="322527|363303|Bed &amp; Breakfast" HotelName="The Hat Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bicycle Rental,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/48/2d484c8437c8e923e3c2f655960b6904fcf3e23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hostel is situated in Arganzuela. A total of 42 guests rooms are available for guests' con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="70.99" OriginalAmount="68.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.45442345" Longitude="-3.70145194" StarRating="2" HotelCode="613406|655182|Bed &amp; Breakfast" HotelName="Far Home Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Mercedes 13, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/bd/38bdf8c4782f7ae4b36166d422de98c8effc66c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.40" OriginalAmount="81.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417256121247" Longitude="-3.705843357271" StarRating="2" HotelCode="320880|367292|Bed &amp; Breakfast" HotelName="TOC Hostel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Celenque 3-5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/5b/805b337c8f7f0e96aa50724c10899b45abc3b560.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming urban establishment is located in the cultural centre of Madrid, within 250 metres fro...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.10" OriginalAmount="120.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.332263315584" Longitude="-3.7027604429916" StarRating="3" HotelCode="284796|194682|Bed &amp; Breakfast" HotelName="Vértice Roomspace Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Laguna Dalga 4, 28021 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/40/0e409cca12e63d234a55293cff0f3fe1d6a97d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.02" OriginalAmount="137.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.466844" Longitude="-3.6743750000001" StarRating="3" HotelCode="76620|362857|Bed &amp; Breakfast" HotelName="La Posada De El Chaflan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Pío XII 34, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/59/b459fd531a25080baa9223cf25226392ffa2e4dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.23" OriginalAmount="143.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.360178765032" Longitude="-3.6650237977831" StarRating="4" HotelCode="53748|170478|Bed &amp; Breakfast" HotelName="Hotel Mercader" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Eje 2-7, Poligono Alimentario Mercamadrid, Villa de Vallecas, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/19/2d19ebc36d6df4cc1b9589935d75ddaefb013dea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Mercamadrid, the largest food market in Europe, close to the M 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="151.81" OriginalAmount="147.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372309" Longitude="-3.640692" StarRating="1" HotelCode="212866|228458|Bed &amp; Breakfast" HotelName="ibis budget Madrid Vallecas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Casas de Miravete 17, Poligono Industrial Vallecas, 28031 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/87/e987f097d6a6e128268bb43ee086c3983696a4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.63" OriginalAmount="151.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439255" Longitude="-3.626964" StarRating="4" HotelCode="212865|228456|Bed &amp; Breakfast" HotelName="ibis budget Madrid Calle Alcala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rufino Gonzalez 19, Metro Suanzes, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/dd/4edd02c9b36247c025ce76dcde056ab81db020e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.89" OriginalAmount="153.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39610371288" Longitude="-3.670543266201" StarRating="1" HotelCode="445332|886661|Bed &amp; Breakfast" HotelName="ibis budget Madrid Calle 30" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lozano 3, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/46/b1462cc0ae3c8323509815450098eb3b4699efc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.07" OriginalAmount="154.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.391911115278" Longitude="-3.6958940308176" StarRating="3" HotelCode="113314|147191|Bed &amp; Breakfast" HotelName="Gran Legazpi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Chopera 71, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/9e/8e9ee3a6503e89c20eb6c1f33441e23bfb77b27d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to Madrid’s shopping, cultural and financial centre, next to the em...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.57" OriginalAmount="168.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447343320741" Longitude="-3.5428972681056" StarRating="3" HotelCode="395302|94895|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Madrid Airport T1 T2 T3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 2, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5f/1b5f242c6c21d11412b7cbf31f2c0bb27d8763ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the A2 motorway, with easy access to all the major ring roads. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.43" OriginalAmount="181.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.354234" Longitude="-3.830659" StarRating="3" HotelCode="61848|30347|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid - Alcorcon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Argentina S/n, Alcorcon, 28922 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/4d/6a4dc28b0d83aabd5a72e8f99441249d9f4f6409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcorcón in a convenient setting south west of Madrid and is very well conn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.82" OriginalAmount="201.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439351801307" Longitude="-3.6261788049536" StarRating="2" HotelCode="113307|228455|Bed &amp; Breakfast" HotelName="ibis Madrid Calle Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Valentin Beato 20, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/50/d150e243d5c7b3fc9a70dbbe10a2d090b449ab68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 9 km from the famous Puerta del Sol Square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.48" OriginalAmount="205.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436916985145" Longitude="-3.6311347901783" StarRating="1" HotelCode="263671|191203|Bed &amp; Breakfast" HotelName="Travelodge Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Santa Leonor 34, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bc/a6bc5374b8b0e2d4ac41e7281121269e97a1d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.37" OriginalAmount="210.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419223" Longitude="-3.704238" StarRating="3" HotelCode="38610|72503|Bed &amp; Breakfast" HotelName="II Castillas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Abada 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/23/ad231204dd668a04aeb10cf1cf6c09469d00b8b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the commercial and architectural centre of Madrid, approximately 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.42" OriginalAmount="213.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.558445702613" Longitude="-3.6137562990189" StarRating="3" HotelCode="37293|22902|Bed &amp; Breakfast" HotelName="NH San Sebastián de los Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Europa 11, 28700 San Sebastian de los Reyes, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/0c/bd0c22dd92fd85eb85c83cc95d49b302412b575b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the San Sebastián de los Reyes business park, 15 km from Madrid. The Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.89" OriginalAmount="218.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.372858" Longitude="-3.743114" StarRating="3" HotelCode="31353|6976|Bed &amp; Breakfast" HotelName="Hotel Eco Via Lusitana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Secoya 2, 028044 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/56/8e563d9f0a5cc8271402454b475ab0a83f978b02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is just 5 km from Madrid's lively, pulsing centre. The crowd pleasing Warner Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.80" OriginalAmount="222.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.468981044467" Longitude="-3.6738793551922" StarRating="4" HotelCode="29336|4706|Bed &amp; Breakfast" HotelName="Hotel ILUNION Pío XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Pío XII 77, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/dd/e1dd8b2288d5d39323f36364e440664c2b6a724d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid. The hotel'...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.37" OriginalAmount="222.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445696913643" Longitude="-3.6729368196434" StarRating="3" HotelCode="311317|226143|Bed &amp; Breakfast" HotelName="Aparthotel AHM Marcenado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Bar,Currency Exchange,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Marcenado 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/b9/3db91cdbdfa194c9b4c09b220cbe2fe427294399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a cloakroom, a sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.74" OriginalAmount="224.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3053105077" Longitude="-3.7748256325722" StarRating="3" HotelCode="161637|130229|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid-Leganés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Recomba 11, Parque Industrial La Laguna Leganes, 28914 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/46/db4655647aadba033d44dbe7586ee9f83a8387f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the south of Madrid, close to the Parque Warner theme park, in the La Lagun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.92" OriginalAmount="224.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.443887381631" Longitude="-3.6726863453977" StarRating="3" HotelCode="32147|14453|Bed &amp; Breakfast" HotelName="Sercotel Togumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Canillas 59, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/53/29530c41eb10bdd6bfa35034c22427f2f324e426.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is in a privileged location, just 10 minutes from Madrid Airport, Chamartín t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.66" OriginalAmount="230.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436533" Longitude="-3.621056" StarRating="4" HotelCode="32665|8266|Bed &amp; Breakfast" HotelName="Hotel ILUNION Alcalá Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Romualdo 30, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/6f/a86ffc6c225f214fd83e0a50a11fdb851d060de8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north west of Madrid in the Julian Camarillo and near Alcala Street. Th...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.04" OriginalAmount="234.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435541702625" Longitude="-3.6638304024467" StarRating="4" HotelCode="32777|4463|Bed &amp; Breakfast" HotelName="NH Madrid Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Biarritz 2, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5e/965e4e662c787c61283699c7c167e3f2613bb676.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located near the Las Vegas bullfighting ring. It is also conveniently si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.13" OriginalAmount="236.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416024506087" Longitude="-3.7017413220092" StarRating="2" HotelCode="113300|197090|Bed &amp; Breakfast" HotelName="Hostal Matheu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Victoria 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/ac/c9aca30ad043461a7fa92c84e19451b6a037b70c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.38" OriginalAmount="236.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421909" Longitude="-3.706562" StarRating="3" HotelCode="14197|137377|Bed &amp; Breakfast" HotelName="Hotel Los Condes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Los Libreros 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d7/cad76a6733aa1001dd82346816e32475f7007580.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent situation in the very heart of the centre of Madrid, only some 20 m f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.93" OriginalAmount="236.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423175055175" Longitude="-3.7057760947046" StarRating="2" HotelCode="143541|213036|Bed &amp; Breakfast" HotelName="Hotel Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pizarro 16, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f8/cdf8a045a1d1bbb25e849c5fdc1fb70211724dc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="245.32" OriginalAmount="238.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418727950848" Longitude="-3.7039522826672" StarRating="4" HotelCode="62490|74903|Bed &amp; Breakfast" HotelName="Liabeny" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Salud 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/14485c18b6af3b3f25a8aab1d0792e173708a216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right in the centre of Madrid between Gran Vía, Plaza del Callao and Puerta del Sol....</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.04" OriginalAmount="238.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419308953948" Longitude="-3.7030295631599" StarRating="3" HotelCode="61928|73799|Bed &amp; Breakfast" HotelName="Anaco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tres Cruces, 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/08/8d0803cc45a98fef2f1e4f504350d3b7e89dc93a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Plaza del Carmen, right in the heart of Madrid. From here guests can rea...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.98" OriginalAmount="239.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.444416641378" Longitude="-3.6554197643918" StarRating="3" HotelCode="38298|26620|Bed &amp; Breakfast" HotelName="Travelodge Madrid Torrelaguna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Torrelaguna 69, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/e8/c3e89468aee6bd8bccb48bbcdb808ce96f9f8984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the region's main business district. There is a link to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="249.35" OriginalAmount="242.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449151358313" Longitude="-3.576779682209" StarRating="4" HotelCode="130495|113657|Bed &amp; Breakfast" HotelName="Hotel Nuevo Boston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 332, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/0e/380e91ecc5ea182c89842fb191518f2af6af4544.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barajas Airport Business Centre. The airport itself is just 1 km away. The p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="250.30" OriginalAmount="243.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431114825251" Longitude="-3.6874164640903" StarRating="4" HotelCode="30878|4482|Bed &amp; Breakfast" HotelName="Serrano by Silken" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marques De Villamejor 8, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f5/6ef50ebb44f99e9baed1046343cf3a861ba229cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel lies in the Salamanca district, a very exclusive area of Madrid, between the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="251.11" OriginalAmount="243.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419734667353" Longitude="-3.7043049931526" StarRating="3" HotelCode="30558|3020|Bed &amp; Breakfast" HotelName="Hotel Regente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesonero Romanos 9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c8/20c8b4c5898d063ffdc49d96e0439b20ca46b54f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Madrid, only a stone's throw from the Gran Via. It is close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.37" OriginalAmount="245.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447388917667" Longitude="-3.5803155423279" StarRating="3" HotelCode="899437|112877|Bed &amp; Breakfast" HotelName="Aparthotel Compostela Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Village,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zambrana 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/13/b51372a290f98835fe8bfecb9fdaa0740d69a789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel provides easy access to the M21, M22, M40 and A2 motorways, as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="257.78" OriginalAmount="250.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427936905493" Longitude="-3.5606646537781" StarRating="3" HotelCode="37048|22904|Bed &amp; Breakfast" HotelName="NH Villa de Coslada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Constitución, 75, 28820 Coslada, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/zz/6fad466b171dc860fcfc0f6ee9973e1a588af07e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the new residential area of Coslada between the industrial park and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.97" OriginalAmount="252.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447616636597" Longitude="-3.655298659824" StarRating="4" HotelCode="98191|103640|Bed &amp; Breakfast" HotelName="Hotel ILUNION Atrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Emilio Vargas 3 y 5, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/40/50409639c3b56138a0a2c349b058c209961180f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in one of the best residential zones in Madrid, the hotel has direct access to the M-30. The...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.22" OriginalAmount="252.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44774" Longitude="-3.669104" StarRating="4" HotelCode="24896|4690|Bed &amp; Breakfast" HotelName="Hotel ILUNION Suites Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 143, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/e2/e5e2f2aa0e092b549d3d207dafbca543804c35c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid, close to a...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="264.52" OriginalAmount="256.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458602522733" Longitude="-3.6952221607479" StarRating="3" HotelCode="59808|76270|Bed &amp; Breakfast" HotelName="Senator Castellana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Julián Besteiro, 37, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/89/e38984ac12005f87d5c63a7f24821d54a662e08a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, in the best commercial and business area, next to Plaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.28" OriginalAmount="257.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420381706802" Longitude="-3.6992629818972" StarRating="3" HotelCode="36944|22437|Bed &amp; Breakfast" HotelName="San Lorenzo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Clavel 8, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/02/da02c6fe4c3da64e250b22e40740f87761406f96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the city close to the Gran Via, one of the largest shopping d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.30" OriginalAmount="258.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418823798651" Longitude="-3.7093595509261" StarRating="2" HotelCode="57790|60059|Bed &amp; Breakfast" HotelName="Room Mate Mario" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Campomanes 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/90/f790cf488911b287a108eedcd8f8bf96d5c95b6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city centre of Madrid. Access to public transport, as well...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.40" OriginalAmount="259.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.498234570408" Longitude="-3.6646270751953" StarRating="4" HotelCode="88640|111753|Bed &amp; Breakfast" HotelName="NH Madrid Las Tablas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Burgos 131, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cc/4dcc3e8734580697e808a0f17613c8ae3453f345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the north of Madrid, next to the Las Tablas and Sanchinar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.27" OriginalAmount="260.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41973075282" Longitude="-3.704108603769" StarRating="3" HotelCode="29799|5271|Bed &amp; Breakfast" HotelName="Avenida Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesoneros Romanos 14, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/51/e551f8a8c48abf81eb5fa3da3a333cac8ed12f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This straightforward hotel enjoys a splendid location. Madrid's countless shops and cultural venues ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.01" OriginalAmount="263.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436054" Longitude="-3.679347" StarRating="4" HotelCode="178195|161481|Bed &amp; Breakfast" HotelName="Dormirdcine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Príncipe de Vergara, 87, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/76/937640995f31c98b1e25e91ef851d579929d8053.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the central Salamanca district (2.5 km from the centre), very close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="272.51" OriginalAmount="264.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470975" Longitude="-3.579981" StarRating="4" HotelCode="37965|26196|Bed &amp; Breakfast" HotelName="Clement Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General, 43, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2b/f82bae27e6574dfaf6d898fe684572ce1cd0f73b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from a park and about 12 km from the city centre. Links to the publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="273.96" OriginalAmount="265.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441348026217" Longitude="-3.6575652675285" StarRating="4" HotelCode="15313|16899|Bed &amp; Breakfast" HotelName="Novotel Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Esquina Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c7/dac74f5e23727e9db32105d1b08f726847820c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of one of the major residential and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.44" OriginalAmount="266.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423884561043" Longitude="-3.7058645731178" StarRating="3" HotelCode="113294|107317|Bed &amp; Breakfast" HotelName="Hotel Abalu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pez 19, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bd/42bd200aae0f7e454f2c00692011c3f77884793c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are set in the heart of Madrid, just a short walk away from Plaza España. Noviciado m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="277.73" OriginalAmount="269.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.408201" Longitude="-3.70079217" StarRating="1" HotelCode="709734|887933|Bed &amp; Breakfast" HotelName="Ibis Budget Madrid Centro Lavapies" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Valencia 8-10, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5b/005bea14b55dec053d36491bd4f3756bb265bb70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.07" OriginalAmount="269.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.440662401072" Longitude="-3.670056679436" StarRating="5" HotelCode="56983|39121|Bed &amp; Breakfast" HotelName="Hotel Puerta América" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de América 41, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/9c/659cc0864b7dee0c0f21cd44877ce6ed63576fc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Avd. de América, just 5 min away from the exclusive quarter of Salamanca (b...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.10" OriginalAmount="270.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.473089486686" Longitude="-3.5853624343872" StarRating="4" HotelCode="113312|185314|Bed &amp; Breakfast" HotelName="täCH Madrid Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Timon 35, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185314/185314a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.92" OriginalAmount="270.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416260512445" Longitude="-3.7013848513596" StarRating="3" HotelCode="147256|197995|Bed &amp; Breakfast" HotelName="El Pasaje" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pozo 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a9/4fa9fec501552ad81a0bd8f584f960e2393a3f41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.05" OriginalAmount="270.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428560097144" Longitude="-3.6943137198631" StarRating="2" HotelCode="100840|183409|Bed &amp; Breakfast" HotelName="BlueSense Almagro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Almagro 10, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/2d/252d513a34b67aedcdb07329e52d976cdeb26f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.19" OriginalAmount="271.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420715844095" Longitude="-3.7069496512413" StarRating="3" HotelCode="18768|129985|Bed &amp; Breakfast" HotelName="Room Mate Macarena - Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 43, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a3/4aa3380932ad4f1d430728f8197c9a0f3059f505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, near to the Gran Via, between the Plaza de Espana and ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.34" OriginalAmount="271.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458646083947" Longitude="-3.5823985934257" StarRating="4" HotelCode="29260|3204|Bed &amp; Breakfast" HotelName="Senator Barajas Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 27, Next to Adolfo Suárez Madrid-Barajas Airport and IFEMA, Barajas, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d720dcddfec7543958d5cf370fccf4afb4be9dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located approximately 1 km from Madrid Barajas Airport. It offers an exclusive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="280.57" OriginalAmount="272.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4283894" Longitude="-3.6711832999999" StarRating="3" HotelCode="300883|365806|Bed &amp; Breakfast" HotelName="Neo Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Don Ramón de la Cruz 94, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/64/6e64e957b87a6e7cb45d9a46531a20ac570a5bd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Madrid, 200 m away from the nearest metro station (Manuel Becerra).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="281.42" OriginalAmount="273.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.434891818409" Longitude="-3.6850864245062" StarRating="2" HotelCode="101132|183349|Bed &amp; Breakfast" HotelName="BlueSense Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diego de León 10, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/85/408532fb654c6aaa3f0c04126c73adf422604168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="284.61" OriginalAmount="276.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.431877" Longitude="-3.673618" StarRating="4" HotelCode="19506|4928|Bed &amp; Breakfast" HotelName="Zenit Abeba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alcántara 63, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/69/cd691bd277fd3803689fd80761c97017200ca7ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Madrid's leisure area just a few metres from the city centre and its l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.33" OriginalAmount="277.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406225" Longitude="-3.71221" StarRating="3" HotelCode="16252|1237|Bed &amp; Breakfast" HotelName="Puerta de Toledo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Glorieta Puerta de Toledo 4, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/69/1769a5b322545c05546b4496955491621e7af9ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally located in the historical centre of Madrid, near the Real Palace an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.63" OriginalAmount="279.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.394154" Longitude="-3.707749" StarRating="4" HotelCode="30654|3517|Bed &amp; Breakfast" HotelName="Hotel Praga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Lopez 65, 28019 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/56/aa560c0be87d61d8a18b9bd43d912d34fdc1e92c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located close to the M-30 ring road, and the centre of Madrid is arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.39" OriginalAmount="287.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.488138" Longitude="-3.668268" StarRating="4" HotelCode="409988|91856|Bed &amp; Breakfast" HotelName="Occidental Castellana Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Manoteras 20, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/ea/7dea448b3404868641d054e28bd98ea3381b03a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in a development area on Castellana Avenue. It is just 10 minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.80" OriginalAmount="291.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39884" Longitude="-3.670116" StarRating="3" HotelCode="37050|22939|Bed &amp; Breakfast" HotelName="NH Madrid Sur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Ciudad de Barcelona, 113, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/d8/6fd87d1122b42e0428ea7b25d5c311a64851082a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, within paces of the bus station and the southern junct...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="300.16" OriginalAmount="291.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447490084209" Longitude="-3.5830351878357" StarRating="4" HotelCode="900431|123223|Bed &amp; Breakfast" HotelName="Axor Feria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/50/bf5078ad42c0a5d4469a0ba7e0bf4fa66ec4d204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a residential and business area, 10 minutes from IFEMA exhibition centre, Co...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="303.41" OriginalAmount="294.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41634376863" Longitude="-3.7017134257603" StarRating="3" HotelCode="69539|85237|Bed &amp; Breakfast" HotelName="Victoria IV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle De La Victoria 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/314c0a5aa5fa454eafa34ddd44467b4f.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Puerta del Sol, close to museums of world fame such as the Prado Museum...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="306.85" OriginalAmount="297.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447922736474" Longitude="-3.5829699039459" StarRating="4" HotelCode="900430|123224|Bed &amp; Breakfast" HotelName="Axor Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5e/565e92719307b138ac28fcc93c91c1ceadbb17a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located 5 minutes from IFEMA Exhibition Centre, the Congress Palace and J...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.27" OriginalAmount="300.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430608432797" Longitude="-3.6642296922241" StarRating="2" HotelCode="207386|228454|Bed &amp; Breakfast" HotelName="Hotel ibis Madrid Centro las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julio Camba 1, Esquina Alcala, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/9b/2c9b3c69b9150d1721cad4c81dd89453055810a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.39" OriginalAmount="300.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423064" Longitude="-3.707663" StarRating="3" HotelCode="23027|1231|Bed &amp; Breakfast" HotelName="Sterling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 29-31, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b6/0db6cec23ff9f4ca53af13a0bbfc531784189c6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Madrid, close to the Gran Via and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.53" OriginalAmount="300.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406248" Longitude="-3.669354" StarRating="4" HotelCode="82895|191721|Bed &amp; Breakfast" HotelName="Claridge Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde de Casal 6, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/9b/d59b2e5b07ad150abf35d67f8a752929d7b1575e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.67" OriginalAmount="301.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432045" Longitude="-3.69935" StarRating="4" HotelCode="161633|132446|Bed &amp; Breakfast" HotelName="Hotel Agora Juan de Austria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan de Austria 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/3d/d83ddc327c91f1656243d35ff6aafdc08a712fa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel is located in the city of Madrid, at the heart of the historic neighbourhood of ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.96" OriginalAmount="301.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425258443904" Longitude="-3.7001618914016" StarRating="0" HotelCode="749943|644929|Bed &amp; Breakfast" HotelName="Bastardo Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Laundry,Parking,Restaurant,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>San Mateo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e1/ede16d21d600054a92fe56c21b244a8cc8107f86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;bastard:
From fr. ant. bastart.
1. adj. That degenerates from its origin or nature.

A journey does ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.77" OriginalAmount="303.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.555316" Longitude="-3.609999" StarRating="2" HotelCode="39335|7942|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid-San Sebastian d/l Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De Los Pirineos S/N, 28700 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0e/8e0e7cf0501ac7ea09a621455dc3e9c07feb6fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in heart of one of the most important business areas, and is located 15 km to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.06" OriginalAmount="303.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420449890709" Longitude="-3.7045789430846" StarRating="4" HotelCode="35572|4798|Bed &amp; Breakfast" HotelName="Hotel Atlántico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 38, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/45/334515419dcae1e58ae1ad6f62dc6bbdcab45f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a wonderful town house, which is crowned with a dome. It is situated in the...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.45" OriginalAmount="304.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421084419798" Longitude="-3.7147602438927" StarRating="3" HotelCode="16258|7976|Bed &amp; Breakfast" HotelName="Principe Pio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cueste de San Vicente 14, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/8a/798ac490034a63eb0befb17e88c66239bcaf494c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies just a few minutes from the centre of Madrid where guests will discover m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.62" OriginalAmount="304.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469157548393" Longitude="-3.581001162529" StarRating="4" HotelCode="29474|4712|Bed &amp; Breakfast" HotelName="TRYP Madrid Alameda Aeropuerto Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 100, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/a0/21a03fe7a14b0fb683d3afb2f420f485eedc34a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a district close to Madrid Barajas airport. The hotel offers an exclusive c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.58" OriginalAmount="306.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419830641568" Longitude="-3.7012660503388" StarRating="4" HotelCode="30862|4435|Bed &amp; Breakfast" HotelName="NH Collection Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 21, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/35/2835d2759134b280fcdc9d65985b1b26bed539af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid, close to a wide selection of shopping and en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.77" OriginalAmount="306.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421476" Longitude="-3.721681" StarRating="3" HotelCode="212800|181474|Bed &amp; Breakfast" HotelName="Hotel Acta Madfor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de La Florida 13, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/66/8f667c74e208871dc3068d0db8b43dc2d7ad705c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.10" OriginalAmount="310.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42243262" Longitude="-3.70010823" StarRating="3" HotelCode="447285|436719|Bed &amp; Breakfast" HotelName="Madrid SmartRentals Chueca II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Perez Galdos 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436719/436719a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.44" OriginalAmount="311.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414515560127" Longitude="-3.7001119705697" StarRating="3" HotelCode="57792|60180|Bed &amp; Breakfast" HotelName="Room Mate Alicia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 2, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/90/b090770d907be1ccc229dde75b3f4a7db6af7369.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Barrio de las Letras, on Santa Ana square and close to the mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.55" OriginalAmount="311.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4649744" Longitude="-3.7861544" StarRating="4" HotelCode="310418|4241|Bed &amp; Breakfast" HotelName="Aravaca Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camino De La Zarzuela 23, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a4/b1a4e76c14c35c59c4594463f035854ccccb92cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist centre of Aravaca (Madrid) just a few minutes from the city cen...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="322.49" OriginalAmount="313.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.441356568355" Longitude="-3.6575128373649" StarRating="4" HotelCode="968815|712971|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6c/1a6c95a7c48e5664d6d8e1f743fef1bdb993d241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="327.13" OriginalAmount="317.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420037904714" Longitude="-3.7002833135004" StarRating="4" HotelCode="20339|1875|Bed &amp; Breakfast" HotelName="H10 Villa de la Reina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 22, Madrid Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/ac/11ac8aef870a4d29fc9bf72cc41b5f44bb1f7c3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Madrid, this luxurious hotel is surrounded by restaurants, numerous pubs and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="332.40" OriginalAmount="322.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4199155" Longitude="-3.70746933" StarRating="4" HotelCode="943732|658509|Bed &amp; Breakfast" HotelName="The First One Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle dePreciados 44, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/8f/048fc98d1767616b2c74879593552061d77e70aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="337.94" OriginalAmount="328.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469588" Longitude="-3.582171" StarRating="4" HotelCode="29258|3600|Bed &amp; Breakfast" HotelName="Meliá Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 305, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/6a/bb6a98ece4b789d67f79c1c304c81b1f98dfd870.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location close to Madrid Barajas airport, the convention centres and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.72" OriginalAmount="332.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.424787391489" Longitude="-3.7150596483374" StarRating="3" HotelCode="66749|82693|Bed &amp; Breakfast" HotelName="Suites Viena Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Álvarez Mendizábal 17, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/53/f2538fff6337f24d2a6fb2d6ce2e3625aa076686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This studio complex is located close to Gran Via, just a few metres from Plaza de España and Palacio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.79" OriginalAmount="332.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.470800134942" Longitude="-3.7687879800796" StarRating="4" HotelCode="36966|22769|Bed &amp; Breakfast" HotelName="Eurostars Zarzuela Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Dario Aparicio 32, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7b/ce7b3ef3edb6d7c2f27744a8c4e7b4611979b3fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the northern district of Madrid. Wonderful gardens surround the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="345.10" OriginalAmount="335.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413698" Longitude="-3.70362" StarRating="3" HotelCode="36938|17839|Bed &amp; Breakfast" HotelName="Hotel Cortezo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Doctor Cortezo 3, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/2a/162a5fe8418e2177d749a82fead20e896b9f37e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel in the heart of Madrid is only a few metres from the Puerta del Sol, the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.09" OriginalAmount="336.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421455" Longitude="-3.708134" StarRating="4" HotelCode="12124|569|Bed &amp; Breakfast" HotelName="Emperador" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grán Via 53, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/56/c356d146eef5f3596c7fcd5e063d52be9577331d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is popular for its central location in the heart of Madrid, on the famous Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.93" OriginalAmount="336.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420619" Longitude="-3.708516" StarRating="4" HotelCode="17616|127785|Bed &amp; Breakfast" HotelName="Hotel Santo Domingo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98b989d71d050584e06916b1fb52e869006e31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, only a 3-minute walk from Gran Via and the city’s main ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="347.93" OriginalAmount="337.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406924" Longitude="-3.683148" StarRating="4" HotelCode="30186|570|Bed &amp; Breakfast" HotelName="Agumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Reina Cristina 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ef/97ef11ed01c50ed47f4d15613b04b7d6cae68f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys a wonderful central position at the heart of Madrid. Situated on the Reina...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.02" OriginalAmount="341.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.402598163242" Longitude="-3.7115734470481" StarRating="3" HotelCode="32044|9711|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Piramides" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Acacias 40, 28005 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/d1/23d1f0fa674d7a8ec3327f8faa79cb12bf3f30e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, friendly and luminous, is just a few metres from the Madrid Flea Market (El Rastro) and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.17" OriginalAmount="341.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.554545259398" Longitude="-3.9002323150635" StarRating="4" HotelCode="99103|14976|Bed &amp; Breakfast" HotelName="Exe Gran Hotel Almenar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jaraiz 1, 28290 Las Rozas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/74/d974f77848316619addb83b590bf6d46b27ad388.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel lies opposite Las Matas train station, close to Parque Empresarial de Las Rozas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.04" OriginalAmount="342.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4202" Longitude="-3.701162" StarRating="3" HotelCode="27901|4285|Bed &amp; Breakfast" HotelName="Petit Palace Chueca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hortaleza 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3c/0d3ce095c14861d561f1b9e37d648c55615def3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively Chueca neighbourhood, close to the Gran Via, and it is the ideal ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.57" OriginalAmount="343.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452915204396" Longitude="-3.61323595047" StarRating="4" HotelCode="51894|4391|Bed &amp; Breakfast" HotelName="Hotel Osuna Feria Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis de la Mata 18, Madrid 28042</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/9d/3a9de01571d1df7cc3922e0b307f69e3af8e8a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies next to a quiet garden. With the free shuttle service, guests will quickly and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.74" OriginalAmount="343.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.467490435003" Longitude="-3.6900544166565" StarRating="4" HotelCode="46623|9649|Bed &amp; Breakfast" HotelName="Hotel Exe Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 191, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/80/b2802a570b620afbee64ff9dbbbf4a2a171897e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location in the business district in the heart of the Paseo de la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.17" OriginalAmount="346.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.489678" Longitude="-3.688078" StarRating="4" HotelCode="82889|155929|Bed &amp; Breakfast" HotelName="Villamadrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Xaudaró, 2, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/e7/e6e7276ea9f77cb89dbcd885eb3df95c273eac76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in one of Madrid's business areas at the end of Paseo de la Castellan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.51" OriginalAmount="347.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417319315597" Longitude="-3.706523364418" StarRating="3" HotelCode="326489|5281|Bed &amp; Breakfast" HotelName="Petit Palace Ópera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 16, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a492c8911e264433a5f6fabfa82a3b77491fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the city, close to the King's Palace and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.73" OriginalAmount="347.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.406266289724" Longitude="-3.7217527627945" StarRating="4" HotelCode="171005|142445|Bed &amp; Breakfast" HotelName="NH Madrid Ribera del Manzanares" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Virgen del Puerto 57, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/9e/d59e2ae32977b3a7a264879a36d69c1a81aa5b1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Madrid, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.89" OriginalAmount="347.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430666489624" Longitude="-3.7169702663508" StarRating="3" HotelCode="31101|4468|Bed &amp; Breakfast" HotelName="Hotel T3 Tirol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Urquijo 4, 28008 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/97/b7970c0e51e3a27548c34ba7a4ae7ae4dc45dc49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is located in the tourist centre of Madrid. The surrounding area is full of exciting...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="361.24" OriginalAmount="350.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.456854" Longitude="-3.647615" StarRating="4" HotelCode="30679|3588|Bed &amp; Breakfast" HotelName="Zenit Conde Orgaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Moscatelar 24, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/38/5e385f10fae57b649b4cfd4393d463af8f193e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated close to the Juan Carlos I trade centre and the congress cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.69" OriginalAmount="352.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.469799969984" Longitude="-3.5808435759633" StarRating="2" HotelCode="113308|228447|Bed &amp; Breakfast" HotelName="ibis Madrid Aeropuerto Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General 49, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6c/046c53f5bb60af45a6d6287f04db1c88e243ad8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1 km from Madrid-Barajas Airport and IFEMA Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.25" OriginalAmount="352.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435156170903" Longitude="-3.6765334010124" StarRating="3" HotelCode="76561|145407|Bed &amp; Breakfast" HotelName="VP El Madroño" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle General Díaz Porlier 101, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ff/fcff34a82f5f9ef5a838a50ad12d4bb6b75c0c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in the Salamanca area of Madrid, within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="368.67" OriginalAmount="357.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41366544" Longitude="-3.70038516" StarRating="4" HotelCode="960771|663164|Bed &amp; Breakfast" HotelName="Room Mate Alba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Huertas 16, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/70/9b70c48ee2843a7924bf1bd65f268f7123c6f18f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.28" OriginalAmount="359.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411819" Longitude="-3.697824" StarRating="4" HotelCode="172000|152135|Bed &amp; Breakfast" HotelName="Catalonia Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 81, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/21/6121a963267cce891b78d4d34cad6f37540e4b41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, in the Triangle of Art, which is home to the most visit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.80" OriginalAmount="360.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420901748178" Longitude="-3.7083299766865" StarRating="4" HotelCode="59394|66662|Bed &amp; Breakfast" HotelName="Petit Palace Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de San Bernardo 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/78/3e78e6e80e88dceaadc921a94a4767dd2576fe52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Madrid. Guests are conveniently located close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="371.16" OriginalAmount="360.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417029" Longitude="-3.705226" StarRating="3" HotelCode="35373|14978|Bed &amp; Breakfast" HotelName="Petit Palace Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/97/749754e17d1d84aefd6dd7528c9969aca2820ef1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historic and tourist centre of Madrid near to the Puerto del Sol (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="371.30" OriginalAmount="360.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419473800577" Longitude="-3.699099496007" StarRating="4" HotelCode="12770|924|Bed &amp; Breakfast" HotelName="Catalonia Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 7-9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/3b/e93b08c76d0497b325d9e61664f6b3869c656d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the historical centre of Madrid and offers an ideal atmosphere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="372.66" OriginalAmount="361.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.432122377193" Longitude="-3.6565107107162" StarRating="4" HotelCode="31879|9712|Bed &amp; Breakfast" HotelName="Rafaelhoteles Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 269, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1f/7d1fc715acc1658ddc1bb9740e0d750801e8c95b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting and friendly hotel is located in the popular shopping street of Alcalá and fits seamle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="372.97" OriginalAmount="362.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418617680782" Longitude="-3.706713616848" StarRating="4" HotelCode="23667|3549|Bed &amp; Breakfast" HotelName="Intur Palacio San Martín" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de San Martín 5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/37/7d370daf1f5fdb442081c3e07f167b6870ae6398.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a classical building from the 1900's and lies at the heart of Madrid, only paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.09" OriginalAmount="363.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.475140876872" Longitude="-3.7430022444644" StarRating="4" HotelCode="30843|4390|Bed &amp; Breakfast" HotelName="Hotel Eurostars Monte Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arroyofresno 17, 28035 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d6/b1d6b05ce616b5711eb364b11ebade088e0e106f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the leisure district of Puerta de Hierro, roughly a 15-minute drive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.35" OriginalAmount="363.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413123" Longitude="-3.700828" StarRating="4" HotelCode="172083|152134|Bed &amp; Breakfast" HotelName="Catalonia Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 36, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c8/74c8c9a4273d0e5a78af7a3c01bea457514483ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a building dating back to the early twentieth century, part of the historic ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.60" OriginalAmount="363.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429192" Longitude="-3.688444" StarRating="4" HotelCode="38261|29283|Bed &amp; Breakfast" HotelName="Petit Palace President Castellana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Villamagna 4, esquina Paseo de la Castellana 20, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/80/c4/80c48fce4deab0399eff062170c4d969923006e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along a main road in the commercial district of Madrid, close to the Paseo de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.89" OriginalAmount="363.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417011" Longitude="-3.700014" StarRating="4" HotelCode="29475|9521|Bed &amp; Breakfast" HotelName="Quatro Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sevilla 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/b3/14b3e32c78a3fb9770eba36465ced5e758833471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the historical centre of Madrid, just minutes fro...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.94" OriginalAmount="364.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416000360547" Longitude="-3.7090604487198" StarRating="4" HotelCode="87683|100198|Bed &amp; Breakfast" HotelName="Petit Palace Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mayor 46, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/42/4f421af60782dc754ab4d6f09aa70ede93f8dd41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the only hotel located on the main street, at the principal entrance to the Plaza Mayor. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="376.22" OriginalAmount="365.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429152670491" Longitude="-3.7167762183437" StarRating="3" HotelCode="15041|9643|Bed &amp; Breakfast" HotelName="Aparto Suites Muralto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buen Suceso 3, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/bf/4abfb92e1f0cf1fa3c0ef24a57d973d77cb2c1a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming apartment hotel is centrally located in a quiet district of Madrid. El Corte Inglés, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.88" OriginalAmount="367.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415691556536" Longitude="-3.7057562678102" StarRating="4" HotelCode="38260|29281|Bed &amp; Breakfast" HotelName="Petit Palace Posada del Peine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Postas 17, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3b/723b22a337278162159d6da19fe00d4b97f59c13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historical centre of Madrid, close to the Plaza Mayor and within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="379.70" OriginalAmount="368.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447551" Longitude="-3.628123" StarRating="4" HotelCode="7854|4021|Bed &amp; Breakfast" HotelName="Meliá Avenida América" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Juan Ignacio Luca de Tena 36, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/07/4807d72e88d320af37a053bba8972f136be70f09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the harbour and Castellana Avenue, close to the trade fairground. A se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="379.92" OriginalAmount="368.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418862725128" Longitude="-3.7027251720428" StarRating="4" HotelCode="57593|57473|Bed &amp; Breakfast" HotelName="Petit Palace Plaza del Carmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Carmen 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/60/a260e7dd75a552d8fb6b0586c5d6ff3e9b27a3b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid on the Plaza del Carmen. It has a good location between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.13" OriginalAmount="369.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420578986557" Longitude="-3.7028793993883" StarRating="3" HotelCode="35356|14979|Bed &amp; Breakfast" HotelName="Petit Palace Triball" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gonzalo Jimenez de Quesada 2, Esquina con Calle Gran Vía 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/32/bb325bd5c92e4fb9e9646335e5168b9a3de77902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is housed in an impressive 19th century building that is located in the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.70" OriginalAmount="369.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425259" Longitude="-3.682138" StarRating="4" HotelCode="38262|29289|Bed &amp; Breakfast" HotelName="Catalonia Goya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Goya 49, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/8d/418ddba6041ee8f5a1fe52ba3ab6da08c9950dea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the "Calle Goya", in the elegant Salamanca quarter. Here guests will find al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="381.37" OriginalAmount="370.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418183" Longitude="-3.704311" StarRating="3" HotelCode="14178|3151|Bed &amp; Breakfast" HotelName="Petit Palace Preciados" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Galdo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d1/5cd13e53f1e5c3af9001c3aefa834ad81d210a6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in the heart of Madrid, only minutes from Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="381.37" OriginalAmount="370.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438455215158" Longitude="-3.7009871006012" StarRating="3" HotelCode="7859|5366|Bed &amp; Breakfast" HotelName="TRYP Madrid Chamberí Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle José Abascal 8, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/e3/f0e396becb6867e8a52c4bb5500760c6e6713ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the leisure district of Chamberi in Madrid and lies just a few minutes walk...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.19" OriginalAmount="373.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413884065705" Longitude="-3.6944854259491" StarRating="4" HotelCode="14182|4222|Bed &amp; Breakfast" HotelName="Mercure Madrid Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lope de Vega 49, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/e7/7de7feb733ff31c96f41ba9fe95bace878ae9bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Madrid, in the middle of the famous Golden Triang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.85" OriginalAmount="374.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439629936567" Longitude="-3.698257991061" StarRating="3" HotelCode="53738|22938|Bed &amp; Breakfast" HotelName="NH Madrid Chamberí" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bretón de los Herreros 29, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bc/32bc0170527d86103fd314ebb75ffe410c88ae0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Nuevos Ministerios district of the city of Madrid. The Paseo de la Cast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="386.21" OriginalAmount="374.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419343" Longitude="-3.702784" StarRating="3" HotelCode="56985|54285|Bed &amp; Breakfast" HotelName="Petit Palace Tres Cruces" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Tres Cruces, 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ee/bfee45a57eee365ce8192046ff50735fa349c22f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Tres Cruces street, on the corner of the completely renovated Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.31" OriginalAmount="382.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.413945" Longitude="-3.702857" StarRating="4" HotelCode="26838|3550|Bed &amp; Breakfast" HotelName="Catalonia Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 23, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/15/ce15a9c427d18380a1b8a788539d8f53a29951ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This smart luxury hotel is centrally located in Madrid's golden triangle, between the Old Town and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.82" OriginalAmount="383.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414830611147" Longitude="-3.6989767849445" StarRating="3" HotelCode="13095|2856|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Callo Prado 11, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/d7/d1d7bac26dc95103b5359627b0b060dc012b4f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly city hotel is located in the centre of Madrid, close to the Puerta del Sol and the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="397.49" OriginalAmount="385.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418581672664" Longitude="-3.7071949361763" StarRating="3" HotelCode="59567|66661|Bed &amp; Breakfast" HotelName="Room Mate Laura" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Travesía de Trujillos 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77126/a_77126_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Plaza de las Descalzas Reales, only about 30 m from the Plaza Mayor, th...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="399.82" OriginalAmount="388.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.447842" Longitude="-3.636193" StarRating="4" HotelCode="29286|9648|Bed &amp; Breakfast" HotelName="Silken Puerta Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Rizzi No 5, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/b0/0cb050acf7f1521e541d3c5bc14007d079567e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is just 5 minutes on foot from the Juan Carlos I exhibition centre. The vibrant c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="401.16" OriginalAmount="389.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.401434123929" Longitude="-3.6871683587262" StarRating="4" HotelCode="16438|3988|Bed &amp; Breakfast" HotelName="Rafaelhoteles Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mendez Álvaro 30, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bf/d3bfe5a4bf9ce69a007b759e9fc72f3b234ba8bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Madrid, a few minutes from the Méndez Álvaro train, unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="404.39" OriginalAmount="392.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411321657713" Longitude="-3.693164302701" StarRating="2" HotelCode="322524|178287|Bed &amp; Breakfast" HotelName="Hotel Mora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 32, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079d4f30efab395320ad4992313ca9df4793cb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated on the Paseo del Prado in Madrid, 400 meters from the Reina Sofia Museum and A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.27" OriginalAmount="394.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439311810137" Longitude="-3.6317432711639" StarRating="4" HotelCode="31103|4484|Bed &amp; Breakfast" HotelName="Elba Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 476, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c49f54179f59386631cb3a520ab9ed10b09ffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of Madrid, only minutes from the airport and the city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.88" OriginalAmount="395.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416666" Longitude="-3.691007" StarRating="4" HotelCode="189352|175099|Bed &amp; Breakfast" HotelName="Petit Palace Lealtad Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Maura 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/f4/d6f42e45a4277f989d9768ec6e2b27cf21127cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an old five-storey building built in the early nineteenth century in the mos...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.93" OriginalAmount="397.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.449801" Longitude="-3.698462" StarRating="3" HotelCode="30827|4336|Bed &amp; Breakfast" HotelName="Espahotel Plaza Basílica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comandante Zorita 27-31, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/fd/29fde3de23a59a6fc839c9049f7988e27b6ae33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment complex is centrally located in the Azca district close to the Torre Picasso building....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.03" OriginalAmount="399.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7036330997944" StarRating="3" HotelCode="25010|3966|Bed &amp; Breakfast" HotelName="Petit Palace Cliper Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Chinchilla 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df095671e3bb2b1aa2b3e8bf62eb1b98069cf07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is located at the heart of Madrid, close to the Gran Via and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.23" OriginalAmount="399.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418281" Longitude="-3.699424" StarRating="4" HotelCode="56986|54284|Bed &amp; Breakfast" HotelName="Petit Palace Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Virgen de los Peligros 2, Esquina con Alcalá 23, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/81/5781b7e415db34ea196762c228a26691a9142d67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcalá Street, close to the Puerta del Sol at the heart of the city and wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="412.91" OriginalAmount="400.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428661" Longitude="-3.696228" StarRating="3" HotelCode="12278|22940|Bed &amp; Breakfast" HotelName="NH Madrid Alonso Martínez" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Engracia 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7886fca3f718f85b4a2f9ab29e3a34b2adb8920.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Madrid, this hotel is located close to the Plaza Alonso Martínez, the Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="414.78" OriginalAmount="402.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.491132232763" Longitude="-3.6701121926308" StarRating="4" HotelCode="401834|87080|Bed &amp; Breakfast" HotelName="Exe Madrid Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Martina Díaz 4, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5a/565ab799b21e4a5226dc850a79be989aaac16f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the northern part of Madrid, at the north entrance to the city on the A1 mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="414.78" OriginalAmount="402.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.514788860519" Longitude="-3.6734053126283" StarRating="4" HotelCode="284244|195861|Bed &amp; Breakfast" HotelName="Hotel Dome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera de Fuencarral a Alcobendas km 8, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/eb/99eb0363ce5df8f362fe324fdca0fce796ef9dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.52" OriginalAmount="406.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427447" Longitude="-3.685018" StarRating="3" HotelCode="36579|23108|Bed &amp; Breakfast" HotelName="NH Madrid Lagasca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lagasca 64, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a1/34a1f784e0d1508223a5587a94b5a98dc9c3181f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family friendly, city hotel is located at the heart of the district of Barrios de Salamanca on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.01" OriginalAmount="407.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.439012" Longitude="-3.692885" StarRating="3" HotelCode="36868|14905|Bed &amp; Breakfast" HotelName="NH Madrid Zurbano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zurbano 79-81, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6a/ba6a910a7a99cae1836471e72a30d5757c5f2b93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Madrid. It is located only around 100 m from Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.09" OriginalAmount="407.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414634566568" Longitude="-3.694712317791" StarRating="4" HotelCode="31862|96878|Bed &amp; Breakfast" HotelName="NH Collection Madrid Paseo del Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cánovas del Castillo 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/59/925966f68033c4b49bb3effc2392e7189e268c09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historic centre of Madrid, in the Golden Triangle of Art, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.25" OriginalAmount="408.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.409922112887" Longitude="-3.6926561594009" StarRating="4" HotelCode="15151|4704|Bed &amp; Breakfast" HotelName="NH Madrid Nacional" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 48, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/57/b4575c5c2cb6b8b45db6ba16707e0d159936a1e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is situated in the centre of the museum areas of Prado, Thyssen and Reina Sofía....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.91" OriginalAmount="408.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4238815" Longitude="-3.7109402" StarRating="4" HotelCode="943558|652185|Bed &amp; Breakfast" HotelName="Riu Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 84, Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/86/db86b416ba4ec890ef86834221ff6bc89fd54004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="423.37" OriginalAmount="411.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455877" Longitude="-3.681848" StarRating="4" HotelCode="51868|4096|Bed &amp; Breakfast" HotelName="NH Madrid Paseo de la Habana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Habana 73, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/6d/1d6dc3762023a712f6e1f627c1e3f316e446183b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid just a few paces from Santiago Bernabeu football stadiu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.79" OriginalAmount="414.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420621913122" Longitude="-3.6990733444691" StarRating="3" HotelCode="69940|86339|Bed &amp; Breakfast" HotelName="Room Mate Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Pedro Zerolo 12, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/da/b0da30829d47e1b8cb98f07d4118ba61bf9dacf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the brightest squares in the centre of Madrid. It is close to Gran V...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="426.81" OriginalAmount="414.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417807" Longitude="-3.696212" StarRating="4" HotelCode="18002|226440|Bed &amp; Breakfast" HotelName="NH Collection Madrid Suecia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Casa Riera 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/39/70390df089f1ab397d31765d98c61d15479a176d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys an excellent, central location in the tourist centre of Madrid close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="427.11" OriginalAmount="414.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.44716138314" Longitude="-3.7057533860207" StarRating="4" HotelCode="113292|133602|Bed &amp; Breakfast" HotelName="VP Jardín Metropolitano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Reina Victoria 12, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d0/e6d04f3018b5f8a6212081167829ab4d23bbca27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Glorieta de Cuatro Caminos and the Paseo de la Castellana, not to mention an infinite number of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="429.06" OriginalAmount="416.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427" Longitude="-3.687348" StarRating="4" HotelCode="37614|25260|Bed &amp; Breakfast" HotelName="ICON Embassy by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Serrano 46, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f2/71f241b1b1641d39874becce315293588e553fc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the business district of Madrid within a short distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="432.31" OriginalAmount="419.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414562067245" Longitude="-3.6994890868664" StarRating="4" HotelCode="58153|59219|Bed &amp; Breakfast" HotelName="Catalonia Las Cortes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 6, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/33/5033308603526509572c5239b63cb8ca55c7576b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, charming hotel lies in Las Letras, the historical centre of Madrid, within a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="433.98" OriginalAmount="421.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407843847351" Longitude="-3.6893584957008" StarRating="3" HotelCode="15152|22903|Bed &amp; Breakfast" HotelName="NH Madrid Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Infanta Isabel 9, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/53/61534566356016a1612ee4baa71c1e53a7c0f17f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Atocha railway station, an AVE (high-speed) station, and in close pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="438.31" OriginalAmount="425.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427514260457" Longitude="-3.6963227391243" StarRating="4" HotelCode="904125|150857|Bed &amp; Breakfast" HotelName="Petit Palace Santa Bárbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Santa Bárbara 10, esquina Plaza Alonso Martínez, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/36/ed36df1ff497ada146b7bf402a862484e62e1812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Plaza de Santa Barbara in the impressive Alonso Martinez area. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="440.55" OriginalAmount="427.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436015652851" Longitude="-3.6817972362042" StarRating="3" HotelCode="29224|3861|Bed &amp; Breakfast" HotelName="NH Madrid Balboa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuñez De Balboa, 112, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2edc3524a70e7028aa98e93c8a86892ab660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the city centre (2 km) where there are many shopping venues, bars and restaurants. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="443.42" OriginalAmount="430.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41411" Longitude="-3.701624" StarRating="5" HotelCode="171805|137745|Bed &amp; Breakfast" HotelName="NH Collection Madrid Palacio de Tepa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Sebastian 2, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b07279fb8d7639d7bd6ff3f44d40eb78e73cef75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="448.85" OriginalAmount="435.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417113" Longitude="-3.689109" StarRating="4" HotelCode="170577|150856|Bed &amp; Breakfast" HotelName="Petit Palace Savoy Alfonso XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 18, Retiro - Puerta de Alcalá, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/be/afbe2d6f949507366be2d036ad1d2a4c1a010a0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Alfonso XII Street in the impressive Retiro district. It is just 300 m away ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="449.97" OriginalAmount="436.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.455231" Longitude="-3.694303" StarRating="4" HotelCode="52050|13796|Bed &amp; Breakfast" HotelName="H10 Tribeca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Pedro Teixeira 5, Paseo de la Castellana, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e3/26e397893a04d4d4f894eaf031f6afc3aa309604.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated at the heart of Azca, next to the Palacio de Congressos (cong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="450.02" OriginalAmount="436.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438293941386" Longitude="-3.6951157450676" StarRating="4" HotelCode="49082|4702|Bed &amp; Breakfast" HotelName="NH Collection Madrid Abascal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Jose Abascal 47, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6a/986ac01a13653b7655be8d56f1c83dd1fcedc798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in an architecturally appealing building previously used as an embassy, this hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="457.25" OriginalAmount="443.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41684634" Longitude="-3.697474" StarRating="4" HotelCode="792011|638687|Bed &amp; Breakfast" HotelName="Hotel Soho Boutique Congreso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zorrilla, 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/14/0a14676d3ecccc2ff845f6aad03ee91c8d3cee46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is located in the neighborhood of the Courts, in the historic centre of Madrid, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="459.65" OriginalAmount="446.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.486546679076" Longitude="-3.703472" StarRating="5" HotelCode="57590|53383|Bed &amp; Breakfast" HotelName="Eurostars Suites Mirasierra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alfredo Marquerie 43, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0d/c60d02ad0d6cb78bd520e8b5c91f9f1e8993b5ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid, in a quiet residential area in the north of the city. It lies only ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="460.90" OriginalAmount="447.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.458437593352" Longitude="-3.6857713091927" StarRating="4" HotelCode="37295|22941|Bed &amp; Breakfast" HotelName="NH Collection Madrid Eurobuilding" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Padre Damián 23, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/7b/157b891dcf3266eb1abe43cef93fceb588eb50e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of a modern district of Madrid, near the Palacio de Congresos y ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="462.36" OriginalAmount="448.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422139086483" Longitude="-3.7095956504345" StarRating="4" HotelCode="30318|1236|Bed &amp; Breakfast" HotelName="Hotel Mayorazgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Flor Baja 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/54/6e5453b5de4b536039b1988afe937e8daca756c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located on the Gran Via in the heart of Madrid. An abundance of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="464.20" OriginalAmount="450.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.425044230148" Longitude="-3.6781405276126" StarRating="4" HotelCode="410223|93771|Bed &amp; Breakfast" HotelName="Vincci Soma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Goya 79, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31eeec907bba8f93dbbce805c0926cac575c487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goya Street in the heart of the Salamanca quarter, where culture, shopping ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="475.07" OriginalAmount="461.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451282385711" Longitude="-3.6937612295151" StarRating="4" HotelCode="30716|3784|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Trias Bertran 4, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/13/0c/130cf7e687836196ed68f6d2cdb7d8a3bc993799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is well positioned at the heart of Madrid's commercial and financial district. Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="481.71" OriginalAmount="467.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.407254" Longitude="-3.688255" StarRating="4" HotelCode="439753|555681|Bed &amp; Breakfast" HotelName="Only YOU Hotel Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Infanta Isabel 13, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e4/ade4f5884de7545484bf07959fb7fdc2c845b6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="482.85" OriginalAmount="468.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.451610888015" Longitude="-3.5928254059643" StarRating="4" HotelCode="87681|99402|Bed &amp; Breakfast" HotelName="Hotel Maydrit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Piragua 1, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most important business areas in north-east Madrid, Alameda de O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="484.04" OriginalAmount="469.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.452168917958" Longitude="-3.5858426269837" StarRating="4" HotelCode="79475|99360|Bed &amp; Breakfast" HotelName="Hilton Madrid Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Hispanidad 2-4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0e/570ece160c7987f31acea8415281e2793cf61be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in Madrid. The establishment lies just 12 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="489.80" OriginalAmount="475.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.47042469013" Longitude="-3.6850842833519" StarRating="4" HotelCode="30469|2560|Bed &amp; Breakfast" HotelName="Barceló Imagine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustin De Foxa 32, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a1/9aa125435c8341715a95652362d23da1b34b2c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located close to the Plaza de Castilla in the north of Madrid and is ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="493.94" OriginalAmount="479.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421527524756" Longitude="-3.6723585426807" StarRating="4" HotelCode="30167|359|Bed &amp; Breakfast" HotelName="Novotel Madrid Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de O'Donnell 53, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/82/6b82346ffd1053f7552e2619e063d51e6b103c3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This glorious luxury hotel is fabulously located in Madrid's tourist and commercial centre, near to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="496.18" OriginalAmount="481.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.433716" Longitude="-3.717507" StarRating="4" HotelCode="262270|189435|Bed &amp; Breakfast" HotelName="Exe Moncloa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arcipreste de Hita 10, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/5f/035fdd6c71601177691e62d83918b04acf775275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="500.86" OriginalAmount="486.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42706372" Longitude="-3.69853998" StarRating="4" HotelCode="317694|425740|Bed &amp; Breakfast" HotelName="Hotel Eurostars Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mejía Lequerica 10, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/1e/ff1ebcd98abbd7fb834a5d4bb0b6764aaef7410e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="500.86" OriginalAmount="486.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.412945" Longitude="-3.703948" StarRating="4" HotelCode="262269|217585|Bed &amp; Breakfast" HotelName="Eurostars Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Doctor Cortezo 10, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/03/fa039541fe11699e51c6dcdcbc87d60c76eb1c0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="502.94" OriginalAmount="488.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436458659446" Longitude="-3.6884585022926" StarRating="4" HotelCode="29177|13804|Bed &amp; Breakfast" HotelName="Barceló Emperatriz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 4, (Junto al Paseo de la Castellana), 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/zz/61ad4cbe72acb336d78395fab62cbd03de8ac578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel lies in the commercial district of Madrid, close to Castellana Street....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="504.99" OriginalAmount="490.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.435405238061" Longitude="-3.6854785680771" StarRating="4" HotelCode="7856|2104|Bed &amp; Breakfast" HotelName="Meliá Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Claudio Coello 139, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/5c/f15cc8f0a588e970b84ad6dc738c68442895d0bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of the Salamanca district of the city, this hotel is situated close to the main s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="506.23" OriginalAmount="491.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420103" Longitude="-3.697043" StarRating="4" HotelCode="39199|38479|Bed &amp; Breakfast" HotelName="Lusso Infantas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Infantas 29, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/75/7a75751b9f2f4475472558df775deaa920cb007e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located directly in the historic centre of Madrid close to the Castellana, Paseo ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="517.97" OriginalAmount="502.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.445616985322" Longitude="-3.5431729291547" StarRating="3" HotelCode="263672|198277|Bed &amp; Breakfast" HotelName="Hotel TRYP Madrid Airport Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="apartment" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 4-17, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/14/fd1461437e2c217ac5364ff5b3d036150ec49859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="522.20" OriginalAmount="506.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422426934853" Longitude="-3.7088960588608" StarRating="4" HotelCode="67168|84037|Bed &amp; Breakfast" HotelName="Vincci Via 66" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 66, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/b0/44b0016b28107ff69752e3cecb3b19f0f66d399d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the capital, between Plaza España and the Puerta Del Sol....</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="523.44" OriginalAmount="508.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417880500328" Longitude="-3.6998552083969" StarRating="3" HotelCode="16557|17838|Bed &amp; Breakfast" HotelName="Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá, 19, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/36/f736f42f33eedbb8a874590cd9140c2ae98f6b7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid, only a few metres from Puerta del Sol Square. From th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="533.77" OriginalAmount="518.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422328985989" Longitude="-3.6891934275627" StarRating="4" HotelCode="79885|145406|Bed &amp; Breakfast" HotelName="VP Jardín de Recoletos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gil de Santivañes 6, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/e1/c5e122c35bc855257197da1e948cedf857d1da9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A very short walk from this hotel in the heart of the Salamanca district, guests can visit famous la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="538.43" OriginalAmount="522.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421227738788" Longitude="-3.7099462664334" StarRating="4" HotelCode="12267|1225|Bed &amp; Breakfast" HotelName="Eurostars Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/17/e717eed1e070214cfed93dad384e1ecca2b863e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid just a few minutes walk from the royal palace and Plaza...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="541.80" OriginalAmount="526.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.411703" Longitude="-3.697576" StarRating="4" HotelCode="326453|2106|Bed &amp; Breakfast" HotelName="TRYP Madrid Atocha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 83, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ea/42eaba93723fa557afc187179877477f76eece74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid and just a few paces from the Museo del Prado...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="543.01" OriginalAmount="527.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.423778289617" Longitude="-3.7115444391479" StarRating="5" HotelCode="468809|484301|Bed &amp; Breakfast" HotelName="Barceló Torre de Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 18, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/bc/08bcf8075b2f441905a85bac896824353ce56ebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="543.45" OriginalAmount="527.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415152" Longitude="-3.699136" StarRating="4" HotelCode="82258|186998|Bed &amp; Breakfast" HotelName="Suite Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuel Fernández y González 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6c/be6c376bdafdec47d0e25ac18969f28447149706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="544.94" OriginalAmount="529.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420392190081" Longitude="-3.7041601538658" StarRating="4" HotelCode="19165|851|Bed &amp; Breakfast" HotelName="TRYP Madrid Cibeles Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mesonero Romanos 13, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/63/6163cb5f8ae511ce3048c2b0d8c4b1a90e2951b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated directly on the lively Gran Via, opposite Plaza España...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="554.09" OriginalAmount="537.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.418344677281" Longitude="-3.701401196567" StarRating="4" HotelCode="38254|28858|Bed &amp; Breakfast" HotelName="Eurostars Casa de la Lírica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aduana 19, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ff/36ff6f6d5d23480fbece69596fca6e1609f90ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies at the heart of Madrid’s historical district some 13 km from the city airport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="554.87" OriginalAmount="538.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422234036303" Longitude="-3.6811146140099" StarRating="4" HotelCode="36937|6957|Bed &amp; Breakfast" HotelName="H10 Puerta de Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 66, Barrio de Salamanca, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f4/25f457f49502f5ae2f9b2c4022950b98022a9886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the business district of Madrid near the Retiro Park. It is just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="557.43" OriginalAmount="541.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="7855|2102|Bed &amp; Breakfast" HotelName="Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa134052e9356d64e41b1cc45d847b1c25f144.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a few metres from the Paseo de la Castellana and 15 minutes from the airport, the M-40 motor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="560.21" OriginalAmount="543.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4203" Longitude="-3.706591" StarRating="4" HotelCode="29314|1224|Bed &amp; Breakfast" HotelName="Vincci Capitol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/30/44309233c4952e99c29ee9c3194336daf5aa3c18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the city centre of Madrid, close to Puerta del Sol, Plaza Mayo...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="567.93" OriginalAmount="551.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.414831632224" Longitude="-3.6983531713486" StarRating="4" HotelCode="39303|47594|Bed &amp; Breakfast" HotelName="Vincci Soho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Prado 18, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/a0/d0a03b7d43b169990c053616c9fcbc618bf56b0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the historic centre of Madrid between Puerta del Sol and Plaza de Cibe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="569.70" OriginalAmount="553.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.417608" Longitude="-3.698623" StarRating="4" HotelCode="24549|4668|Bed &amp; Breakfast" HotelName="Vincci Centrum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cedaceros 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b7/e2b74e72537373ff0735a29728f52030b369e1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few paces from the Museo del Prado, various shopping and entertainment ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.78" OriginalAmount="558.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415170064639" Longitude="-3.6967662279098" StarRating="4" HotelCode="446069|554021|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Madrid-Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Agustín 3, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a41bc027649685b/64/649ac71a42fe1a62/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="581.04" OriginalAmount="564.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415528003422" Longitude="-3.6970093846321" StarRating="5" HotelCode="19090|551|Bed &amp; Breakfast" HotelName="Hotel Villa Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/93/639309e2c4b42afeb04c871eb3cc3bcc31c6b439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, on the Plaza de las Cortes, near the Prado. It is part...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="584.82" OriginalAmount="567.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.427048" Longitude="-3.71435" StarRating="5" HotelCode="7857|2103|Bed &amp; Breakfast" HotelName="Meliá Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 27, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c4/9fc4050c1c564be7d1622bc0991b41f2ab36d8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated deluxe hotel is in a superb area of Madrid near to the Plaza de España, the Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="585.20" OriginalAmount="568.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.420677362387" Longitude="-3.6892905735065" StarRating="5" HotelCode="73748|86624|Bed &amp; Breakfast" HotelName="Hotel Hospes Puerta Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Independencia 3, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ff/bdfff51ad978e7775d543ba6e4897a28f3d515b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Independence Square, right in the centre of Madrid. It offers wonderful vie...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="588.96" OriginalAmount="571.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.462482724416" Longitude="-3.6146306991577" StarRating="4" HotelCode="30999|128182|Bed &amp; Breakfast" HotelName="Novotel Madrid Campo de las Naciones" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amsterdam 3, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/69/21695c127f32d34acee3c1cc8a4d43374fe3d906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right next to the IFEMA, the Parque Juan Carlos I and the Palacio de Congresos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="599.70" OriginalAmount="582.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41320061" Longitude="-3.70107705" StarRating="4" HotelCode="768799|804413|Bed &amp; Breakfast" HotelName="CoolRooms Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Babysitting,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 34, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/53/2f53b76f04e7d9cf0ff7dc74c0cc56e0fe166d17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A buffet breakfast is served every morning at the property. There is an in-house restaurant, which s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="600.11" OriginalAmount="582.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419564681616" Longitude="-3.6985845569617" StarRating="4" HotelCode="426246|452302|Bed &amp; Breakfast" HotelName="Vincci The Mint" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 10, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/536852/a_536852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys are accessible by lift. Amenities include a baggage storage service and a safe. Wireles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="606.79" OriginalAmount="589.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.436424" Longitude="-3.685707" StarRating="4" HotelCode="31099|4398|Bed &amp; Breakfast" HotelName="Partner Barrio de Salamanca Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General Oraa, 17, Barrio de Salamanca, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/51/06510c46d3e9245ed84bfa819e5a73da0dfb1cea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, luxury hotel is fabulously located in the financial, diplomatic, shopping and cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="616.30" OriginalAmount="598.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42395331953" Longitude="-3.6852157115936" StarRating="4" HotelCode="38281|29508|Bed &amp; Breakfast" HotelName="ICON Wipton by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jorge Juan 17, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7e/937ed6ba3d1618f4e9004ff9d1313c90e5d00504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the exclusive and luxurious commercial district of Serrano, at the heart o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="617.30" OriginalAmount="599.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.41477352" Longitude="-3.70705099" StarRating="4" HotelCode="859892|652195|Bed &amp; Breakfast" HotelName="Pestana Plaza Mayor Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Dining,Heated Pool,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 8, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c2/eac26af2928fc2880fbb05671f6b40203243cd04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Pestana Plaza Mayor Madrid is a unique and unparalleled luxury hotel, paying tribute to the work...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="629.22" OriginalAmount="610.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.476633879166" Longitude="-3.687612271164" StarRating="5" HotelCode="87684|98710|Bed &amp; Breakfast" HotelName="Eurostars Madrid Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 259-B, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b8/87b859861ab734822669fbe78e040b5a5171185b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="637.04" OriginalAmount="618.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="842312|642642|Bed &amp; Breakfast" HotelName="The Level at Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/28/5528fa7468deda4e5c20a6dbada4fe8bc997842e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoy an exclusive experience in a unique environment with a personalised service at The Level at Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="659.04" OriginalAmount="639.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416405" Longitude="-3.698651" StarRating="5" HotelCode="36857|22622|Bed &amp; Breakfast" HotelName="Hotel Urban" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrera de San Jerónimo 34, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6e/fc6e52983eb1d49c7508b97374854a539d6ab087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully situated at the heart of Madrid, surrounded by cultural venues, countless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="659.08" OriginalAmount="639.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42268" Longitude="-3.71179" StarRating="5" HotelCode="621058|615082|Bed &amp; Breakfast" HotelName="VP Plaza España Design" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f6/2df68d2d2723fe58388566cfabc32a2b34351afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="660.82" OriginalAmount="641.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.429881295932" Longitude="-3.7146434352007" StarRating="4" HotelCode="320635|852|Bed &amp; Breakfast" HotelName="Courtyard Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 40, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/67/3c678b6ac4bf6048f26953f71db8ee691c7a0868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to Plaza de España and the Palacio Real (Royal Palace). A wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="667.26" OriginalAmount="647.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426191753964" Longitude="-3.6889965387927" StarRating="4" HotelCode="37045|22906|Bed &amp; Breakfast" HotelName="NH Collection Madrid Colón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Zurgena 4, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/a6/90a6d7fa0eed4437bc6380551a9d3e126c17ad31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's central district of Salamanca, close to the Plaza de Colón and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="691.12" OriginalAmount="670.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.403869022356" Longitude="-3.6901023040485" StarRating="4" HotelCode="162011|134664|Bed &amp; Breakfast" HotelName="AC Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Delicias 42, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/66/cd663d6e5542a689b998a15bdc2e54b0b21277aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in the heart of Madrid, close to the Paseo del Prado. The Reina Sofia, Thyssen-Born...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="693.08" OriginalAmount="672.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.438792" Longitude="-3.691606" StarRating="5" HotelCode="25011|4572|Bed &amp; Breakfast" HotelName="Hesperia Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 57, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ef/50efeb3205649618326e0e1c4721e999af50f16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located directly in the commercial and shopping district of Madrid clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="753.57" OriginalAmount="731.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4222206" Longitude="-3.6957049" StarRating="4" HotelCode="267129|229742|Bed &amp; Breakfast" HotelName="Only YOU Boutique Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Barquillo 21, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5a/e15abfa1dd93cbb115ebab435640ae93dbcc4521.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="754.63" OriginalAmount="732.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42007916" Longitude="-3.70369994" StarRating="4" HotelCode="586826|652224|Bed &amp; Breakfast" HotelName="Hyatt Centric Gran Via Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 31, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/03/4903263531df3350afbec4726260e1b1fbc278e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar, room service, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="759.00" OriginalAmount="736.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.426418" Longitude="-3.68939" StarRating="5" HotelCode="18759|572|Bed &amp; Breakfast" HotelName="Gran Meliá Fénix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c8/33c88264b3aa322b45d50c777817d6eb0d79f5b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located directly on the Paseo de la Castellana and the Plaza de Colon, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="760.35" OriginalAmount="738.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419239162882" Longitude="-3.6971620779099" StarRating="5" HotelCode="314388|407811|Bed &amp; Breakfast" HotelName="The Principal Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marqués de Valdeiglesias 1, Corner Of Gran Via 2, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f9/cff9cde7f22691b0bcf6b9059c020c72143ac2e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the upscale area of Gran Vía street, near Alcalá street and a few steps away from Cibeles Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="764.60" OriginalAmount="742.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422228458184" Longitude="-3.6841141553061" StarRating="5" HotelCode="45653|3197|Bed &amp; Breakfast" HotelName="Wellington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Velazquez 8, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/56/8f5677082d436f19353cc101132fee214c0a12d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the sophisticated district of Salamanca, only a mile and a half from Puerto del Sol and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="867.66" OriginalAmount="842.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7097096443176" StarRating="5" HotelCode="18757|933|Bed &amp; Breakfast" HotelName="Gran Meliá Palacio de los Duques" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta de Santo Domingo 5 y 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/0c/2e0c3dcca68adb76c06db86bc29921794f90a597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This opulent luxury hotel is centrally located in Madrid's exquisite historical centre. It is just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="968.86" OriginalAmount="940.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422238811889" Longitude="-3.7115634763669" StarRating="3" HotelCode="47226|3153|Bed &amp; Breakfast" HotelName="Hotel Cason del Tormes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rio 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/13/a71344eea2dba7bc14eff5875df2804d4c9d3b5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the tourist centre of Madrid within walking distance of many of the to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1114.47" OriginalAmount="1082.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428177641302" Longitude="-3.6836543132936" StarRating="5" HotelCode="30319|785006|Bed &amp; Breakfast" HotelName="Bless Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Velázquez 62, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4b/c04bd26f6d25c01761ef6a8281d6036594b1d85e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is wonderfully located in the centre of Madrid. The nearest public transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1520.19" OriginalAmount="1475.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.428337088684" Longitude="-3.6971086263657" StarRating="4" HotelCode="12942|3879|Bed &amp; Breakfast" HotelName="Gran Versalles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Covarrubias 4, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/14/ab149ac9ce1232acada9274c17ef2c5c1e619c2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is located at the heart of Madrid close to the Palacio de Justicia. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1875.64" OriginalAmount="1821.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.415619899377" Longitude="-3.6925810575485" StarRating="5" HotelCode="16764|357|Bed &amp; Breakfast" HotelName="Ritz Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Lealtad 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/67/e16792da161a57b3b398fecf04a1a764d492c161.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious modern hotel is situated in the heart of Madrid, within walking distance of numerous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1993.38" OriginalAmount="1935.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.430051" Longitude="-3.688378" StarRating="5" HotelCode="19192|4339|Bed &amp; Breakfast" HotelName="Villa Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 22, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/af/afc8a02c5397ab28/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its large boulevards, splendid plazas, palaces and renowned international museums, Madrid is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2658.20" OriginalAmount="2580.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.421265205855" Longitude="-3.6997545956356" StarRating="2" HotelCode="568140|635139|Bed &amp; Breakfast" HotelName="Motion Chueca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Pedro Zerolo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/zz/0badb0d5060c3cd40f4a45ba0568b1ed2b36a05c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="15984.60" OriginalAmount="15519.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.422623" Longitude="-3.709983" StarRating="3" HotelCode="29182|4337|Bed &amp; Breakfast" HotelName="Espahotel Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via, 65, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/09/c609d0139980f74c35d38797b7e2f59306150c8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing apartment hotel is located in the tourist resort of Madrid only a few minutes walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="16478.20" OriginalAmount="15998.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.48304" Longitude="-3.670911" StarRating="4" HotelCode="36943|19663|Bed &amp; Breakfast" HotelName="Hotel Mirador de Chamartin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arte 14, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8b/8b03519feda46d0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by a pine wood in Madrid's district of Charmantin, only around 5 minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Central Heating,Currency Exchange,Designated Smoking Area,Heated Pool,Jacuzzi,Massage Centre,Nightclub,Sauna,Shopping Arcade,Wheelchair Access,Kitchen,Spa,Golf,Bicycle Rental,Diet Meals,24 Hour Security,Business Centre,Dining,Meeting Room,Parking,Garden,Airport Transfer (on Demand),Swimming Pool,Printer,ATM/Cash Machine,Babysitting,Banquet Hall,Smoking Rooms</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,SPA HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,HOTEL DE CHARME,HOTEL,GUEST HOUSES,ECO HOTEL,HOSTEL,VILLAGE,APARTMENT,GUESTHOUSE</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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="37e35fb8-1349-45cd-83e3-a595ddacad89">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26992" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-12T00:00:00" End="2026-11-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="57790|60059|Bed &amp; Breakfast" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
37e35fb8-1349-45cd-83e3-a595ddacad89|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="37e35fb8-1349-45cd-83e3-a595ddacad89" TimeStamp="0001-01-01T00:00:00" HotelName="Room Mate Mario" HotelCode="57790|60059" StarRating="2" GTCityId="26992" CountryCode="ES" CityName="Madrid" CountryName="Spain" Address="Calle de Campomanes 4, 28013 Madrid" PostCode="28013" PhoneNo="+34915488548" FaxNo="+34915591288" Email="mario@room-matehotels.com" CheckInTime="15:00" CheckOutTime="12:00" Latitude="40.418823798651" Longitude="-3.7093595509261" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: single|Room 2: single" RoomTypeCode="20261112$20261113$W$102$60059$SGL.ST$OPAQUE 18RO$RO$$2~1~0$$N@07~A-SIC~214142~-535051056~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708232113^20261112$20261113$W$102$60059$SGL.ST$OPAQUE 18RO$RO$$2~1~0$$N@07~A-SIC~214142~-535051056~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708232113|8|Mjc1LjUwfEVVUnwyMDI2LTExLTA2" OriginalAmount="240" TotalPrice="247.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Internet access|Minibar|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-06T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="247.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard|Room 2: Standard" RoomTypeCode="20261112$20261113$W$102$60059$DBL.ST$OPAQUE 18RO$RO$$2~1~0$$N@07~A-SIC~214154~-1289834797~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708258122^20261112$20261113$W$102$60059$DBL.ST$OPAQUE 18RO$RO$$2~1~0$$N@07~A-SIC~214154~-1289834797~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708258122|8|MjkwLjg4fEVVUnwyMDI2LTExLTA2" OriginalAmount="253" TotalPrice="260.83" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Internet access|Minibar|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-06T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="260.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: executive|Room 2: executive" RoomTypeCode="20261112$20261113$W$102$60059$DBL.EJ$OPAQUE 18RO$RO$$2~1~0$$N@07~A-SIC~214178~-924402025~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708242141^20261112$20261113$W$102$60059$DBL.EJ$OPAQUE 18RO$RO$$2~1~0$$N@07~A-SIC~214178~-924402025~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708242141|8|MzIxLjY2fEVVUnwyMDI2LTExLTA2" OriginalAmount="280" TotalPrice="288.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Internet access|Minibar|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-06T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="288.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite|Room 2: Junior Suite" RoomTypeCode="20261112$20261113$W$102$60059$JSU.ST$OPAQUE 18RO$RO$$2~1~0$$N@07~A-SIC~21418a~1182069188~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708206151^20261112$20261113$W$102$60059$JSU.ST$OPAQUE 18RO$RO$$2~1~0$$N@07~A-SIC~21418a~1182069188~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708206151|8|MzM3LjA2fEVVUnwyMDI2LTExLTA2" OriginalAmount="293" TotalPrice="302.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Internet access|Minibar|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-06T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="302.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST|Room 2: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Executive single use|Room 2: Executive single use" RoomTypeCode="20261112$20261113$W$102$60059$DUS.EJ$OPAQUE 18BB$BB$$2~1~0$$N@07~A-SIC~220191~-942967307~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170820e157^20261112$20261113$W$102$60059$DUS.EJ$OPAQUE 18BB$BB$$2~1~0$$N@07~A-SIC~220191~-942967307~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170820e157|8|MzQzLjE0fEVVUnwyMDI2LTExLTA2" OriginalAmount="299" TotalPrice="307.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Internet access|Minibar|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-06T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="307.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: triple|Room 2: triple" RoomTypeCode="20261112$20261113$W$102$60059$TPL.ST$OPAQUE 18RO$RO$$2~1~0$$N@07~A-SIC~21419c~-768208976~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170822e160^20261112$20261113$W$102$60059$TPL.ST$OPAQUE 18RO$RO$$2~1~0$$N@07~A-SIC~21419c~-768208976~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170822e160|8|MzUyLjQ2fEVVUnwyMDI2LTExLTA2" OriginalAmount="307" TotalPrice="316.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Internet access|Minibar|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-06T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="316.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST|Room 2: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Junior Suite single use|Room 2: Junior Suite single use" RoomTypeCode="20261112$20261113$W$102$60059$JSU.ST-1$OPAQUE 18BB$BB$$2~1~0$$N@07~A-SIC~2201a3~234830433~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708236166^20261112$20261113$W$102$60059$JSU.ST-1$OPAQUE 18BB$BB$$2~1~0$$N@07~A-SIC~2201a3~234830433~N~~~NOR~~7310DF4315FF401177616816926505AAUK02660185001708236166|8|MzU4LjU0fEVVUnwyMDI2LTExLTA2" OriginalAmount="312" TotalPrice="321.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Internet access|Minibar|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-06T00:00:00" End="2026-11-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="321.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/f7/90/f790cf488911b287a108eedcd8f8bf96d5c95b6d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a1/b4/a1b40e525cf1076814dd8df3fe9a8e0453eba595.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5a/ac/5aac8601ec8a0354fb7ecddaadf888b79bf9f912.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4c/21/4c218c1267e5aed5d91acbdd0d5e66cf05de14e1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6a/49/6a4902c40486722d79792ccb6b54d3b3ff13278c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b0/01/b0015842a7cb606c0fbb23bb74e1290d2405b992.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/cf/a5/cfa5eae8f2ae82808adac73998a2c8c0a28ef741.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e3/4c/e34cf09f1499b55df4d964ce84bf039052865676.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/63/de/63de98c71422de3a7d2c36fb7229862c7211abbd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/dd/59/dd5996b6375e593c9c6eb35cf2141b4171e17a5b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/74/3f/743f151101ce0204d23a71e2d683bba625539012.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/55/c9/55c9599cefb6db5c3223118e7ba941a5375a1678.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6f/e7/6fe79f3fa30ff911ee0e1cb99287695781a3e262.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b1/46/b1464d656d075bd74e516841bf670c6fd5c657ff.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5d/0c/5d0c54598e902f3a1c64e5ecb94b20d9c57ca9b8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/70/6d/706df5a802b1253f99b8b35ebb6116babceccf26.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1f/56/1f56642f62b33285b234ef57d80dceb8bae6861e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/20/67/2067a6323f08c46560a0f6d7d3d7ee8d0be6d9ef.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/84/ac/84ac1510189756b6ec917a3ba3219e0a20a48946.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4a/2a/4a2ab5be621111a6ac891f9f03c9c0eb63497021.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d3/1d/d31d9122b8aeb8860a9754ca6302f83809c9248f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/20/7d/207d75d01889b8f563528eeb281bf993928b7bca.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6e/ce/6eced89a6f61c66ae256e1c30a9dc2da8a79a71e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/95/15/95151a21cc2ebd439562d3d3f892deab2a60a8a6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7d/07/7d07a83995c97ac28ffd121ce02b36ede2f70dfe.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/aa/9e/aa9efca4f26715e52854d49e805d0caab1193438.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c5/d8/c5d8e176a3d85b70f529b228cd5510720de7e4a6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0e/a8/0ea8c468d50bc0dd51035b99ebefdf90647322dd.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/93/27/9327154385051d4c754a16e7a99f0aed3481bf4e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/30/11/3011641802696da846b4a35955aef8d3df68c347.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f3/fa/f3fa12b55ec7bc3be8d5664dad359a2a8786ae3a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3e/zz/3eadafdb2acb7127b2232f7f23d868fa3039a5c4.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is conveniently located in the city centre of Madrid. Access to public transport, as well as the famous Teatro Real, is near the hotel. The Palacio Real is around 100 m away, Plaza Mayor and Puerta del Sol are only about 300 m away. Barajas airport is around 8 km away.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;Guests have a choice of 2 junior suites, 10 single rooms and 42 double rooms located in two 2-storey buildings with lifts. Check-in and check-out are possible at any time at the 24-hour reception desk. The hotel provides a safe, medical assistance, translation services, a laundry service, a conference room, a business centre and a coin-operated laundry. Wireless internet access is provided in public areas. The hotel has wheelchair-accessible facilities.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and individually adjustable heating ensure that rooms maintain comfortable temperatures. Rooms have a double bed or a king-size bed. A safe and a minibar are also available. A mini fridge and a tea/coffee station are standard features. Equipped with internet access, a direct dial telephone and a TV, the rooms provide many ways for guests to stay connected and entertained. Bathrooms are equipped with a shower and a hairdryer. Wheelchair-friendly rooms can be booked. The hotel has family rooms and 9 non-smoking rooms. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the accommodation: American Express, VISA, Diners Club, JCB and MasterCard.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 9.95 EUR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Pets: &lt;/b&gt;No pets allowed.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>34-91-5591288</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>34-91-5488548</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>2003</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2005</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Annexe</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>54</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>10</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>42</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Junior Suites</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>JCB</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour check-in</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Medical Assistance</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Facilities</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>City Centre</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>50 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Underground/Over ground Station</Description><Value>50 Meters</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
37e35fb8-1349-45cd-83e3-a595ddacad89|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="37e35fb8-1349-45cd-83e3-a595ddacad89" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Executive single use" BoardBasis="Room 1: BED AND BREAKFAST" TotalAdult="1" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Tarun" LastName="Singh" DOB="20010414" Age="25" />
      </Adults>
    </Room>
    <Room RoomType="Room 2: Executive single use" BoardBasis="Room 2: BED AND BREAKFAST" TotalAdult="1" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Varun" LastName="Kumar" DOB="20010414" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="57790|60059|Bed &amp; Breakfast" SourceId="8" RoomTypeCode="20261112$20261113$W$102$60059$DUS.EJ$OPAQUE 18BB$BB$$2~1~0$$N@07~A-SIC~220191~-942967307~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170820e157^20261112$20261113$W$102$60059$DUS.EJ$OPAQUE 18BB$BB$$2~1~0$$N@07~A-SIC~220191~-942967307~N~~~NOR~~7310DF4315FF401177616816926505AAUK0266018500170820e157|8|MzQzLjE0fEVVUnwyMDI2LTExLTA2" TotalPrice="307.69" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-12T00:00:00" End="2026-11-13T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Tarun</FirstName>
    <LastName>Singh</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>96</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo>+44 (0) 20 8569 8080</SupportNo>
    <Title>Mr</Title>
  </MHLInfo>
</HotelBookRQ>||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
37e35fb8-1349-45cd-83e3-a595ddacad89|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Tarun</FirstName>
  <LastName>Singh</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>96</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo>+44 (0) 20 8569 8080</SupportNo>
  <Title>Mr</Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>Shikha</AgencyReference>
  <AgentMinCnxDate>2026-11-06T00:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2026-11-06T00:00:00" End="2026-11-08T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="307.69" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-11-12T00:00:00</CheckIn>
  <CheckInTime>24-Hour</CheckInTime>
  <CheckOut>2026-11-13T00:00:00</CheckOut>
  <CheckOutTime>24-Hour</CheckOutTime>
  <CostAmountInSalesCurrency>298.73</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>spain</CountryName>
  <PostCode>28013</PostCode>
  <Rooms>
    <Rooms>
      <Adults>1</Adults>
      <BoardBasis>Room 1: BED AND BREAKFAST</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Tarun Singh</GuestName>
      <RoomType>Room 1: Executive single use</RoomType>
    </Rooms>
    <Rooms>
      <Adults>1</Adults>
      <BoardBasis>Room 2: BED AND BREAKFAST</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Varun Kumar</GuestName>
      <RoomType>Room 2: Executive single use</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>307.69</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>343.14</SupplierAmount>
  <SupplierCurrency>EUR</SupplierCurrency>
  <SupplierId>240</SupplierId>
  <SupplierMinCnxDate>2026-11-06T00:00:00</SupplierMinCnxDate>
  <SupplierName>HotelBeds</SupplierName>
  <_address>Calle de Campomanes 4, 28013 Madrid</_address>
  <_cityName>Madrid</_cityName>
  <_fax>+34915591288</_fax>
  <_hotelName>Room Mate Mario</_hotelName>
  <_phoneNo1>+34915488548</_phoneNo1>
</Hotel> Response:-<Root><FileBookingId>260430509</FileBookingId><BookingId>41877</BookingId></Root>||FalseSystem.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
37e35fb8-1349-45cd-83e3-a595ddacad89|HotelbedsBook|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.FindSync[TProjection](FilterDefinition`1 filter, FindOptions`2 options, CancellationToken cancellationToken)
   at MongoDB.Driver.FindFluent`2.ToCursor(CancellationToken cancellationToken)
   at MongoDB.Driver.IAsyncCursorSourceExtensions.ToList[TDocument](IAsyncCursorSource`1 source, CancellationToken cancellationToken)
   at Core.Audit.InsertBookingLog(String BookingId, String TraceId, String Supplier, String ClientName, String Status, String BookingRQ, String BookingRS, String GTBookingRQ, String GTBookingRS, String FileName) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 211System.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
37e35fb8-1349-45cd-83e3-a595ddacad89|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>260430509</FileBookingId>
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-11-07T11:00:00+00:00" End="2026-11-08T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="298.73" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Car park NO. Check-in hour 15:00 - 00:00. Check-out hour 12:30 - 11:00.&lt;br/&gt;</ImportantInfo>
  <SupplierRef>102-20482610</SupplierRef>
</HotelBookRS>||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
86891d42-d10d-4177-9dd0-d48f02f62c3d|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="86891d42-d10d-4177-9dd0-d48f02f62c3d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47734" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-12-15T00:00:00" End="2026-12-16T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
86891d42-d10d-4177-9dd0-d48f02f62c3d|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
86891d42-d10d-4177-9dd0-d48f02f62c3d|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="86891d42-d10d-4177-9dd0-d48f02f62c3d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47734" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-12-15T00:00:00" End="2026-12-16T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="17884|285840" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.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
86891d42-d10d-4177-9dd0-d48f02f62c3d|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="86891d42-d10d-4177-9dd0-d48f02f62c3d" TimeStamp="0001-01-01T00:00:00" HotelName="Hotel St. George" HotelCode="17884|285840" StarRating="3" GTCityId="47734" CountryCode="IE" CityName="Dublin" CountryName="Ireland" Address="7 Parnell Square, Dublin 1, Dublin" PostCode="" PhoneNo="+35318745611" FaxNo="" Email="st.george@thekeycollections.com" CheckInTime="15:00" CheckOutTime="12:00" Latitude="53.353792536177" Longitude="-6.2624229490757" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Double Room|Room 2: Double Room" RoomTypeCode="20261215$20261216$W$300$285840$DBL.ST$BAR  RO$RO$$2~2~0$$N@07~A-SIC~200b8~-236309303~N~~~NOR~~98109D9CEE9A465177616878554205AAUK007600410012082429e^20261215$20261216$W$300$285840$DBL.ST$BAR  RO$RO$$2~2~0$$N@07~A-SIC~200b8~-236309303~N~~~NOR~~98109D9CEE9A465177616878554205AAUK007600410012082429e|8|MTU4LjY2fEVVUnwyMDI2LTEyLTA2" OriginalAmount="138" TotalPrice="142.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/12/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Radio|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-12-06T00:00:00" End="2026-12-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="142.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin Room|Room 2: Twin Room" RoomTypeCode="20261215$20261216$W$300$285840$TWN.ST$BAR  RO$RO$$2~2~0$$N@07~A-SIC~200b8~1705334668~N~~~NOR~~98109D9CEE9A465177616878554205AAUK007600410012082429e^20261215$20261216$W$300$285840$TWN.ST$BAR  RO$RO$$2~2~0$$N@07~A-SIC~200b8~1705334668~N~~~NOR~~98109D9CEE9A465177616878554205AAUK007600410012082429e|8|MTU4LjY2fEVVUnwyMDI2LTEyLTA2" OriginalAmount="138" TotalPrice="142.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/12/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Radio|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-12-06T00:00:00" End="2026-12-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="142.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Double/Twin|Room 2: Double/Twin" RoomTypeCode="20261215$20261216$W$300$285840$DBT.ST$BAR  RO$RO$$2~2~0$$N@07~A-SIC~200b8~1025899457~N~~~NOR~~98109D9CEE9A465177616878554205AAUK007600410012082429e^20261215$20261216$W$300$285840$DBT.ST$BAR  RO$RO$$2~2~0$$N@07~A-SIC~200b8~1025899457~N~~~NOR~~98109D9CEE9A465177616878554205AAUK007600410012082429e|8|MTU4LjY2fEVVUnwyMDI2LTEyLTA2" OriginalAmount="138" TotalPrice="142.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/12/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Radio|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-12-06T00:00:00" End="2026-12-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="142.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Triple Room|Room 2: Triple Room" RoomTypeCode="20261215$20261216$W$300$285840$TPL.ST$BAR  RO$RO$$2~2~0$$N@07~A-SIC~200ea~-1403355608~N~~~NOR~~98109D9CEE9A465177616878554205AAUK0076004100120824cc9^20261215$20261216$W$300$285840$TPL.ST$BAR  RO$RO$$2~2~0$$N@07~A-SIC~200ea~-1403355608~N~~~NOR~~98109D9CEE9A465177616878554205AAUK0076004100120824cc9|8|MjAxLjc2fEVVUnwyMDI2LTEyLTA2" OriginalAmount="176" TotalPrice="180.92" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/12/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Radio|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-12-06T00:00:00" End="2026-12-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="180.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Quad Room|Room 2: Quad Room" RoomTypeCode="20261215$20261216$W$300$285840$QUA.ST$BAR  RO$RO$$2~2~0$$N@07~A-SIC~200fe~1332945721~N~~~NOR~~98109D9CEE9A465177616878554205AAUK00760041001208202db^20261215$20261216$W$300$285840$QUA.ST$BAR  RO$RO$$2~2~0$$N@07~A-SIC~200fe~1332945721~N~~~NOR~~98109D9CEE9A465177616878554205AAUK00760041001208202db|8|MjE5LjAyfEVVUnwyMDI2LTEyLTA2" OriginalAmount="191" TotalPrice="196.39" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/12/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Radio|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-12-06T00:00:00" End="2026-12-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="196.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/f8/2b/f82bb3fbede01e6a08c2ff32e96e8fc38b2616aa.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/18/a3/18a3b549dce4fe88e67177ee7877bb66893b2259.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f2/43/f243f0dc72e355f137d0885ef9505d3275ca06eb.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/96/eb/96ebeca8fda5f708c6cb44a2d69450cdec428a31.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6e/87/6e87d517140163f1257cf9e87031f79620603656.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9f/d3/9fd37d6c636a1417376c4cbb8ac84efa873cbf76.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/94/de/94de4b59378db8dc580ddf50d5e536eb3d502d67.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2a/71/2a71b640191c6f0822527b12381a1831aa459b86.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ee/8a/ee8a4b719c7ef791245c9a2e8f27210c3b425756.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c4/2f/c42f05704f56d5a70896ce36bd17edc44a8f69b2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e0/a0/e0a0ddc6769f88e3ac74e696197bb33305d41902.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/44/8e/448e1108df5c44181509ec352c5f4f8a5420a33a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/20/c7/20c78ebb93d3eef1c63cd294d391f6928490ad47.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ae/41/ae4173811c1420c48d2d83b69fb3ceed6003a42e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5d/62/5d622bec9d3bcb2b3747b1e4259ceacadbcda80d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/24/52/24529b4d11b0213263907bd261fdddc90bf72d4a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f4/65/f4656fc2d37d41aad3c19c5fa9dfec78263d7107.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/74/28/7428e42f5af57b861b82b78b5aeb802abc047d38.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7c/34/7c34e56a5d548d3b0b30e772c41c9907608074dd.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/83/26/832608c8209370384926dafd6aef5d946876aaef.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9e/e9/9ee9f8e9218ac1fe6df28e44dcd6ad905b0f86e3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e2/84/e284659394c874f3ceb999824956991be3450302.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ba/2a/ba2a23b5945d83941b72ba4d57397d03be205de7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f2/2a/f22a509327033907d2b26ee457eec322af9cdd1f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/94/c6/94c697130942fb3e88474b39a1b309eb53539f70.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d0/b1/d0b1776b360e492e8a623d3f12f8bdaa058ac05a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/93/3d/933db57a6db93a9fe787292f1f43b5a87157d6ab.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/68/b6/68b6b05a26edff46c31eb345546fd1b532f4c458.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/dd/cf/ddcfa7220eb63fac00517ca03f7f40bb62f20e89.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in Dublin. The nearest airport is Dublin (DUB).&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;Guests have a choice of 53 rooms. To ensure a comfortable and relaxing stay, the hotel provides room service. Parking spaces are available to guests travelling by car.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Extra beds can be requested. Guests will also find a tea/coffee station included among the standard features. There is a telephone, a TV and a radio in the rooms. Amenities in the bathrooms include a shower. Family rooms are available for parents with children. Copyright GIATA 2004 - 2020. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Bed and breakfast is bookable. It is also possible to order breakfast.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>353-1-8745611</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>353-1-8745611</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>53</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</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
86891d42-d10d-4177-9dd0-d48f02f62c3d|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="86891d42-d10d-4177-9dd0-d48f02f62c3d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47734" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-12-15T00:00:00" End="2026-12-16T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
86891d42-d10d-4177-9dd0-d48f02f62c3d|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="2026-04-14T13:13:47.7401811+01:00" Version="0" EchoToken="Search" TransactionIdentifier="86891d42-d10d-4177-9dd0-d48f02f62c3d" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="158.95" OriginalAmount="154.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.35763452" Longitude="-6.25980091" StarRating="2" HotelCode="589075|759216|Bed &amp; Breakfast" HotelName="Gardiner House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>76 Upper Gardiner Street, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/8e/948ed22479c8e07bb63437b038c9fc5cc9825ca4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.33" OriginalAmount="168.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.34114362" Longitude="-6.27684332" StarRating="2" HotelCode="589047|793702|Bed &amp; Breakfast" HotelName="Garden Lane Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Garden Lane, Christchurch, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/3b/8c3bb5f8ac819877cc645ebed88c7477991911ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.97" OriginalAmount="199.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.355098994459" Longitude="-6.2622199067459" StarRating="3" HotelCode="25016|77641|Bed &amp; Breakfast" HotelName="Belvedere Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Great Denmark Street, Dublin 1, Dublin D01 W1C0</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/91/ed917584a393b6f1430fb9d1a3529375aae679ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Georgian Dublin, just a few minutes' walk from O'Connell Stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.53" OriginalAmount="201.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.313116285017" Longitude="-6.3930226166544" StarRating="3" HotelCode="76087|95618|Bed &amp; Breakfast" HotelName="Maldron Hotel Newlands Cross" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Naas Road, Newlands Cross, Dublin 22, Dublin D22 V6Y6</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/b2/d6b288a45e455bc6a1944f2deba90d26b32eaf51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is located at Dublin's gateway to Ireland, junction 9 on the M50 motorway...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.34" OriginalAmount="205.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.3456" Longitude="-6.25644" StarRating="3" HotelCode="961234|675793|Bed &amp; Breakfast" HotelName="The Hendrick Smithfield" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-11 Hendrick Street, Dublin 7, Dublin, D07 KX28</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/21/6421293d0831dcf801b649f2e4e10c5e4343a599.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="212.02" OriginalAmount="205.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.347265821707" Longitude="-6.2607264518738" StarRating="3" HotelCode="10331|9210|Bed &amp; Breakfast" HotelName="Arlington O'Connell Bridge Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Bachelors Walk, O'Connell Bridge, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/7c/8d7cee70d45ef9d40c29f71331c47002d470098a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies just 300 m from the centre of Dublin and only a few paces from Trinity Co...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="215.67" OriginalAmount="209.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.283967841169" Longitude="-6.3753137737513" StarRating="3" HotelCode="24106|80787|Bed &amp; Breakfast" HotelName="Maldron Hotel Tallaght" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 09/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Whitestown Way, Tallaght, Dublin 24, Dublin D24 XC9W</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/e4/98e4bfdf5ecadb81beb7b2016ba7fed821d82593.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located on Whitestown Way in Tallaght. It is just 9 km from Dublin city centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.43" OriginalAmount="217.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.338422" Longitude="-6.27182567" StarRating="3" HotelCode="622951|617383|Bed &amp; Breakfast" HotelName="Maldron Hotel Kevin Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/12/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kevin Street, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/62/3562a76e1e9416058a972f1d022e385093c6fed8.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to the Newly built Maldron Hotel Kevin Street.

Well located in the heart of Dublin, Maldron...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.79" OriginalAmount="218.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.351347036575" Longitude="-6.2604394555092" StarRating="4" HotelCode="31439|7484|Bed &amp; Breakfast" HotelName="Hotel Riu Plaza The Gresham Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Upper O´Connell Street, Dublin, D01 C3W7</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ee/59ee4032707d5c758a001e41efe4a79bc8c002aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located at the heart of Dublin within a short distance of shops, thea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.63" OriginalAmount="222.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.35202327" Longitude="-6.26086851" StarRating="3" HotelCode="446152|607762|Bed &amp; Breakfast" HotelName="Holiday Inn Express Dublin City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28-32 O'Connell Street, Upper Dublin 1, Dublin D01 T2X2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/ab/e1ab80c303e0be2f375cdfd4de2a33f01717cf19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.47" OriginalAmount="223.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.353085717157" Longitude="-6.2615954875946" StarRating="3" HotelCode="47229|56918|Bed &amp; Breakfast" HotelName="Cassidys Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cavendish Row, Upper O'Connell Street, Dublin, D01 V3P6</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/ea/93ea3e94723c461ce0094d5ea6742d99c929b6dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the top of O'Connell Street, Dublin's main street; and lies within easy wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="233.93" OriginalAmount="227.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.355428661173" Longitude="-6.4017724245787" StarRating="4" HotelCode="35270|63306|Bed &amp; Breakfast" HotelName="Clayton Hotel Liffey Valle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Fonthill Road, Liffey Valley, Dublin D22 X4W6</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/48/8548f4b19a48bba326d2a4b38bd293083c9da243.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the N4, close to the M50 (exit 7), on the orbital route around the developin...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.51" OriginalAmount="232.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.360726859663" Longitude="-6.2537434576722" StarRating="4" HotelCode="370515|48772|Bed &amp; Breakfast" HotelName="The Croke Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 07/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jones's Road, Dublin 3, D03 E5Y8</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/00/41000482979975fb330090c9496581c7cac0dfa4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a perfect location in Dublin. Bars, restaurants, and links to the public transport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.54" OriginalAmount="236.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.343043860859" Longitude="-6.243596767433" StarRating="4" HotelCode="13438|178289|Bed &amp; Breakfast" HotelName="Maldron Hotel Pearse Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98-107 Pearse Street, Grand Canal Dock, Dublin 2, Dublin, County Dublin, D02 RK37</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/61/c561cc0575b213e41bc63e7c20d68c77127eb585.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dublin. The nearest airport is Dublin (DUB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.76" OriginalAmount="237.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.351472116677" Longitude="-6.2630753964186" StarRating="4" HotelCode="27269|48711|Bed &amp; Breakfast" HotelName="Jurys Inn Parnell Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Parnell Street, Moore Street Plaza, Dublin 1, Dublin D01 E0H3</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/a5/01a5ae0aa82ec1edafe8b2be3a53d7772ca1b585.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies right next to O’Connell Street. Dublin's main shopping streets, Henry Street and Jerv...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="245.62" OriginalAmount="238.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.37748060117" Longitude="-6.2464919686317" StarRating="3" HotelCode="16536|147201|Bed &amp; Breakfast" HotelName="The Bonnington Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Swords Road, Whitehall, Dublin, Drumcondra D09 C7F8</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/7d/9e7d7411a810a37d48c01ce95a787d71449d89c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is under 3 km from Dublin city centre and a 15-minute walk from Croke Park Stadium. Dublin...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="245.87" OriginalAmount="238.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.348127835566" Longitude="-6.2908931525047" StarRating="4" HotelCode="10371|55554|Bed &amp; Breakfast" HotelName="Ashling Hotel Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Parkgate Street, Dublin 8, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/79/8179c0fcb6a0f0d0b5b8c3ce96d0737b467876d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Parkgate Street, across the River Liffey from Heuston train station. The ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.50" OriginalAmount="239.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.271152296389" Longitude="-6.2057985226154" StarRating="4" HotelCode="76086|95617|Bed &amp; Breakfast" HotelName="Clayton Hotel Leopardstown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Golf Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/12/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Leopardstown Road, Central Park, Dublin 18, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/86/7c86338c49b1bc5f0afb3bc86fefe7c81c798aae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is located about 8 km south of Dublin city centre. Off both the N11 and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="254.36" OriginalAmount="246.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.354218" Longitude="-6.266649" StarRating="4" HotelCode="402048|85440|Bed &amp; Breakfast" HotelName="Maldron Hotel Parnell Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Parnell Square West, Rotunda, Dublin 1, Dublin D01 HX02</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/ea/0eeae0cfc750251d868aefa034ea8bd8c5a57b40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a superb location. It is just off Parnell Square and O'Connell Street (a main stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="256.73" OriginalAmount="249.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.315336" Longitude="-6.384023" StarRating="4" HotelCode="93177|286782|Bed &amp; Breakfast" HotelName="Louis Fitzgerald Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Naas Road Exit 1A, Newland's Cross, Dublin 22</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/70/fd7032282ae4695399d39bf59f67ce074bfe056e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dublin. The nearest airport is Dublin (DUB).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="257.34" OriginalAmount="249.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.342904350611" Longitude="-6.2707178468177" StarRating="3" HotelCode="59558|48771|Bed &amp; Breakfast" HotelName="Jurys Inn Dublin Christchurch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Christchurch Place, Dublin 8 D08 REK7</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/48/264894f1c0f154cfd6e59bec75c8625710ba1499.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Dublin, within a short distance of the tourist centre where bars, rest...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.52" OriginalAmount="251.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.365933" Longitude="-6.389048" StarRating="4" HotelCode="34904|90066|Bed &amp; Breakfast" HotelName="Castleknock &amp; Country Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Porterstown Road, Castleknock, Dublin 15</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/62/2f620731e4257658fb41b5c0c44ecb639bd24414.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just outside Castleknock Village, 9 km from Dublin city, 13 km from Dublin air...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="261.14" OriginalAmount="253.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.345953152341" Longitude="-6.2598980897236" StarRating="3" HotelCode="63718|75459|Bed &amp; Breakfast" HotelName="The Fleet Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/12/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-20 Fleet Street, Temple Bar, Dublin 2, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/f1/10f12b44d0219cec0f8969a286f9ddfd840e4337.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Dublin City, within the Temple Bar district just off O'Connel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="262.05" OriginalAmount="254.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.345658" Longitude="-6.259999" StarRating="3" HotelCode="300890|436381|Bed &amp; Breakfast" HotelName="Temple Bar Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/12/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40-47 Fleet Street, Temple Bar, Dublin (Dublin 2)</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436381/436381a_hb_a_045.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="262.25" OriginalAmount="254.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.33991934" Longitude="-6.26444847" StarRating="4" HotelCode="943549|655568|Bed &amp; Breakfast" HotelName="Marlin Hotel Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Bow Lane East, Dublin 2, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/43/87432b689a46ec785fbeece0ac646717f1490f7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="270.94" OriginalAmount="263.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.338132042885" Longitude="-6.2377393091926" StarRating="3" HotelCode="79302|56847|Bed &amp; Breakfast" HotelName="Grand Canal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/12/2026" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grand Canal Street, Ballsbridge, Dublin 4, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/75/a275adb202c5fa1f299680f7a9ec0d85a7e0ecb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in picturesque Dublin 4, just a short stroll from the city's main shopping dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.90" OriginalAmount="263.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.330198398178" Longitude="-6.2490957926598" StarRating="4" HotelCode="18268|8881|Bed &amp; Breakfast" HotelName="Clayton Hotel Burlington Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 09/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeson Street Upper, Dublin 4, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/69/d769fae4d1556b90b65a0e8d2ee4a777006210a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Dublin, just a short distance from Trinity College. This elegan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="284.15" OriginalAmount="275.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.269292" Longitude="-6.113217" StarRating="4" HotelCode="33795|56900|Bed &amp; Breakfast" HotelName="Fitzpatrick Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>Killiney, Co. Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/e0/3de000d9f4a2ff2d308be92e18788415390328d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is located in the epitome of elegance on the South Dublin Coast, overlook...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.39" OriginalAmount="279.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.342289" Longitude="-6.308173" StarRating="4" HotelCode="60667|77750|Bed &amp; Breakfast" HotelName="Hilton Dublin Kilmainham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>South Circular Road, Kilmainham, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/ab/16ab4012e11eb29db0f6a0f19bb55278e935b25c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of historic Dublin, this hotel is just 10 minutes from the city centre and a sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="288.45" OriginalAmount="280.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.35520411" Longitude="-6.26288765" StarRating="3" HotelCode="581515|624445|Bed &amp; Breakfast" HotelName="Hotel 7" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/12/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>7 Gardiner Row, Rotunda, Dublin 1, Dublin D01 XN53</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/e7/22e73c195c48ffa5f6eb5987faf792816d24d42f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="289.83" OriginalAmount="281.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.33047841" Longitude="-6.2613371" StarRating="4" HotelCode="741849|633582|Bed &amp; Breakfast" HotelName="Clayton Hotel Charlemont" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/12/2026" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Charlemont Stereet, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/89/5c8983bbc33e974f56c5eb7d3f8086e953b0d1f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Beautifully decorated to marry historic Dublin with modern architecture. The newly built Clayton Hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="291.23" OriginalAmount="282.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.348543" Longitude="-6.228719" StarRating="4" HotelCode="162440|135260|Bed &amp; Breakfast" HotelName="The Gibson Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Point Square, Point Village, Dublin 1, D01 X2P2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/7b/3e7b0c2aeddd12e4648602e6aa51c439daaf16ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the trendiest spot in Dublin, only 1 stop from the Convention Centre Dublin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="291.57" OriginalAmount="283.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.345867756201" Longitude="-6.2602572015493" StarRating="3" HotelCode="18185|6503|Bed &amp; Breakfast" HotelName="Temple Bar Hotel Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Fleet Street, Dublin 2, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/7d/b07dd1da06c86d671780a15debce594c354c2a1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located by O'Connell Bridge in the lively Temple Bar, at the heart of the li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="298.21" OriginalAmount="289.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.330967488908" Longitude="-6.2591922283173" StarRating="4" HotelCode="21206|111693|Bed &amp; Breakfast" HotelName="Hilton Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Charlemont Place, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f5/cff530f1400202dc37203093f4a35a5b0ed63c07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Overlooking the historic Grand Canal, the hotel is a 10-minute walk from the fashionable Dublin City...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="298.24" OriginalAmount="289.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.33625948468" Longitude="-6.2630680203438" StarRating="3" HotelCode="33804|160906|Bed &amp; Breakfast" HotelName="Albany House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 05/12/2026" HotelFacility="Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84 Harcourt Street, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/37/7e37580f0e8d03161b07589e2181eaf11c7de569.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The guesthouse is located in the heart of the Georgian city of Dublin, approximately 2 km from St St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.89" OriginalAmount="291.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.40334982039" Longitude="-6.1799080171967" StarRating="4" HotelCode="72862|77692|Bed &amp; Breakfast" HotelName="Hilton Dublin Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Northern Cross, Malahide Road, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/d6/27d61de27cfdf3c63a44f6aa35cec0eda098d55a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel lies some 5 km from Dublin city centre. Bars, pubs, clubs and nightlife spots can...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="301.84" OriginalAmount="293.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.345213510205" Longitude="-6.2542249814758" StarRating="4" HotelCode="23476|28723|Bed &amp; Breakfast" HotelName="Trinity City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 09/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Pearse Street, Dublin 2, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/4f/b94fa0aee3ddd00c312d97c720b558baf636395e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is adjacent to Trinity College, one of Dublin's best known landmarks. Some of Dublin's to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="307.57" OriginalAmount="298.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.427714" Longitude="-6.233552" StarRating="4" HotelCode="402041|120913|Bed &amp; Breakfast" HotelName="Maldron Hotel Dublin Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 10/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dublin Airport, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/3d/513d77d3e8a93837773b9ae96623b1a75981bf2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is around 12 km from the centre of Dublin and Donabate Beach. Conveniently the cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="308.54" OriginalAmount="299.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.328462211103" Longitude="-6.232123374939" StarRating="4" HotelCode="94828|224794|Bed &amp; Breakfast" HotelName="Herbert Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ballsbridge, Dublin 4, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/65/a665cd3e82f281304b6451ee511f3499cf8b1854.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dublin. The nearest airport is Dublin (DUB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="308.95" OriginalAmount="299.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.301244624727" Longitude="-6.4195422214784" StarRating="4" HotelCode="71944|85429|Bed &amp; Breakfast" HotelName="KingsWood Hotel City West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 07/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kingswood Village, Naas Road, Dublin 22, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/84/1884f1b0383a9ac7917d38ab5c61e4e05483f010.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Naas Road, just 13.5 km from the city centre and 3.2 km from the M50 mot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.17" OriginalAmount="302.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.325738" Longitude="-6.224909" StarRating="4" HotelCode="76085|95616|Bed &amp; Breakfast" HotelName="Clayton Hotel Ballsbridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Merrion Road, Ballsbridge, Dublin 4, DO4 P3C3</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/d9/37d9850e737d6b1c993a008735be56723f4c5772.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beautifully restored 19th century Masonic School is ideally located in the heart of Dublin's ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.36" OriginalAmount="304.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.351778355144" Longitude="-6.2499990167907" StarRating="4" HotelCode="33800|87059|Bed &amp; Breakfast" HotelName="North Star Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 07/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amiens Street, Dublin 1, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/75/ff7574e3bc12e54b8c4991f7d43804d3bf1fdfc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dublin, this hotel is only a short walk from the restaurants, bars and night...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="321.56" OriginalAmount="312.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.364743931325" Longitude="-6.2068355083466" StarRating="4" HotelCode="47259|121059|Bed &amp; Breakfast" HotelName="Clontarf Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 07/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Castle Avenue, Clontarf, Dublin 3, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/87/b98767e41981ecb33233537765278e118ed2cd30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a coastal suburb on the north side of Dublin, Ireland, this family-friendly city hotel is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="323.88" OriginalAmount="314.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.33905483" Longitude="-6.27352206" StarRating="4" HotelCode="784365|700709|Bed &amp; Breakfast" HotelName="Hyatt Centric The Liberties Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/12/2026" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dean Street, Dublin D08 W3X7</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/76/de766496a6fdb17270e02721077992f160acb281.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="327.49" OriginalAmount="317.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.333224355535" Longitude="-6.2648570537567" StarRating="4" HotelCode="11344|9238|Bed &amp; Breakfast" HotelName="Camden Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lower Camden Street 2, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/da/acda003f8382776e4e9a2744b1f61746eaea2383.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located on Camden street around a 5-minute walk from the pleasant St. Stephen...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="328.52" OriginalAmount="318.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.345184235664" Longitude="-6.2408459186554" StarRating="4" HotelCode="365645|48410|Bed &amp; Breakfast" HotelName="Clayton Hotel Cardiff Lane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 09/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cardiff Lane, Sir John Rogerson’s Quay, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fc/ddfc9dccb94ce10345bfe5b4c5c8688cc30be5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming city hotel lies on the southern banks of the Liffey. Within 1 km, guests will find pl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="330.67" OriginalAmount="321.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.348146658713" Longitude="-6.2467856608313" StarRating="3" HotelCode="258993|9208|Bed &amp; Breakfast" HotelName="Hilton Garden Inn Dublin Custom House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Custom House Quay, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/af/46afb776620b0acfd062ab9c1e87d2121b7c317a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Dublin, on the banks of the River Liffey. The capital's nume...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="337.62" OriginalAmount="327.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.345757482576" Longitude="-6.260943710804" StarRating="4" HotelCode="24593|56950|Bed &amp; Breakfast" HotelName="The Morgan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Fleet Street, Temple Bar, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/32/ba32d0de3be7651f6026cd9257c2be4b6722987e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dublin. The nearest airport is Dublin (DUB).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="340.21" OriginalAmount="330.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.341506" Longitude="-6.25072" StarRating="3" HotelCode="33799|112294|Bed &amp; Breakfast" HotelName="The Mont" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 07/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1/4 Merrion Street Lower, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/95/1295b154a71b3097e8e419ff00e5f16d005b29c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Dublin's Georgian Merrion Square and approximately five minutes' walk from Grafton Street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="355.67" OriginalAmount="345.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.341666124239" Longitude="-6.2500284612179" StarRating="4" HotelCode="48082|107593|Bed &amp; Breakfast" HotelName="The Davenport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 07/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Merrion Street Lower, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/e3/c1e32b9cf205c3dd304a7b5551881790f7eda029.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the elegant Georgian quarter of Dublin city, just off Mer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="376.31" OriginalAmount="365.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.344068187968" Longitude="-6.2638926414104" StarRating="3" HotelCode="187969|287356|Bed &amp; Breakfast" HotelName="The Mercantile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/12/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Massage Centre,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Dame Street, Dublin 2, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/9e/e89e03890f3629016faa8e6a63d32d2d12297d5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="383.21" OriginalAmount="372.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.337460663474" Longitude="-6.2631243467331" StarRating="4" HotelCode="33801|107594|Bed &amp; Breakfast" HotelName="The Green" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-5 Harcourt Street, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/d5/b9d5a083b53e5f3cff2a3bd7388717b616ec1ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dublin, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.76" OriginalAmount="374.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.341604" Longitude="-6.263646" StarRating="4" HotelCode="11237|9207|Bed &amp; Breakfast" HotelName="Brooks Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Drury Street, Dublin 2 D02 TV06</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/35/a435346c62d9886da6217f113d0c1adf98e237f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location, parallel to St George's Street and is an ideal starting point ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="395.80" OriginalAmount="384.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.341051897704" Longitude="-6.2638022455594" StarRating="3" HotelCode="31783|9034|Bed &amp; Breakfast" HotelName="Grafton Capital Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stephens Street Lower, Dublin City Centre, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/6a/8d6a2e469f41e74b92f8ebb99696d321cfa2c233.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional, Georgian-style hotel is located at the heart of Dublin within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="400.48" OriginalAmount="388.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.341852801384" Longitude="-6.2492060994057" StarRating="4" HotelCode="34045|62722|Bed &amp; Breakfast" HotelName="The Alex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-47 Fenian Street, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/08/9508bd1153fb9f59dc8f9ccbd3d5e5b28d7e50ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.94" OriginalAmount="395.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.33656231" Longitude="-6.26319061" StarRating="3" HotelCode="610720|619728|Bed &amp; Breakfast" HotelName="Iveagh Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/12/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>72/74 Harcourt Street, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/fb/47fb456c4d1334df547e71c5466974b7d1c229d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dublin.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.33" OriginalAmount="399.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.348015202336" Longitude="-6.2432444753937" StarRating="4" HotelCode="24107|56848|Bed &amp; Breakfast" HotelName="The Spencer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 09/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Excise Walk, IFSC, Dublin 1 D01X4C9</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/05/fd05c0b479d9b9a42813110990ea9fc0b1a0643d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dublin city centre, just a 10-minute walk away from Temple Bar, the hotel overlooks the R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="446.25" OriginalAmount="433.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.346331" Longitude="-6.265932" StarRating="4" HotelCode="18377|6505|Bed &amp; Breakfast" HotelName="The Morrison, A Doubletree by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lower Ormond Quay, Dublin 1</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/90/6490656abad57b1c681c3b074c8ca300345f68ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre on the banks of the River Liffey, very close to the Millenn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="518.52" OriginalAmount="503.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.415334" Longitude="-6.240751" StarRating="4" HotelCode="94832|112353|Bed &amp; Breakfast" HotelName="Carlton Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 06/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Old Airport Road, Cloghran, Co. Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f5/c7f5a25155cdbb163f26d40fa61ad397b97707b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The conference hotel is just a 20-minute drive away from Dublin city centre and conveniently located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="551.28" OriginalAmount="535.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.334934945645" Longitude="-6.2577384710312" StarRating="5" HotelCode="39371|9455|Bed &amp; Breakfast" HotelName="Conrad Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Earlsfort Terrace, Dublin 2</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/51/1b513c6a025701c3fe178bbf72664bd30146c1ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of Dublin, close to Trinity College. It is just a short walk to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="588.89" OriginalAmount="571.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.326572" Longitude="-6.225941" StarRating="5" HotelCode="12631|287784|Bed &amp; Breakfast" HotelName="InterContinental Dublin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Simmonscourt Road, Ballsbridge, Dublin 4, D04 A9K8 Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/5a/f15a3558c02db3427781b77afd647142d4a33df7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dublin, this hotel is approximately 1.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="655.60" OriginalAmount="636.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.344523492635" Longitude="-6.2388696472387" StarRating="5" HotelCode="255817|194779|Bed &amp; Breakfast" HotelName="The Marker Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 07/12/2026" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grand Canal Square, Docklands, Dublin 2, Dublin</AddressLine>
          </AddressLines>
          <CityName>Dublin</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/4c/be4c034e0f3272310e7360cda0f167e3cfeb8a35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dublin. The nearest airport is Dublin (DUB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Nightclub,Golf,Jacuzzi,Swimming Pool,Sauna,Wheelchair Access,Diet Meals,Heated Pool,Massage Centre,Spa,Garden,Kitchen</BasicAmenities>
    <HotelRating>4,3,5,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,GUESTHOUSE,AIRPORT HOTEL,SPA HOTEL,GOLF HOTEL,ECO HOTEL,APARTMENT HOTEL,HOSTELS</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
86891d42-d10d-4177-9dd0-d48f02f62c3d|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="86891d42-d10d-4177-9dd0-d48f02f62c3d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47734" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-12-15T00:00:00" End="2026-12-16T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="589075|759216|Bed &amp; Breakfast" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
86891d42-d10d-4177-9dd0-d48f02f62c3d|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="86891d42-d10d-4177-9dd0-d48f02f62c3d" TimeStamp="0001-01-01T00:00:00" HotelName="Gardiner House" HotelCode="589075|759216" StarRating="2" GTCityId="47734" CountryCode="IE" CityName="Dublin" CountryName="Ireland" Address="76 Upper Gardiner Street, Dublin" PostCode="" PhoneNo="" FaxNo="" Email="" CheckInTime="15:00" CheckOutTime="11:00" Latitude="53.35763452" Longitude="-6.25980091" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: BED AND BREAKFAST|Room 2: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: TWIN WITH SHARED BATHROOM|Room 2: TWIN WITH SHARED BATHROOM" RoomTypeCode="20261215$20261216$W$300$759216$TWN.FH$ID_B2B_66$BB$B2B$2~2~0$$N@07~A-SIC~21ab1~-2044312150~N~~~NOR~~98109D9CEE9A465177616878554205AAUK0076004100120821ab1^20261215$20261216$W$300$759216$TWN.FH$ID_B2B_66$BB$B2B$2~2~0$$N@07~A-SIC~21ab1~-2044312150~N~~~NOR~~98109D9CEE9A465177616878554205AAUK0076004100120821ab1|8|MTc3LjI2fEVVUnwyMDI2LTEyLTA4" OriginalAmount="154" TotalPrice="158.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/12/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-12-08T00:00:00" End="2026-12-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="154.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST|Room 2: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE WITH SHARED BATHROOM|Room 2: DOUBLE WITH SHARED BATHROOM" RoomTypeCode="20261215$20261216$W$300$759216$DBL.FH$ID_B2B_66$BB$B2B$2~2~0$$N@07~A-SIC~24bc1~-1497923449~N~~~NOR~~98109D9CEE9A465177616878554205AAUK0076004100120824bc1^20261215$20261216$W$300$759216$DBL.FH$ID_B2B_66$BB$B2B$2~2~0$$N@07~A-SIC~24bc1~-1497923449~N~~~NOR~~98109D9CEE9A465177616878554205AAUK0076004100120824bc1|8|MTkzLjc2fEVVUnwyMDI2LTEyLTA4" OriginalAmount="169" TotalPrice="173.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/12/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-12-08T00:00:00" End="2026-12-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="168.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST|Room 2: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE STANDARD|Room 2: DOUBLE STANDARD" RoomTypeCode="20261215$20261216$W$300$759216$DBL.ST$ID_B2B_66$BB$B2B$2~2~0$$N@07~A-SIC~203d2~-139662798~N~~~NOR~~98109D9CEE9A465177616878554205AAUK00760041001208203d2^20261215$20261216$W$300$759216$DBL.ST$ID_B2B_66$BB$B2B$2~2~0$$N@07~A-SIC~203d2~-139662798~N~~~NOR~~98109D9CEE9A465177616878554205AAUK00760041001208203d2|8|MjEwLjA0fEVVUnwyMDI2LTEyLTA4" OriginalAmount="183" TotalPrice="188.35" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/12/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-12-08T00:00:00" End="2026-12-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="182.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/94/8e/948ed22479c8e07bb63437b038c9fc5cc9825ca4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d9/57/d95723ec412ff795f9a4c82dbff60c49593cbbea.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/8d/a6/8da6e3b24637cacf88db2fde0109d15af20e8458.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c9/44/c944c284e0a1fbc0ceff5a63ada70dd71a977927.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4f/fb/4ffb05b3e7ab56fdc0e7be8b596907f5fd17a323.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/eb/81/eb81abbadf9e695c7da054e9838c62791e9a35cf.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/74/74/7474042d7e05fd22f1f74afc56d524096b398dc3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d9/b2/d9b2f7e26d33c464f1e9997c62117054c3cd7c97.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/cf/94/cf94d8f0d092b9f41f98e7f6160c43fb7b669965.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f8/48/f8485f0bf3f3ec94d03aeaf5345b93f0b248c814.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/47/a9/47a9980fc2ad83df933226cabe3f52a132537706.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/64/bd/64bd41b3867dcf3a39c20f3ce58c99096ff33fe7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d9/2f/d92f343b36d4c7ee322ad510644b8cd3340a9db1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6d/6c/6d6cb5bb4558b3d3c0584acedb7d07b49ef98db9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a2/4e/a24e29b8597f6577690457dc655da5a6b795ab8f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a7/9e/a79e0729a62ca7ff7257c4c9ec59fda3e1248674.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5f/ec/5fec185e5e386ba241c6726ddc431e55a8fd9202.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/21/0c/210cfdf6384e34ba956eac55d1ebc23756a1331b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d9/02/d902cb1f210bb060455abb15db97a65c4ce0410b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f8/61/f8616030195e01496da6336ddc40323c34346d98.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d2/b2/d2b2f153bab984c76362288a015cc811526c542b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/25/3d/253d4e7d848f67bb686e75f42a264083847142a9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a8/d4/a8d4835aeb527c2c2c184eab4a19e1fcaaf42887.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/79/6f/796f215f8bbba1137f8c04b716c1d0fef0980dfe.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d6/46/d6467c29f7a088aed3ac301555a4b95dcd28115c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/aa/d6/aad6ca5640a5b28bf947058e34078d7779e7760b.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hostel is located right in the heart of Dublin.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The friendly staff at the reception desk are happy to answer any questions. A baggage storage service is among the facilities and amenities available at the hostel. Wireless internet access allows guests to stay connected while on holiday. A garden provides extra space for rest and relaxation in the open air. Guests arriving by car can park their vehicles in the car park. Active guests can make use of the bicycle hire service to explore the surrounding area.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms include a double bed. WiFi ensures additional comfort. Bathrooms are equipped with a shower. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Guests over the age of 18 count as adults.&lt;br /&gt;Early check-in and/or late check-out is available for an additional fee. Cost: 20.00 EUR.&lt;br /&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable parking available. Cost: 10.00 EUR.</HotelDescription><Facilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle Hire</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Continental Breakfast</Description><Value>true</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
86891d42-d10d-4177-9dd0-d48f02f62c3d|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="86891d42-d10d-4177-9dd0-d48f02f62c3d">
  <Rooms>
    <Room RoomType="Room 1: TWIN WITH SHARED BATHROOM" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: TWIN WITH SHARED BATHROOM" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="589075|759216" SourceId="8" RoomTypeCode="20261215$20261216$W$300$759216$TWN.FH$ID_B2B_66$BB$B2B$2~2~0$$N@07~A-SIC~21ab1~-2044312150~N~~~NOR~~98109D9CEE9A465177616878554205AAUK0076004100120821ab1^20261215$20261216$W$300$759216$TWN.FH$ID_B2B_66$BB$B2B$2~2~0$$N@07~A-SIC~21ab1~-2044312150~N~~~NOR~~98109D9CEE9A465177616878554205AAUK0076004100120821ab1|8|MTc3LjI2fEVVUnwyMDI2LTEyLTA4" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-12-15T00:00:00" End="2026-12-16T00: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
86891d42-d10d-4177-9dd0-d48f02f62c3d|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="2026-12-08T23:59:00+00:00" End="2026-12-11T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="158.95" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>158.95</TotalAmount>
  <TraceId>86891d42-d10d-4177-9dd0-d48f02f62c3d</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
86891d42-d10d-4177-9dd0-d48f02f62c3d|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="86891d42-d10d-4177-9dd0-d48f02f62c3d">
  <Rooms>
    <Room RoomType="Room 1: TWIN WITH SHARED BATHROOM" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: TWIN WITH SHARED BATHROOM" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="589075|759216" SourceId="8" RoomTypeCode="20261215$20261216$W$300$759216$TWN.FH$ID_B2B_66$BB$B2B$2~2~0$$N@07~A-SIC~21ab1~-2044312150~N~~~NOR~~98109D9CEE9A465177616878554205AAUK0076004100120821ab1^20261215$20261216$W$300$759216$TWN.FH$ID_B2B_66$BB$B2B$2~2~0$$N@07~A-SIC~21ab1~-2044312150~N~~~NOR~~98109D9CEE9A465177616878554205AAUK0076004100120821ab1|8|MTc3LjI2fEVVUnwyMDI2LTEyLTA4" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-12-15T00:00:00" End="2026-12-16T00: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
86891d42-d10d-4177-9dd0-d48f02f62c3d|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="2026-12-08T23:59:00+00:00" End="2026-12-11T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="158.95" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>158.95</TotalAmount>
  <TraceId>86891d42-d10d-4177-9dd0-d48f02f62c3d</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
86891d42-d10d-4177-9dd0-d48f02f62c3d|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="86891d42-d10d-4177-9dd0-d48f02f62c3d" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: TWIN WITH SHARED BATHROOM" BoardBasis="Room 1: BED AND BREAKFAST" TotalAdult="2" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Ram" LastName="Chandra" DOB="20010414" Age="25" />
        <Adult Title="Mr" FirstName="Laxman" LastName="Das" DOB="20010414" Age="25" />
      </Adults>
    </Room>
    <Room RoomType="Room 2: TWIN WITH SHARED BATHROOM" BoardBasis="Room 2: BED AND BREAKFAST" TotalAdult="2" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Bharat" LastName="Singh" DOB="20010414" Age="25" />
        <Adult Title="Mr" FirstName="Shatrughan" LastName="Sinha" DOB="20010414" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="589075|759216|Bed &amp; Breakfast" SourceId="8" RoomTypeCode="20261215$20261216$W$300$759216$TWN.FH$ID_B2B_66$BB$B2B$2~2~0$$N@07~A-SIC~21ab1~-2044312150~N~~~NOR~~98109D9CEE9A465177616878554205AAUK0076004100120821ab1^20261215$20261216$W$300$759216$TWN.FH$ID_B2B_66$BB$B2B$2~2~0$$N@07~A-SIC~21ab1~-2044312150~N~~~NOR~~98109D9CEE9A465177616878554205AAUK0076004100120821ab1|8|MTc3LjI2fEVVUnwyMDI2LTEyLTA4" TotalPrice="158.95" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-12-15T00:00:00" End="2026-12-16T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Ram</FirstName>
    <LastName>Chandra</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>96</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo>+44 (0) 20 8569 8080</SupportNo>
    <Title>Mr</Title>
  </MHLInfo>
</HotelBookRQ>||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
86891d42-d10d-4177-9dd0-d48f02f62c3d|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Ram</FirstName>
  <LastName>Chandra</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>96</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo>+44 (0) 20 8569 8080</SupportNo>
  <Title>Mr</Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>Shikha</AgencyReference>
  <AgentMinCnxDate>2026-12-08T00:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2026-12-08T00:00:00" End="2026-12-11T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="158.95" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-12-15T00:00:00</CheckIn>
  <CheckInTime />
  <CheckOut>2026-12-16T00:00:00</CheckOut>
  <CheckOutTime />
  <CostAmountInSalesCurrency>154.32</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>ireland</CountryName>
  <PostCode />
  <Rooms>
    <Rooms>
      <Adults>2</Adults>
      <BoardBasis>Room 1: BED AND BREAKFAST</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Ram Chandra</GuestName>
      <RoomType>Room 1: TWIN WITH SHARED BATHROOM</RoomType>
    </Rooms>
    <Rooms>
      <Adults>2</Adults>
      <BoardBasis>Room 2: BED AND BREAKFAST</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Bharat Singh</GuestName>
      <RoomType>Room 2: TWIN WITH SHARED BATHROOM</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>158.95</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>177.26</SupplierAmount>
  <SupplierCurrency>EUR</SupplierCurrency>
  <SupplierId>240</SupplierId>
  <SupplierMinCnxDate>2026-12-08T00:00:00</SupplierMinCnxDate>
  <SupplierName>HotelBeds</SupplierName>
  <_address>76 Upper Gardiner Street, Dublin</_address>
  <_cityName>Dublin</_cityName>
  <_fax />
  <_hotelName>Gardiner House</_hotelName>
  <_phoneNo1 />
</Hotel> Response:-<Root><FileBookingId>260430510</FileBookingId><BookingId>41878</BookingId></Root>||FalseSystem.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
86891d42-d10d-4177-9dd0-d48f02f62c3d|HotelbedsBook|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
86891d42-d10d-4177-9dd0-d48f02f62c3d|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>260430510</FileBookingId>
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-12-09T23:59:00+00:00" End="2026-12-11T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="154.32" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Car park NO. Check-in hour 15:00 - 12:00. Check-out hour  - 11:00. Only Adults. Minimum check-in age 18. Benefits included: Coffee &amp; tea, Free WiFi, Drinking water.&lt;br/&gt;</ImportantInfo>
  <SupplierRef>300-3529270</SupplierRef>
</HotelBookRS>||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
d98101db-8331-49ee-a892-38dc52247824|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="d98101db-8331-49ee-a892-38dc52247824">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84760" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-10T00:00:00" End="2026-09-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="HT" 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
d98101db-8331-49ee-a892-38dc52247824|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
d98101db-8331-49ee-a892-38dc52247824|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="d98101db-8331-49ee-a892-38dc52247824">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84760" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-10T00:00:00" End="2026-09-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="HT" 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
d98101db-8331-49ee-a892-38dc52247824|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="2026-04-14T13:16:26.0994102+01:00" Version="0" EchoToken="Search" TransactionIdentifier="d98101db-8331-49ee-a892-38dc52247824" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="61.78" OriginalAmount="59.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05050587" Longitude="108.24745345" StarRating="3" HotelCode="492771|714603|Bed &amp; Breakfast" HotelName="Nhat Minh Hotel And Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Lô D1 Tr?n B?ch Ð?ng, Phu?ng M? An, Qu?n Ngu Hành Son, Thành Ph? Ðà N?ng</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/9b/a49be585a621b7337a5523f4a0c03bf7842331a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can enjoy a variety of facilities, services and amenities during their stay. A b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.01" OriginalAmount="60.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05511727" Longitude="108.24594182" StarRating="3" HotelCode="852939|664191|Bed &amp; Breakfast" HotelName="Sunny Ocean Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>90-92-94 Tran Bach Dang, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/5b/b05b330253102b0aeb7185f27f780dac47589f32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.26" OriginalAmount="64.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06643481" Longitude="108.24438918" StarRating="3" HotelCode="595707|683364|Bed &amp; Breakfast" HotelName="Dylan Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93-95 Ha Bong Street, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/1e/7c1e141bb39ba5a8a7edc79d93767fea349fa906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.75" OriginalAmount="66.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06316017" Longitude="108.24314806" StarRating="3" HotelCode="586652|683431|Bed &amp; Breakfast" HotelName="Dana Marina Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Vo Van Kiet Street, Phuoc My, Son Ta, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/99/f199f88aff6f7d396c3ba5d883f2e1ba57f9fc06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.19" OriginalAmount="67.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05093258" Longitude="108.24532955" StarRating="3" HotelCode="531136|644803|Bed &amp; Breakfast" HotelName="Queen's Finger Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Fax,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>155-157 Le Quang Dao Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/52/a0522edb95a9c08afb6e186a44b938ca3d594e04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Da Nang, 3.2 km from Love Lock Bridge Da Nang, Queen's Finger Hotel Da Nang has an outdo...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.57" OriginalAmount="67.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06801138" Longitude="108.24432777" StarRating="3" HotelCode="621637|684888|Bed &amp; Breakfast" HotelName="Soho Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Ha Bong Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/00/3a00febe5b3ddbdc6b6ff4063f16ba8bf013e908.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Da Nang, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="70.33" OriginalAmount="68.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07355636" Longitude="108.24107552" StarRating="3" HotelCode="855979|707152|Bed &amp; Breakfast" HotelName="Cordial Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Loseby Street, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/74/3b74f126cb3235a1d057a67ea174bb222378b4aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.35" OriginalAmount="71.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05498791" Longitude="108.24412163" StarRating="3" HotelCode="556538|682507|Bed &amp; Breakfast" HotelName="Sofia Suite Hotel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>09 Le Quang Dao Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/86/a286ae98a52f17b12801c095522c63e54ad67ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.60" OriginalAmount="72.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07171825" Longitude="108.23853296" StarRating="3" HotelCode="615396|823971|Bed &amp; Breakfast" HotelName="The Herriott Hotel &amp; Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 &amp; 8 Le Van Quy, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/df/12dfea4fff131f55e5c38178e0d1df5cbe2ea94c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.51" OriginalAmount="74.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.03979625" Longitude="108.24656676" StarRating="3" HotelCode="530848|698859|Bed &amp; Breakfast" HotelName="Titan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>102 - 104 Ho Xuan Huong Street, Ngu Hanh Son Disctrict, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/64/9b641c68c41f5a97bf33b46067752dd2ec71d163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.22" OriginalAmount="74.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0486345" Longitude="108.2430157" StarRating="3" HotelCode="754932|684841|Bed &amp; Breakfast" HotelName="Hanami Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61-63 Hoang Ke Viem, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/3c/9d3c2920d047e1aa18f04ab7cd91938a09e6c162.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.30" OriginalAmount="78.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049618100171" Longitude="108.24701592083" StarRating="3" HotelCode="385946|656510|Bed &amp; Breakfast" HotelName="Avatar Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 120 An Thuong 2 Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6c/af/6caff3ced6b62596c156a6e461f235bca0144b39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.67" OriginalAmount="81.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0741781" Longitude="108.2442433" StarRating="3" HotelCode="772416|697433|Bed &amp; Breakfast" HotelName="Zoneland Apartments Lahome Beach Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Vo Nghia Street, Phuoc My, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/f9/55f95ef4c58e7d2cfc18e2b34d6a23330eab7bcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.53" OriginalAmount="83.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06544523" Longitude="108.22410532" StarRating="3" HotelCode="587361|823320|Bed &amp; Breakfast" HotelName="Pariat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>202 - 204 Bach Dang, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/05/f5050b1a672004c72de8d8e28ed0c07949a90fce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.22" OriginalAmount="83.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07136772" Longitude="108.23528592" StarRating="3" HotelCode="495093|637924|Bed &amp; Breakfast" HotelName="Hadana Boutique Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot H1 - 04- H1- 05, H1- 06, Pham Van Dong Street, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/02/27/02279b38cb0ac1de434dc15a01eb6b59eac76375.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Da Nang, this boutique hotel has the perfect ambience for guests who appreciate a stylish...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.94" OriginalAmount="87.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06283666" Longitude="108.24229396" StarRating="3" HotelCode="945593|682515|Bed &amp; Breakfast" HotelName="White Sand Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>89-91 Vo Van kiet, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9d/b39dcb21e8aae14105dff6c6539f19065f5a266e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Da Nang. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.26" OriginalAmount="87.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05494465" Longitude="108.24550106" StarRating="4" HotelCode="877572|659382|Bed &amp; Breakfast" HotelName="Grand Ocean Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Phan Liem Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/05/7d05889c65c1cd8d17a4204b9fed05db7c9d06d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.45" OriginalAmount="87.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06333119" Longitude="108.24387203" StarRating="3" HotelCode="552057|682519|Bed &amp; Breakfast" HotelName="Adaline Hotel &amp; Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>45-47 Vo Van Kiet, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0c/570c43bc283b5920e6dbf5790b04a43e0ac44aca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a restaurant, a bar, a transfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.65" OriginalAmount="88.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05308139" Longitude="108.24639239" StarRating="3" HotelCode="854081|688092|Bed &amp; Breakfast" HotelName="Sea Corner Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>196 Tran Bach Dang Street, My An Ward, Ngu Hanh Son District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/f7/d5f711688ab8fc2ec60b74b370501631c4ffcf11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.38" OriginalAmount="90.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0894444" Longitude="108.24953329" StarRating="3" HotelCode="754548|688093|Bed &amp; Breakfast" HotelName="Seashore Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 15-16 Hoang Sa, Opposite Man Thai Beach, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/26/3626243f50d3dd6133515cd0c2f846e444dbcc59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.58" OriginalAmount="92.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06706506" Longitude="108.24515519" StarRating="4" HotelCode="965860|665856|Bed &amp; Breakfast" HotelName="Maximilan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>222 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/5a/395a3a5ffa86314b914ab7ae34c4530520f8b9f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.16" OriginalAmount="97.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05367077" Longitude="108.24499445" StarRating="3" HotelCode="783492|650352|Bed &amp; Breakfast" HotelName="Grand Sunrise Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Bicycle Rental,Designated Smoking Area,Dining,Internet,Laundry,Lounge,Massage Centre,Printer,Restaurant,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4-6-8-10 Le Lo, My An, Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/5f/7e5fa565663698e837bf53d030603aa787fec2ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the My Khe Beach district of Da Nang, Grand Sunrise Boutique Hotel is 2.6 km from Love L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.13" OriginalAmount="98.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07253377" Longitude="108.24296358" StarRating="3" HotelCode="374535|696065|Bed &amp; Breakfast" HotelName="Ocean Haven Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>295-297 Ho Nghinh Street, Phuoc My County, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/5a/b85a7dbca9f3057b22416602744c618a1e8b448c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.98" OriginalAmount="99.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05246646" Longitude="108.24516838" StarRating="3" HotelCode="753499|644183|Bed &amp; Breakfast" HotelName="Aria Grand Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Bicycle Rental,Business Centre,Conference Hall,Designated Smoking Area,Dining,Golf,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Printer,Restaurant,Room Service,Sauna,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>63-65-67 Phan Ton Street, My An Ward, Ngu Hanh Son District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/db/40/db4003c48c4c6d78dcf519a37ac5b6606a8fcc5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;If what you're looking for is a conveniently located property in Da Nang, look no further than Aria ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.45" OriginalAmount="99.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05190988" Longitude="108.23300964" StarRating="3" HotelCode="585916|631411|Bed &amp; Breakfast" HotelName="Fivitel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lot 72 Euro Village, Tran Hung Dao Street, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/58/2358526d6ade4e1873d6ed64ce787c2e4e1024b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.83" OriginalAmount="103.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0648844" Longitude="108.23314023" StarRating="4" HotelCode="369878|686426|Bed &amp; Breakfast" HotelName="Muong Thanh Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>962 Ngo Quyen, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/0b/cb0bc555d9cae7bd733d3350e115fd4e4f6c0c91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.87" OriginalAmount="104.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.067466" Longitude="108.224765" StarRating="3" HotelCode="142304|125623|Bed &amp; Breakfast" HotelName="Sunriver" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132-134-136 Bach Dang St., Da Nang city</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/77/87771e51c5ac0342aca90b19803de26295782cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of charming Da Nang, on the banks of the romantic Han River.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.85" OriginalAmount="106.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07052129" Longitude="108.23661284" StarRating="3" HotelCode="624551|659436|Bed &amp; Breakfast" HotelName="Nhu Minh Plaza Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2-A2-KH Pham Van Dong Street, An Hai Bac Ward, Son Tra District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e6/afe6ab16c3ad79ad74ba8302d219f08a8856b56e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.35" OriginalAmount="108.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="947128|684120|Bed &amp; Breakfast" HotelName="Avora Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>136 Le Duan, Quan Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/51/8951fbfc355f98df4e52b93b0b34309c47b18793.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.55" OriginalAmount="108.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="866270|684103|Bed &amp; Breakfast" HotelName="Everland Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 22 Morrison Street, Son Tra District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/72/a872f6073a4830fd0620aa7057352f31bda5a5ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.60" OriginalAmount="109.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="4" HotelCode="974848|731020|Bed &amp; Breakfast" HotelName="Glamour Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>269 Tran Hung Dao, An Hai Bac, Da Nang 50000, Son Tra District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/5e/d65e8c6082c0c79844f97b49f6de22a0585a47b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.18" OriginalAmount="109.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07077758" Longitude="108.23583608" StarRating="3" HotelCode="585238|694309|Bed &amp; Breakfast" HotelName="Luxtery Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Spa">
        <Address>
          <AddressLines>
            <AddressLine>136 Pham Van Dong, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ee/a9eec79be3d210c0d4d5f6747f0e2139070de108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.92" OriginalAmount="117.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06701222" Longitude="108.24515244" StarRating="4" HotelCode="586289|637923|Bed &amp; Breakfast" HotelName="Monarque Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>238 Vo Nguyen Giap, Phuoc My ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/7b/587b8ebd3b2c97bffc6846e2fa7fe6d83402bdd8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.01" OriginalAmount="121.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.064404788269" Longitude="108.22070946315" StarRating="4" HotelCode="371430|687959|Bed &amp; Breakfast" HotelName="Gopatel - Golden Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>202 Nguyen Chi Thanh Street, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/79/ed79d0730dc3e9c5ccd13e23966ab2cb83ee89bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.85" OriginalAmount="122.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06575166" Longitude="108.24511572" StarRating="3" HotelCode="590927|659158|Bed &amp; Breakfast" HotelName="Le Hoang Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>244 Vo Nguyen Giap Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/3d/813dd30e19cdeb3e95fd5b80a7270797ddd90cc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.31" OriginalAmount="123.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06449106" Longitude="108.22999604" StarRating="3" HotelCode="753101|684830|Bed &amp; Breakfast" HotelName="Merry Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>447-449 Tran Hung Dao Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/03/fc036890e107b2a9de80ee87c508547fa11f7fb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.54" OriginalAmount="124.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06701407" Longitude="108.2431068" StarRating="2" HotelCode="983573|812690|Bed &amp; Breakfast" HotelName="The Memory" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>202 Ho Nghinh, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/dc/b4dc75eba29d27c917b81e7d995625dafba6dc66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.73" OriginalAmount="125.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.048620270737" Longitude="108.21600767611" StarRating="4" HotelCode="378382|696400|Bed &amp; Breakfast" HotelName="Eden Plaza Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>05-07 Duy Tan Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/34/a634bc3c8c020f80396a6f8de28c42ef93e90725.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.48" OriginalAmount="130.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05117902" Longitude="108.24839818" StarRating="4" HotelCode="754576|632203|Bed &amp; Breakfast" HotelName="Balcona Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>288 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1123691/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.28" OriginalAmount="131.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.051273210895" Longitude="108.24848435997" StarRating="5" HotelCode="828817|642985|Bed &amp; Breakfast" HotelName="Eden Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>294 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/05/6e051294a836a595f804ca697f74af5a6a5c3253.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang, right by the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.52" OriginalAmount="134.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.060221" Longitude="108.216622" StarRating="4" HotelCode="101680|585193|Bed &amp; Breakfast" HotelName="One Opera Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>115 Nguyen Van Linh, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/9c/1d9c37bcb24640c518cb20dd9defe398cc15aeb9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the dynamic city full of vitality, the hotel is close to the major business,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.62" OriginalAmount="135.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.08251333" Longitude="108.22116379" StarRating="4" HotelCode="604705|616542|Bed &amp; Breakfast" HotelName="New Orient Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>20 Dong Da Street, Hai Chau District, Da Nang City 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/da/ffda661435184bdd08bc2fd4fdc44c2bcba60d0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.96" OriginalAmount="135.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06355084" Longitude="108.24470109" StarRating="3" HotelCode="946958|653917|Bed &amp; Breakfast" HotelName="Stella Maris Beach Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>03 Vo Van Kiet Street, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/fd/fafd256f6ca10a0433e2a64b16b1ace33c212f04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.35" OriginalAmount="139.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.03334341" Longitude="108.22409762" StarRating="3" HotelCode="854968|698828|Bed &amp; Breakfast" HotelName="Grand Cititel Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>A2 2/9 Street, Hai Chau District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ca/b5cae73e3a11fe40b53c854bd74f08a9b3b25e72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.10" OriginalAmount="142.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06597581" Longitude="108.24518175" StarRating="3" HotelCode="372878|684178|Bed &amp; Breakfast" HotelName="Sea Front Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>240 Vo Nguyen Giap, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/ff/a7ff0c6aaea8709b6e2e13520c5b5ba1f97e6bbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.36" OriginalAmount="143.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="4" HotelCode="980253|698817|Bed &amp; Breakfast" HotelName="Gic Land Luxury Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Le Duan, Danang 550000, Hai Chau District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/6e/e56ecb8fd48ffe190543c6b5cf43189fb4589eb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.68" OriginalAmount="143.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06207974" Longitude="108.24539694" StarRating="4" HotelCode="973445|660814|Bed &amp; Breakfast" HotelName="Sala Danang Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 - 38 Lam Hoanh Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/95/2195ccc0a0d4225a9f1fa52c392fe6d6d4b3d7a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.94" OriginalAmount="143.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06341164" Longitude="108.24404413" StarRating="3" HotelCode="586952|638724|Bed &amp; Breakfast" HotelName="Pavilion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>35 Vo Van Kiet Street, Son Tra District, Da Nang 55000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b9/feb9d9e5ba132d5a01d9974f39152852bf9ee810.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.55" OriginalAmount="153.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.997168658425" Longitude="108.27085107565" StarRating="4" HotelCode="37490|105816|Bed &amp; Breakfast" HotelName="Centara Sandy Beach Resort Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Truong Sa Road, Hoa Hai Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/3b/ad3b4320d05453e1b99fcfb0445c769e70a47889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on roughly 16 hectares or 32 acres of private gardens fronting 'Non Nuoc Beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.25" OriginalAmount="155.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.066807666667" Longitude="108.22488133333" StarRating="4" HotelCode="915944|229356|Bed &amp; Breakfast" HotelName="Brilliant Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Bach Dang Street, Hai Chau I Ward, Danang, Hai Chau District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/c1/e8c13e41c0a89821c7780402866b9e28f1fad30a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.72" OriginalAmount="157.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.066962" Longitude="108.223909" StarRating="3" HotelCode="396946|662137|Bed &amp; Breakfast" HotelName="Satya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>155 Tran Phu, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/4b/dd4b23e8a96d933747f5ec7c5cc735b9a4afe075.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.27" OriginalAmount="161.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06682597" Longitude="108.24512497" StarRating="3" HotelCode="488573|682494|Bed &amp; Breakfast" HotelName="BlueSun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>230 Vo Nguyen Giap, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/2f/d62fdc39e71d3ce2847933e4a303cec21f37c651.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.91" OriginalAmount="165.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06077109" Longitude="108.22267059" StarRating="4" HotelCode="374973|540348|Bed &amp; Breakfast" HotelName="Vanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>03 Nguyen Van Linh Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ed/dbedc95758b9b463e1b088e098a6aabc1a03fcd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.59" OriginalAmount="166.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0677419" Longitude="108.24522234" StarRating="3" HotelCode="586004|655601|Bed &amp; Breakfast" HotelName="Mandila Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>218 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/25/7e2523e22cf44c955fb9d5e379de956555d06163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.64" OriginalAmount="166.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06039501" Longitude="108.2455247" StarRating="4" HotelCode="956605|650336|Bed &amp; Breakfast" HotelName="Salmalia Boutique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>52 Lam Hoanh, Phuoc My, Son Tra, Da Nang 50000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/8d/6d8dd55d48a97912f7e3718d1f2cc935760b0220.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.00" OriginalAmount="166.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06667897" Longitude="108.24509798" StarRating="4" HotelCode="374618|577453|Bed &amp; Breakfast" HotelName="Diamond Sea Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Vo Nguyen Giap Street, Son Tra District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/70/46707aec9bdc1f68f22a6653026092f57859d7ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.54" OriginalAmount="167.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06834379" Longitude="108.24421243" StarRating="4" HotelCode="518289|688518|Bed &amp; Breakfast" HotelName="Grand Sea Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>08 Ha Bong, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a9/44a909143a083c76bdf456e9d35ce56f6fe96342.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.53" OriginalAmount="169.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06878708" Longitude="108.24488503" StarRating="4" HotelCode="318546|393042|Bed &amp; Breakfast" HotelName="A La Carte Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duong Dinh Nghe, Phuoc My, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/97/e397a13268e77270051e4fd0c40daa67b2c4e6c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.71" OriginalAmount="171.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05335407" Longitude="108.24785549" StarRating="3" HotelCode="754911|642984|Bed &amp; Breakfast" HotelName="Haian Beach Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Business Centre,Conference Hall,Designated Smoking Area,Laundry,Lounge,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>278 Vo Nguyen Giap Street, Ngu Hanh Son District, DaNang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/1f/551f44f070c117657a3e8d21791ee00b03eeed67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;One of the 4-star service hotels in DaNang city – is ideally located directly at the beautiful beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.91" OriginalAmount="176.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.09452908" Longitude="108.25180962" StarRating="3" HotelCode="943559|656747|Bed &amp; Breakfast" HotelName="The Code Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hoang Sa, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/0d/ce0d3398e908d1fde10c76afe1443a517c6a54d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="184.59" OriginalAmount="179.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0711002" Longitude="108.23032136" StarRating="5" HotelCode="746364|640761|Bed &amp; Breakfast" HotelName="Vinpearl Condotel Riverfront Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Babysitting,Bar,Concierge,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>341 Tran Hung Ðao, Phuong An Hai Bac, Quan Son Trà, TP Ðà Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/92/9492b17ee36c3ae54c65a8be0dd5ed9aff6809ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Vinpearl Condotel Riverfront Danang offers an ideal location in Da Nang, near the Han River, 1.5 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="184.94" OriginalAmount="179.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.051966337841" Longitude="108.2469321018" StarRating="4" HotelCode="386269|608441|Bed &amp; Breakfast" HotelName="Cicilia Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>No. 23.25.27 Do Ba Road, T20 Beach, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e1/d5/e1d5def321e5581fcf99d8181fa0443692a1dd74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="190.13" OriginalAmount="184.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0513769" Longitude="108.24799031" StarRating="5" HotelCode="777634|642983|Bed &amp; Breakfast" HotelName="TMS Luxury Hotel Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Road, Royal Era l, Urban Commerce Service Complex Area, My An Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/50/4050f599f6f175c0a1fcdf287f1a4f4c968fe2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="201.08" OriginalAmount="195.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.055459521506" Longitude="108.24386454844" StarRating="4" HotelCode="435859|557602|Bed &amp; Breakfast" HotelName="Royal Lotus Hotel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>120A Nguyen Van Thoai Street, Ngu Hanh, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/28/1a283ef935d5722c1dfa79f7bb5b93840e1055eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.44" OriginalAmount="197.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0548471" Longitude="108.24177655" StarRating="4" HotelCode="510879|544821|Bed &amp; Breakfast" HotelName="Risemount Resort Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Nguyen Van Thoai Street, My An Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/16/5516000e18ee0c5e129b848e83055c3de3918645.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="204.34" OriginalAmount="198.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05305681" Longitude="108.24799501" StarRating="4" HotelCode="856068|642604|Bed &amp; Breakfast" HotelName="Rosamia Da Nang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Bar,Beauty Salon,Business Centre,Conference Hall,Designated Smoking Area,Dining,Fax,Internet,Kids Play Area,Laundry,Lounge,Massage Centre,Meeting Room,Nightclub,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>282 Vo Nguyen Giap Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/39/29390850609058632c8f9f3047ae67cf3a845756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Danang. A total of 222 bedrooms are available for guests' conve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.16" OriginalAmount="199.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05345172" Longitude="108.24602244" StarRating="4" HotelCode="963211|668942|Bed &amp; Breakfast" HotelName="Golden Line Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63-65-67 Do Bi, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/aa/03aad67a122984c1834ccb488356204f9d946738.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="217.92" OriginalAmount="211.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07766553" Longitude="108.24541471" StarRating="5" HotelCode="596224|642606|Bed &amp; Breakfast" HotelName="Altara Suites by Ri-Yaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>120 Vo Nguyen Giap, Phuoc My Ward, Da Nang, Son Tra</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/c9/a3c933e9e1c43e35a69a2388f24a15c5f3b67ce1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="222.66" OriginalAmount="216.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05802103" Longitude="108.24658064" StarRating="5" HotelCode="739612|631263|Bed &amp; Breakfast" HotelName="DLG Hotel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Internet,Laundry,Parking,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>258 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/00/bb006edc798061b6a080342689d99c89e76841a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;DLG Hotel Danang features 237 rooms with full functions and facilities up to 5-star ranking. Ideally...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.93" OriginalAmount="222.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06774557" Longitude="108.24512193" StarRating="4" HotelCode="572627|584857|Bed &amp; Breakfast" HotelName="Belle Maison Parosand Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>216 Vo Nguyen Giap Street, Son Tra, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/9c/2f9c4d304ec42f66c218f31f68e449e6f25d406b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a café, a bar, a transfe...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.35" OriginalAmount="224.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07307381" Longitude="108.22440115" StarRating="4" HotelCode="570421|610241|Bed &amp; Breakfast" HotelName="Hilton Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>50 Bach Dang Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/65/df65ef8083d994375af735e102f18ba9e8448d45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.35" OriginalAmount="229.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.061753616934" Longitude="108.24589439312" StarRating="4" HotelCode="440801|478241|Bed &amp; Breakfast" HotelName="Grand Tourane Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>252 Vo Nguyen Giap Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/478241/478241a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="264.85" OriginalAmount="257.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06017428" Longitude="108.21448913" StarRating="3" HotelCode="626125|687957|Bed &amp; Breakfast" HotelName="Mitisa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>67-69 Nguyen Van Linh, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/04/5404fc88e8258dffec629376a93b9398e5341156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.47" OriginalAmount="260.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06519558" Longitude="108.22211717" StarRating="4" HotelCode="967180|676003|Bed &amp; Breakfast" HotelName="Dong Duong Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>62 Thai Phien, Phuoc Ninh Ward, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/c0/66c0443a22481bf6954a17a4c507e75fe4b3d824.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.70" OriginalAmount="263.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.059334" Longitude="108.20835448" StarRating="4" HotelCode="374867|557603|Bed &amp; Breakfast" HotelName="Samdi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>203-211 Nguyen Van Linh, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/07/a9074d569ef65f1a3bcf17dbee8c98e6b5d71bd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="298.17" OriginalAmount="289.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.999712409558" Longitude="108.26985472884" StarRating="4" HotelCode="303826|384082|Bed &amp; Breakfast" HotelName="Meliá Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa Street Nr. 19 - Station Hoa ward, Da Nang - Ngu Hanh Son District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/b0/afb0a3c1c0b01ad080cfd8a3c0b6951db86222cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="303.07" OriginalAmount="294.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.09510657" Longitude="108.14621925" StarRating="3" HotelCode="421824|479742|Bed &amp; Breakfast" HotelName="The Nature Villas And Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Free CXL until 06/07/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Pick &amp;amp; Drop,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Nguyen Tat Thanh Street, Hoa Hiep Nam, Lien Chieu, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/593864/1.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location When you stay at The Nature Villas &amp; Resort in Da Nang, you'll be on the beach and...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.18" OriginalAmount="300.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.007082" Longitude="108.263733" StarRating="5" HotelCode="904268|153381|Bed &amp; Breakfast" HotelName="The Ocean Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa Street, Hoa Hai Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ce/f5/cef55a16ab08f405a0810bd54f2443377b3bb71c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Da Nang.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="333.19" OriginalAmount="323.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="4" HotelCode="969608|731015|Bed &amp; Breakfast" HotelName="CN Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4,5,6 Pham Van Dong, An Hai Bac, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b1/73b1d528ad6634f687a29393577ce7344035a854.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="347.99" OriginalAmount="337.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.048334" Longitude="108.226849" StarRating="5" HotelCode="905934|151731|Bed &amp; Breakfast" HotelName="Grand Mercure Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lot A1 Zone of the Villas of Green Island, Hoa Cuong Bac Hai Chau District, Danang 84511</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/08/1008eba53d7ebd395b12cae8e0c9553e8c9bdd08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a stunning location, on the exclusive Green Island in heart of Ðà N?ng City. Thank...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.51" OriginalAmount="342.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.077272" Longitude="108.223386" StarRating="5" HotelCode="212976|196948|Bed &amp; Breakfast" HotelName="Novotel Danang Premier Han River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Bach Dang Street, Hai Chau District, Danang 02363</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/38/1f3892385370f04313f4bd6f5105e0d52bf413f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 429 rooms. Services and facilities at the hotel include a res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="436.01" OriginalAmount="423.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.00904346" Longitude="108.00773539" StarRating="4" HotelCode="375371|505501|Bed &amp; Breakfast" HotelName="Hotel Mercure Danang French Village Bana Hills" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Fax,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>An Son, Hoa Son Commune, Hoa Vang District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/4a/074a911ed01d96425e2b572e630621cf47b426b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="477.22" OriginalAmount="463.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.039884626082" Longitude="108.25091958046" StarRating="5" HotelCode="18317|79795|Bed &amp; Breakfast" HotelName="Furama Resort Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>105 Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/4e/094ee64afae754c36fbdb8d788974fa3af37d2fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in its own private estate along the magnificent China Beach. The nearest links to ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="926.01" OriginalAmount="899.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.03715445" Longitude="108.25089309" StarRating="5" HotelCode="408817|544261|Bed &amp; Breakfast" HotelName="Furama Villas Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>107 Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/56/e556e14d4b192ec8c7ff6261da2e0d2f7bdf5fdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Da Nang.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="973.49" OriginalAmount="945.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.031145728082" Longitude="108.25526475906" StarRating="5" HotelCode="161587|139629|Bed &amp; Breakfast" HotelName="Fusion Maia Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/e9/01e920b4908c22b340e65191f8ffd81d820d886c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Da Nang.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1089.74" OriginalAmount="1058.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05380783" Longitude="108.24758773" StarRating="4" HotelCode="587746|682534|Bed &amp; Breakfast" HotelName="Muong Thanh Luxury Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>270 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8b1e71d59d299ead8b593d26fe21928bfcd666.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1651.39" OriginalAmount="1603.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.119888212013" Longitude="108.30721477217" StarRating="5" HotelCode="175493|232199|Bed &amp; Breakfast" HotelName="InterContinental Danang Sun Peninsula Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bai Bac, Danang City, Sontra Peninsula</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/67/226777fd442e63e6363dcfbab577b52ff15c91eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Designated Smoking Area,Diet Meals,Golf,Jacuzzi,Kitchen,Nightclub,Swimming Pool,Wheelchair Access,Central Heating,24 Hour Security,Airport Transfer (on Demand),Business Centre,Meeting Room,Parking,Printer,ATM/Cash Machine,Dining,Housekeeping,Wake-up Call Service,Banquet Hall,Beauty Salon,Kids Play Area,Valet Parking,Smoking Rooms,Babysitting,Concierge,Elevator,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Dry Cleaning,Garden,Luggage Storage,Pick &amp;amp; Drop</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,CITY HOTEL,HOTEL,RESORT</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
d98101db-8331-49ee-a892-38dc52247824|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="d98101db-8331-49ee-a892-38dc52247824">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84760" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-10T00:00:00" End="2026-09-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="HT" 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
d98101db-8331-49ee-a892-38dc52247824|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="2026-04-14T13:16:29.8574597+01:00" Version="0" EchoToken="Search" TransactionIdentifier="d98101db-8331-49ee-a892-38dc52247824" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="61.78" OriginalAmount="59.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05050587" Longitude="108.24745345" StarRating="3" HotelCode="492771|714603|Bed &amp; Breakfast" HotelName="Nhat Minh Hotel And Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Lô D1 Tr?n B?ch Ð?ng, Phu?ng M? An, Qu?n Ngu Hành Son, Thành Ph? Ðà N?ng</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/9b/a49be585a621b7337a5523f4a0c03bf7842331a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can enjoy a variety of facilities, services and amenities during their stay. A b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.01" OriginalAmount="60.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05511727" Longitude="108.24594182" StarRating="3" HotelCode="852939|664191|Bed &amp; Breakfast" HotelName="Sunny Ocean Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>90-92-94 Tran Bach Dang, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/5b/b05b330253102b0aeb7185f27f780dac47589f32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.26" OriginalAmount="64.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06643481" Longitude="108.24438918" StarRating="3" HotelCode="595707|683364|Bed &amp; Breakfast" HotelName="Dylan Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93-95 Ha Bong Street, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/1e/7c1e141bb39ba5a8a7edc79d93767fea349fa906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.75" OriginalAmount="66.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06316017" Longitude="108.24314806" StarRating="3" HotelCode="586652|683431|Bed &amp; Breakfast" HotelName="Dana Marina Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Vo Van Kiet Street, Phuoc My, Son Ta, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/99/f199f88aff6f7d396c3ba5d883f2e1ba57f9fc06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.19" OriginalAmount="67.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05093258" Longitude="108.24532955" StarRating="3" HotelCode="531136|644803|Bed &amp; Breakfast" HotelName="Queen's Finger Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Fax,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>155-157 Le Quang Dao Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/52/a0522edb95a9c08afb6e186a44b938ca3d594e04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Da Nang, 3.2 km from Love Lock Bridge Da Nang, Queen's Finger Hotel Da Nang has an outdo...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.57" OriginalAmount="67.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06801138" Longitude="108.24432777" StarRating="3" HotelCode="621637|684888|Bed &amp; Breakfast" HotelName="Soho Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Ha Bong Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/00/3a00febe5b3ddbdc6b6ff4063f16ba8bf013e908.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Da Nang, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="70.33" OriginalAmount="68.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07355636" Longitude="108.24107552" StarRating="3" HotelCode="855979|707152|Bed &amp; Breakfast" HotelName="Cordial Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Loseby Street, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/74/3b74f126cb3235a1d057a67ea174bb222378b4aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.35" OriginalAmount="71.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05498791" Longitude="108.24412163" StarRating="3" HotelCode="556538|682507|Bed &amp; Breakfast" HotelName="Sofia Suite Hotel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>09 Le Quang Dao Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/86/a286ae98a52f17b12801c095522c63e54ad67ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.60" OriginalAmount="72.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07171825" Longitude="108.23853296" StarRating="3" HotelCode="615396|823971|Bed &amp; Breakfast" HotelName="The Herriott Hotel &amp; Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 &amp; 8 Le Van Quy, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/df/12dfea4fff131f55e5c38178e0d1df5cbe2ea94c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.51" OriginalAmount="74.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.03979625" Longitude="108.24656676" StarRating="3" HotelCode="530848|698859|Bed &amp; Breakfast" HotelName="Titan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>102 - 104 Ho Xuan Huong Street, Ngu Hanh Son Disctrict, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/64/9b641c68c41f5a97bf33b46067752dd2ec71d163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.22" OriginalAmount="74.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0486345" Longitude="108.2430157" StarRating="3" HotelCode="754932|684841|Bed &amp; Breakfast" HotelName="Hanami Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61-63 Hoang Ke Viem, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/3c/9d3c2920d047e1aa18f04ab7cd91938a09e6c162.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.30" OriginalAmount="78.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049618100171" Longitude="108.24701592083" StarRating="3" HotelCode="385946|656510|Bed &amp; Breakfast" HotelName="Avatar Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 120 An Thuong 2 Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6c/af/6caff3ced6b62596c156a6e461f235bca0144b39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.67" OriginalAmount="81.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0741781" Longitude="108.2442433" StarRating="3" HotelCode="772416|697433|Bed &amp; Breakfast" HotelName="Zoneland Apartments Lahome Beach Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Vo Nghia Street, Phuoc My, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/f9/55f95ef4c58e7d2cfc18e2b34d6a23330eab7bcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.53" OriginalAmount="83.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06544523" Longitude="108.22410532" StarRating="3" HotelCode="587361|823320|Bed &amp; Breakfast" HotelName="Pariat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>202 - 204 Bach Dang, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/05/f5050b1a672004c72de8d8e28ed0c07949a90fce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.22" OriginalAmount="83.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07136772" Longitude="108.23528592" StarRating="3" HotelCode="495093|637924|Bed &amp; Breakfast" HotelName="Hadana Boutique Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot H1 - 04- H1- 05, H1- 06, Pham Van Dong Street, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/02/27/02279b38cb0ac1de434dc15a01eb6b59eac76375.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Da Nang, this boutique hotel has the perfect ambience for guests who appreciate a stylish...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.94" OriginalAmount="87.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06283666" Longitude="108.24229396" StarRating="3" HotelCode="945593|682515|Bed &amp; Breakfast" HotelName="White Sand Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>89-91 Vo Van kiet, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9d/b39dcb21e8aae14105dff6c6539f19065f5a266e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Da Nang. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.26" OriginalAmount="87.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05494465" Longitude="108.24550106" StarRating="4" HotelCode="877572|659382|Bed &amp; Breakfast" HotelName="Grand Ocean Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Phan Liem Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/05/7d05889c65c1cd8d17a4204b9fed05db7c9d06d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.45" OriginalAmount="87.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06333119" Longitude="108.24387203" StarRating="3" HotelCode="552057|682519|Bed &amp; Breakfast" HotelName="Adaline Hotel &amp; Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>45-47 Vo Van Kiet, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0c/570c43bc283b5920e6dbf5790b04a43e0ac44aca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a restaurant, a bar, a transfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.65" OriginalAmount="88.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05308139" Longitude="108.24639239" StarRating="3" HotelCode="854081|688092|Bed &amp; Breakfast" HotelName="Sea Corner Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>196 Tran Bach Dang Street, My An Ward, Ngu Hanh Son District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/f7/d5f711688ab8fc2ec60b74b370501631c4ffcf11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.38" OriginalAmount="90.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0894444" Longitude="108.24953329" StarRating="3" HotelCode="754548|688093|Bed &amp; Breakfast" HotelName="Seashore Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 15-16 Hoang Sa, Opposite Man Thai Beach, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/26/3626243f50d3dd6133515cd0c2f846e444dbcc59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.58" OriginalAmount="92.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06706506" Longitude="108.24515519" StarRating="4" HotelCode="965860|665856|Bed &amp; Breakfast" HotelName="Maximilan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>222 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/5a/395a3a5ffa86314b914ab7ae34c4530520f8b9f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.16" OriginalAmount="97.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05367077" Longitude="108.24499445" StarRating="3" HotelCode="783492|650352|Bed &amp; Breakfast" HotelName="Grand Sunrise Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Bicycle Rental,Designated Smoking Area,Dining,Internet,Laundry,Lounge,Massage Centre,Printer,Restaurant,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4-6-8-10 Le Lo, My An, Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/5f/7e5fa565663698e837bf53d030603aa787fec2ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the My Khe Beach district of Da Nang, Grand Sunrise Boutique Hotel is 2.6 km from Love L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.13" OriginalAmount="98.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07253377" Longitude="108.24296358" StarRating="3" HotelCode="374535|696065|Bed &amp; Breakfast" HotelName="Ocean Haven Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>295-297 Ho Nghinh Street, Phuoc My County, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/5a/b85a7dbca9f3057b22416602744c618a1e8b448c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.98" OriginalAmount="99.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05246646" Longitude="108.24516838" StarRating="3" HotelCode="753499|644183|Bed &amp; Breakfast" HotelName="Aria Grand Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Bicycle Rental,Business Centre,Conference Hall,Designated Smoking Area,Dining,Golf,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Printer,Restaurant,Room Service,Sauna,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>63-65-67 Phan Ton Street, My An Ward, Ngu Hanh Son District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/db/40/db4003c48c4c6d78dcf519a37ac5b6606a8fcc5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;If what you're looking for is a conveniently located property in Da Nang, look no further than Aria ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.45" OriginalAmount="99.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05190988" Longitude="108.23300964" StarRating="3" HotelCode="585916|631411|Bed &amp; Breakfast" HotelName="Fivitel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lot 72 Euro Village, Tran Hung Dao Street, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/58/2358526d6ade4e1873d6ed64ce787c2e4e1024b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.83" OriginalAmount="103.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0648844" Longitude="108.23314023" StarRating="4" HotelCode="369878|686426|Bed &amp; Breakfast" HotelName="Muong Thanh Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>962 Ngo Quyen, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/0b/cb0bc555d9cae7bd733d3350e115fd4e4f6c0c91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.87" OriginalAmount="104.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.067466" Longitude="108.224765" StarRating="3" HotelCode="142304|125623|Bed &amp; Breakfast" HotelName="Sunriver" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132-134-136 Bach Dang St., Da Nang city</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/77/87771e51c5ac0342aca90b19803de26295782cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of charming Da Nang, on the banks of the romantic Han River.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.85" OriginalAmount="106.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07052129" Longitude="108.23661284" StarRating="3" HotelCode="624551|659436|Bed &amp; Breakfast" HotelName="Nhu Minh Plaza Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2-A2-KH Pham Van Dong Street, An Hai Bac Ward, Son Tra District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e6/afe6ab16c3ad79ad74ba8302d219f08a8856b56e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.35" OriginalAmount="108.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="947128|684120|Bed &amp; Breakfast" HotelName="Avora Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>136 Le Duan, Quan Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/51/8951fbfc355f98df4e52b93b0b34309c47b18793.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.55" OriginalAmount="108.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="866270|684103|Bed &amp; Breakfast" HotelName="Everland Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 22 Morrison Street, Son Tra District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/72/a872f6073a4830fd0620aa7057352f31bda5a5ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.60" OriginalAmount="109.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="4" HotelCode="974848|731020|Bed &amp; Breakfast" HotelName="Glamour Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>269 Tran Hung Dao, An Hai Bac, Da Nang 50000, Son Tra District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/5e/d65e8c6082c0c79844f97b49f6de22a0585a47b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.18" OriginalAmount="109.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07077758" Longitude="108.23583608" StarRating="3" HotelCode="585238|694309|Bed &amp; Breakfast" HotelName="Luxtery Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Spa">
        <Address>
          <AddressLines>
            <AddressLine>136 Pham Van Dong, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ee/a9eec79be3d210c0d4d5f6747f0e2139070de108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.92" OriginalAmount="117.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06701222" Longitude="108.24515244" StarRating="4" HotelCode="586289|637923|Bed &amp; Breakfast" HotelName="Monarque Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>238 Vo Nguyen Giap, Phuoc My ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/7b/587b8ebd3b2c97bffc6846e2fa7fe6d83402bdd8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.01" OriginalAmount="121.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.064404788269" Longitude="108.22070946315" StarRating="4" HotelCode="371430|687959|Bed &amp; Breakfast" HotelName="Gopatel - Golden Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>202 Nguyen Chi Thanh Street, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/79/ed79d0730dc3e9c5ccd13e23966ab2cb83ee89bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.85" OriginalAmount="122.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06575166" Longitude="108.24511572" StarRating="3" HotelCode="590927|659158|Bed &amp; Breakfast" HotelName="Le Hoang Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>244 Vo Nguyen Giap Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/3d/813dd30e19cdeb3e95fd5b80a7270797ddd90cc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.31" OriginalAmount="123.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06449106" Longitude="108.22999604" StarRating="3" HotelCode="753101|684830|Bed &amp; Breakfast" HotelName="Merry Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>447-449 Tran Hung Dao Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/03/fc036890e107b2a9de80ee87c508547fa11f7fb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.54" OriginalAmount="124.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06701407" Longitude="108.2431068" StarRating="2" HotelCode="983573|812690|Bed &amp; Breakfast" HotelName="The Memory" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>202 Ho Nghinh, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/dc/b4dc75eba29d27c917b81e7d995625dafba6dc66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.73" OriginalAmount="125.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.048620270737" Longitude="108.21600767611" StarRating="4" HotelCode="378382|696400|Bed &amp; Breakfast" HotelName="Eden Plaza Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>05-07 Duy Tan Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/34/a634bc3c8c020f80396a6f8de28c42ef93e90725.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.48" OriginalAmount="130.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05117902" Longitude="108.24839818" StarRating="4" HotelCode="754576|632203|Bed &amp; Breakfast" HotelName="Balcona Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>288 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1123691/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.28" OriginalAmount="131.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.051273210895" Longitude="108.24848435997" StarRating="5" HotelCode="828817|642985|Bed &amp; Breakfast" HotelName="Eden Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>294 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/05/6e051294a836a595f804ca697f74af5a6a5c3253.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang, right by the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.52" OriginalAmount="134.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.060221" Longitude="108.216622" StarRating="4" HotelCode="101680|585193|Bed &amp; Breakfast" HotelName="One Opera Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>115 Nguyen Van Linh, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/9c/1d9c37bcb24640c518cb20dd9defe398cc15aeb9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the dynamic city full of vitality, the hotel is close to the major business,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.62" OriginalAmount="135.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.08251333" Longitude="108.22116379" StarRating="4" HotelCode="604705|616542|Bed &amp; Breakfast" HotelName="New Orient Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>20 Dong Da Street, Hai Chau District, Da Nang City 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/da/ffda661435184bdd08bc2fd4fdc44c2bcba60d0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.96" OriginalAmount="135.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06355084" Longitude="108.24470109" StarRating="3" HotelCode="946958|653917|Bed &amp; Breakfast" HotelName="Stella Maris Beach Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>03 Vo Van Kiet Street, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/fd/fafd256f6ca10a0433e2a64b16b1ace33c212f04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.35" OriginalAmount="139.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.03334341" Longitude="108.22409762" StarRating="3" HotelCode="854968|698828|Bed &amp; Breakfast" HotelName="Grand Cititel Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>A2 2/9 Street, Hai Chau District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ca/b5cae73e3a11fe40b53c854bd74f08a9b3b25e72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.10" OriginalAmount="142.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06597581" Longitude="108.24518175" StarRating="3" HotelCode="372878|684178|Bed &amp; Breakfast" HotelName="Sea Front Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>240 Vo Nguyen Giap, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/ff/a7ff0c6aaea8709b6e2e13520c5b5ba1f97e6bbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.36" OriginalAmount="143.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="4" HotelCode="980253|698817|Bed &amp; Breakfast" HotelName="Gic Land Luxury Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Le Duan, Danang 550000, Hai Chau District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/6e/e56ecb8fd48ffe190543c6b5cf43189fb4589eb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.68" OriginalAmount="143.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06207974" Longitude="108.24539694" StarRating="4" HotelCode="973445|660814|Bed &amp; Breakfast" HotelName="Sala Danang Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 - 38 Lam Hoanh Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/95/2195ccc0a0d4225a9f1fa52c392fe6d6d4b3d7a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.94" OriginalAmount="143.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06341164" Longitude="108.24404413" StarRating="3" HotelCode="586952|638724|Bed &amp; Breakfast" HotelName="Pavilion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>35 Vo Van Kiet Street, Son Tra District, Da Nang 55000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b9/feb9d9e5ba132d5a01d9974f39152852bf9ee810.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.55" OriginalAmount="153.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.997168658425" Longitude="108.27085107565" StarRating="4" HotelCode="37490|105816|Bed &amp; Breakfast" HotelName="Centara Sandy Beach Resort Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Truong Sa Road, Hoa Hai Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/3b/ad3b4320d05453e1b99fcfb0445c769e70a47889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on roughly 16 hectares or 32 acres of private gardens fronting 'Non Nuoc Beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.25" OriginalAmount="155.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.066807666667" Longitude="108.22488133333" StarRating="4" HotelCode="915944|229356|Bed &amp; Breakfast" HotelName="Brilliant Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Bach Dang Street, Hai Chau I Ward, Danang, Hai Chau District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/c1/e8c13e41c0a89821c7780402866b9e28f1fad30a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.72" OriginalAmount="157.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.066962" Longitude="108.223909" StarRating="3" HotelCode="396946|662137|Bed &amp; Breakfast" HotelName="Satya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>155 Tran Phu, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/4b/dd4b23e8a96d933747f5ec7c5cc735b9a4afe075.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.27" OriginalAmount="161.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06682597" Longitude="108.24512497" StarRating="3" HotelCode="488573|682494|Bed &amp; Breakfast" HotelName="BlueSun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>230 Vo Nguyen Giap, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/2f/d62fdc39e71d3ce2847933e4a303cec21f37c651.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.91" OriginalAmount="165.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06077109" Longitude="108.22267059" StarRating="4" HotelCode="374973|540348|Bed &amp; Breakfast" HotelName="Vanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>03 Nguyen Van Linh Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ed/dbedc95758b9b463e1b088e098a6aabc1a03fcd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.59" OriginalAmount="166.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0677419" Longitude="108.24522234" StarRating="3" HotelCode="586004|655601|Bed &amp; Breakfast" HotelName="Mandila Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>218 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/25/7e2523e22cf44c955fb9d5e379de956555d06163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.64" OriginalAmount="166.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06039501" Longitude="108.2455247" StarRating="4" HotelCode="956605|650336|Bed &amp; Breakfast" HotelName="Salmalia Boutique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>52 Lam Hoanh, Phuoc My, Son Tra, Da Nang 50000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/8d/6d8dd55d48a97912f7e3718d1f2cc935760b0220.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.00" OriginalAmount="166.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06667897" Longitude="108.24509798" StarRating="4" HotelCode="374618|577453|Bed &amp; Breakfast" HotelName="Diamond Sea Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Vo Nguyen Giap Street, Son Tra District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/70/46707aec9bdc1f68f22a6653026092f57859d7ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.54" OriginalAmount="167.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06834379" Longitude="108.24421243" StarRating="4" HotelCode="518289|688518|Bed &amp; Breakfast" HotelName="Grand Sea Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>08 Ha Bong, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a9/44a909143a083c76bdf456e9d35ce56f6fe96342.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.53" OriginalAmount="169.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06878708" Longitude="108.24488503" StarRating="4" HotelCode="318546|393042|Bed &amp; Breakfast" HotelName="A La Carte Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duong Dinh Nghe, Phuoc My, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/97/e397a13268e77270051e4fd0c40daa67b2c4e6c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.71" OriginalAmount="171.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05335407" Longitude="108.24785549" StarRating="3" HotelCode="754911|642984|Bed &amp; Breakfast" HotelName="Haian Beach Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Business Centre,Conference Hall,Designated Smoking Area,Laundry,Lounge,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>278 Vo Nguyen Giap Street, Ngu Hanh Son District, DaNang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/1f/551f44f070c117657a3e8d21791ee00b03eeed67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;One of the 4-star service hotels in DaNang city – is ideally located directly at the beautiful beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.91" OriginalAmount="176.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.09452908" Longitude="108.25180962" StarRating="3" HotelCode="943559|656747|Bed &amp; Breakfast" HotelName="The Code Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hoang Sa, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/0d/ce0d3398e908d1fde10c76afe1443a517c6a54d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="184.59" OriginalAmount="179.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0711002" Longitude="108.23032136" StarRating="5" HotelCode="746364|640761|Bed &amp; Breakfast" HotelName="Vinpearl Condotel Riverfront Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Babysitting,Bar,Concierge,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>341 Tran Hung Ðao, Phuong An Hai Bac, Quan Son Trà, TP Ðà Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/92/9492b17ee36c3ae54c65a8be0dd5ed9aff6809ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Vinpearl Condotel Riverfront Danang offers an ideal location in Da Nang, near the Han River, 1.5 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="184.94" OriginalAmount="179.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.051966337841" Longitude="108.2469321018" StarRating="4" HotelCode="386269|608441|Bed &amp; Breakfast" HotelName="Cicilia Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>No. 23.25.27 Do Ba Road, T20 Beach, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e1/d5/e1d5def321e5581fcf99d8181fa0443692a1dd74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="190.13" OriginalAmount="184.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0513769" Longitude="108.24799031" StarRating="5" HotelCode="777634|642983|Bed &amp; Breakfast" HotelName="TMS Luxury Hotel Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Road, Royal Era l, Urban Commerce Service Complex Area, My An Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/50/4050f599f6f175c0a1fcdf287f1a4f4c968fe2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="201.08" OriginalAmount="195.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.055459521506" Longitude="108.24386454844" StarRating="4" HotelCode="435859|557602|Bed &amp; Breakfast" HotelName="Royal Lotus Hotel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>120A Nguyen Van Thoai Street, Ngu Hanh, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/28/1a283ef935d5722c1dfa79f7bb5b93840e1055eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.44" OriginalAmount="197.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0548471" Longitude="108.24177655" StarRating="4" HotelCode="510879|544821|Bed &amp; Breakfast" HotelName="Risemount Resort Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Nguyen Van Thoai Street, My An Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/16/5516000e18ee0c5e129b848e83055c3de3918645.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="204.34" OriginalAmount="198.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05305681" Longitude="108.24799501" StarRating="4" HotelCode="856068|642604|Bed &amp; Breakfast" HotelName="Rosamia Da Nang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Bar,Beauty Salon,Business Centre,Conference Hall,Designated Smoking Area,Dining,Fax,Internet,Kids Play Area,Laundry,Lounge,Massage Centre,Meeting Room,Nightclub,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>282 Vo Nguyen Giap Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/39/29390850609058632c8f9f3047ae67cf3a845756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Danang. A total of 222 bedrooms are available for guests' conve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.16" OriginalAmount="199.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05345172" Longitude="108.24602244" StarRating="4" HotelCode="963211|668942|Bed &amp; Breakfast" HotelName="Golden Line Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63-65-67 Do Bi, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/aa/03aad67a122984c1834ccb488356204f9d946738.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="217.92" OriginalAmount="211.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07766553" Longitude="108.24541471" StarRating="5" HotelCode="596224|642606|Bed &amp; Breakfast" HotelName="Altara Suites by Ri-Yaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>120 Vo Nguyen Giap, Phuoc My Ward, Da Nang, Son Tra</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/c9/a3c933e9e1c43e35a69a2388f24a15c5f3b67ce1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="222.66" OriginalAmount="216.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05802103" Longitude="108.24658064" StarRating="5" HotelCode="739612|631263|Bed &amp; Breakfast" HotelName="DLG Hotel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Internet,Laundry,Parking,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>258 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/00/bb006edc798061b6a080342689d99c89e76841a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;DLG Hotel Danang features 237 rooms with full functions and facilities up to 5-star ranking. Ideally...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.93" OriginalAmount="222.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06774557" Longitude="108.24512193" StarRating="4" HotelCode="572627|584857|Bed &amp; Breakfast" HotelName="Belle Maison Parosand Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>216 Vo Nguyen Giap Street, Son Tra, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/9c/2f9c4d304ec42f66c218f31f68e449e6f25d406b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a café, a bar, a transfe...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.35" OriginalAmount="224.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07307381" Longitude="108.22440115" StarRating="4" HotelCode="570421|610241|Bed &amp; Breakfast" HotelName="Hilton Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>50 Bach Dang Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/65/df65ef8083d994375af735e102f18ba9e8448d45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.35" OriginalAmount="229.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.061753616934" Longitude="108.24589439312" StarRating="4" HotelCode="440801|478241|Bed &amp; Breakfast" HotelName="Grand Tourane Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>252 Vo Nguyen Giap Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/478241/478241a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="264.85" OriginalAmount="257.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06017428" Longitude="108.21448913" StarRating="3" HotelCode="626125|687957|Bed &amp; Breakfast" HotelName="Mitisa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>67-69 Nguyen Van Linh, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/04/5404fc88e8258dffec629376a93b9398e5341156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.47" OriginalAmount="260.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06519558" Longitude="108.22211717" StarRating="4" HotelCode="967180|676003|Bed &amp; Breakfast" HotelName="Dong Duong Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>62 Thai Phien, Phuoc Ninh Ward, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/c0/66c0443a22481bf6954a17a4c507e75fe4b3d824.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.70" OriginalAmount="263.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.059334" Longitude="108.20835448" StarRating="4" HotelCode="374867|557603|Bed &amp; Breakfast" HotelName="Samdi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>203-211 Nguyen Van Linh, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/07/a9074d569ef65f1a3bcf17dbee8c98e6b5d71bd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="298.17" OriginalAmount="289.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.999712409558" Longitude="108.26985472884" StarRating="4" HotelCode="303826|384082|Bed &amp; Breakfast" HotelName="Meliá Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa Street Nr. 19 - Station Hoa ward, Da Nang - Ngu Hanh Son District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/b0/afb0a3c1c0b01ad080cfd8a3c0b6951db86222cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="303.07" OriginalAmount="294.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.09510657" Longitude="108.14621925" StarRating="3" HotelCode="421824|479742|Bed &amp; Breakfast" HotelName="The Nature Villas And Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Free CXL until 06/07/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Pick &amp;amp; Drop,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Nguyen Tat Thanh Street, Hoa Hiep Nam, Lien Chieu, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/593864/1.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location When you stay at The Nature Villas &amp; Resort in Da Nang, you'll be on the beach and...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.18" OriginalAmount="300.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.007082" Longitude="108.263733" StarRating="5" HotelCode="904268|153381|Bed &amp; Breakfast" HotelName="The Ocean Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa Street, Hoa Hai Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ce/f5/cef55a16ab08f405a0810bd54f2443377b3bb71c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Da Nang.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="333.19" OriginalAmount="323.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="4" HotelCode="969608|731015|Bed &amp; Breakfast" HotelName="CN Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4,5,6 Pham Van Dong, An Hai Bac, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b1/73b1d528ad6634f687a29393577ce7344035a854.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="347.99" OriginalAmount="337.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.048334" Longitude="108.226849" StarRating="5" HotelCode="905934|151731|Bed &amp; Breakfast" HotelName="Grand Mercure Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lot A1 Zone of the Villas of Green Island, Hoa Cuong Bac Hai Chau District, Danang 84511</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/08/1008eba53d7ebd395b12cae8e0c9553e8c9bdd08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a stunning location, on the exclusive Green Island in heart of Ðà N?ng City. Thank...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.51" OriginalAmount="342.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.077272" Longitude="108.223386" StarRating="5" HotelCode="212976|196948|Bed &amp; Breakfast" HotelName="Novotel Danang Premier Han River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Bach Dang Street, Hai Chau District, Danang 02363</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/38/1f3892385370f04313f4bd6f5105e0d52bf413f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 429 rooms. Services and facilities at the hotel include a res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="436.01" OriginalAmount="423.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.00904346" Longitude="108.00773539" StarRating="4" HotelCode="375371|505501|Bed &amp; Breakfast" HotelName="Hotel Mercure Danang French Village Bana Hills" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Fax,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>An Son, Hoa Son Commune, Hoa Vang District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/4a/074a911ed01d96425e2b572e630621cf47b426b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="477.22" OriginalAmount="463.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.039884626082" Longitude="108.25091958046" StarRating="5" HotelCode="18317|79795|Bed &amp; Breakfast" HotelName="Furama Resort Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>105 Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/4e/094ee64afae754c36fbdb8d788974fa3af37d2fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in its own private estate along the magnificent China Beach. The nearest links to ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="926.01" OriginalAmount="899.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.03715445" Longitude="108.25089309" StarRating="5" HotelCode="408817|544261|Bed &amp; Breakfast" HotelName="Furama Villas Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>107 Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/56/e556e14d4b192ec8c7ff6261da2e0d2f7bdf5fdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Da Nang.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="973.49" OriginalAmount="945.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.031145728082" Longitude="108.25526475906" StarRating="5" HotelCode="161587|139629|Bed &amp; Breakfast" HotelName="Fusion Maia Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/e9/01e920b4908c22b340e65191f8ffd81d820d886c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Da Nang.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1089.74" OriginalAmount="1058.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05380783" Longitude="108.24758773" StarRating="4" HotelCode="587746|682534|Bed &amp; Breakfast" HotelName="Muong Thanh Luxury Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>270 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8b1e71d59d299ead8b593d26fe21928bfcd666.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1651.39" OriginalAmount="1603.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.119888212013" Longitude="108.30721477217" StarRating="5" HotelCode="175493|232199|Bed &amp; Breakfast" HotelName="InterContinental Danang Sun Peninsula Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bai Bac, Danang City, Sontra Peninsula</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/67/226777fd442e63e6363dcfbab577b52ff15c91eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Designated Smoking Area,Diet Meals,Golf,Jacuzzi,Kitchen,Nightclub,Swimming Pool,Wheelchair Access,Central Heating,24 Hour Security,Airport Transfer (on Demand),Business Centre,Meeting Room,Parking,Printer,ATM/Cash Machine,Dining,Housekeeping,Wake-up Call Service,Banquet Hall,Beauty Salon,Kids Play Area,Valet Parking,Smoking Rooms,Babysitting,Concierge,Elevator,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Dry Cleaning,Garden,Luggage Storage,Pick &amp;amp; Drop</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,CITY HOTEL,HOTEL,RESORT</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
d98101db-8331-49ee-a892-38dc52247824|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="d98101db-8331-49ee-a892-38dc52247824">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84760" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-10T00:00:00" End="2026-09-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="877572|659382|Bed &amp; Breakfast" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="ht" 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
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.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
d98101db-8331-49ee-a892-38dc52247824|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="d98101db-8331-49ee-a892-38dc52247824" TimeStamp="0001-01-01T00:00:00" HotelName="Grand Ocean Hotel" HotelCode="877572|659382" StarRating="4" GTCityId="84760" CountryCode="VN" CityName="Da Nang" CountryName="Viet Nam" Address="27-29 Phan Liem Street, Ngu Hanh Son District, Da Nang" PostCode="" PhoneNo="+842363931111" FaxNo="" Email="info@grandoceanhotel.com.vn" CheckInTime="14:00" CheckOutTime="12:00" Latitude="16.05494465" Longitude="108.24550106" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE PARTIAL OCEAN VIEW" RoomTypeCode="20260910$20260913$W$358$659382$DBL.PO$ID_B2B_66$BB$B2B$1~2~1$2$N@07~A-SIC~24264~546487918~N~~~NOR~~9771EACD161E464177616897231005AAUK0106009700070824264|8|MTAwLjY2fEVVUnwyMDI2LTA5LTAz" OriginalAmount="88" TotalPrice="90.26" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/09/2026"><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 /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-03T00:00:00" End="2026-09-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="87.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: JUNIOR SUITE CITY VIEW" RoomTypeCode="20260910$20260913$W$358$659382$JSU.CV$ID_B2B_66$BB$B2B$1~2~1$2$N@07~A-SIC~25284~-1526624962~N~~~NOR~~9771EACD161E464177616897231005AAUK0106009700070825284|8|MTMyLjgyfEVVUnwyMDI2LTA5LTAz" OriginalAmount="116" TotalPrice="119.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/09/2026"><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 /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-03T00:00:00" End="2026-09-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="115.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE PARTIAL SEA VIEW" RoomTypeCode="20260910$20260913$W$358$659382$SUI.PS$ID_B2B_66$BB$B2B$1~2~1$2$N@07~A-SIC~20f8a~1045403583~N~~~NOR~~9771EACD161E464177616897231005AAUK0106009700070820f8a|8|MTM4LjE1fEVVUnwyMDI2LTA5LTAz" OriginalAmount="120" TotalPrice="123.88" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/09/2026"><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 /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-03T00:00:00" End="2026-09-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="120.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/7d/05/7d05889c65c1cd8d17a4204b9fed05db7c9d06d3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/46/91/4691537f86dcae7d9025bc5cc4054972c644a85b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4b/04/4b048ebb67575343818d1aebba1667ff96e59302.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ea/c8/eac8702947ea43d04b75f2e76c5db0944817091c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c5/23/c5233e294141030417793bde418aea7e885f4220.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/08/25/0825eb0749789fd3c398f27986b31dd58164a151.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/23/f9/23f9f7cdabf61be024791859798d682fa41d3b89.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2d/08/2d088252e691dd71cfdf320f664a33cd322384a4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/00/84/0084a62804b4be2623851e8bd34c1bed1b54bd23.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/12/53/125383f679b2b5b50ba0b0ec4563d1a5ca446093.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a7/b2/a7b2f262777ece140b77beba539d8323b29d6bfd.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/44/9a/449af5a367ab9ba962fd54dfb2e29dc950a696f9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/05/65/0565f386661aeae62013e2bdf61398df1a831000.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/dd/c7/ddc7b34f81fc95210dc2ee13fde06a8811c2f460.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f6/86/f6860e2585c5708821d4bce720e4b9201ffc2e55.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/00/1d/001df183ad885110756db4479847903c18a84ad1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/74/09/7409abd6c91ff33709dbcf920ed732bc00a0d350.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/53/ab/53ab6048d84dd85a50fc20568d5fd5c5386063f2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/74/c7/74c785a696033719f2b10f2f4938c45c57af610a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b8/e3/b8e3ab2f516e99d7370f40a6ad988c56e58802da.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9f/f9/9ff9771bbd6a0f858cbd73fe1c8b20afe726d7ca.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3c/90/3c90ab5bc3eba36398692bae60b2c67299faa7f2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/36/ee/36ee3cd6c5505868b40922ab30491f16069b1041.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e3/88/e3883405af07e712a6b1fff3fb0efcc7f46d6d65.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6f/87/6f87b88a76d0de6f04fa8f93457b17ae889d8ee2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/58/02/5802dabd756e68a0cd3c7721aa2a4feabdfc9775.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7d/ab/7daba0dffe73061236a713701bf459a013faea9c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a5/65/a5655019aaec99f9a5d932f7a6b188a82b560543.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3b/2c/3b2ccc7b7def89d4260390231135961470bb23fb.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6b/65/6b655ac9edd9c559ad96e2d57defb1bca43e0b8a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/22/78/227810bf350513546a05e6649f32b517b8344d29.png" /><Image Url="https://cdn.worldota.net/t/x500/content/1c/a3/1ca3ca756aaa60a8abf26014c5e4bba9c2a9ae53.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/87/b3/87b36f9a07cba782affdc6d2d23450951698fb78.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b7/e9/b7e965d9915ae3c093926fff1faf102accb597e4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f7/cc/f7ccfc1b3a2287f047e32dc3be676fee592819d5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f5/66/f5667d561002cca99e4a7e3d8d07934d8442d282.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/28/95/2895dc1d14593f4f9189a73d5d01acb1f9f8862f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4e/8a/4e8a870b7b13c0e0969b4d11a0bc72ead0ac75c0.jpeg" /></Images><HotelDescription /></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
d98101db-8331-49ee-a892-38dc52247824|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="d98101db-8331-49ee-a892-38dc52247824">
  <Rooms>
    <Room RoomType="Room 1: DOUBLE PARTIAL OCEAN VIEW" TotalAdult="2" TotalChild="1">
      <Childs>
        <Child Age="2" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="HT" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="877572|659382" SourceId="8" RoomTypeCode="20260910$20260913$W$358$659382$DBL.PO$ID_B2B_66$BB$B2B$1~2~1$2$N@07~A-SIC~24264~546487918~N~~~NOR~~9771EACD161E464177616897231005AAUK0106009700070824264|8|MTAwLjY2fEVVUnwyMDI2LTA5LTAz" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-09-10T00:00:00" End="2026-09-13T00: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
d98101db-8331-49ee-a892-38dc52247824|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="2026-09-03T17:59:00+01:00" End="2026-09-06T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="90.26" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>90.26</TotalAmount>
  <TraceId>d98101db-8331-49ee-a892-38dc52247824</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
d98101db-8331-49ee-a892-38dc52247824|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="d98101db-8331-49ee-a892-38dc52247824">
  <Rooms>
    <Room RoomType="Room 1: DOUBLE PARTIAL OCEAN VIEW" TotalAdult="2" TotalChild="1">
      <Childs>
        <Child Age="2" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="HT" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="877572|659382" SourceId="8" RoomTypeCode="20260910$20260913$W$358$659382$DBL.PO$ID_B2B_66$BB$B2B$1~2~1$2$N@07~A-SIC~24264~546487918~N~~~NOR~~9771EACD161E464177616897231005AAUK0106009700070824264|8|MTAwLjY2fEVVUnwyMDI2LTA5LTAz" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-09-10T00:00:00" End="2026-09-13T00: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
d98101db-8331-49ee-a892-38dc52247824|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="2026-09-03T17:59:00+01:00" End="2026-09-06T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="90.26" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>90.26</TotalAmount>
  <TraceId>d98101db-8331-49ee-a892-38dc52247824</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
d98101db-8331-49ee-a892-38dc52247824|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="d98101db-8331-49ee-a892-38dc52247824" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: DOUBLE PARTIAL OCEAN VIEW" BoardBasis="Room 1: BED AND BREAKFAST" TotalAdult="2" TotalChild="1">
      <Adults>
        <Adult Title="Mr" FirstName="Akshat" LastName="Gupta" DOB="20010414" Age="25" />
        <Adult Title="Mrs" FirstName="Rohini" LastName="Gupta" DOB="20010414" Age="25" />
      </Adults>
      <Childs>
        <Child Title="Master" FirstName="Ayush " LastName="Gupta" DOB="20240414" Age="2" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="HT" ClientCountry="Haiti" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="877572|659382|Bed &amp; Breakfast" SourceId="8" RoomTypeCode="20260910$20260913$W$358$659382$DBL.PO$ID_B2B_66$BB$B2B$1~2~1$2$N@07~A-SIC~24264~546487918~N~~~NOR~~9771EACD161E464177616897231005AAUK0106009700070824264|8|MTAwLjY2fEVVUnwyMDI2LTA5LTAz" TotalPrice="90.26" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-09-10T00:00:00" End="2026-09-13T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Akshat</FirstName>
    <LastName>Gupta</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>96</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo>+44 (0) 20 8569 8080</SupportNo>
    <Title>Mr</Title>
  </MHLInfo>
</HotelBookRQ>||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
d98101db-8331-49ee-a892-38dc52247824|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Akshat</FirstName>
  <LastName>Gupta</LastName>
  <NationalityOfPax>Haiti</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>96</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo>+44 (0) 20 8569 8080</SupportNo>
  <Title>Mr</Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>Shikha</AgencyReference>
  <AgentMinCnxDate>2026-09-03T00:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2026-09-03T00:00:00" End="2026-09-06T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="90.26" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-09-10T00:00:00</CheckIn>
  <CheckInTime />
  <CheckOut>2026-09-13T00:00:00</CheckOut>
  <CheckOutTime />
  <CostAmountInSalesCurrency>87.63</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>vietnam</CountryName>
  <PostCode />
  <Rooms>
    <Rooms>
      <Adults>2</Adults>
      <BoardBasis>Room 1: BED AND BREAKFAST</BoardBasis>
      <Children>1</Children>
      <GuestName>Mr Akshat Gupta</GuestName>
      <RoomType>Room 1: DOUBLE PARTIAL OCEAN VIEW</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>90.26</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>100.66</SupplierAmount>
  <SupplierCurrency>EUR</SupplierCurrency>
  <SupplierId>240</SupplierId>
  <SupplierMinCnxDate>2026-09-03T00:00:00</SupplierMinCnxDate>
  <SupplierName>HotelBeds</SupplierName>
  <_address>27-29 Phan Liem Street, Ngu Hanh Son District, Da Nang</_address>
  <_cityName>Da Nang</_cityName>
  <_fax />
  <_hotelName>Grand Ocean Hotel</_hotelName>
  <_phoneNo1>+842363931111</_phoneNo1>
</Hotel> Response:-<Root><FileBookingId>260430511</FileBookingId><BookingId>41879</BookingId></Root>||FalseSystem.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
d98101db-8331-49ee-a892-38dc52247824|HotelbedsBook|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
d98101db-8331-49ee-a892-38dc52247824|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>260430511</FileBookingId>
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-09-04T17:59:00+01:00" End="2026-09-06T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="87.63" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Car park YES (without additional debit notes). Check-in hour 14:00 - . Check-out hour  - 12:00. LGTBIQ friendly. Children get free accommodation, meals payable on the spot 6 11. Early departure. Identification card at arrival. Children can stay free when sharing parents beds. Charges in case where other services has been booked by the guest, may apply to the children. Benefits included: Parking, Welcome drink, Coffee &amp; tea, Express check-in, Free Premium Wifi, Free WiFi, Drinking water, Free sauna access.&lt;br/&gt;</ImportantInfo>
  <SupplierRef>358-3146323</SupplierRef>
</HotelBookRS>||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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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="f3710a58-78bb-4c37-a415-b121a7d2a42f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73754" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-16T00:00:00" End="2026-11-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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="2026-04-14T13:19:07.6910291+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f3710a58-78bb-4c37-a415-b121a7d2a42f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="28.63" OriginalAmount="27.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.90713571" Longitude="98.4024589" StarRating="3" HotelCode="603894|713538" HotelName="JJ Residence Phuket Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19/556 Ratsada Nusorn Road Moo 3, Rasada, Mueang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/2a/072a98acee595d8e27c9fb7ac44738d7ba977efa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its range of services and facilities, the hotel ensures travellers a pleasant and comfortable s...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="42.66" OriginalAmount="41.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.900084" Longitude="98.380725" StarRating="3" HotelCode="933367|358146" HotelName="Blu Monkey Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113/3, 115, 117, Hongyok Utit Road, Talad Yai Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/cd/d1cde289173e3fdb31b6cc607fdfd5f1d1f942a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located right in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.13" OriginalAmount="63.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.02230661052" Longitude="98.339445640233" StarRating="2" HotelCode="352955|557537" HotelName="Live @ Loft Apartelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>359/16 Moo 1, Tambon Thepkrasatri, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/505901/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.05" OriginalAmount="64.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8875097580914" Longitude="98.390299742891" StarRating="3" HotelCode="127027|713544" HotelName="La Moon @ Phuket" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/6 Luangphor Road, Taladyai, Muang, Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/48/6948c7ea1ca77d53f2addead30773d4cf68a10ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="97.19" OriginalAmount="94.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.90919903" Longitude="98.39757867" StarRating="2" HotelCode="603699|829744" HotelName="AJ Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>8/133 Moo 3, Muang, Ratsada, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/96/8e964c851495693a3aa9f1178b0c748aed2af882.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.14" OriginalAmount="107.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9620887491817" Longitude="98.385108449074" StarRating="3" HotelCode="11402|78950" HotelName="Boat Lagoon Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Thepkasattri Road Moo 2, Tambon Kohkaew, Amphoe Muang, Phuket 83200</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/37/e737d37f66d2ce4687c3b6212d0882720b638254.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, this family-friendly hotel is situated by Phuket's largest full-serviced marina. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.07" OriginalAmount="111.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.978289" Longitude="98.281269" StarRating="4" HotelCode="27096|179588" HotelName="Novotel Phuket Surin Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 11/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106/27 Moo 3, Cherngtalay, Talang, Surin Beach, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/31/31cb1de4177ad131/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on the sandy Surin beach and captures the warmth and beauty of this tranquil ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.29" OriginalAmount="115.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.887987" Longitude="98.367475" StarRating="3" HotelCode="188418|302423" HotelName="Dara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14/18 Moo 4, Chaofa Road, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/12/c61258625f0c06af4f842b11b10e4ff1a28b5265.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.92" OriginalAmount="117.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8179846781948" Longitude="98.384765088558" StarRating="3" HotelCode="37489|78891" HotelName="By The Sea Phuket Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7/6 Moo 6, Soi Bor-Rae, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/71/8d71d4e70451862d92980ff2cc6161093a400fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a quiet location at Panwa beach, and lies less than 2 km from Phuket town. Phuket ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.09" OriginalAmount="123.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88649061" Longitude="98.39156554" StarRating="2" HotelCode="628076|696505" HotelName="Book A Bed Poshtel Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/15 Dibuk Road, Tambon Talad Yai, Amphoe Mueang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/7b/0d7b79b5f0ecc5e966f7258205b21a5d5f3d1c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.00" OriginalAmount="154.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89478" Longitude="98.3449" StarRating="3" HotelCode="118734|107962" HotelName="Bhukitta Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Phang Nga Road, T. Talad Yai, Muang, Phuket Town 83000, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/69/9c69e778b38e227f88d92b97a823fa39d441d7e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Phuket City with its easily accessible 'Old Town' and man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.98" OriginalAmount="165.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88663221708" Longitude="98.39346976816" StarRating="3" HotelCode="119186|138099" HotelName="Sino House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Montree Road, Talad –Yai, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/78/ad78de97a44eb96f69708d676d4db21b14c6f724.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Phuket old town, providing easy access to the main road. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.08" OriginalAmount="170.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.92507365" Longitude="98.39541406" StarRating="4" HotelCode="423000|657525" HotelName="Ratana Apart-Hotel at Rassada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Elevator,Internet,Laundry,LCD/Projector,Parking,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58/888 Moo 6 Thepkrasattri Rd., T.Rassada, A.Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/8a/0f8afc75f2157062c38a52ff4b4abdb5f7f67fae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Ratana Apart-Hotel at Rassada in Ratsada, you'll be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.40" OriginalAmount="171.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.80411539" Longitude="98.33116969" StarRating="4" HotelCode="537538|617945" HotelName="Saturdays Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Golf,Internet,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>136/275-276 Saiyuan-Kata Road, Rawai Sub-District, Muang District, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/cd/c0cd69a4177b7f7d2ad3df44818b1e3f9e3a9640.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="184.33" OriginalAmount="178.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8991378043161" Longitude="98.303079950705" StarRating="4" HotelCode="267100|232376" HotelName="Bauman Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>201 Pang-Muang Sai Kor Road, Patong, Kathu District, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/61/c561ca262ba3ca404d054e82d0a1ac53f7011959.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phuket, this hotel is about 1 km from the beach.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.08" OriginalAmount="182.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89647343" Longitude="98.30467228" StarRating="3" HotelCode="355563|538863" HotelName="Naina Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2/58 Sainamyen 2 Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/67/c167a7c24537001534023b49996061bd12be3f69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.00" OriginalAmount="231.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.09329285" Longitude="98.30292222" StarRating="4" HotelCode="322892|454341" HotelName="Proud Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Soi Naiyang 2, Naiyang Beach, Talang, Insel Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/09/19095713b6c1e98280393c656bde159f9b3d7631.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Phuket, this boutique hotel has the perfect ambience for guests who appreciate a stylish ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.01" OriginalAmount="236.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.87863104" Longitude="98.29340465" StarRating="4" HotelCode="583890|628918" HotelName="Bukit Pool Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6/2 Sirirat Road, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/af/99af7bcb37b5a72801909a7b81c3373608eef2da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.54" OriginalAmount="237.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.917037" Longitude="98.288385" StarRating="4" HotelCode="188436|231286" HotelName="IndoChine Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>328/81 Prabaramee Road, Kalim Beach, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ce/d1ce5519eadb34e7838b2806d7fb637c5d84bef8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="282.83" OriginalAmount="274.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.93985" Longitude="98.426695" StarRating="5" HotelCode="118746|106641" HotelName="The Village Coconut Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Village,Family-friendly Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coconut Island, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f8/75/f87595fcbcefc25266237d81744d2459f2cf9c51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is a 5-minute ride via private water taxi from Laem Hin Pier and 5 minutes from the beac...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="286.10" OriginalAmount="277.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8273468556285" Longitude="98.302163558197" StarRating="3" HotelCode="522306|740988" HotelName="Silla Villa Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26 Patak Soi 10, Karon, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/7a/727af5fe79884f856c5081be8c5d60e335e0a356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="304.09" OriginalAmount="295.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8821158077372" Longitude="98.283710181713" StarRating="4" HotelCode="65111|78949" HotelName="Baan Yin Dee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7/5, Muean Ngen Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/4a/3b4ad5c79a6d3ab1fb0fa35cfd52a87d99a9658a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong Beach in the district of Kathu, near to Coral Beach and Perched. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="305.90" OriginalAmount="296.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.86972678" Longitude="98.35694174" StarRating="5" HotelCode="854094|652310" HotelName="Ramada Plaza By Wyndham Chao Fah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8899 Chaofah West Road Moo 2, Wichit District, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8c/698c47f39a039ba9fa0243872c71ffa7917b8a74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="306.85" OriginalAmount="297.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8214732820604" Longitude="98.300729723941" StarRating="4" HotelCode="48830|79141" HotelName="Sawasdee Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 KateKwan Road, Kata Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/32/ed328d2f5090f992485781289cd4e1b5991d9f57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is situated in Kata and is around 10 minutes' walk from the centre of town. The lo...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="520.16" OriginalAmount="505.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8839534303003" Longitude="98.394216217637" StarRating="4" HotelCode="421790|470476" HotelName="Blu Monkey Hub and Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Conference Hall,Internet,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi 3 Phangnga Road, Talad Yai, Phuket Town, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/86/398654ee252c0b24910418df8e3b7315de52a1c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Boasting free bikes, Blu Monkey Hub and Hotel is set in Phuket Town, 700 m from Old Phuket Town. Amo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="637.39" OriginalAmount="618.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.933186" Longitude="98.262904" StarRating="5" HotelCode="115864|108956" HotelName="Paresa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Bar,Conference Hall,Currency Exchange,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Moo 6, Layi-Nakalay Road, Kamala, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/13/141302886f286a6d750ff20e0122002b8b38d0e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Extending out dramatically from the stunningly sculptured cliff tops of Kamala overlooking the spect...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="685.65" OriginalAmount="665.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.1690365908771" Longitude="98.295254409313" StarRating="5" HotelCode="76337|104846" HotelName="Anantara Mai Khao Phuket Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>888 Moo 3, Tumbon Mai Khao, Amphur Thalang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/57/445770bcbe48cb70f9cc574edb8c9f66ccd2ba4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort enjoys a timeless setting on a secluded stretch of the Phuket coastline. It is set on th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="726.71" OriginalAmount="705.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9863100040544" Longitude="98.421496008598" StarRating="5" HotelCode="284090|230959" HotelName="COMO Point Yamu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Moo 7, Paklok, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ac/3dacecd67883b909a3e1352d0020215342806952.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;COMO Point Yamu is located on the eastern side of Phuket on the tip of Cape Yamu. The distinctive li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1251.42" OriginalAmount="1214.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.943576" Longitude="98.262856" StarRating="4" HotelCode="75881|107330" HotelName="Ayara Kamala Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Village,Spa Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Moo 6, Layi-Nakalay Road, Kamala, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/2e/d52e917b14e04afbe82c0c360f325d6d00dda333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The distinct unspoilt beach area of Kamala Bay is a quiet place approximately 4 km from the other si...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1310.49" OriginalAmount="1272.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89896025" Longitude="98.30176839" StarRating="3" HotelCode="856607|656508" HotelName="Woovo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 Rajpathanusorn Road, Patong Sub District, Kathu District, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/81/81819a9bdb67c9b93ce6a0cfd20259f7319db4a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1797.66" OriginalAmount="1745.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.83722" Longitude="98.379604" StarRating="4" HotelCode="221561|179629" HotelName="The Mangrove Panwa Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/6 Moo 6, Ao-yon Khaokhad Rd., Tambon Wichit, Aumpore Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/21/2221107ccd135710c5040d60454e40e3549ceaf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket, approximately 1 km from the beach.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Conference Hall,Nightclub,Shopping Arcade,Sauna,Swimming Pool,Garden,Central Heating,Jacuzzi,Wheelchair Access,24 Hour Security,Airport Transfer (on Demand),Meeting Room,24 Hour Front Desk,Coffee Shop,Elevator,LCD/Projector,Parking</BasicAmenities>
    <HotelRating>5,4,3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,VILLAGE,FAMILY-FRIENDLY HOTEL,SPA HOTEL,HOTEL DE CHARME,CITY HOTEL,APARTMENT HOTEL,BUSINESS HOTEL,HOTEL,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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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="f3710a58-78bb-4c37-a415-b121a7d2a42f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73754" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-16T00:00:00" End="2026-11-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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="2026-04-14T13:19:16.0715534+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f3710a58-78bb-4c37-a415-b121a7d2a42f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="49.49" OriginalAmount="48.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.900084" Longitude="98.380725" StarRating="3" HotelCode="933367|358146|Bed &amp; Breakfast" HotelName="Blu Monkey Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113/3, 115, 117, Hongyok Utit Road, Talad Yai Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/cd/d1cde289173e3fdb31b6cc607fdfd5f1d1f942a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located right in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.12" OriginalAmount="80.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.02230661052" Longitude="98.339445640233" StarRating="2" HotelCode="352955|557537|Bed &amp; Breakfast" HotelName="Live @ Loft Apartelle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>359/16 Moo 1, Tambon Thepkrasatri, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/505901/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.08" OriginalAmount="82.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8875097580914" Longitude="98.390299742891" StarRating="3" HotelCode="127027|713544|Bed &amp; Breakfast" HotelName="La Moon @ Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/6 Luangphor Road, Taladyai, Muang, Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/48/6948c7ea1ca77d53f2addead30773d4cf68a10ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.92" OriginalAmount="117.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8179846781948" Longitude="98.384765088558" StarRating="3" HotelCode="37489|78891|Bed &amp; Breakfast" HotelName="By The Sea Phuket Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7/6 Moo 6, Soi Bor-Rae, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/71/8d71d4e70451862d92980ff2cc6161093a400fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a quiet location at Panwa beach, and lies less than 2 km from Phuket town. Phuket ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.22" OriginalAmount="129.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.887987" Longitude="98.367475" StarRating="3" HotelCode="188418|302423|Bed &amp; Breakfast" HotelName="Dara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14/18 Moo 4, Chaofa Road, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/12/c61258625f0c06af4f842b11b10e4ff1a28b5265.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.00" OriginalAmount="154.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89478" Longitude="98.3449" StarRating="3" HotelCode="118734|107962|Bed &amp; Breakfast" HotelName="Bhukitta Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Phang Nga Road, T. Talad Yai, Muang, Phuket Town 83000, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/69/9c69e778b38e227f88d92b97a823fa39d441d7e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Phuket City with its easily accessible 'Old Town' and man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.88" OriginalAmount="167.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9620887491817" Longitude="98.385108449074" StarRating="3" HotelCode="11402|78950|Bed &amp; Breakfast" HotelName="Boat Lagoon Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Thepkasattri Road Moo 2, Tambon Kohkaew, Amphoe Muang, Phuket 83200</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/37/e737d37f66d2ce4687c3b6212d0882720b638254.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, this family-friendly hotel is situated by Phuket's largest full-serviced marina. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.27" OriginalAmount="172.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88663221708" Longitude="98.39346976816" StarRating="3" HotelCode="119186|138099|Bed &amp; Breakfast" HotelName="Sino House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Montree Road, Talad –Yai, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/78/ad78de97a44eb96f69708d676d4db21b14c6f724.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Phuket old town, providing easy access to the main road. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.98" OriginalAmount="180.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.80411539" Longitude="98.33116969" StarRating="4" HotelCode="537538|617945|Bed &amp; Breakfast" HotelName="Saturdays Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Golf,Internet,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>136/275-276 Saiyuan-Kata Road, Rawai Sub-District, Muang District, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/cd/c0cd69a4177b7f7d2ad3df44818b1e3f9e3a9640.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.97" OriginalAmount="198.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8991378043161" Longitude="98.303079950705" StarRating="4" HotelCode="267100|232376|Bed &amp; Breakfast" HotelName="Bauman Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>201 Pang-Muang Sai Kor Road, Patong, Kathu District, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/61/c561ca262ba3ca404d054e82d0a1ac53f7011959.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phuket, this hotel is about 1 km from the beach.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.09" OriginalAmount="213.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.92507365" Longitude="98.39541406" StarRating="4" HotelCode="423000|657525|Bed &amp; Breakfast" HotelName="Ratana Apart-Hotel at Rassada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Elevator,Internet,Laundry,LCD/Projector,Parking,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58/888 Moo 6 Thepkrasattri Rd., T.Rassada, A.Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/8a/0f8afc75f2157062c38a52ff4b4abdb5f7f67fae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Ratana Apart-Hotel at Rassada in Ratsada, you'll be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.00" OriginalAmount="231.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.09329285" Longitude="98.30292222" StarRating="4" HotelCode="322892|454341|Bed &amp; Breakfast" HotelName="Proud Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Soi Naiyang 2, Naiyang Beach, Talang, Insel Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/09/19095713b6c1e98280393c656bde159f9b3d7631.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Phuket, this boutique hotel has the perfect ambience for guests who appreciate a stylish ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.54" OriginalAmount="237.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.917037" Longitude="98.288385" StarRating="4" HotelCode="188436|231286|Bed &amp; Breakfast" HotelName="IndoChine Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>328/81 Prabaramee Road, Kalim Beach, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ce/d1ce5519eadb34e7838b2806d7fb637c5d84bef8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="282.83" OriginalAmount="274.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.93985" Longitude="98.426695" StarRating="5" HotelCode="118746|106641|Bed &amp; Breakfast" HotelName="The Village Coconut Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Village,Family-friendly Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coconut Island, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f8/75/f87595fcbcefc25266237d81744d2459f2cf9c51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is a 5-minute ride via private water taxi from Laem Hin Pier and 5 minutes from the beac...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.96" OriginalAmount="302.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8214732820604" Longitude="98.300729723941" StarRating="4" HotelCode="48830|79141|Bed &amp; Breakfast" HotelName="Sawasdee Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 KateKwan Road, Kata Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/32/ed328d2f5090f992485781289cd4e1b5991d9f57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is situated in Kata and is around 10 minutes' walk from the centre of town. The lo...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="314.57" OriginalAmount="305.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8821158077372" Longitude="98.283710181713" StarRating="4" HotelCode="65111|78949|Bed &amp; Breakfast" HotelName="Baan Yin Dee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7/5, Muean Ngen Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/4a/3b4ad5c79a6d3ab1fb0fa35cfd52a87d99a9658a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong Beach in the district of Kathu, near to Coral Beach and Perched. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.66" OriginalAmount="322.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.86972678" Longitude="98.35694174" StarRating="5" HotelCode="854094|652310|Bed &amp; Breakfast" HotelName="Ramada Plaza By Wyndham Chao Fah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>8899 Chaofah West Road Moo 2, Wichit District, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8c/698c47f39a039ba9fa0243872c71ffa7917b8a74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.99" OriginalAmount="341.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89647343" Longitude="98.30467228" StarRating="3" HotelCode="355563|538863|Bed &amp; Breakfast" HotelName="Naina Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2/58 Sainamyen 2 Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/67/c167a7c24537001534023b49996061bd12be3f69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="553.45" OriginalAmount="537.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8839534303003" Longitude="98.394216217637" StarRating="4" HotelCode="421790|470476|Bed &amp; Breakfast" HotelName="Blu Monkey Hub and Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Conference Hall,Internet,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi 3 Phangnga Road, Talad Yai, Phuket Town, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/86/398654ee252c0b24910418df8e3b7315de52a1c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Boasting free bikes, Blu Monkey Hub and Hotel is set in Phuket Town, 700 m from Old Phuket Town. Amo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="637.39" OriginalAmount="618.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.933186" Longitude="98.262904" StarRating="5" HotelCode="115864|108956|Bed &amp; Breakfast" HotelName="Paresa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Bar,Conference Hall,Currency Exchange,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Moo 6, Layi-Nakalay Road, Kamala, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/13/141302886f286a6d750ff20e0122002b8b38d0e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Extending out dramatically from the stunningly sculptured cliff tops of Kamala overlooking the spect...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="685.65" OriginalAmount="665.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.1690365908771" Longitude="98.295254409313" StarRating="5" HotelCode="76337|104846|Bed &amp; Breakfast" HotelName="Anantara Mai Khao Phuket Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>888 Moo 3, Tumbon Mai Khao, Amphur Thalang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/57/445770bcbe48cb70f9cc574edb8c9f66ccd2ba4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort enjoys a timeless setting on a secluded stretch of the Phuket coastline. It is set on th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="726.71" OriginalAmount="705.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9863100040544" Longitude="98.421496008598" StarRating="5" HotelCode="284090|230959|Bed &amp; Breakfast" HotelName="COMO Point Yamu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Moo 7, Paklok, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ac/3dacecd67883b909a3e1352d0020215342806952.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;COMO Point Yamu is located on the eastern side of Phuket on the tip of Cape Yamu. The distinctive li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1251.42" OriginalAmount="1214.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.943576" Longitude="98.262856" StarRating="4" HotelCode="75881|107330|Bed &amp; Breakfast" HotelName="Ayara Kamala Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Village,Spa Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Moo 6, Layi-Nakalay Road, Kamala, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/2e/d52e917b14e04afbe82c0c360f325d6d00dda333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The distinct unspoilt beach area of Kamala Bay is a quiet place approximately 4 km from the other si...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1379.46" OriginalAmount="1339.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89896025" Longitude="98.30176839" StarRating="3" HotelCode="856607|656508|Bed &amp; Breakfast" HotelName="Woovo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 Rajpathanusorn Road, Patong Sub District, Kathu District, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/81/81819a9bdb67c9b93ce6a0cfd20259f7319db4a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1797.66" OriginalAmount="1745.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.83722" Longitude="98.379604" StarRating="4" HotelCode="221561|179629|Bed &amp; Breakfast" HotelName="The Mangrove Panwa Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/6 Moo 6, Ao-yon Khaokhad Rd., Tambon Wichit, Aumpore Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/21/2221107ccd135710c5040d60454e40e3549ceaf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket, approximately 1 km from the beach.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Conference Hall,Nightclub,Shopping Arcade,Sauna,Swimming Pool,Garden,Central Heating,Jacuzzi,Wheelchair Access,24 Hour Security,Airport Transfer (on Demand),Meeting Room,24 Hour Front Desk,Coffee Shop,Elevator,LCD/Projector,Parking</BasicAmenities>
    <HotelRating>5,4,3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,VILLAGE,FAMILY-FRIENDLY HOTEL,SPA HOTEL,HOTEL DE CHARME,CITY HOTEL,APARTMENT HOTEL,BUSINESS HOTEL,HOTEL,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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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="f3710a58-78bb-4c37-a415-b121a7d2a42f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73754" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-16T00:00:00" End="2026-11-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="267100|232376|Bed &amp; Breakfast" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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="f3710a58-78bb-4c37-a415-b121a7d2a42f" TimeStamp="0001-01-01T00:00:00" HotelName="Bauman Residence" HotelCode="267100|232376" StarRating="4" GTCityId="73754" CountryCode="TH" CityName="Phuket" CountryName="Thailand" Address="201 Pang-Muang Sai Kor Road, Patong, Kathu District, Phuket" PostCode="" PhoneNo="+6676310999" FaxNo="+6676310950" Email="info@baumanresidence.com" CheckInTime="15:00" CheckOutTime="12:00" Latitude="7.8991378043161" Longitude="98.303079950705" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE TWO BEDROOMS" RoomTypeCode="20261116$20261117$W$321$232376$SUI.B2-2$ID_B2B_66$RO$B2B$1~2~2$2~12$N@07~A-SIC~238cd~1438335617~N~~~NOR~~77A108908CC0446177616914784005AAUK00310019000308238cd|8|MjA1LjU2fEVVUnwyMDI2LTExLTAz" OriginalAmount="179" TotalPrice="184.33" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="178.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Family Suite - City View" RoomTypeCode="20261116$20261117$W$321$232376$FAM.CV$BAR RO$RO$$1~2~2$2~12$P@07~A-SIC~23c132~813067242~N~~~NOR~~77A108908CC0446177616914784005AAUK0031001900030822310e|8|MjcwLjM1fEVVUnwyMDI2LTExLTAz" OriginalAmount="235" TotalPrice="242.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><Offer>Exclusive discount Amount: -30.03&lt;br/&gt;Child discount Amount: -68.75</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="242.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Two Bedroom Suite - City View" RoomTypeCode="20261116$20261117$W$321$232376$SUI.B2$BAR RO$RO$$1~2~2$2~12$P@07~A-SIC~21a1a2~-1127975037~N~~~NOR~~77A108908CC0446177616914784005AAUK0031001900030824f170|8|MzY4Ljc5fEVVUnwyMDI2LTExLTAz" OriginalAmount="321" TotalPrice="330.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><Offer>Exclusive discount Amount: -40.98&lt;br/&gt;Child discount Amount: -73.03</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="330.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Two Bedroom Suite - Pool View" RoomTypeCode="20261116$20261117$W$321$232376$SUI.B2-1$BAR RO$RO$$1~2~2$2~12$P@07~A-SIC~2091c6~-93507904~N~~~NOR~~77A108908CC0446177616914784005AAUK00310019000308228190|8|NDAwLjQwfEVVUnwyMDI2LTExLTAz" OriginalAmount="349" TotalPrice="359.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><Offer>Exclusive discount Amount: -44.48&lt;br/&gt;Child discount Amount: -81.81</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="359.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Penthouse with Private Pool" RoomTypeCode="20261116$20261117$W$321$232376$SUI.P6$BAR RO$RO$$1~2~2$2~12$P@07~A-SIC~22e255~145882077~N~~~NOR~~77A108908CC0446177616914784005AAUK0031001900030824f20e|8|NTI2Ljc5fEVVUnwyMDI2LTExLTAz" OriginalAmount="459" TotalPrice="472.37" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/11/2026"><Offer>Exclusive discount Amount: -58.54&lt;br/&gt;Child discount Amount: -116.92</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Lounge|Balcony/Terrace|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-03T00:00:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="472.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/ostrovok/c5/61/c561ca262ba3ca404d054e82d0a1ac53f7011959.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/41/0f/410f1d4e4b10e956c85c7ac6c4536d3521f8c999.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/2e/88/2e885f1c0d2750d12e725a4d1ac49910d81f6d39.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/30/6b/306b117fb2eaa15a35a383527964ec975eb97be1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/07/67/0767268c1b5eb3d4dc5da202166f6bc05ab81488.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/a1/48/a148c755bb17ffcff65f2c92c7bd729c2f0ac99f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/ce/a7/cea77c2216f152fa4668ed14d8e9c388e45857a9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/e8/22/e822ca902666563f88dbcde07d86e4caf383b3d4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/94/91/9491c029d22c3b229017b934830e086c44161191.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/1e/5f/1e5f83dc3a5dc2705836d36fbd760bf2ca132770.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/b1/a5/b1a5234d47d349eea2b36270b170d8a6215aaa0d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/4e/77/4e77e082dce222597d31fc1a1a6f73de365b438f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/14/ea/14ea82bc036727291230b54c8e11ff5653aab6e5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/87/17/8717e6dac50ce3fc35767f9999078d9a7f729851.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/5d/4e/5d4efebb51ac9efb4f8728992220b7469058163e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/e9/9f/e99fb55d1748c3f43c525ea88bbcfe6c29e532b8.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/df/9d/df9d825c9c75b71b4c38222747c823bed889fd32.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/15/17/151783dee10760061e22861c1875da2a76e4c787.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/12/13/1213023a2e2e538f62a97a3dbe1dbef62ffa2bf4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/8d/b2/8db21181349b51ab79520bf4a77e60c6f1076594.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/3d/44/3d448ca74ac46d67241e0cd308aa067e3f70fb22.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/65/1b/651b31597ff3a43cf1fbeef5fe8ce38dacf765e8.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/5c/a7/5ca7dfc99337bd21795942fddbb452cfe63e2f6d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/20/09/20098d19d088148cea1a6a4413985b5e62621c62.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/51/d8/51d80519d013c1d9127e1004312da4a0c773bc85.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;Centrally located on Phuket, this hotel is about 1 km from the beach.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;This hotel has a lift and a reception desk. The hotel provides a babysitting service, a childcare service, room service and a conference room. Wireless internet access (no extra charge) is provided in public areas. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms feature a living area and a bathroom, and air conditioning ensures just the right temperature. Some rooms have a balcony, which gives guests additional space for rest and relaxation. Guests are sure to get a good night's sleep in the double bed. Separate bedrooms can be booked. A minibar is provided. Guests will also find a tea/coffee station included among the standard features. Equipped with a telephone, a TV and WiFi, the rooms provide many ways for guests to stay connected and entertained. Bathrooms include a hairdryer and are equipped with a shower and a bathtub. Family rooms are available for parents with children.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The outdoor pool complex includes a children's swimming area and is ideal for working out or just relaxing. A variety of refreshing drinks await guests at the pool bar. Leisure options at the hotel include golf and a gym. For a fee, guests can also enjoy a spa and massage treatments. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 300.00 THB per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Fee for an extra bed: 800.00 THB per stay.&lt;br /&gt;The number of extra beds depends on the room category. You must take a look at the information about the size of the selected room.&lt;br /&gt;&lt;b&gt;Pets: &lt;/b&gt;No pets allowed.</HotelDescription><Facilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Children's Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Pool bar</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Golf</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Beach</Description><Value>1000 Meters</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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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="f3710a58-78bb-4c37-a415-b121a7d2a42f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73754" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-16T00:00:00" End="2026-11-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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="2026-04-14T13:19:39.5839086+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f3710a58-78bb-4c37-a415-b121a7d2a42f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="49.49" OriginalAmount="48.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.900084" Longitude="98.380725" StarRating="3" HotelCode="933367|358146|Bed &amp; Breakfast" HotelName="Blu Monkey Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113/3, 115, 117, Hongyok Utit Road, Talad Yai Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/cd/d1cde289173e3fdb31b6cc607fdfd5f1d1f942a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located right in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.12" OriginalAmount="80.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.02230661052" Longitude="98.339445640233" StarRating="2" HotelCode="352955|557537|Bed &amp; Breakfast" HotelName="Live @ Loft Apartelle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>359/16 Moo 1, Tambon Thepkrasatri, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/505901/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.08" OriginalAmount="82.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8875097580914" Longitude="98.390299742891" StarRating="3" HotelCode="127027|713544|Bed &amp; Breakfast" HotelName="La Moon @ Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/6 Luangphor Road, Taladyai, Muang, Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/48/6948c7ea1ca77d53f2addead30773d4cf68a10ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.92" OriginalAmount="117.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8179846781948" Longitude="98.384765088558" StarRating="3" HotelCode="37489|78891|Bed &amp; Breakfast" HotelName="By The Sea Phuket Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7/6 Moo 6, Soi Bor-Rae, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/71/8d71d4e70451862d92980ff2cc6161093a400fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a quiet location at Panwa beach, and lies less than 2 km from Phuket town. Phuket ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.22" OriginalAmount="129.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.887987" Longitude="98.367475" StarRating="3" HotelCode="188418|302423|Bed &amp; Breakfast" HotelName="Dara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14/18 Moo 4, Chaofa Road, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/12/c61258625f0c06af4f842b11b10e4ff1a28b5265.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.00" OriginalAmount="154.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89478" Longitude="98.3449" StarRating="3" HotelCode="118734|107962|Bed &amp; Breakfast" HotelName="Bhukitta Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Phang Nga Road, T. Talad Yai, Muang, Phuket Town 83000, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/69/9c69e778b38e227f88d92b97a823fa39d441d7e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Phuket City with its easily accessible 'Old Town' and man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.88" OriginalAmount="167.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9620887491817" Longitude="98.385108449074" StarRating="3" HotelCode="11402|78950|Bed &amp; Breakfast" HotelName="Boat Lagoon Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Thepkasattri Road Moo 2, Tambon Kohkaew, Amphoe Muang, Phuket 83200</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/37/e737d37f66d2ce4687c3b6212d0882720b638254.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, this family-friendly hotel is situated by Phuket's largest full-serviced marina. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.27" OriginalAmount="172.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88663221708" Longitude="98.39346976816" StarRating="3" HotelCode="119186|138099|Bed &amp; Breakfast" HotelName="Sino House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Montree Road, Talad –Yai, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/78/ad78de97a44eb96f69708d676d4db21b14c6f724.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Phuket old town, providing easy access to the main road. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.98" OriginalAmount="180.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.80411539" Longitude="98.33116969" StarRating="4" HotelCode="537538|617945|Bed &amp; Breakfast" HotelName="Saturdays Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Golf,Internet,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>136/275-276 Saiyuan-Kata Road, Rawai Sub-District, Muang District, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/cd/c0cd69a4177b7f7d2ad3df44818b1e3f9e3a9640.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.97" OriginalAmount="198.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8991378043161" Longitude="98.303079950705" StarRating="4" HotelCode="267100|232376|Bed &amp; Breakfast" HotelName="Bauman Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>201 Pang-Muang Sai Kor Road, Patong, Kathu District, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/61/c561ca262ba3ca404d054e82d0a1ac53f7011959.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phuket, this hotel is about 1 km from the beach.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.09" OriginalAmount="213.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.92507365" Longitude="98.39541406" StarRating="4" HotelCode="423000|657525|Bed &amp; Breakfast" HotelName="Ratana Apart-Hotel at Rassada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Elevator,Internet,Laundry,LCD/Projector,Parking,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58/888 Moo 6 Thepkrasattri Rd., T.Rassada, A.Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/8a/0f8afc75f2157062c38a52ff4b4abdb5f7f67fae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Ratana Apart-Hotel at Rassada in Ratsada, you'll be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.00" OriginalAmount="231.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.09329285" Longitude="98.30292222" StarRating="4" HotelCode="322892|454341|Bed &amp; Breakfast" HotelName="Proud Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Soi Naiyang 2, Naiyang Beach, Talang, Insel Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/09/19095713b6c1e98280393c656bde159f9b3d7631.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Phuket, this boutique hotel has the perfect ambience for guests who appreciate a stylish ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.54" OriginalAmount="237.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.917037" Longitude="98.288385" StarRating="4" HotelCode="188436|231286|Bed &amp; Breakfast" HotelName="IndoChine Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>328/81 Prabaramee Road, Kalim Beach, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ce/d1ce5519eadb34e7838b2806d7fb637c5d84bef8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="282.83" OriginalAmount="274.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.93985" Longitude="98.426695" StarRating="5" HotelCode="118746|106641|Bed &amp; Breakfast" HotelName="The Village Coconut Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Village,Family-friendly Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coconut Island, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f8/75/f87595fcbcefc25266237d81744d2459f2cf9c51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is a 5-minute ride via private water taxi from Laem Hin Pier and 5 minutes from the beac...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.96" OriginalAmount="302.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8214732820604" Longitude="98.300729723941" StarRating="4" HotelCode="48830|79141|Bed &amp; Breakfast" HotelName="Sawasdee Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 KateKwan Road, Kata Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/32/ed328d2f5090f992485781289cd4e1b5991d9f57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is situated in Kata and is around 10 minutes' walk from the centre of town. The lo...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="314.57" OriginalAmount="305.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8821158077372" Longitude="98.283710181713" StarRating="4" HotelCode="65111|78949|Bed &amp; Breakfast" HotelName="Baan Yin Dee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7/5, Muean Ngen Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/4a/3b4ad5c79a6d3ab1fb0fa35cfd52a87d99a9658a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong Beach in the district of Kathu, near to Coral Beach and Perched. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.66" OriginalAmount="322.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.86972678" Longitude="98.35694174" StarRating="5" HotelCode="854094|652310|Bed &amp; Breakfast" HotelName="Ramada Plaza By Wyndham Chao Fah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>8899 Chaofah West Road Moo 2, Wichit District, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8c/698c47f39a039ba9fa0243872c71ffa7917b8a74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.99" OriginalAmount="341.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89647343" Longitude="98.30467228" StarRating="3" HotelCode="355563|538863|Bed &amp; Breakfast" HotelName="Naina Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2/58 Sainamyen 2 Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/67/c167a7c24537001534023b49996061bd12be3f69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="553.45" OriginalAmount="537.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8839534303003" Longitude="98.394216217637" StarRating="4" HotelCode="421790|470476|Bed &amp; Breakfast" HotelName="Blu Monkey Hub and Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Conference Hall,Internet,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi 3 Phangnga Road, Talad Yai, Phuket Town, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/86/398654ee252c0b24910418df8e3b7315de52a1c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Boasting free bikes, Blu Monkey Hub and Hotel is set in Phuket Town, 700 m from Old Phuket Town. Amo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="637.39" OriginalAmount="618.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.933186" Longitude="98.262904" StarRating="5" HotelCode="115864|108956|Bed &amp; Breakfast" HotelName="Paresa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Bar,Conference Hall,Currency Exchange,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Moo 6, Layi-Nakalay Road, Kamala, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/13/141302886f286a6d750ff20e0122002b8b38d0e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Extending out dramatically from the stunningly sculptured cliff tops of Kamala overlooking the spect...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="685.65" OriginalAmount="665.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.1690365908771" Longitude="98.295254409313" StarRating="5" HotelCode="76337|104846|Bed &amp; Breakfast" HotelName="Anantara Mai Khao Phuket Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>888 Moo 3, Tumbon Mai Khao, Amphur Thalang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/57/445770bcbe48cb70f9cc574edb8c9f66ccd2ba4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort enjoys a timeless setting on a secluded stretch of the Phuket coastline. It is set on th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="726.71" OriginalAmount="705.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9863100040544" Longitude="98.421496008598" StarRating="5" HotelCode="284090|230959|Bed &amp; Breakfast" HotelName="COMO Point Yamu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Moo 7, Paklok, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ac/3dacecd67883b909a3e1352d0020215342806952.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;COMO Point Yamu is located on the eastern side of Phuket on the tip of Cape Yamu. The distinctive li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1251.42" OriginalAmount="1214.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.943576" Longitude="98.262856" StarRating="4" HotelCode="75881|107330|Bed &amp; Breakfast" HotelName="Ayara Kamala Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Village,Spa Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Moo 6, Layi-Nakalay Road, Kamala, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/2e/d52e917b14e04afbe82c0c360f325d6d00dda333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The distinct unspoilt beach area of Kamala Bay is a quiet place approximately 4 km from the other si...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1379.46" OriginalAmount="1339.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89896025" Longitude="98.30176839" StarRating="3" HotelCode="856607|656508|Bed &amp; Breakfast" HotelName="Woovo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 Rajpathanusorn Road, Patong Sub District, Kathu District, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/81/81819a9bdb67c9b93ce6a0cfd20259f7319db4a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1797.66" OriginalAmount="1745.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.83722" Longitude="98.379604" StarRating="4" HotelCode="221561|179629|Bed &amp; Breakfast" HotelName="The Mangrove Panwa Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/6 Moo 6, Ao-yon Khaokhad Rd., Tambon Wichit, Aumpore Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/21/2221107ccd135710c5040d60454e40e3549ceaf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket, approximately 1 km from the beach.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Conference Hall,Nightclub,Shopping Arcade,Sauna,Swimming Pool,Garden,Central Heating,Jacuzzi,Wheelchair Access,24 Hour Security,Airport Transfer (on Demand),Meeting Room,24 Hour Front Desk,Coffee Shop,Elevator,LCD/Projector,Parking</BasicAmenities>
    <HotelRating>5,4,3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,VILLAGE,FAMILY-FRIENDLY HOTEL,SPA HOTEL,HOTEL DE CHARME,CITY HOTEL,APARTMENT HOTEL,BUSINESS HOTEL,HOTEL,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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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="f3710a58-78bb-4c37-a415-b121a7d2a42f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73754" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-16T00:00:00" End="2026-11-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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="2026-04-14T13:19:42.7775412+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f3710a58-78bb-4c37-a415-b121a7d2a42f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="49.49" OriginalAmount="48.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.900084" Longitude="98.380725" StarRating="3" HotelCode="933367|358146|Bed &amp; Breakfast" HotelName="Blu Monkey Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113/3, 115, 117, Hongyok Utit Road, Talad Yai Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/cd/d1cde289173e3fdb31b6cc607fdfd5f1d1f942a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located right in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.12" OriginalAmount="80.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.02230661052" Longitude="98.339445640233" StarRating="2" HotelCode="352955|557537|Bed &amp; Breakfast" HotelName="Live @ Loft Apartelle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>359/16 Moo 1, Tambon Thepkrasatri, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/505901/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.08" OriginalAmount="82.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8875097580914" Longitude="98.390299742891" StarRating="3" HotelCode="127027|713544|Bed &amp; Breakfast" HotelName="La Moon @ Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/6 Luangphor Road, Taladyai, Muang, Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/48/6948c7ea1ca77d53f2addead30773d4cf68a10ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.92" OriginalAmount="117.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8179846781948" Longitude="98.384765088558" StarRating="3" HotelCode="37489|78891|Bed &amp; Breakfast" HotelName="By The Sea Phuket Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7/6 Moo 6, Soi Bor-Rae, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/71/8d71d4e70451862d92980ff2cc6161093a400fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a quiet location at Panwa beach, and lies less than 2 km from Phuket town. Phuket ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.22" OriginalAmount="129.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.887987" Longitude="98.367475" StarRating="3" HotelCode="188418|302423|Bed &amp; Breakfast" HotelName="Dara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14/18 Moo 4, Chaofa Road, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/12/c61258625f0c06af4f842b11b10e4ff1a28b5265.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.00" OriginalAmount="154.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89478" Longitude="98.3449" StarRating="3" HotelCode="118734|107962|Bed &amp; Breakfast" HotelName="Bhukitta Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Phang Nga Road, T. Talad Yai, Muang, Phuket Town 83000, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/69/9c69e778b38e227f88d92b97a823fa39d441d7e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Phuket City with its easily accessible 'Old Town' and man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.88" OriginalAmount="167.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9620887491817" Longitude="98.385108449074" StarRating="3" HotelCode="11402|78950|Bed &amp; Breakfast" HotelName="Boat Lagoon Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Thepkasattri Road Moo 2, Tambon Kohkaew, Amphoe Muang, Phuket 83200</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/37/e737d37f66d2ce4687c3b6212d0882720b638254.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, this family-friendly hotel is situated by Phuket's largest full-serviced marina. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.27" OriginalAmount="172.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88663221708" Longitude="98.39346976816" StarRating="3" HotelCode="119186|138099|Bed &amp; Breakfast" HotelName="Sino House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Montree Road, Talad –Yai, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/78/ad78de97a44eb96f69708d676d4db21b14c6f724.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Phuket old town, providing easy access to the main road. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.98" OriginalAmount="180.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.80411539" Longitude="98.33116969" StarRating="4" HotelCode="537538|617945|Bed &amp; Breakfast" HotelName="Saturdays Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Golf,Internet,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>136/275-276 Saiyuan-Kata Road, Rawai Sub-District, Muang District, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/cd/c0cd69a4177b7f7d2ad3df44818b1e3f9e3a9640.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.97" OriginalAmount="198.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8991378043161" Longitude="98.303079950705" StarRating="4" HotelCode="267100|232376|Bed &amp; Breakfast" HotelName="Bauman Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>201 Pang-Muang Sai Kor Road, Patong, Kathu District, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/61/c561ca262ba3ca404d054e82d0a1ac53f7011959.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phuket, this hotel is about 1 km from the beach.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.09" OriginalAmount="213.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.92507365" Longitude="98.39541406" StarRating="4" HotelCode="423000|657525|Bed &amp; Breakfast" HotelName="Ratana Apart-Hotel at Rassada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Elevator,Internet,Laundry,LCD/Projector,Parking,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58/888 Moo 6 Thepkrasattri Rd., T.Rassada, A.Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/8a/0f8afc75f2157062c38a52ff4b4abdb5f7f67fae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Ratana Apart-Hotel at Rassada in Ratsada, you'll be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.00" OriginalAmount="231.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.09329285" Longitude="98.30292222" StarRating="4" HotelCode="322892|454341|Bed &amp; Breakfast" HotelName="Proud Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Soi Naiyang 2, Naiyang Beach, Talang, Insel Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/09/19095713b6c1e98280393c656bde159f9b3d7631.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Phuket, this boutique hotel has the perfect ambience for guests who appreciate a stylish ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.54" OriginalAmount="237.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.917037" Longitude="98.288385" StarRating="4" HotelCode="188436|231286|Bed &amp; Breakfast" HotelName="IndoChine Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>328/81 Prabaramee Road, Kalim Beach, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ce/d1ce5519eadb34e7838b2806d7fb637c5d84bef8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="282.83" OriginalAmount="274.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.93985" Longitude="98.426695" StarRating="5" HotelCode="118746|106641|Bed &amp; Breakfast" HotelName="The Village Coconut Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Village,Family-friendly Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coconut Island, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f8/75/f87595fcbcefc25266237d81744d2459f2cf9c51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is a 5-minute ride via private water taxi from Laem Hin Pier and 5 minutes from the beac...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.96" OriginalAmount="302.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8214732820604" Longitude="98.300729723941" StarRating="4" HotelCode="48830|79141|Bed &amp; Breakfast" HotelName="Sawasdee Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 KateKwan Road, Kata Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/32/ed328d2f5090f992485781289cd4e1b5991d9f57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is situated in Kata and is around 10 minutes' walk from the centre of town. The lo...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="314.57" OriginalAmount="305.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8821158077372" Longitude="98.283710181713" StarRating="4" HotelCode="65111|78949|Bed &amp; Breakfast" HotelName="Baan Yin Dee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7/5, Muean Ngen Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/4a/3b4ad5c79a6d3ab1fb0fa35cfd52a87d99a9658a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong Beach in the district of Kathu, near to Coral Beach and Perched. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.66" OriginalAmount="322.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.86972678" Longitude="98.35694174" StarRating="5" HotelCode="854094|652310|Bed &amp; Breakfast" HotelName="Ramada Plaza By Wyndham Chao Fah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>8899 Chaofah West Road Moo 2, Wichit District, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8c/698c47f39a039ba9fa0243872c71ffa7917b8a74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.99" OriginalAmount="341.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89647343" Longitude="98.30467228" StarRating="3" HotelCode="355563|538863|Bed &amp; Breakfast" HotelName="Naina Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2/58 Sainamyen 2 Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/67/c167a7c24537001534023b49996061bd12be3f69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="553.45" OriginalAmount="537.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8839534303003" Longitude="98.394216217637" StarRating="4" HotelCode="421790|470476|Bed &amp; Breakfast" HotelName="Blu Monkey Hub and Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Conference Hall,Internet,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi 3 Phangnga Road, Talad Yai, Phuket Town, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/86/398654ee252c0b24910418df8e3b7315de52a1c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Boasting free bikes, Blu Monkey Hub and Hotel is set in Phuket Town, 700 m from Old Phuket Town. Amo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="637.39" OriginalAmount="618.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.933186" Longitude="98.262904" StarRating="5" HotelCode="115864|108956|Bed &amp; Breakfast" HotelName="Paresa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Bar,Conference Hall,Currency Exchange,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Moo 6, Layi-Nakalay Road, Kamala, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/13/141302886f286a6d750ff20e0122002b8b38d0e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Extending out dramatically from the stunningly sculptured cliff tops of Kamala overlooking the spect...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="685.65" OriginalAmount="665.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.1690365908771" Longitude="98.295254409313" StarRating="5" HotelCode="76337|104846|Bed &amp; Breakfast" HotelName="Anantara Mai Khao Phuket Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>888 Moo 3, Tumbon Mai Khao, Amphur Thalang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/57/445770bcbe48cb70f9cc574edb8c9f66ccd2ba4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort enjoys a timeless setting on a secluded stretch of the Phuket coastline. It is set on th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="726.71" OriginalAmount="705.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9863100040544" Longitude="98.421496008598" StarRating="5" HotelCode="284090|230959|Bed &amp; Breakfast" HotelName="COMO Point Yamu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Moo 7, Paklok, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ac/3dacecd67883b909a3e1352d0020215342806952.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;COMO Point Yamu is located on the eastern side of Phuket on the tip of Cape Yamu. The distinctive li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1251.42" OriginalAmount="1214.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.943576" Longitude="98.262856" StarRating="4" HotelCode="75881|107330|Bed &amp; Breakfast" HotelName="Ayara Kamala Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Village,Spa Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Moo 6, Layi-Nakalay Road, Kamala, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/2e/d52e917b14e04afbe82c0c360f325d6d00dda333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The distinct unspoilt beach area of Kamala Bay is a quiet place approximately 4 km from the other si...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1379.46" OriginalAmount="1339.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89896025" Longitude="98.30176839" StarRating="3" HotelCode="856607|656508|Bed &amp; Breakfast" HotelName="Woovo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 Rajpathanusorn Road, Patong Sub District, Kathu District, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/81/81819a9bdb67c9b93ce6a0cfd20259f7319db4a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1797.66" OriginalAmount="1745.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.83722" Longitude="98.379604" StarRating="4" HotelCode="221561|179629|Bed &amp; Breakfast" HotelName="The Mangrove Panwa Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/6 Moo 6, Ao-yon Khaokhad Rd., Tambon Wichit, Aumpore Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/21/2221107ccd135710c5040d60454e40e3549ceaf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket, approximately 1 km from the beach.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Conference Hall,Nightclub,Shopping Arcade,Sauna,Swimming Pool,Garden,Central Heating,Jacuzzi,Wheelchair Access,24 Hour Security,Airport Transfer (on Demand),Meeting Room,24 Hour Front Desk,Coffee Shop,Elevator,LCD/Projector,Parking</BasicAmenities>
    <HotelRating>5,4,3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,VILLAGE,FAMILY-FRIENDLY HOTEL,SPA HOTEL,HOTEL DE CHARME,CITY HOTEL,APARTMENT HOTEL,BUSINESS HOTEL,HOTEL,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
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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="f3710a58-78bb-4c37-a415-b121a7d2a42f" TimeStamp="0001-01-01T00:00:00" HotelName="Boat Lagoon Resort" HotelCode="11402|78950" StarRating="3" GTCityId="73754" CountryCode="TH" CityName="Phuket" CountryName="Thailand" Address="22/1 Thepkasattri Road Moo 2, Tambon Kohkaew, Amphoe Muang, Phuket 83200" PostCode="83200" PhoneNo="+6676239888" FaxNo="+6676238541,+6676238542" Email="hotel@phuketboatlagoon.com" CheckInTime="15:00" CheckOutTime="12:00" Latitude="7.9620887491817" Longitude="98.385108449074" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: MARINA STANDARD" RoomTypeCode="20261116$20261117$W$321$78950$DBT.DX-PE$13BFRRP$RO$$1~2~2$2~12$N@07~A-SIC~2358e~-2005265410~N~~~NOR~~77A108908CC0446177616914784005AAUK0031001900030825e7b|8|MTIzLjk0fEVVUnwyMDI2LTEwLTI3" OriginalAmount="108" TotalPrice="111.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Oven|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="111.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE" RoomTypeCode="20261116$20261117$W$321$78950$DBT.DX$13BFRRP$RO$$1~2~2$2~12$N@07~A-SIC~2249e~-544522006~N~~~NOR~~77A108908CC0446177616914784005AAUK0031001900030824789|8|MTM3LjcxfEVVUnwyMDI2LTEwLTI3" OriginalAmount="120" TotalPrice="123.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Oven|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="123.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND DELUXE ROOM" RoomTypeCode="20261116$20261117$W$321$78950$DBT.DX-GD$13BFRRP$RO$$1~2~2$2~12$N@07~A-SIC~214ae~-1726100971~N~~~NOR~~77A108908CC0446177616914784005AAUK0031001900030822f97|8|MTUxLjQ3fEVVUnwyMDI2LTEwLTI3" OriginalAmount="132" TotalPrice="135.83" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Oven|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="135.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: MARINA GRAND ROOM" RoomTypeCode="20261116$20261117$W$321$78950$DBT.PE-1$13BFRRP$RO$$1~2~2$2~12$N@07~A-SIC~225b1~-1335296674~N~~~NOR~~77A108908CC0446177616914784005AAUK003100190003082189a|8|MTU0LjI0fEVVUnwyMDI2LTEwLTI3" OriginalAmount="134" TotalPrice="138.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Oven|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="138.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: MARINA GRAND ONE BEDROOM SUITE" RoomTypeCode="20261116$20261117$W$321$78950$SUI.PE-2$13BFRRP$RO$$1~2~2$2~12$N@07~A-SIC~257cd~-1867596733~N~~~NOR~~77A108908CC0446177616914784005AAUK00310019000308202b3|8|MTc5LjAyfEVVUnwyMDI2LTEwLTI3" OriginalAmount="156" TotalPrice="160.53" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Oven|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="160.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: MARINA SUITE" RoomTypeCode="20261116$20261117$W$321$78950$SUI.PE$13BFRRP$RO$$1~2~2$2~12$N@07~A-SIC~247dd~334088426~N~~~NOR~~77A108908CC0446177616914784005AAUK0031001900030824fc0|8|MTkyLjc5fEVVUnwyMDI2LTEwLTI3" OriginalAmount="168" TotalPrice="172.88" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Oven|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="172.88" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: LAGOON SUITE" RoomTypeCode="20261116$20261117$W$321$78950$SUI.ST$13BFRRP$RO$$1~2~2$2~12$N@07~A-SIC~226fd~1357019572~N~~~NOR~~77A108908CC0446177616914784005AAUK00310019000308221dc|8|MjIwLjMzfEVVUnwyMDI2LTEwLTI3" OriginalAmount="192" TotalPrice="197.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Oven|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="197.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY TWO BEDROOM SUITE" RoomTypeCode="20261116$20261117$W$321$78950$SUI.B2$13BFRRP$RO$$1~2~2$2~12$N@07~A-SIC~217120~-733034884~N~~~NOR~~77A108908CC0446177616914784005AAUK0031001900030823ffa|8|MjUwLjYzfEVVUnwyMDI2LTEwLTI3" OriginalAmount="218" TotalPrice="224.74" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Oven|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="224.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/ostrovok/e7/37/e737d37f66d2ce4687c3b6212d0882720b638254.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/8f/60/8f6070ae8e262990e18bcd5918b4b05c5a44dd15.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/5b/7e/5b7e938483844ac24a9aaeb416dd8c4b81f2bc46.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/cb/7b/cb7b749612e18b58b5f2372ea3b46fe267071e2d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/2a/61/2a61092435af22d4086573175dd06403dd9d9a13.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/e0/69/e069baa1da635b0f029ff62c89a5200158391c84.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/ff/52/ff522c050fc3a57deddae3c057404a691ad78441.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/96/1b/961b7edbed54461f7b65fbb20038d313817602a0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/ed/05/ed05a1d018645ed9a5e5d7abf4054443a29c618b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/01/55/015513898861bb273fd9b65437bb544fb3328b5d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/3a/7c/3a7cade62e76e59fefe77f08f8862cb9bd79c620.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/a7/db/a7dbada95444699c2372046b3cf93a262ef4c791.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/e0/03/e00323343da726aee692cde5d65959ddf32db829.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/98/e4/98e4c06ebff7ec30745f804c2c57d0650296c1bd.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/64/04/64046df8c30c1ccd1c014a6286c58f92b474c017.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/d4/ef/d4ef05c47d9493760a229ea4191777958fa666bc.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/d9/f9/d9f96f32103f9adec8a28bc2a09001f761952040.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/2b/91/2b91b96c1e0e40d5b218eaf2ce264328347f947a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/98/18/981866806836362c013b25a7b0a83c9ed40a4965.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/b9/1f/b91fc0436bbf84676811380914cff565ba005018.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/f4/24/f42405540cb45db3aab1b2c4bccabbb0a26564fe.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/5a/da/5adaf90c1cef7d86b0577f938a3a4ff95afc8007.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/0a/be/0abe200749ad6e100acafb6723bf6bb996f0f40d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/ab/b5/abb5892921db46125f93a51772e676664bb098ea.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/82/e3/82e3b223bcfd1f36c18ca8aa08bc26b8b6aa4aaa.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/33/b5/33b536dbd19b5fa5899ed89d3c75f08c9d0a1e29.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/zz/a5/ada593125a4afb2f7f909a32801a2500a328c5cd.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;Centrally located, this family-friendly hotel is situated by Phuket's largest full-serviced marina. In the marina grounds there are 2 resorts: one overlooking the marina and one set amongst lush tropical gardens. The immediate vicinity features restaurants and shops, as well as bars, pubs, discos and public transport links. Phuket International Airport is some 25 km away.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;Units include 288 rooms located in a 4-storey main building and a 3-storey auxiliary building. The friendly staff at the reception desk are happy to answer any questions. A cloakroom, a safe and a currency exchange service are available. Wireless internet access in public areas allows guests to stay connected. Everyday necessities can be purchased at the supermarket. A garden provides extra space for rest and relaxation in the open air. Guests arriving by car can park their vehicles in the car park. Other services include a babysitting service, a childcare service, room service and a laundry service. Active guests can make use of the bicycle hire service to explore the surrounding area.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and individually adjustable heating ensure that rooms maintain comfortable temperatures. A balcony is included as standard in some rooms. Rooms have a double bed or a king-size bed. Separate bedrooms are available. A safe and a minibar are also available. Additional features include a refrigerator, a mini fridge, a stovetop, a microwave and a tea/coffee station. A direct dial telephone, a television with satellite/cable channels and WiFi provide all the essentials for a comfortable holiday. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;While the adults swim a few laps in the outdoor pool, children can enjoy splashing about in their own swimming area. Comfortable sun loungers are available on the terrace. A variety of refreshing drinks await guests at the pool bar. For guests who wish to keep active, cycling/mountain biking, tennis and golf are available. Sport and leisure facilities at the apartment hotel include a gym and billiards. A spa, a sauna and massage treatments are available in the wellness area. Copyright GIATA 2004 - 2020. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Catering options available at the apartment hotel include bed and breakfast, half board and full board. Available meals include breakfast, lunch and dinner.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the accommodation: American Express, VISA, Diners Club, JCB and MasterCard.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>6676238541</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>6676239888</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Located on main road</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1996</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2007</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Annexe</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>288</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>JCB</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Cloakroom</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Small supermarket</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with non-smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle Hire</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half Board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Full Board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Lunch Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Evening Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Children's Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Pool bar</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun loungers</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sailing</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Cycling/Mountain Biking</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Billiards/Snooker</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Golf</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Tennis</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Tourist Centre</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Sea</Description><Value>2000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Park</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Shopping opportunities</Description><Value>800 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Restaurants</Description><Value>100 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bars / Pubs</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Nightclub</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Golf Course</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>1000 Meters</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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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="f3710a58-78bb-4c37-a415-b121a7d2a42f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73754" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-16T00:00:00" End="2026-11-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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="2026-04-14T13:20:01.4002992+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f3710a58-78bb-4c37-a415-b121a7d2a42f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="49.49" OriginalAmount="48.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.900084" Longitude="98.380725" StarRating="3" HotelCode="933367|358146|Bed &amp; Breakfast" HotelName="Blu Monkey Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113/3, 115, 117, Hongyok Utit Road, Talad Yai Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/cd/d1cde289173e3fdb31b6cc607fdfd5f1d1f942a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located right in the heart of Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.12" OriginalAmount="80.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.02230661052" Longitude="98.339445640233" StarRating="2" HotelCode="352955|557537|Bed &amp; Breakfast" HotelName="Live @ Loft Apartelle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>359/16 Moo 1, Tambon Thepkrasatri, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/505901/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on Phuket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.08" OriginalAmount="82.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8875097580914" Longitude="98.390299742891" StarRating="3" HotelCode="127027|713544|Bed &amp; Breakfast" HotelName="La Moon @ Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/6 Luangphor Road, Taladyai, Muang, Phuket, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/48/6948c7ea1ca77d53f2addead30773d4cf68a10ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.92" OriginalAmount="117.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8179846781948" Longitude="98.384765088558" StarRating="3" HotelCode="37489|78891|Bed &amp; Breakfast" HotelName="By The Sea Phuket Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7/6 Moo 6, Soi Bor-Rae, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/71/8d71d4e70451862d92980ff2cc6161093a400fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a quiet location at Panwa beach, and lies less than 2 km from Phuket town. Phuket ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.22" OriginalAmount="129.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.887987" Longitude="98.367475" StarRating="3" HotelCode="188418|302423|Bed &amp; Breakfast" HotelName="Dara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14/18 Moo 4, Chaofa Road, Vichit, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/12/c61258625f0c06af4f842b11b10e4ff1a28b5265.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.00" OriginalAmount="154.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89478" Longitude="98.3449" StarRating="3" HotelCode="118734|107962|Bed &amp; Breakfast" HotelName="Bhukitta Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Phang Nga Road, T. Talad Yai, Muang, Phuket Town 83000, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/69/9c69e778b38e227f88d92b97a823fa39d441d7e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Phuket City with its easily accessible 'Old Town' and man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.88" OriginalAmount="167.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9620887491817" Longitude="98.385108449074" StarRating="3" HotelCode="11402|78950|Bed &amp; Breakfast" HotelName="Boat Lagoon Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Thepkasattri Road Moo 2, Tambon Kohkaew, Amphoe Muang, Phuket 83200</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/37/e737d37f66d2ce4687c3b6212d0882720b638254.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, this family-friendly hotel is situated by Phuket's largest full-serviced marina. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.27" OriginalAmount="172.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88663221708" Longitude="98.39346976816" StarRating="3" HotelCode="119186|138099|Bed &amp; Breakfast" HotelName="Sino House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Montree Road, Talad –Yai, Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/78/ad78de97a44eb96f69708d676d4db21b14c6f724.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Phuket old town, providing easy access to the main road. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.98" OriginalAmount="180.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.80411539" Longitude="98.33116969" StarRating="4" HotelCode="537538|617945|Bed &amp; Breakfast" HotelName="Saturdays Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Golf,Internet,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>136/275-276 Saiyuan-Kata Road, Rawai Sub-District, Muang District, Phuket 83130</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/cd/c0cd69a4177b7f7d2ad3df44818b1e3f9e3a9640.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.97" OriginalAmount="198.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8991378043161" Longitude="98.303079950705" StarRating="4" HotelCode="267100|232376|Bed &amp; Breakfast" HotelName="Bauman Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>201 Pang-Muang Sai Kor Road, Patong, Kathu District, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/61/c561ca262ba3ca404d054e82d0a1ac53f7011959.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phuket, this hotel is about 1 km from the beach.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.09" OriginalAmount="213.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.92507365" Longitude="98.39541406" StarRating="4" HotelCode="423000|657525|Bed &amp; Breakfast" HotelName="Ratana Apart-Hotel at Rassada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Elevator,Internet,Laundry,LCD/Projector,Parking,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58/888 Moo 6 Thepkrasattri Rd., T.Rassada, A.Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/8a/0f8afc75f2157062c38a52ff4b4abdb5f7f67fae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Ratana Apart-Hotel at Rassada in Ratsada, you'll be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.00" OriginalAmount="231.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.09329285" Longitude="98.30292222" StarRating="4" HotelCode="322892|454341|Bed &amp; Breakfast" HotelName="Proud Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Soi Naiyang 2, Naiyang Beach, Talang, Insel Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/09/19095713b6c1e98280393c656bde159f9b3d7631.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Phuket, this boutique hotel has the perfect ambience for guests who appreciate a stylish ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.54" OriginalAmount="237.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.917037" Longitude="98.288385" StarRating="4" HotelCode="188436|231286|Bed &amp; Breakfast" HotelName="IndoChine Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>328/81 Prabaramee Road, Kalim Beach, Patong, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ce/d1ce5519eadb34e7838b2806d7fb637c5d84bef8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phuket.</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="282.83" OriginalAmount="274.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.93985" Longitude="98.426695" StarRating="5" HotelCode="118746|106641|Bed &amp; Breakfast" HotelName="The Village Coconut Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Village,Family-friendly Hotel" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coconut Island, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f8/75/f87595fcbcefc25266237d81744d2459f2cf9c51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is a 5-minute ride via private water taxi from Laem Hin Pier and 5 minutes from the beac...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.96" OriginalAmount="302.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8214732820604" Longitude="98.300729723941" StarRating="4" HotelCode="48830|79141|Bed &amp; Breakfast" HotelName="Sawasdee Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 KateKwan Road, Kata Beach, Phuket 83100</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/32/ed328d2f5090f992485781289cd4e1b5991d9f57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is situated in Kata and is around 10 minutes' walk from the centre of town. The lo...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="314.57" OriginalAmount="305.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8821158077372" Longitude="98.283710181713" StarRating="4" HotelCode="65111|78949|Bed &amp; Breakfast" HotelName="Baan Yin Dee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7/5, Muean Ngen Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/4a/3b4ad5c79a6d3ab1fb0fa35cfd52a87d99a9658a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Patong Beach in the district of Kathu, near to Coral Beach and Perched. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.66" OriginalAmount="322.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.86972678" Longitude="98.35694174" StarRating="5" HotelCode="854094|652310|Bed &amp; Breakfast" HotelName="Ramada Plaza By Wyndham Chao Fah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>8899 Chaofah West Road Moo 2, Wichit District, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8c/698c47f39a039ba9fa0243872c71ffa7917b8a74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.99" OriginalAmount="341.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89647343" Longitude="98.30467228" StarRating="3" HotelCode="355563|538863|Bed &amp; Breakfast" HotelName="Naina Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2/58 Sainamyen 2 Road, Patong Beach, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/67/c167a7c24537001534023b49996061bd12be3f69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Patong.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="553.45" OriginalAmount="537.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.8839534303003" Longitude="98.394216217637" StarRating="4" HotelCode="421790|470476|Bed &amp; Breakfast" HotelName="Blu Monkey Hub and Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Conference Hall,Internet,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi 3 Phangnga Road, Talad Yai, Phuket Town, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/86/398654ee252c0b24910418df8e3b7315de52a1c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Boasting free bikes, Blu Monkey Hub and Hotel is set in Phuket Town, 700 m from Old Phuket Town. Amo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="637.39" OriginalAmount="618.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.933186" Longitude="98.262904" StarRating="5" HotelCode="115864|108956|Bed &amp; Breakfast" HotelName="Paresa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Bar,Conference Hall,Currency Exchange,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Moo 6, Layi-Nakalay Road, Kamala, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/13/141302886f286a6d750ff20e0122002b8b38d0e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Extending out dramatically from the stunningly sculptured cliff tops of Kamala overlooking the spect...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="685.65" OriginalAmount="665.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.1690365908771" Longitude="98.295254409313" StarRating="5" HotelCode="76337|104846|Bed &amp; Breakfast" HotelName="Anantara Mai Khao Phuket Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>888 Moo 3, Tumbon Mai Khao, Amphur Thalang, Phuket</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/57/445770bcbe48cb70f9cc574edb8c9f66ccd2ba4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort enjoys a timeless setting on a secluded stretch of the Phuket coastline. It is set on th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="726.71" OriginalAmount="705.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.9863100040544" Longitude="98.421496008598" StarRating="5" HotelCode="284090|230959|Bed &amp; Breakfast" HotelName="COMO Point Yamu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Moo 7, Paklok, Talang, Phuket 83110</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ac/3dacecd67883b909a3e1352d0020215342806952.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;COMO Point Yamu is located on the eastern side of Phuket on the tip of Cape Yamu. The distinctive li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1251.42" OriginalAmount="1214.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.943576" Longitude="98.262856" StarRating="4" HotelCode="75881|107330|Bed &amp; Breakfast" HotelName="Ayara Kamala Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Village,Spa Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Moo 6, Layi-Nakalay Road, Kamala, Kathu, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/2e/d52e917b14e04afbe82c0c360f325d6d00dda333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The distinct unspoilt beach area of Kamala Bay is a quiet place approximately 4 km from the other si...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1379.46" OriginalAmount="1339.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.89896025" Longitude="98.30176839" StarRating="3" HotelCode="856607|656508|Bed &amp; Breakfast" HotelName="Woovo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 Rajpathanusorn Road, Patong Sub District, Kathu District, Phuket 83150</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/81/81819a9bdb67c9b93ce6a0cfd20259f7319db4a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1797.66" OriginalAmount="1745.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.83722" Longitude="98.379604" StarRating="4" HotelCode="221561|179629|Bed &amp; Breakfast" HotelName="The Mangrove Panwa Phuket" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/6 Moo 6, Ao-yon Khaokhad Rd., Tambon Wichit, Aumpore Muang, Phuket 83000</AddressLine>
          </AddressLines>
          <CityName>Phuket</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/21/2221107ccd135710c5040d60454e40e3549ceaf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phuket, approximately 1 km from the beach.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Conference Hall,Nightclub,Shopping Arcade,Sauna,Swimming Pool,Garden,Central Heating,Jacuzzi,Wheelchair Access,24 Hour Security,Airport Transfer (on Demand),Meeting Room,24 Hour Front Desk,Coffee Shop,Elevator,LCD/Projector,Parking</BasicAmenities>
    <HotelRating>5,4,3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,VILLAGE,FAMILY-FRIENDLY HOTEL,SPA HOTEL,HOTEL DE CHARME,CITY HOTEL,APARTMENT HOTEL,BUSINESS HOTEL,HOTEL,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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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="f3710a58-78bb-4c37-a415-b121a7d2a42f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="2,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73754" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-16T00:00:00" End="2026-11-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="115864|108956|Bed &amp; Breakfast" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
f3710a58-78bb-4c37-a415-b121a7d2a42f|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="f3710a58-78bb-4c37-a415-b121a7d2a42f" TimeStamp="0001-01-01T00:00:00" HotelName="Paresa Resort" HotelCode="115864|108956" StarRating="5" GTCityId="73754" CountryCode="TH" CityName="Phuket" CountryName="Thailand" Address="49 Moo 6, Layi-Nakalay Road, Kamala, Phuket 83150" PostCode="83150" PhoneNo="+6676302000" FaxNo="+6676302001" Email="info@paresaresorts.com" CheckInTime="15:00" CheckOutTime="12:00" Latitude="7.933186" Longitude="98.262904" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Two Bedroom Ocean Pool Suite" RoomTypeCode="20261116$20261117$W$321$108956$DBL.B2-1$GC ALL$BB$$1~2~2$2~12$N@07~A-SIC~2532c6~-774606702~N~~~NOR~~77A108908CC0446177616914784005AAUK003100190003082532c6|8|NzEwLjgzfEVVUnwyMDI2LTEwLTI3" OriginalAmount="619" TotalPrice="637.39" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/10/2026"><Offer>Early Booking discount Amount: -177.70</Offer><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Direct dial telephone|King-size Bed|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="637.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/14/13/141302886f286a6d750ff20e0122002b8b38d0e3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1e/09/1e09b55811e068acb7d0a64f456d5e137b1f0d6c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7d/de/7dde2d96244d81621f1fe65b5f9c52950e2d651b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d9/d3/d9d3a461d506773c09a553ef5939e3f12c742a80.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/46/87/46876b2ef24a273e8dba2009d5c01139a88d83e4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e4/74/e4741539a323b0e76c17997f1fa19f4debccd468.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/dd/39/dd39ff361cfe555a11ee94901dfd9666766c1065.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c8/8d/c88df93858dd00c1a0634731af1bbd81320dcd3d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/55/d2/55d2f5809afa5a93c758b4e0fde9aa7c854fcc2b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7e/1b/7e1b78e3321cbd4f75a10aeafae515483d61644d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d7/09/d70950ebf1e2c44af34efaead7390eb9a09dd5fc.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a1/9f/a19f44719bd240ac873c6db76f7287be9db00cbc.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/54/b6/54b68ad63517257601df2aab96e3e0f626895c69.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/51/dd/51dda870b03d5e4176e7a3b51bb9b11c089cbc27.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/bc/de/bcde765846579d8828782868f8e1cb4aa3d4cefc.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1c/9a/1c9ab8386f37041b5d58b25d2ec4490d94ced3ae.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d7/5b/d75b474ac53b37b64a74b3f74f30ddae1d496e48.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/da/a4/daa4d629e79c37f6b6d7dffa86f4096be6839fca.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/59/d4/59d46af377d37b935a8cc16ad901b6db6a367753.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/32/5f/325f28286ed4555e68e6bbc54387a40cfd0701f9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d5/dc/d5dc4c72ad2b777d982bf02277d8de3e26f64a31.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/fb/cd/fbcd7aec1cf992050971e83cc66a8a608a75a11c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e7/ca/e7ca5200b40c2958ab7eea8a463903c9eeb7c36d.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;Extending out dramatically from the stunningly sculptured cliff tops of Kamala overlooking the spectacular azure waters of the Andaman Sea andsurrounded by lush tropical forests and gardens, the resort lies a short 30-minutes from Phuket International Airport. It is situated at Phuket’s mostsought after address, “Millionaires’ Mile” on Kamala’s Hills. The property is also within easy access of the sleepy, traditional Kamala fishing village and the lively Patong Beach.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;Guests have a choice of 48 rooms. The friendly staff at the reception desk are happy to answer any questions. Amenities include a currency exchange service. Wireless internet access is provided to guests. The tour desk offers assistance with booking excursions. A garden provides extra space for rest and relaxation in the open air. Additional facilities include a library. Further services and facilities include a babysitting service, a DVD hire service, medical assistance, room service, a laundry service, a hairdresser and a hotel shuttle bus.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms include a king-size bed. Children's beds can be requested for younger guests. A desk is provided. Guests will also find a tea/coffee station included among the standard features. A direct dial telephone, a flatscreen television, a DVD player and WiFi (no extra charge) are provided as well. The daily newspaper is laid out for guests in the the rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The outdoor pool complex provides invigorating refreshment. Fine weather can be enjoyed on the terrace. There are many ways to relax or stay active at the resort, including golf, kayaking, snorkelling, a gym, a spa and a beauty salon. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Guests can choose from a range of snacks and meals including breakfast, lunch or dinner.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;Major credit cards are accepted as payment at the accommodation.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 800.00 THB per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Fee for an extra bed: 3,500.00 THB per night.&lt;br /&gt;The number of extra beds depends on the room category. You must take a look at the information about the size of the selected room.</HotelDescription><Facilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>48</Value></HotelFacilities><HotelFacilities><Type>Beach</Type><Description>Directly by the beach</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hairdresser</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Medical Assistance</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Golf</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</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
f3710a58-78bb-4c37-a415-b121a7d2a42f|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="f3710a58-78bb-4c37-a415-b121a7d2a42f" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Two Bedroom Ocean Pool Suite" BoardBasis="Room 1: BED AND BREAKFAST" TotalAdult="2" TotalChild="2">
      <Adults>
        <Adult Title="Mr" FirstName="Naman" LastName="Kapoor" DOB="20010414" Age="25" />
        <Adult Title="Mrs" FirstName="Ami " LastName="Kapoor" DOB="20010414" Age="25" />
      </Adults>
      <Childs>
        <Child Title="Miss" FirstName="Ayushi" LastName="Kapoor" DOB="20240414" Age="2" />
        <Child Title="Miss" FirstName="Adya" LastName="Kapoor" DOB="20140414" Age="12" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="115864|108956|Bed &amp; Breakfast" SourceId="8" RoomTypeCode="20261116$20261117$W$321$108956$DBL.B2-1$GC ALL$BB$$1~2~2$2~12$N@07~A-SIC~2532c6~-774606702~N~~~NOR~~77A108908CC0446177616914784005AAUK003100190003082532c6|8|NzEwLjgzfEVVUnwyMDI2LTEwLTI3" TotalPrice="637.39" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-16T00:00:00" End="2026-11-17T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Naman</FirstName>
    <LastName>Kapoor</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>96</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo>+44 (0) 20 8569 8080</SupportNo>
    <Title>Mr</Title>
  </MHLInfo>
</HotelBookRQ>||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
f3710a58-78bb-4c37-a415-b121a7d2a42f|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Naman</FirstName>
  <LastName>Kapoor</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>96</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo>+44 (0) 20 8569 8080</SupportNo>
  <Title>Mr</Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>Shikha</AgencyReference>
  <AgentMinCnxDate>2026-10-27T00:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2026-10-27T00:00:00" End="2026-11-12T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="637.39" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-11-16T00:00:00</CheckIn>
  <CheckInTime />
  <CheckOut>2026-11-17T00:00:00</CheckOut>
  <CheckOutTime />
  <CostAmountInSalesCurrency>618.83</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>thailand</CountryName>
  <PostCode>83150</PostCode>
  <Rooms>
    <Rooms>
      <Adults>2</Adults>
      <BoardBasis>Room 1: BED AND BREAKFAST</BoardBasis>
      <Children>2</Children>
      <GuestName>Mr Naman Kapoor</GuestName>
      <RoomType>Room 1: Two Bedroom Ocean Pool Suite</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>637.39</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>710.83</SupplierAmount>
  <SupplierCurrency>EUR</SupplierCurrency>
  <SupplierId>240</SupplierId>
  <SupplierMinCnxDate>2026-10-27T00:00:00</SupplierMinCnxDate>
  <SupplierName>HotelBeds</SupplierName>
  <_address>49 Moo 6, Layi-Nakalay Road, Kamala, Phuket 83150</_address>
  <_cityName>Phuket</_cityName>
  <_fax>+6676302001</_fax>
  <_hotelName>Paresa Resort</_hotelName>
  <_phoneNo1>+6676302000</_phoneNo1>
</Hotel> Response:-<Root><FileBookingId>260430512</FileBookingId><BookingId>41880</BookingId></Root>||FalseSystem.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
f3710a58-78bb-4c37-a415-b121a7d2a42f|HotelbedsBook|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
f3710a58-78bb-4c37-a415-b121a7d2a42f|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>260430512</FileBookingId>
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-10-28T16:59:00+00:00" End="2026-11-12T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="618.83" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Car park YES (without additional debit notes). Check-in hour 15:00 - 00:00. Check-out hour 12:00 - 12:00. LGTBIQ friendly. Children get free accommodation, meals payable on the spot 0 4. Deposit on arrival. Identification card at arrival. Minimum check-in age 18. Single-Use Plastic Free. DBL-B2-1: Children share the bed with parents.&lt;br/&gt;</ImportantInfo>
  <SupplierRef>321-10673311</SupplierRef>
</HotelBookRS>||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
b832eba6-7afd-4308-983d-bd52d9ccb702|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="b832eba6-7afd-4308-983d-bd52d9ccb702">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="6,10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80963" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-21T00:00:00" End="2026-11-22T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="PK" 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
b832eba6-7afd-4308-983d-bd52d9ccb702|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
b832eba6-7afd-4308-983d-bd52d9ccb702|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="2026-04-14T13:22:14.0867708+01:00" Version="0" EchoToken="Search" TransactionIdentifier="b832eba6-7afd-4308-983d-bd52d9ccb702" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="116.09" OriginalAmount="112.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.644070439769" Longitude="-73.987848014715" StarRating="3" HotelCode="300593|503839" HotelName="Days Inn by Wyndham Brooklyn Borough Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1118 36th Street, Brooklyn, New York 11218</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/21/72215dd413403245580aaa2efd6bd9abb8d341d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.68" OriginalAmount="127.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.586468" Longitude="-74.190444" StarRating="2" HotelCode="124031|324429" HotelName="Holiday Inn Express Staten Island West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>300 Wild Avenue, 10314 Staten Island</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/09/8609dc0e84fd0690188f7ed73884b39751253068.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.55" OriginalAmount="138.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.610108175246" Longitude="-74.179215431213" StarRating="3" HotelCode="97577|159344" HotelName="Hampton Inn &amp; Suites Staten Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1120 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/93/0793a74822369afa08f80f44281d660167088ad4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.87" OriginalAmount="143.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.766799411111" Longitude="-73.933421211111" StarRating="2" HotelCode="895177|412726" HotelName="Super 8 Motel - Long Island City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-62 14th Street, Long Island City, New York 11106</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9f/4c9fe7317a1fb5fd56438654519474124d61c223.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.20" OriginalAmount="145.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.651056913452" Longitude="-74.003370505752" StarRating="2" HotelCode="369737|714939" HotelName="Phoenix Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>517 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ab/81ab345ba62dbf7cff3fb14530299a6b74998126.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of New York (NY), Phoenix Hotel puts everything the city has to offer just o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.49" OriginalAmount="149.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.624483812293" Longitude="-74.027515329614" StarRating="2" HotelCode="83653|170708" HotelName="Best Western Gregory Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8315 4th Avenue, New York City - Brooklyn, New York 11209</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a7/bfa7c32c235f30a99347875574a9ccaaf86feb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.93" OriginalAmount="151.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.815168" Longitude="-73.915894" StarRating="3" HotelCode="283875|738558" HotelName="Opera House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436 East 149th Street, Bronx, New York, New York 10455</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/04/2904d6d250b7bbca514053c461ec1212239504ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.43" OriginalAmount="154.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.65090102" Longitude="-74.01160203" StarRating="2" HotelCode="571404|608768" HotelName="Quality Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4410 3rd Avenue, Brooklyn, New York 11220</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/05/2e0541934ba118e60d8ad7e40ea726813b833cd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="164.18" OriginalAmount="159.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.614829994169" Longitude="-74.176857769489" StarRating="3" HotelCode="54951|25936" HotelName="Hilton Garden Inn Staten Island" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1100 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/f9/9cf9a6118821dec00c119415a4c603ad71b96884.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.84" OriginalAmount="169.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.61771738" Longitude="-73.92795695" StarRating="2" HotelCode="563414|612082" HotelName="Days Inn Brooklyn Marine Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1766 East 49Th Street, Brooklyn, New York City, New York 11234</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/f9/9df940374b3f50b15602f32ec41d563ae728ef91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including room service and a business centre, fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="178.45" OriginalAmount="173.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.793250301788" Longitude="-73.972232043743" StarRating="2" HotelCode="48088|13445" HotelName="Days Hotel by Wyndham on Broadway NYC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>215 West 94th Street New York, New York 10025</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/60/d160633184b61c7661a2190e771082308c7ea3ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This great value hotel is located on the elegant Upper West Side and is easily reached with the unde...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="179.06" OriginalAmount="173.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.58429115" Longitude="-73.98206177" StarRating="3" HotelCode="956374|663125" HotelName="Best Western Brooklyn-Coney Island Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>2632 West 13th Street, Brooklyn, New York City, New York 11223</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/76/45765a1909b88b751dc075625ee9e0884f418d87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.53" OriginalAmount="183.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.646894" Longitude="-73.9967485" StarRating="2" HotelCode="150295|803519" HotelName="Kings Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/11/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>820 39th Street, Brooklyn, NY 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/d3/6fd354d55c82e13a74078cba08787b993ac265dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - East 16th Street (JRE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.10" OriginalAmount="189.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.761626" Longitude="-73.988098" StarRating="3" HotelCode="43800|124294" HotelName="The Belvedere Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>319 West 48th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2e/272ee98fcabc688be53a1c9d2d0af95a3ceac295.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of New York City's theatre district, this hotel is perfect for both business an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.55" OriginalAmount="189.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.65179427" Longitude="-74.00457904" StarRating="4" HotelCode="320508|436979" HotelName="Wyndham Garden Brooklyn Sunset Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>457 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/10/c2104e40970d2681ae286924fc5c1cef54823573.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.55" OriginalAmount="189.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.66365083" Longitude="-73.99608017" StarRating="3" HotelCode="951222|661965" HotelName="Comfort Inn Prospect Park Brooklyn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>150 20th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ab/a1abefed5f5fa524ec39bf9aae4ed957beb895c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="210.66" OriginalAmount="204.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.752489" Longitude="-73.993748" StarRating="4" HotelCode="15305|16831" HotelName="The New Yorker, A Wyndham Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>481 Eighth Avenue, 34th Street &amp; 8th Avenue, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/34/c2/34c222b72e73a8b0d016b7f12c22c9e3ee7d1766.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located close to various interesting sights of interest. Countless restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.56" OriginalAmount="207.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.720895" Longitude="-74.005449" StarRating="3" HotelCode="123573|160022" HotelName="Hilton Garden Inn New York/Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue of the Americas, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/e6/fce6a02f4c609ba8574f1e047715d46c098325d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located in a vibrant area of New York, close to SoHo and Little Italy. It enjoys a g...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="217.02" OriginalAmount="210.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.708913674696" Longitude="-74.009168744087" StarRating="3" HotelCode="900059|156978" HotelName="Holiday Inn New York City - Wall Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Nassau Street, 10038 New York City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/02727289aea621cea25aff4fef11fe16ea070c70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Financial District, 4 blocks from Wall Street, 5 blocks from the New Yor...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.694398908769" Longitude="-73.931006394333" StarRating="3" HotelCode="542227|654536" HotelName="Hotel RL by Red Lion Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/11/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1080 Broadway, Brooklyn, New York 11221</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/36/af366eecbbf726182f67c42540aa97fdd85c6208.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.50" OriginalAmount="217.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75666133" Longitude="-73.94269133" StarRating="3" HotelCode="946943|668605" HotelName="Wingate by Wyndham Long Island City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>38-70 12th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/d5/05d5bad2ebc4ce5f4369d869576e538f4bd38325.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.59" OriginalAmount="218.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750216" Longitude="-73.973861" StarRating="4" HotelCode="18380|13002" HotelName="The Westin New York Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>212 East 42nd Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/69/78691a8ed3f1a23a5bab5319c35eb21523296454.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is renowned for its high levels of service and enjoys a great location along 42nd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.72" OriginalAmount="218.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.668723437824" Longitude="-73.993035256863" StarRating="2" HotelCode="175532|324368" HotelName="La Quinta by Wyndham Brooklyn Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>533 3rd Avenue, Brooklyn, New York 11215</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/76/e676448247386b0d5d1d5cb3f3bc22892868a8d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="226.85" OriginalAmount="220.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750156054148" Longitude="-73.936757606152" StarRating="3" HotelCode="307991|189672" HotelName="Hilton Garden Inn Long Island City Queensboro Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-21 41st Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/05/78056d13f760972b9ed9afe26410de0ee574fd5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.38" OriginalAmount="222.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.879896" Longitude="-73.831434" StarRating="2" HotelCode="178674|412387" HotelName="Ramada Bronx" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1000 Baychester Avenue, Exit 13 off of I-95, Bronx, NY 10475</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/01/8e01a1485b1dbb013027ee280944687e67b4404e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.68" OriginalAmount="229.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.754336183531" Longitude="-73.935713768005" StarRating="3" HotelCode="906857|322893" HotelName="Four Points by Sheraton Long Island City/Queensboro Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-05 39th Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/08/1708fde5e70f51aa04b5b03d3cd854d6e1229b5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 88 rooms. Most of the storeys can be reached by lift. Services and fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.64" OriginalAmount="232.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750155317002" Longitude="-73.937479736771" StarRating="3" HotelCode="426898|458101" HotelName="Courtyard Long Island City/New York Manhattan View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Designated Smoking Area,Internet,Laundry,Meeting Room,Parking,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29-15 Queens Plaza North, 11101 Long Island City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1c/661c84c5247eb3e8376a0344c84eab85d1f532f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel was constructed in 2016. Hotel was refurbished in 2016. The property consists of 160 rooms. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.46" OriginalAmount="235.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.77041606" Longitude="-73.98971021" StarRating="3" HotelCode="450383|541978" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>538 West 58th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/a1/2aa1c9d34cc703729ea6440991a06638d071e92e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.65" OriginalAmount="235.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.695675" Longitude="-73.983936" StarRating="3" HotelCode="294769|384584" HotelName="Hampton Inn Brooklyn/Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Flatbush Avenue Extension, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/82/9482582604528efbc1013f04bbb46fa9753f8b36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="245.64" OriginalAmount="238.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.758986845669" Longitude="-73.983855396509" StarRating="4" HotelCode="365877|81936" HotelName="Night Hotels Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>157 West 47th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/0c/e60c3f3d5357e40d983de395b823b473e73aa086.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Times Square and Broadway are less than two blocks from the hotel. One block over, on West 46th Stre...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="251.55" OriginalAmount="244.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.712308" Longitude="-73.992722612268" StarRating="3" HotelCode="294131|405818" HotelName="Madison Les Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>154 Madison Street, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/90/7490bda292111f8eb614cf5bda55df17ec8b9c10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.91" OriginalAmount="246.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.718341" Longitude="-73.986269" StarRating="3" HotelCode="205351|196471" HotelName="Holiday Inn NYC Lower East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Delancey Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/9c/af9c9b84c0acd78e6262a047b4774c5bb5943e94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="254.41" OriginalAmount="247.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764867452655" Longitude="-73.981190711639" StarRating="4" HotelCode="410473|107255" HotelName="Manhattan Club Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>200 West 56th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/84/90/8490f4415b3cfd94126d3263856a09aab291d607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of New York City's most desirable locations. It neighbours Central Park,...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="257.38" OriginalAmount="249.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756229" Longitude="-73.992827" StarRating="3" HotelCode="102716|159111" HotelName="Hampton Inn Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>337 West 39th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/70/2970b51b32a8c313dd110258d2d4aaa56d51f081.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can discover the excitement of New York City as this hotel is located within the southern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.32" OriginalAmount="251.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.696405462281" Longitude="-73.984343610841" StarRating="4" HotelCode="316923|417538" HotelName="The Tillary Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Flatbush Avenue Extension, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/57/8957b14f2f9c0da90bbec50315e4f0921b1d48ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.50" OriginalAmount="251.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7505918" Longitude="-73.9857209" StarRating="3" HotelCode="263777|366815" HotelName="Best Western Premier Herald Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 West 36th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/e4/2de4f38039ce43acb08f963f9a5c0f6b3029508f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="262.63" OriginalAmount="254.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.749829362213" Longitude="-73.98606951816" StarRating="3" HotelCode="72172|438219" HotelName="The Gregory" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 West 35th Street, Manhattan, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/43/7b43d97ce6fd3f8ae32a23314ca98d2a648c6e17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Empire State Building, in the heart of the Garment District, within wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.08" OriginalAmount="263.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.748130730587" Longitude="-73.990130424499" StarRating="3" HotelCode="336846|103133" HotelName="Hampton Inn Manhattan - Madison Square Garden Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>116 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b3/bab34746168d7ab2be98b9225873b7d195c09a3d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.61" OriginalAmount="263.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759220487652" Longitude="-73.99551898241" StarRating="3" HotelCode="168046|142665" HotelName="YOTEL New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>570 Tenth Avenue, at West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/23/fb233dcd5e14240ac700af8f6097bf55863a8a2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in Midtown West at 42nd Street and 10th Avenue. Times Square is around 5 mi...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="275.82" OriginalAmount="267.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.752982" Longitude="-73.934123" StarRating="3" HotelCode="284410|384577" HotelName="Home2 Suites by Hilton New York Long Island City/Manhattan View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-06 30th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/d8/a7d8e3c766cc866d325cbc27019d8004d3a37305.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="276.37" OriginalAmount="268.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.709446371652" Longitude="-74.014640450478" StarRating="4" HotelCode="14698|13011" HotelName="New York Marriott Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 West Street at Albany Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/87/6387d197e4e8048acefeb6ecd35a520ddeff8773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Manhattan, only a few minutes’ walk from the subway, Wall Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="277.38" OriginalAmount="269.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.754" Longitude="-73.949264" StarRating="4" HotelCode="98035|323076" HotelName="Ravel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-08 Queens Plaza South, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/4e/634e3d8943d86471a67157d3d40b0368e102111a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.22" OriginalAmount="270.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.70396959981" Longitude="-74.012326630386" StarRating="4" HotelCode="168366|139911" HotelName="DoubleTree by Hilton Hotel New York City - Financial District" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Stone Street, New York, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/da/90da9e1e84803ed4203321c0a5c7f62d8c252d65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.66" OriginalAmount="270.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750318008246" Longitude="-73.96890871891" StarRating="4" HotelCode="16530|14739" HotelName="Millennium Hilton New York One UN Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 United Nations Plaza, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/71/ef71f090cc0339858481a3972bf1910f8b2090d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies opposite the UN in the elegant East Side of Manhattan. It is only a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="280.20" OriginalAmount="272.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.743347219372" Longitude="-73.99334102869" StarRating="3" HotelCode="26225|103134" HotelName="Hampton Inn Manhattan Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>108 West 24th Street, New York City, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/a0/16a0b4bdf15c4d3c593b77d8e42cf498d7d6361e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel located just minutes away from Midtown, Times Square, Madison Square Garden and the Jacob...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="282.00" OriginalAmount="273.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755201146035" Longitude="-73.991661349417" StarRating="3" HotelCode="319454|456861" HotelName="Holiday Inn New York City - Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>585 8th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/a6/52a6d1f7662fce4a4371264ee2b618864b37b0d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="282.53" OriginalAmount="274.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.762149281164" Longitude="-73.982846458215" StarRating="3" HotelCode="17508|13023" HotelName="The Manhattan at Times Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>790 7th Avenue, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/5b/645b266e4ae74a7460e1c38632997901a98cac8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a great location at the heart of Manhattan, this luxury hotel is close to the theatre distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="283.21" OriginalAmount="274.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.753888" Longitude="-73.98614" StarRating="3" HotelCode="47894|122784" HotelName="Courtyard New York Manhattan/Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/4d/d04d6514132e1233817982c8c721852c95d39f24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Fashion District and near to all corporate offices in the Time...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="284.18" OriginalAmount="275.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7517321" Longitude="-73.9840727" StarRating="4" HotelCode="966738|716564" HotelName="Hotel Hendricks" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 West 38th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/eb/b6ebf5edf238480aa12d64829bf8c8c8372d4d49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="284.24" OriginalAmount="275.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.762344100496" Longitude="-73.978201299906" StarRating="4" HotelCode="18531|40021" HotelName="Warwick New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/a4/97a4297e99ebf9c037d2a60e40628f56ecbe3bb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel is perfectly located in the heart of central Manhattan. The Rockefeller C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.99" OriginalAmount="279.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.68955362" Longitude="-73.98821994" StarRating="3" HotelCode="446078|484930" HotelName="Hilton Brooklyn New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Schermerhorn Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e7/d0e7e41c1deb47fbcf15f862ab2c5b8950bebfea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="290.28" OriginalAmount="281.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.714681" Longitude="-73.992894" StarRating="3" HotelCode="204940|363868" HotelName="Howard Johnson Manhattan Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/82/ba827fae2d23b8b80cb07ff1e031364443fee4dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="290.66" OriginalAmount="282.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755707644591" Longitude="-73.982417732477" StarRating="4" HotelCode="336965|45608" HotelName="Royalton New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 West 44th Street, New York, New York City 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/86/7186ed016942322ec33be2f7994bf962078e1c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the heart of midtown Manhattan within a few paces of the shops of F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.23" OriginalAmount="284.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.723828" Longitude="-74.005292" StarRating="3" HotelCode="104038|155252" HotelName="SoHo 54 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Watts Street, Manhattan, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/40/b04001f753cc8a7fb9b533660d1296e4e8319e5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can experience the excitement of Downtown New York City from the hotel. Set in the trendy dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.88" OriginalAmount="285.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756744952388" Longitude="-73.969346682209" StarRating="3" HotelCode="293637|237287" HotelName="Hilton Garden Inn New York/Manhattan - Midtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>206 East 52nd Street, Manhattan, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/e8/34e81e201b57d93f6cfa60d137daff076c6c7b2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="294.09" OriginalAmount="285.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.751630699141" Longitude="-73.972439757411" StarRating="3" HotelCode="431115|614564" HotelName="EVEN Hotel New York - Midtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>221 East 44th Street, New York City - Manhattan, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/63/a0634874f2b19d44b74f92cd2352df961f9e495b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="294.25" OriginalAmount="285.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.71378899" Longitude="-73.95228721" StarRating="4" HotelCode="947270|665560" HotelName="Hotel Indigo Williamsburg - Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>500 Metropolitan Avenue, Brooklyn, New York, New York 11211</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/52/835221fef23e86e6e04582c5e6df5bcc459660a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="295.18" OriginalAmount="286.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.752776" Longitude="-73.985969" StarRating="3" HotelCode="88132|99423" HotelName="Residence Inn New York Manhattan/Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1033 Avenue of the Americas, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/e6/f2e65d817881f928cfd5ada76166cebc451abac6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location on the Avenue of the Americas (6th Avenue), opposite fashionable B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.00" OriginalAmount="287.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.68747817" Longitude="-73.98245676" StarRating="3" HotelCode="308613|587394" HotelName="Holiday Inn Brooklyn Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 Schermerhorn Street, Brooklyn 11215, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/69/2969cc2977475b9d26f373f4638a298525992c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="297.59" OriginalAmount="288.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.760729998236" Longitude="-73.984897434711" StarRating="4" HotelCode="47937|40377" HotelName="Crowne Plaza Times Square Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1605 Broadway, Between West 48th &amp; 49th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/610622253a874081/42/42d8d4e4cc290fa1/02-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Manhattan, directly on the famous Times Square. A vast array o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="297.62" OriginalAmount="288.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75632" Longitude="-73.99314" StarRating="3" HotelCode="124014|157396" HotelName="Holiday Inn Express New York City Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>343 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/30/5e3083979060472f55c5e7ff13c60654e4f7ffbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Manhattan hotel is located in the city centre within 800 m of Madame Tussauds Wax Museum, the N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="297.67" OriginalAmount="289.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.711213187154" Longitude="-74.010464251041" StarRating="4" HotelCode="18374|13440" HotelName="Millennium Hilton New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Church Street, New York City, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ca/14cae83dcc96fde87196775e05eebff5c591ed87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city within walking distance of Wall Street and South Stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.45" OriginalAmount="290.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.68751142" Longitude="-73.98175441" StarRating="3" HotelCode="432558|549862" HotelName="EVEN Hotel Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46 Nevins Street, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/98/a9981844062b0adc675b645c3375dc01c13a6e9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="300.73" OriginalAmount="291.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764318" Longitude="-73.982656" StarRating="3" HotelCode="293925|361566" HotelName="Courtyard New York Manhattan/Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>1717 Broadway, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ec/01ec7414ec4f3c0a34e77406c8b48a5f5d475fa1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="301.64" OriginalAmount="292.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764442" Longitude="-73.981503" StarRating="5" HotelCode="284115|325026" HotelName="Westhouse Hotel New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 55th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/98/7298d954321fdd73a434d52b881e4f9cee616554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="304.57" OriginalAmount="295.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.754539872405" Longitude="-73.993561311045" StarRating="3" HotelCode="530618|572961" HotelName="Hilton Garden Inn New York Times Square South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>326 West 37th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/0b/cf0bffaaaeee97b761054dd2f018700a5cebb516.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="305.60" OriginalAmount="296.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759623772099" Longitude="-73.987275213003" StarRating="4" HotelCode="18404|13016" HotelName="Paramount Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>235 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/dc/1adcf8c446b0c2d96154654dcdaf9a4d0082c57a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant boutique hotel is located on 46th Street, between Broadway and 8th Avenue. It lies in t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="308.26" OriginalAmount="299.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.742767545799" Longitude="-73.983052745462" StarRating="3" HotelCode="318142|109182" HotelName="Park South Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 East 28th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/9c/9b9c4179fcb1ee3591621678b6690d0fee7c9a02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled between Gramercy Park and New York City's Murray Hill neighbourhood on 28th Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.67" OriginalAmount="300.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.76403" Longitude="-73.99455" StarRating="3" HotelCode="221553|237464" HotelName="Holiday Inn Express Manhattan Midtown West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>538 West 48th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0d/690d2808ec3098b0e733374560a0e0b39733d87e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.48" OriginalAmount="301.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.702760375698" Longitude="-74.01204951933" StarRating="3" HotelCode="551145|585145" HotelName="Hilton Garden Inn NYC Financial Center Manhattan Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Water Street, New York City, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/97/e997e2c2ee7a9d90ed93cd6f0ebd230a5f78f83d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="314.89" OriginalAmount="305.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750728" Longitude="-73.972295" StarRating="3" HotelCode="208223|189297" HotelName="Hampton Inn Grand Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 East 43rd Street, New York, New York, 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c7/4ac7cb87d20288572f5e5a859ee28316944e157f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.00" OriginalAmount="305.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.717051974429" Longitude="-73.995195474226" StarRating="3" HotelCode="177790|162379" HotelName="Wyndham Garden Chinatown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>93 Bowery, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/1b/821ba99c4b20d6d8c79ff911ba8a1cb89fa06b03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located right in New York City's Chinatown, just steps away from shopping, bars and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="316.53" OriginalAmount="307.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.74822" Longitude="-73.987857" StarRating="3" HotelCode="13497|164172" HotelName="Martinique New York on Broadway, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 West 32nd Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/dc/3bdc67cc6c028f82cd85529e98f27bd7de9b0ae2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of New York City. Its setting is especially ideal for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="317.48" OriginalAmount="308.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755213763239" Longitude="-73.972933964921" StarRating="4" HotelCode="905557|191794" HotelName="Hotel 48LEX New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>517 Lexington Avenue, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/5d/695d60daa2055dc6f2287caaae5e9901227595c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="318.25" OriginalAmount="308.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.749868579941" Longitude="-73.979620188475" StarRating="4" HotelCode="38552|34735" HotelName="Iberostar 70 Park Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Park Avenue, Cross Street Park Avenue and 38th Street, 10016 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/b5/b1b5bfeced928c52d3ea8279a1187f961430c96c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive and comfortable luxury hotel enjoys a fabulous location on Park Avenue in the centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.81" OriginalAmount="311.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.760821" Longitude="-73.969411" StarRating="4" HotelCode="13154|13392" HotelName="Hotel 57" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 East 57th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/52/d7526bd9a3660a73aadec1f4911e7a82dcfccfc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the centre of one of the city's most sophisticated neighbourhoods, Manhattan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="321.70" OriginalAmount="312.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.748342" Longitude="-73.994637" StarRating="3" HotelCode="67266|103073" HotelName="Holiday Inn Express New York City – Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 West 29th Street, New York, New York 10001-5201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/b6/c6b689dace3346e0ca23fd5dcfb9a92a2f1538e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Downtown New York, just two blocks from Madison Square Garden, this hotel is also five bl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="322.47" OriginalAmount="313.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764646845623" Longitude="-73.980933129787" StarRating="3" HotelCode="15688|13017" HotelName="Park Central Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>870 7th Avenue, New York, New York 10019-4038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/75/f1758b85f855b1e22837cca9ecbfad35687d15be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is in the heart of the theatre district within a few minutes walk from Times Squa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="323.82" OriginalAmount="314.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.761081467516" Longitude="-73.985447287559" StarRating="4" HotelCode="18521|79257" HotelName="The Time" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>224 West 49th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4a/574a79a87d71fa740c786b0dc98382eca2c7d505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located on 49th Street between Broadway and 8th Avenue in the heart of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="324.42" OriginalAmount="314.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756833279034" Longitude="-73.993097822717" StarRating="4" HotelCode="506569|542610" HotelName="DoubleTree by Hilton Hotel New York - Times Square West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>350 West 40th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/25/25fc1c718c15c4b0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="325.45" OriginalAmount="315.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75056786151" Longitude="-73.986012861192" StarRating="3" HotelCode="212667|186829" HotelName="Holiday Inn Express Manhattan Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/101393/ea17b76f-67d2-4309-b900-6d1ee42ab5fa.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="326.64" OriginalAmount="317.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.747072047685" Longitude="-73.987614512443" StarRating="3" HotelCode="175971|167482" HotelName="Hyatt Herald Square New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 West 31st Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/43/5b43a2bcf8d0585672776887ba099d3cca40ee72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in midtown Manhattan, near to attractions such as the Empire State Bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="328.03" OriginalAmount="318.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.751932502794" Longitude="-73.976443111897" StarRating="4" HotelCode="18322|13398" HotelName="Grand Hyatt New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109 East 42nd Park Avenue, at Grand Central Terminal, New York City, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/20/af20f9b83f6783cc53627ae8fc3ec25fa599748c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is conveniently located at the heart of Manhattan on 42nd Street, only a stone'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="328.55" OriginalAmount="318.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746559972365" Longitude="-73.991468846798" StarRating="3" HotelCode="387967|115772" HotelName="Hilton Garden Inn New York/Manhattan-Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 West 28th Street, New York, New York 10001-6102</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/27/2227a9603d866c6797c4e67af233502f345aed06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manhattan's vibrant Chelsea neighbourhood, brimming with shops, galleries, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="329.00" OriginalAmount="319.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7533245" Longitude="-73.935001" StarRating="3" HotelCode="264029|686256" HotelName="Nesva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-12 29th Street, Queens, NY 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/17/04175457dc1648b4c3ceb072664bc82faa56fd18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.18" OriginalAmount="321.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756275381864" Longitude="-73.991649804893" StarRating="4" HotelCode="679595|638447" HotelName="Aliz Hotel Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Bar,Golf,Internet,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>310 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/93/d493ac0f214b6fafc06d1eb203886c5bf3028bc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.31" OriginalAmount="324.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.753668" Longitude="-73.99465" StarRating="4" HotelCode="171913|154270" HotelName="TRYP New York City Times Square South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>345 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/c7/91c704ac7430bf11eb044baa582072789d2d7320.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located by an historic building site, the hotel will put guests within walking distance of key busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="335.12" OriginalAmount="325.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.749555" Longitude="-73.971881" StarRating="4" HotelCode="47957|13384" HotelName="Westgate New York Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 East 42nd Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/dc/99dc2ff3f5e8d3d2e90c43a9ae12d1a90fd92239.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This New York hotel enjoys a great location in New York’s East Side, near the United Nations. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="335.80" OriginalAmount="326.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746751" Longitude="-73.982351" StarRating="3" HotelCode="294773|384585" HotelName="Hilton Garden Inn New York/Midtown Park Ave" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 East 33rd Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/17/91177f30f518c2c11ef149406137f978e0a04317.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="338.36" OriginalAmount="328.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.705176" Longitude="-74.007686" StarRating="4" HotelCode="137369|131819" HotelName="Andaz Wall Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 Wall Street, New York, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/30/7330da547af1da7705acab7b3f97c86efd05ba61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the famed Financial District of New York City, the city hotel is surrounded by many top s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="339.48" OriginalAmount="329.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756891" Longitude="-73.993258" StarRating="3" HotelCode="146899|144432" HotelName="Distrikt New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Free CXL until 16/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>342 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/87/57879c0c29c7a39980e3bce698a2d401558929aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in New York City. For guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="341.42" OriginalAmount="331.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.715602989103" Longitude="-73.996553365607" StarRating="4" HotelCode="429418|479501" HotelName="Hotel 50 Bowery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Bowery, New York City, New York 10013-4801</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/55/e5557c911f6afbbd1621bda07c5669601bf55e03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel 50 Bowery, the first New York City hotel from lifestyle boutique hotel brand to Joie de Vivre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="341.83" OriginalAmount="331.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.719511798637" Longitude="-73.994759716568" StarRating="3" HotelCode="64764|78399" HotelName="Sohotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>341 Broome Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/a9/15a9914c4ecc0034858a335953ade074b4ffc6ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic budget hotel is located in the vibrant Chinatown/Soho area of Manhattan, close to Litt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="344.73" OriginalAmount="334.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.753391609564" Longitude="-73.993991179598" StarRating="4" HotelCode="318370|431538" HotelName="EVEN Hotel New York - Times Square South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>321 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/491437/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.40" OriginalAmount="336.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.747738083747" Longitude="-73.986595912114" StarRating="3" HotelCode="565008|82771" HotelName="The Hotel @ Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 West 32nd Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/29/14298d0637262843b5fdf472e723a117a0e441ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.87" OriginalAmount="336.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.747119277057" Longitude="-73.987074530303" StarRating="2" HotelCode="123388|323937" HotelName="LIFE Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1f/691f073bba4dea97b524b442047746b270304293.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="348.63" OriginalAmount="338.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756487840924" Longitude="-73.992284238338" StarRating="3" HotelCode="142152|127886" HotelName="Four Points by Sheraton Midtown Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>326 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/16/b6167cf140e15945272afc46932d57b6f9e5f292.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just minutes from Times Square, The theatre district, Madison Square Garden an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="349.67" OriginalAmount="339.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750212486868" Longitude="-73.986427634954" StarRating="3" HotelCode="96873|159073" HotelName="Hampton Inn Manhattan-35th St/Empire State Bldg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 West 35th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/dd/f0dd8f79bafb5098fb10de7076b0b7d0c39b97ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="350.06" OriginalAmount="339.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759691832457" Longitude="-73.986139297485" StarRating="3" HotelCode="18299|75479" HotelName="Hotel Edison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>228 West 47th Street, btw. 8th &amp; Broadway, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/02/03022a9826d5dbb18fb722b2a76255a705f9dcb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Midtown Manhattan, just steps from Times Square and within walking distance ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="350.19" OriginalAmount="339.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755527" Longitude="-73.973702" StarRating="4" HotelCode="258456|13009" HotelName="InterContinental New York Barclay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>111 East 48th Street, 10017-1297 New York City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/35/1835fac621ef0373c35bfd0d8b52b8747043027b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is situated at the heart of the city, just steps away from Park Avenue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="350.23" OriginalAmount="340.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.762101079148" Longitude="-73.982823753967" StarRating="3" HotelCode="511167|578271" HotelName="MOXY NYC Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>485 7th Avenue, 10018 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/62/3e623d3fd9a54aed990bf06c98789f249e6de23b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.55" OriginalAmount="341.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.760161905089" Longitude="-73.988529728836" StarRating="4" HotelCode="935722|423218" HotelName="Hotel Riu Plaza New York Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>305 West 46th Street, Manhattan, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/f0/99f0630dc185c230293982e7cab81ea17e0370c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.88" OriginalAmount="342.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.758911619901" Longitude="-73.988233469329" StarRating="3" HotelCode="16464|156757" HotelName="The Row NYC Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>700 8th Avenue, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/f2/13f234c0b71ab847d9f1b7ccb13664a21647e12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well-known hotel benefits from an excellent location at the heart of the Broadway theatre distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.43" OriginalAmount="343.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746745793076" Longitude="-73.991589973594" StarRating="3" HotelCode="936477|402559" HotelName="Cambria Hotel &amp; Suites New York Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 West 28th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/06/9006d76606e46c1bf2eea314a1069414fb94f813.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of New York City, this boutique hotel is ideal for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.64" OriginalAmount="343.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75598" Longitude="-73.97141" StarRating="4" HotelCode="60496|68721" HotelName="San Carlos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>150 East 50th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/c0/9cc03fa068211a494375ace438487649c54fa9cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located in the heart of Midtown Manhattan on New York's fashionable East Side betwee...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="354.25" OriginalAmount="343.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.763259316648" Longitude="-73.985570669174" StarRating="3" HotelCode="13767|159118" HotelName="Hampton Inn Manhattan-Times Square North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>851 Eighth Avenue, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/5a/185acfc3eb1934219cacc93195d9db508d041ac8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Manhattan and close to the Rockefeller Center as well as Cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="355.45" OriginalAmount="345.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756994" Longitude="-73.98487" StarRating="4" HotelCode="31947|13439" HotelName="Millennium Times Square New York- A Hilton Affiliate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 West 44th Street, New York, New York City 10036-4012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/9c/649c87f5a16da9b9da8e02d9c18dd39a7205f822.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, contemporary hotel is located between 6th and Broadway, less than one block from the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="356.67" OriginalAmount="346.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.745339205473" Longitude="-73.992307707667" StarRating="3" HotelCode="13492|125389" HotelName="Holiday Inn Manhattan 6th Ave - Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 West 26th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/70/1e7049cb449a3c13f42597e24090f1c39e704589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located near numerous New York attractions. It is just 5 km from the Statue o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.00" OriginalAmount="348.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.80980675905" Longitude="-73.929109306134" StarRating="2" HotelCode="500836|585986" HotelName="Comfort Inn &amp; Suites Near Stadium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2477 Third Avenue, Bronx, New York 10451</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8b/3f8b50979108d51a734ae18a3d59d181d1ea876f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.38" OriginalAmount="348.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.693553090963" Longitude="-73.988338708878" StarRating="4" HotelCode="14589|25353" HotelName="New York Marriott at the Brooklyn Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Adams Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ac/02ac0a1a6513b632e3d3c788b7f5fdad6e498d81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in Brooklyn's Renaissance Plaza and only around 5 minutes away from Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="360.63" OriginalAmount="350.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="4" HotelCode="980436|683524" HotelName="Radisson NYC Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>525 8th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/58/0558d912269ce42b496d26c9993da9aecd685138.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="361.90" OriginalAmount="351.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750435" Longitude="-73.986998" StarRating="3" HotelCode="899488|113555" HotelName="Hilton Garden Inn New York/West 35th Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>63 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a2/66a2100fa83da25a891d21fe7b6ed065e52b17d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently located in Midtown Manhattan, just steps from some of New York's maj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.03" OriginalAmount="352.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756046" Longitude="-73.970996" StarRating="4" HotelCode="59150|16822" HotelName="Fifty Hotel &amp; Suites by Affinia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155 East 50th Street, at Third Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/f0/61f0e07315c3e521169a5141b3c1898fa4baac17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is very centrally located close to the Rockefeller Center, the United Parks Avenue, the s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.82" OriginalAmount="353.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.688852" Longitude="-73.988779" StarRating="3" HotelCode="99272|108178" HotelName="Nu Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Smith Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/73/5e73d87b390b5ca1f03f09da585100389bb967ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of downtown Brooklyn. Located just minutes from Manhattan, the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.86" OriginalAmount="353.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764488388435" Longitude="-73.981937617063" StarRating="4" HotelCode="366182|16128" HotelName="Dream Midtown New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>210 West 55th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/69/30691d9e1d79d7f83d88350f5b6e19d30bf3b86b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing boutique hotel is New York’s latest celebrity hang-out. It is superbly located on Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="367.69" OriginalAmount="356.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.762657977378" Longitude="-73.983666300774" StarRating="4" HotelCode="15243|13014" HotelName="Novotel New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>226 West 52nd Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b1bff32e782f988677763753e95f7f953f9fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few steps from the nearest links to the public transport network and it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="369.10" OriginalAmount="358.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750278524922" Longitude="-73.977518677712" StarRating="3" HotelCode="54538|48831" HotelName="The Renwick Hotel New York City, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>118 East 40th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/ea/e7eacef1da118b4ba060f1f21d9daba683059cb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stunning hotel, designed in a European style, is located in midtown Manhattan in the Murray Hil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="373.69" OriginalAmount="362.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.744367351307" Longitude="-73.985580056906" StarRating="4" HotelCode="18457|13382" HotelName="The James New York - NoMad" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 East 29th Street, At Madison Avenue, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/17/b1173576f0628a189d1ff81adca47879d2b98e4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Beaux-Arts style hotel offers luxurious accommodation and lies on Madison Avenue within the fas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.50" OriginalAmount="367.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.754458" Longitude="-73.992942" StarRating="3" HotelCode="284885|189694" HotelName="Homewood Suites by Hilton New York Midtown Manhattan Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>312 West 37th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/0e/4c0ee5281ae5e02fe56f5624c9b03309ae88326b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.07" OriginalAmount="369.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.751113" Longitude="-73.984653" StarRating="3" HotelCode="263790|369143" HotelName="Springhill Suites New York Midtown Manhattan/Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 West 37th Street, New York, NY 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/a2/7ea22fb8f4799f95b9e86c971899761c18773265.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="382.12" OriginalAmount="370.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75741" Longitude="-73.969891" StarRating="3" HotelCode="47889|35918" HotelName="Courtyard by Marriot Manhattan Midtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>866 Third Avenue, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/18/4918bb58e37b1e3a617f141af6300f56b2354572.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The well fitted, modern hotel is ideally located in the exclusive East Side of Manhattan right in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="383.45" OriginalAmount="372.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75082283" Longitude="-73.98417667" StarRating="3" HotelCode="955281|724005" HotelName="Wingate by Wyndham New York Midtown South/5th Ave" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 West 37th Street, New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/82/fa82253bc4b5dfa906661d2c0a781e5cc0bffe04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="383.49" OriginalAmount="372.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.742144" Longitude="-74.003569" StarRating="4" HotelCode="174554|177488" HotelName="Dream New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>355 West 16th Street, near 9th Avenue, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/a7/4ba72e14ffd9aecb58ca073556f6d59c7afd03ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of New York City, this urban hotel is ideal for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="384.24" OriginalAmount="373.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746924" Longitude="-73.991409" StarRating="4" HotelCode="892165|159261" HotelName="DoubleTree by Hilton Hotel New York City - Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>128 West 29th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/e8/70e8473f516e07d61c3eae27f7bc51d65f112677.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on 29th Street between Sixth and Seventh Avenues. Within a short walk from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="384.45" OriginalAmount="373.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.73978333" Longitude="-73.98435045" StarRating="4" HotelCode="585788|627959" HotelName="Freehand New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>23 Lexington Avenue, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/e8/8ee8d500f07ba6ff8830b13e316a90aaa97138ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="388.52" OriginalAmount="377.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.584055819242" Longitude="-73.93839597702" StarRating="3" HotelCode="97241|97099" HotelName="Best Western Plus Brooklyn Bay Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3003 Emmons Avenue, New York City - Brooklyn, New York 11235</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/34/f734e5cd82a4a101628c3b5b8af636de051e517e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located with easy access to popular area attractions such as the Coney Isl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="391.53" OriginalAmount="380.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755265980543" Longitude="-73.985708063824" StarRating="3" HotelCode="293865|189697" HotelName="Hilton Garden Inn New York/Times Square Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/2d/4d2d450e76630a884430b3b3ef26dcd807f30165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.57" OriginalAmount="382.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.782524362546" Longitude="-73.981358697397" StarRating="3" HotelCode="20526|229794" HotelName="Belleclaire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2175 Broadway, New York, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/b9/d8b9643e7107ea9a9dc71aa353deae9fdd8b1364.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.37" OriginalAmount="382.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.748514" Longitude="-73.978031" StarRating="4" HotelCode="45051|42944" HotelName="Shelburne Hotel &amp;  Suites by Affinia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>303 Lexington Avenue, at 37th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0e/e20ee98c92018bc3b1696900fbcd45fb35da1b22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant European-style hotel affords a prestigious location in the charming Murray Hill distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.69" OriginalAmount="383.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.762320737433" Longitude="-73.979208469391" StarRating="4" HotelCode="13341|13003" HotelName="New York Hilton Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1335 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/de/8edee50d7361975bf03b9db4d39413634239bb8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale contemporary hotel is situated near the Rockefeller Center, in a great, central locatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="399.73" OriginalAmount="388.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746037070065" Longitude="-73.992650185004" StarRating="4" HotelCode="429347|439381" HotelName="INNSIDE New York NoMad" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>132 West 27th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/93/b7935f8788faf1e9656c394040922b5cfc72f7a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Following the success of this contemporary brand across Europe, INNSIDE New York Nomad is the first ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="401.98" OriginalAmount="390.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.74439212" Longitude="-73.99265365" StarRating="3" HotelCode="855999|797592" HotelName="Renaissance New York Chelsea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 West 25th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/07/6d072d9e8c150b8374a22221803b825ed39291fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.39" OriginalAmount="394.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.74814663" Longitude="-73.94129345" StarRating="3" HotelCode="572108|641607" HotelName="Hyatt Place Long Island City New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Golf,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2707 43rd Avenue, Long Island, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/02/ea024f9960014927905407a43a6f820297b9a023.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys easily and comfortably by lift. Services and facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.04" OriginalAmount="396.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755694968944" Longitude="-73.988661167935" StarRating="3" HotelCode="316212|195837" HotelName="Hampton Inn Manhattan Times Square Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Bar,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 West 41st Street, New York, New York 10036-7203</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/dc/dadc8d118f1b601273ad79030d41c25eab8b1183.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.09" OriginalAmount="396.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.70740281115" Longitude="-74.006395398811" StarRating="3" HotelCode="305439|454541" HotelName="Four Points by Sheraton New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Platt Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/bd/babd61801d8428ad16767e99c7134b61d72ea168.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="409.03" OriginalAmount="397.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75376471" Longitude="-73.99374658" StarRating="3" HotelCode="506770|613801" HotelName="Crowne Plaza HY36 Midtown Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>320 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/f8/baf818bd625e7f0378545c8363b54b4b52f5dfee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.29" OriginalAmount="399.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755327766375" Longitude="-73.986078787794" StarRating="5" HotelCode="935270|573311" HotelName="The Knickerbocker Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Times Square, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f0/4ef0cf74b04d4d7e1a2ebec187e3fc2a0a7d9234.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.59" OriginalAmount="399.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755811264944" Longitude="-73.981558084488" StarRating="4" HotelCode="17732|13449" HotelName="Sofitel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 44th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/b1/cdb127ed2c282d0cfc059b7becd6947b15eaa2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between 5th and 6th Avenues in New York. High-class shopping is one block away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="412.00" OriginalAmount="400.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764491" Longitude="-73.983217" StarRating="3" HotelCode="293866|189698" HotelName="Hilton Garden Inn New York/Central Park South-Midtown West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>237 West 54th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b0/92b02988c7b959416b83fa688296d05e3ff51e0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="414.54" OriginalAmount="402.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750341729871" Longitude="-73.985337868337" StarRating="4" HotelCode="318401|409969" HotelName="Executivel Hotel Le Soleil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b2/07b2d556f68dc6fc5f4c35389ab473224bdae748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this boutique hotel has the perfect ambience for guests who appreciate a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="414.93" OriginalAmount="402.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.758792" Longitude="-73.989742" StarRating="4" HotelCode="160754|130258" HotelName="Intercontinental Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 West 44th St, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/5b/805b32a87ae1b4f9f53c81e8aa37e80ed3d60765.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Times Square neighbourhood, and located on Eighth Avenue, the hotel is close to thou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="417.05" OriginalAmount="404.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.765169" Longitude="-73.982942" StarRating="3" HotelCode="31923|13013" HotelName="The Moderne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>243 West 55th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/28/7428d9f1a3b3219df965bc67632696f5af1ff28f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This private and stylish hotel affords an excellent location surrounded by countless restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="417.27" OriginalAmount="405.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.70580138" Longitude="-74.00509948" StarRating="2" HotelCode="637846|625885" HotelName="AC Hotel New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>151 Maiden Lane, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/2f/cf2fe2b13eb456074aa085c4e94a7e5eff9cc39a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="417.61" OriginalAmount="405.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.761365361206" Longitude="-73.970676591187" StarRating="3" HotelCode="893693|323589" HotelName="Lombardy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 East 56th Street, New York, NY 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/3c/803c2978ef0c0c4b42e84530cf1b0a9a4c272e55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.19" OriginalAmount="406.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.705652337837" Longitude="-74.007020294666" StarRating="3" HotelCode="165487|156975" HotelName="Holiday Inn Express New York City-Wall Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Water Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4f/784fa7e8150a88557d334a2c8fc5ad53a6f51f47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only steps away from Wall Street, the heart of the Financial District.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.85" OriginalAmount="406.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75946868262" Longitude="-73.985698001287" StarRating="4" HotelCode="58326|13458" HotelName="W New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1567 Broadway, Manhattan, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/ff/2eff1af5fb92f7d9cb1c001e4c9aec9c377fe174.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sensational city hotel is housed within a New York skyscraper, which combines cutting-edge desi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="419.26" OriginalAmount="407.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.70506267759" Longitude="-74.006298780441" StarRating="4" HotelCode="72047|85678" HotelName="Eurostars Wall Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Front Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/5b/ba5b7b6f2426d7d1a61e16d89fbc10130cddf5c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located downtown on Front Street at Pine Street, nestled moments from Wall Street's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="424.55" OriginalAmount="412.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756480317178" Longitude="-73.980651349465" StarRating="3" HotelCode="319203|521586" HotelName="Cambria Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/f5/baf58a79d38289e5e6df50a4894f20f5909828f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="429.21" OriginalAmount="416.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756487840924" Longitude="-73.984277844429" StarRating="4" HotelCode="60790|68981" HotelName="Hotel Mela Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/de/3bde7ec228aa0b3ef3e0445907389602cc977af8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests at this hotel may take advantage of its central location in the heart of Times Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="430.53" OriginalAmount="417.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.783381" Longitude="-73.978635" StarRating="4" HotelCode="18461|38701" HotelName="The Lucerne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 79th Street, New York, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/47/3347de7d04c9db026225bbae9b48c0ba694bf415.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the Upper West Side, near Central Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="430.98" OriginalAmount="418.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.758464703661" Longitude="-73.985731601715" StarRating="4" HotelCode="14601|13437" HotelName="New York Marriott Marquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1535 Broadway, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/23/a5235b8c75114b4b7121c9950e41d40bbdd3b751.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spectacular hotel enjoys a stunning location right on Broadway, close to Times Square and the t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="436.10" OriginalAmount="423.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764099586671" Longitude="-73.982922259507" StarRating="3" HotelCode="200929|13380" HotelName="Ameritania at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4e/11/4e111e0b9e161659e403be671fd3f5965d3f6f68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant boutique-style hotel enjoys a superb central location on the corner of Broadway and 54t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="438.63" OriginalAmount="425.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="3" HotelCode="225904|659156" HotelName="Concorde Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>127 East 55th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/50/92503c8cd478c6d62b26e0a745e749d6b0d79aed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="438.66" OriginalAmount="425.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756581" Longitude="-73.988627" StarRating="4" HotelCode="13345|14797" HotelName="Hilton Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West 42nd Street 234, 10036  New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/5b/975b9289727a430e0c6780b3c5ad494ba66c6066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel enjoys a superb location with great views over Manhattan. It is located on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="441.09" OriginalAmount="428.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759398853433" Longitude="-73.97498765809" StarRating="4" HotelCode="59147|96960" HotelName="Omni Berkshire Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 East 52nd Street at Madison Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/49/64495c69900bab17a8cc433ebb813838be0a8de9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is situated in an ideal location on Madison Avenue, just steps away from the Roc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="442.15" OriginalAmount="429.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.771472335053" Longitude="-73.982620239258" StarRating="4" HotelCode="18303|91537" HotelName="The Empire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 West 63rd Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/ef/beefac2106515b3b303a0cd78280d531dc1e4b3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly across the street from the lush greenery of Dante Park. The hotel pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="445.43" OriginalAmount="432.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.760605" Longitude="-73.969153" StarRating="4" HotelCode="396085|55513" HotelName="Fitzpatrick Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>687 Lexington Avenue, Between 56th &amp; 57th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/80/ab80091ec837f253258260bb08cfc4a80048edf4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Lexington Avenue and is neighbour to some of the city's most pop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="447.41" OriginalAmount="434.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.754344" Longitude="-73.994168" StarRating="3" HotelCode="896936|113415" HotelName="DoubleTree by Hilton Hotel New York - Times Square South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 21/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>341 West 36th Street, New York City - Manhattan, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/1e/321e19886aad65b9cee494b7f2286d339a721534.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This newly developed hotel is located on Manhattan's trendy West Side, only steps away from Time Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="451.01" OriginalAmount="437.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.726390836656" Longitude="-74.008806169312" StarRating="4" HotelCode="294757|573305" HotelName="Hotel Hugo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>525 Greenwich Street, New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26f147a9411d37ef7ef4f91e9fc848a30856407.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="454.05" OriginalAmount="440.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755698934609" Longitude="-73.990121353373" StarRating="3" HotelCode="572204|607473" HotelName="AC Hotel New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>260 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1d/27/1d27d3fff471bdd4165c28cb3594188083b2f87e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="454.67" OriginalAmount="441.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759963702684" Longitude="-73.978242749599" StarRating="3" HotelCode="120939|323221" HotelName="Club Quarters Hotel Opposite Rockefeller Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 West 51st Street, (Just off 5th Avenue), New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/323221/323221a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="460.75" OriginalAmount="447.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.782152348622" Longitude="-73.980330589443" StarRating="4" HotelCode="15414|90086" HotelName="Arthouse Hotel New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2178 Broadway at W, 77th Street, New York City, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/eb/55/eb55bd006523d8201262994f3856502520dc6f4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located on the Upper West Side, just 3 blocks from Central Park and away from the tu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="463.74" OriginalAmount="450.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.757829150244" Longitude="-73.983761731158" StarRating="4" HotelCode="60534|71400" HotelName="Kimpton Muse Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/d5/f0d5596109702748794c6d5496a5573ac270e3ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on 46th Street, the hotel is surrounded by all New York has to offer. The centre of New York...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="467.05" OriginalAmount="453.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.74727" Longitude="-73.98986" StarRating="4" HotelCode="160995|134663" HotelName="Kimpton Hotel Eventi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,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,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>851 6th Avenue, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e1/92e1d5ee36463232a654695b9f6e3b1f49d8654a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is situated in the historic Chelsea neighbourhood near the New York t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="467.96" OriginalAmount="454.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.757491517533" Longitude="-73.98411154747" StarRating="4" HotelCode="262261|228794" HotelName="Hyatt Centric Times Square New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 West 45th Street, New York 10036, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3e/d93e8a08f3d905e71a54eaff0f10e27f3e3d6988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="470.16" OriginalAmount="456.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.761364" Longitude="-73.985547" StarRating="4" HotelCode="905704|322632" HotelName="The Pearl New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>233, West 49th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a6/00a6bebc3caa735be35b18a3afd229372a848b20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="472.32" OriginalAmount="458.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756506444034" Longitude="-73.97202979957" StarRating="4" HotelCode="59149|14740" HotelName="The Benjamin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 East 50th Street (at Lexington Avenue), New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/49/b1/49b100340ff23bc86c2ff2b780c092be962983db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located right on Lexington Avenue, across from the Waldorf Astoria, close to Fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="477.74" OriginalAmount="463.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755748280043" Longitude="-73.991906046867" StarRating="3" HotelCode="162516|136990" HotelName="Element New York Times Square West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>311 West 39th Street, Between 8th and 9th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/1c/cd1cc087130ca603a22041573127c1718f712e07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in one of New York City's hottest neighbourhoods. In the heart of it all, T...</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="494.70" OriginalAmount="480.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759764971869" Longitude="-73.984562158585" StarRating="4" HotelCode="16627|87176" HotelName="Renaissance New York Times Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Two Times Square, 714 Seventh Avenue, West 48th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/62/51627e126411463b23dbbbfe368c4cb23c553c16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies the island where Broadway and 7th Avenue meet right in the heart of Times Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="495.54" OriginalAmount="481.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.721749017161" Longitude="-73.987765241734" StarRating="3" HotelCode="307071|406838" HotelName="Hotel Indigo Lower East Side New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Ludlow Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/ff/6fffcca09bc6e04cfb0a4595386c241f17246538.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="499.68" OriginalAmount="485.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.74623701" Longitude="-73.99066367" StarRating="3" HotelCode="446389|562741" HotelName="Hyatt House New York/Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>815 Avenue of the Americas, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c7/4ec7b69cb16fe34dd838d4acfa59722ac1b60c31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="501.46" OriginalAmount="486.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.757270532478" Longitude="-73.983566966123" StarRating="4" HotelCode="144924|668222" HotelName="Merrion Row Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>119 West 45th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7c/777c90faaab7c5ff1333dbabf8439b1799851e36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="506.64" OriginalAmount="491.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.780311926875" Longitude="-73.946091234684" StarRating="3" HotelCode="387969|87177" HotelName="Courtyard New York Manhattan/Upper East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>410 East 92nd Street, New York, New York 10128</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/1e/721ee89378aaa868a6432a2f3774316facae4069.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stunning new property is located in Yorkville, a vibrant residential neighbourhood in the Upper...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="515.69" OriginalAmount="500.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.761422965122" Longitude="-73.982457378716" StarRating="4" HotelCode="87064|481064" HotelName="The Michelangelo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>152 West 51st Street, New York City - Manhattan, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/c7/d3c76cd07b703b40854ceac8756ab5a016967cd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="516.97" OriginalAmount="501.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.758962465589" Longitude="-73.984479010105" StarRating="4" HotelCode="39597|13386" HotelName="DoubleTree Suites by Hilton Hotel New York City - Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1568 Broadway, New York, New York 10036-8201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/3f/193fe62e3c4822cb7125256cf6e53cf63c401a67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords a fabulous location on Times Square. In the immediate vicinity is a diverse selec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="520.38" OriginalAmount="505.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.718568016454" Longitude="-73.989855376075" StarRating="3" HotelCode="68532|87179" HotelName="Blue Moon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/55/0c55202d8e7ef92242ecdb8b688c5872ef0bd5bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of New York's most socially vibrant and attractive Lower East Side...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="521.88" OriginalAmount="506.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.707913331494" Longitude="-74.006583094597" StarRating="4" HotelCode="317042|87757" HotelName="Gild Hall, a Thompson Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Gold Street, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/66/e86689ffef48838af945de3657a1548bf81ee112.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located within a few blocks of Wall Street, the NYSE and leading financial institu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="527.85" OriginalAmount="512.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750046" Longitude="-73.980914" StarRating="3" HotelCode="258932|13054" HotelName="NH Collection New York Madison Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 East 38th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/40/c340bf8f7024b129a03677a94eef772cb646e0a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This renowned European-style boutique hotel is located on Madison Avenue at the heart of New York. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="531.53" OriginalAmount="516.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.758005540374" Longitude="-73.974967896938" StarRating="5" HotelCode="18382|13015" HotelName="Lotte New York Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>455 Madison Avenue, at 50th Street, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/9e/cb9e6ced94147e2d54cc2275dc462b70b432cfc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is one of the top addresses in the country. It enjoys a superb midtown loca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="540.32" OriginalAmount="524.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.71984" Longitude="-74.000102" StarRating="4" HotelCode="166062|137010" HotelName="NoMo SoHo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Crosby Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/bc/d1bc956c11faa60e69ffad9930da5f1a81dd579c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming city hotel is conveniently situated near the airport in the Little Italy neighbourhood ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="543.51" OriginalAmount="527.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755995" Longitude="-73.99370567" StarRating="3" HotelCode="965067|666124" HotelName="Hyatt Place New York City / Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>350 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/56/ab56f29a99f53861e2286c77c8937b3bb3e326f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="576.34" OriginalAmount="559.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.76266" Longitude="-73.982" StarRating="4" HotelCode="17640|13055" HotelName="Sheraton New York Times Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>811 7th Avenue 53rd Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/25/8a25ec2c576bd544a6af4df13a5b0fe80d81ab13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This large luxury hotel is located in the heart of the city just a few minutes’ walk from Times Squa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="577.18" OriginalAmount="560.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.715207155979" Longitude="-74.009194225073" StarRating="4" HotelCode="894762|323472" HotelName="AKA Smyth Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 West Broadway, Tribeca, Manhattan, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/1f/f71f7beb328dedd3a3e0775f9c70475fd30a8faa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="586.22" OriginalAmount="569.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.763421071214" Longitude="-73.980604927681" StarRating="5" HotelCode="76064|104034" HotelName="Conrad New York Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>151 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/c9/37c9058a25fedcc37dc38e54642717305abd85a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located comfortably at the crossroads of culture and commerce in the midtown area; jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="588.68" OriginalAmount="571.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.752224" Longitude="-73.985463" StarRating="4" HotelCode="208064|190868" HotelName="Refinery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 W 38th Street, near the corner of 38th and 6th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/48/fb487835e15ee018a426907ec3c6e4603f678e88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in New York City. For guests who appreciate a stylish amb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="593.35" OriginalAmount="576.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.78057595909" Longitude="-73.981233537197" StarRating="3" HotelCode="10725|13007" HotelName="Beacon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2130 Broadway at 75th Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/45/e2450b25da7c290275fe847a0d6d07eb7c90dd39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This highly popular hotel offers top-quality self-catering accommodation and is situated in the grea...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="593.40" OriginalAmount="576.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="4" HotelCode="985476|775233" HotelName="Hyatt Centric 39th &amp; 5th New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 East 39th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/72/ee728f736f61eb57c1a34c10ad8ca79adb3320ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="602.97" OriginalAmount="585.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750602" Longitude="-73.985711" StarRating="3" HotelCode="189228|231643" HotelName="Hyatt Place New York/Midtown-South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 West 36th Street, New York, New York10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/32/85/3285e03595cc660a8f29ea8f4d722ddb8f57e8c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="614.01" OriginalAmount="596.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.707997710617" Longitude="-74.00142788887" StarRating="3" HotelCode="30059|620296" HotelName="Mr. C Seaport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Peck Slip, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/ae/5faedc364fae48e4a1bfbcfe45680ffa4d6df73d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="635.11" OriginalAmount="616.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.73347429759" Longitude="-73.990067392588" StarRating="4" HotelCode="208204|198336" HotelName="Hyatt Union Square New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Fourth Avenue, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/5f/0b5f3e293f6deaf00f6cefd5a6a0b4f0bd2eac3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="671.87" OriginalAmount="652.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.749539" Longitude="-73.979897" StarRating="4" HotelCode="18347|124112" HotelName="The Kitano New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Park Avenue, At 38th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/ae/a8ae905576b1b3a4328d29ed62e87b537c971965.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="682.78" OriginalAmount="662.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.782027" Longitude="-73.981865" StarRating="3" HotelCode="178665|906896" HotelName="Milburn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242, West 76th St, New York City 10023, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7b/027be55cb23ca2b2c8611330f0b00a75568ac8d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="688.72" OriginalAmount="668.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.71122049" Longitude="-74.00671935" StarRating="5" HotelCode="446426|573333" HotelName="The Beekman, a Thompson Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Nassau Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/c6/6fc6d41cd7d192f8c181e49fd08c5edd97eab5b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="691.29" OriginalAmount="671.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764335009644" Longitude="-73.963184282184" StarRating="3" HotelCode="365923|14742" HotelName="Gardens Suites Hotel by Affinia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>215 East 64th Street, between 2nd and 3rd Avenue, New York, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/d2/9fd2820aa576b9dc774e779f7cb4ce9de8670ec8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This peaceful, elegant haven is located in one of the most exclusive neighbourhoods in New York. Thi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="702.72" OriginalAmount="682.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75179479" Longitude="-73.99106872" StarRating="4" HotelCode="935259|498013" HotelName="Renaissance New York Midtown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>218 West 35th Street, South Garment District, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e8/50e8977af52c650b9adc760b402eaba1d07aa107.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="705.78" OriginalAmount="685.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764709" Longitude="-73.976714" StarRating="4" HotelCode="311586|398262" HotelName="1 Hotel Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1414 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ba/59ba4a5d429c8806566459851ccff0b54fa49931.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="705.90" OriginalAmount="685.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764307461259" Longitude="-73.978530704459" StarRating="4" HotelCode="14277|13018" HotelName="Parker New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 West 56th Street, New York, New York 10019-3318</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/66/4766598307b2f6b4774530c3be6df89dc3e46199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within a short distance of an array of bars, restaurants, shops and links to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="739.44" OriginalAmount="717.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.736701" Longitude="-73.988687" StarRating="4" HotelCode="370663|19344" HotelName="W New York - Union Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>201 Park Avenue South, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/08/0b0809dc3eb9f5637a47f8cfcbc27890082baa0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This visually stunning, luxury boutique hotel is housed within in a landmark building on historic Un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="755.19" OriginalAmount="733.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759288069958" Longitude="-73.984323601258" StarRating="5" HotelCode="771063|675922" HotelName="The Times Square EDITION" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>701 7th Avenue, 20 Times Square, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/2f/132fa8e9a9e52ecb2d2c5929a7602487ddbb8f87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="780.93" OriginalAmount="758.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.765094538875" Longitude="-73.975288692499" StarRating="4" HotelCode="33331|13001" HotelName="Park Lane Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/e8/67e81049f070b01a414b7699e6a20e3e3226cf7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="793.26" OriginalAmount="770.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764616" Longitude="-73.978482" StarRating="4" HotelCode="262316|402731" HotelName="Le Méridien New York, Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 West 57th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/62/9862033a89f56b69f45d65dc2c9b5e11afb7ed4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of New York City, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="818.64" OriginalAmount="794.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.762450621199" Longitude="-73.979070260119" StarRating="4" HotelCode="298918|159131" HotelName="The Hilton Club - New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1335 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/9b/559ba8dd209a43938a8593dad1a539b288c98bf1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="833.75" OriginalAmount="809.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7226223" Longitude="-73.9915685" StarRating="4" HotelCode="482035|537662" HotelName="PUBLIC, an Ian Schrager Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>215 Chrystie Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b7/92b70450b19ef375404d37c07ed8245ee140729c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="834.14" OriginalAmount="809.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.766424384341" Longitude="-73.978376984596" StarRating="5" HotelCode="12195|13388" HotelName="JW Marriott Essex House New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/4a/704a2b9dcd248f1c19b041a5388a7bebcaaf902b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a stunning location on the southern edge of Central Park. In the immediate vicinit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="885.54" OriginalAmount="859.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.76436" Longitude="-73.977922" StarRating="3" HotelCode="899765|125388" HotelName="West 57th Street by Hilton Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>102 West 57th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/f0/4ff052142dca710a12b96d44cb8df073cf4d75a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="921.32" OriginalAmount="894.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.769127" Longitude="-73.981575" StarRating="5" HotelCode="76065|191517" HotelName="Trump International Hotel &amp; Tower New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Central Park West, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/3c/a73cf553dd4df20b37fbff6018a45817e60318d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="984.32" OriginalAmount="955.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7456025" Longitude="-73.9878759" StarRating="3" HotelCode="119708|191518" HotelName="Ace Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 West 29th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/a3/37a3ada28c7fb41c3da0d9d1cdf69d4d6eba1aa9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in New York City. For guests who appreciate a stylish amb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1149.47" OriginalAmount="1115.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756612396824" Longitude="-73.984499565641" StarRating="5" HotelCode="896929|372456" HotelName="The Chatwal, a Luxury Collection Hotel, New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/74/9574ebedd811d26c20111833bd407e459eb0b7d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of New York City, this spa hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1192.16" OriginalAmount="1157.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.749937158274" Longitude="-73.98375749588" StarRating="5" HotelCode="165434|138225" HotelName="The Langham New York, Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>400 Fifth Avenue, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/47/c347e23020dac86cbd88974e8fcddb72f2e5f6fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in vibrant Midtown Manhattan on 36th Street. Within a short walking distan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.32" OriginalAmount="1221.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764545457674" Longitude="-73.968985003101" StarRating="4" HotelCode="59146|98306" HotelName="Loews Regency New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>540 Park Avenue and 61st Street, New York City, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a2/e4a2db44e29badc4f784d5a09ff9d78a0ff37782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a superb location on Park Avenue and 61st Street, just steps away from upsc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1538.96" OriginalAmount="1494.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756739777368" Longitude="-73.974014371634" StarRating="4" HotelCode="907108|13453" HotelName="The Waldorf Astoria New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel,City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Park Avenue, New York City, New York 10022-6897</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a9/b5/a9b548084b70ad7e6113a54ffa7a918e31a17a35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 1232 rooms. A lobby and a reception are available to guests. Individua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1818.33" OriginalAmount="1765.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.76530149327" Longitude="-73.97603943944" StarRating="5" HotelCode="23534|109634" HotelName="The Ritz-Carlton New York, Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/a0/8ba076c112cee78ff663fd1513c4bc04fbb5dcbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, this city hotel is a 1930s European-style landmark located in New York City, NY. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1869.87" OriginalAmount="1815.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.76159749419" Longitude="-73.975177109241" StarRating="5" HotelCode="18411|147400" HotelName="The Peninsula New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>700 Fifth Avenue at 55th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/3c/763cb51fdaae589f9e3ec7204b28ef5400e49438.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location on the corner of Fifth Avenue and 55th Street. It is convenient f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2365.34" OriginalAmount="2296.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.727917" Longitude="-73.990856" StarRating="4" HotelCode="99642|104033" HotelName="The Standard East Village - The Cooper Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Cooper Square, New York City, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/09/7809b6b03e7895c150d06a8e0958dd5dfdc23b52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of Manhattan’s most authentic neighbourhoods.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2419.60" OriginalAmount="2349.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.765386" Longitude="-73.978957" StarRating="5" HotelCode="298192|364497" HotelName="Park Hyatt New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 West 57th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/96/0f969d15f7f1573370150118931baaef1f59769b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2602.20" OriginalAmount="2526.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.768244534719" Longitude="-73.982533067465" StarRating="5" HotelCode="50603|77710" HotelName="Mandarin Oriental New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Columbus Circle at 60th Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa3511a7c60ec4e4102cca711f212068d640a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located at Columbus Circle - a major landmark and point of attraction of New York ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="13269.46" OriginalAmount="12882.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.765084" Longitude="-73.971705" StarRating="5" HotelCode="18418|118093" HotelName="The Pierre, New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 East 61st Street, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/1a/6e1a01723643a3912e015b969c6a678521bae835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This iconic Fifth Avenue hotel overlooks the emerald expanse of Central Park in Midtown Manhattan. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Golf,Kitchen,Wheelchair Access,Lounge,Currency Exchange,Nightclub,Massage Centre,Jacuzzi,Sauna,Diet Meals,24 Hour Power Supply,24 Hour Security,Business Centre,Meeting Room,Parking,Wake-up Call Service,Swimming Pool,Garden,Heated Pool</BasicAmenities>
    <HotelRating>4,3,5,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,ECO HOTEL,SPA HOTEL,HOTEL DE CHARME,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,HOTEL,CONFERENCE HOTEL,APARTMENT HOTEL,VILLAGE</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
b832eba6-7afd-4308-983d-bd52d9ccb702|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="b832eba6-7afd-4308-983d-bd52d9ccb702">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="6,10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80963" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-21T00:00:00" End="2026-11-22T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="PK" 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
b832eba6-7afd-4308-983d-bd52d9ccb702|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="2026-04-14T13:22:32.8961025+01:00" Version="0" EchoToken="Search" TransactionIdentifier="b832eba6-7afd-4308-983d-bd52d9ccb702" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="116.09" OriginalAmount="112.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.644070439769" Longitude="-73.987848014715" StarRating="3" HotelCode="300593|503839|Bed &amp; Breakfast" HotelName="Days Inn by Wyndham Brooklyn Borough Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1118 36th Street, Brooklyn, New York 11218</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/21/72215dd413403245580aaa2efd6bd9abb8d341d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.68" OriginalAmount="127.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.586468" Longitude="-74.190444" StarRating="2" HotelCode="124031|324429|Bed &amp; Breakfast" HotelName="Holiday Inn Express Staten Island West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>300 Wild Avenue, 10314 Staten Island</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/09/8609dc0e84fd0690188f7ed73884b39751253068.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.55" OriginalAmount="138.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.610108175246" Longitude="-74.179215431213" StarRating="3" HotelCode="97577|159344|Bed &amp; Breakfast" HotelName="Hampton Inn &amp; Suites Staten Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1120 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/93/0793a74822369afa08f80f44281d660167088ad4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.87" OriginalAmount="143.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.766799411111" Longitude="-73.933421211111" StarRating="2" HotelCode="895177|412726|Bed &amp; Breakfast" HotelName="Super 8 Motel - Long Island City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-62 14th Street, Long Island City, New York 11106</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9f/4c9fe7317a1fb5fd56438654519474124d61c223.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.49" OriginalAmount="149.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.624483812293" Longitude="-74.027515329614" StarRating="2" HotelCode="83653|170708|Bed &amp; Breakfast" HotelName="Best Western Gregory Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8315 4th Avenue, New York City - Brooklyn, New York 11209</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a7/bfa7c32c235f30a99347875574a9ccaaf86feb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.43" OriginalAmount="154.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.65090102" Longitude="-74.01160203" StarRating="2" HotelCode="571404|608768|Bed &amp; Breakfast" HotelName="Quality Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4410 3rd Avenue, Brooklyn, New York 11220</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/05/2e0541934ba118e60d8ad7e40ea726813b833cd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.84" OriginalAmount="169.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.61771738" Longitude="-73.92795695" StarRating="2" HotelCode="563414|612082|Bed &amp; Breakfast" HotelName="Days Inn Brooklyn Marine Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1766 East 49Th Street, Brooklyn, New York City, New York 11234</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/f9/9df940374b3f50b15602f32ec41d563ae728ef91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including room service and a business centre, fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="179.06" OriginalAmount="173.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.58429115" Longitude="-73.98206177" StarRating="3" HotelCode="956374|663125|Bed &amp; Breakfast" HotelName="Best Western Brooklyn-Coney Island Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>2632 West 13th Street, Brooklyn, New York City, New York 11223</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/76/45765a1909b88b751dc075625ee9e0884f418d87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="186.13" OriginalAmount="180.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.614829994169" Longitude="-74.176857769489" StarRating="3" HotelCode="54951|25936|Bed &amp; Breakfast" HotelName="Hilton Garden Inn Staten Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1100 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/f9/9cf9a6118821dec00c119415a4c603ad71b96884.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.50" OriginalAmount="217.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75666133" Longitude="-73.94269133" StarRating="3" HotelCode="946943|668605|Bed &amp; Breakfast" HotelName="Wingate by Wyndham Long Island City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>38-70 12th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/d5/05d5bad2ebc4ce5f4369d869576e538f4bd38325.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.72" OriginalAmount="218.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.668723437824" Longitude="-73.993035256863" StarRating="2" HotelCode="175532|324368|Bed &amp; Breakfast" HotelName="La Quinta by Wyndham Brooklyn Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>533 3rd Avenue, Brooklyn, New York 11215</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/76/e676448247386b0d5d1d5cb3f3bc22892868a8d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.38" OriginalAmount="222.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.879896" Longitude="-73.831434" StarRating="2" HotelCode="178674|412387|Bed &amp; Breakfast" HotelName="Ramada Bronx" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1000 Baychester Avenue, Exit 13 off of I-95, Bronx, NY 10475</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/01/8e01a1485b1dbb013027ee280944687e67b4404e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.65" OriginalAmount="235.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.695675" Longitude="-73.983936" StarRating="3" HotelCode="294769|384584|Bed &amp; Breakfast" HotelName="Hampton Inn Brooklyn/Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Flatbush Avenue Extension, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/82/9482582604528efbc1013f04bbb46fa9753f8b36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.35" OriginalAmount="237.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.66365083" Longitude="-73.99608017" StarRating="3" HotelCode="951222|661965|Bed &amp; Breakfast" HotelName="Comfort Inn Prospect Park Brooklyn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>150 20th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ab/a1abefed5f5fa524ec39bf9aae4ed957beb895c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="275.82" OriginalAmount="267.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.752982" Longitude="-73.934123" StarRating="3" HotelCode="284410|384577|Bed &amp; Breakfast" HotelName="Home2 Suites by Hilton New York Long Island City/Manhattan View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-06 30th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/d8/a7d8e3c766cc866d325cbc27019d8004d3a37305.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="295.74" OriginalAmount="287.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.751630699141" Longitude="-73.972439757411" StarRating="3" HotelCode="431115|614564|Bed &amp; Breakfast" HotelName="EVEN Hotel New York - Midtown East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>221 East 44th Street, New York City - Manhattan, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/63/a0634874f2b19d44b74f92cd2352df961f9e495b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="298.38" OriginalAmount="289.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756229" Longitude="-73.992827" StarRating="3" HotelCode="102716|159111|Bed &amp; Breakfast" HotelName="Hampton Inn Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>337 West 39th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/70/2970b51b32a8c313dd110258d2d4aaa56d51f081.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can discover the excitement of New York City as this hotel is located within the southern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="301.64" OriginalAmount="292.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764442" Longitude="-73.981503" StarRating="5" HotelCode="284115|325026|Bed &amp; Breakfast" HotelName="Westhouse Hotel New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 55th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/98/7298d954321fdd73a434d52b881e4f9cee616554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="304.20" OriginalAmount="295.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750156054148" Longitude="-73.936757606152" StarRating="3" HotelCode="307991|189672|Bed &amp; Breakfast" HotelName="Hilton Garden Inn Long Island City Queensboro Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-21 41st Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/05/78056d13f760972b9ed9afe26410de0ee574fd5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="308.37" OriginalAmount="299.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.748130730587" Longitude="-73.990130424499" StarRating="3" HotelCode="336846|103133|Bed &amp; Breakfast" HotelName="Hampton Inn Manhattan - Madison Square Garden Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>116 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b3/bab34746168d7ab2be98b9225873b7d195c09a3d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.67" OriginalAmount="300.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.76403" Longitude="-73.99455" StarRating="3" HotelCode="221553|237464|Bed &amp; Breakfast" HotelName="Holiday Inn Express Manhattan Midtown West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>538 West 48th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0d/690d2808ec3098b0e733374560a0e0b39733d87e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.48" OriginalAmount="301.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.702760375698" Longitude="-74.01204951933" StarRating="3" HotelCode="551145|585145|Bed &amp; Breakfast" HotelName="Hilton Garden Inn NYC Financial Center Manhattan Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Water Street, New York City, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/97/e997e2c2ee7a9d90ed93cd6f0ebd230a5f78f83d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="314.89" OriginalAmount="305.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750728" Longitude="-73.972295" StarRating="3" HotelCode="208223|189297|Bed &amp; Breakfast" HotelName="Hampton Inn Grand Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 East 43rd Street, New York, New York, 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c7/4ac7cb87d20288572f5e5a859ee28316944e157f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.00" OriginalAmount="305.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.717051974429" Longitude="-73.995195474226" StarRating="3" HotelCode="177790|162379|Bed &amp; Breakfast" HotelName="Wyndham Garden Chinatown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>93 Bowery, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/1b/821ba99c4b20d6d8c79ff911ba8a1cb89fa06b03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located right in New York City's Chinatown, just steps away from shopping, bars and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="325.45" OriginalAmount="315.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75056786151" Longitude="-73.986012861192" StarRating="3" HotelCode="212667|186829|Bed &amp; Breakfast" HotelName="Holiday Inn Express Manhattan Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/101393/ea17b76f-67d2-4309-b900-6d1ee42ab5fa.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="328.55" OriginalAmount="318.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746559972365" Longitude="-73.991468846798" StarRating="3" HotelCode="387967|115772|Bed &amp; Breakfast" HotelName="Hilton Garden Inn New York/Manhattan-Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 West 28th Street, New York, New York 10001-6102</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/27/2227a9603d866c6797c4e67af233502f345aed06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manhattan's vibrant Chelsea neighbourhood, brimming with shops, galleries, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="335.79" OriginalAmount="326.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.68955362" Longitude="-73.98821994" StarRating="3" HotelCode="446078|484930|Bed &amp; Breakfast" HotelName="Hilton Brooklyn New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Schermerhorn Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e7/d0e7e41c1deb47fbcf15f862ab2c5b8950bebfea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="341.12" OriginalAmount="331.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.74822" Longitude="-73.987857" StarRating="3" HotelCode="13497|164172|Bed &amp; Breakfast" HotelName="Martinique New York on Broadway, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 West 32nd Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/dc/3bdc67cc6c028f82cd85529e98f27bd7de9b0ae2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of New York City. Its setting is especially ideal for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.58" OriginalAmount="332.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756744952388" Longitude="-73.969346682209" StarRating="3" HotelCode="293637|237287|Bed &amp; Breakfast" HotelName="Hilton Garden Inn New York/Manhattan - Midtown East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>206 East 52nd Street, Manhattan, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/e8/34e81e201b57d93f6cfa60d137daff076c6c7b2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="349.67" OriginalAmount="339.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750212486868" Longitude="-73.986427634954" StarRating="3" HotelCode="96873|159073|Bed &amp; Breakfast" HotelName="Hampton Inn Manhattan-35th St/Empire State Bldg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 West 35th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/dd/f0dd8f79bafb5098fb10de7076b0b7d0c39b97ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.55" OriginalAmount="341.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.760161905089" Longitude="-73.988529728836" StarRating="4" HotelCode="935722|423218|Bed &amp; Breakfast" HotelName="Hotel Riu Plaza New York Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>305 West 46th Street, Manhattan, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/f0/99f0630dc185c230293982e7cab81ea17e0370c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.00" OriginalAmount="348.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.80980675905" Longitude="-73.929109306134" StarRating="2" HotelCode="500836|585986|Bed &amp; Breakfast" HotelName="Comfort Inn &amp; Suites Near Stadium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2477 Third Avenue, Bronx, New York 10451</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8b/3f8b50979108d51a734ae18a3d59d181d1ea876f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="365.38" OriginalAmount="354.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746751" Longitude="-73.982351" StarRating="3" HotelCode="294773|384585|Bed &amp; Breakfast" HotelName="Hilton Garden Inn New York/Midtown Park Ave" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 East 33rd Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/17/91177f30f518c2c11ef149406137f978e0a04317.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.50" OriginalAmount="367.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.754458" Longitude="-73.992942" StarRating="3" HotelCode="284885|189694|Bed &amp; Breakfast" HotelName="Homewood Suites by Hilton New York Midtown Manhattan Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>312 West 37th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/0e/4c0ee5281ae5e02fe56f5624c9b03309ae88326b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.06" OriginalAmount="368.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.711213187154" Longitude="-74.010464251041" StarRating="4" HotelCode="18374|13440|Bed &amp; Breakfast" HotelName="Millennium Hilton New York Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Church Street, New York City, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ca/14cae83dcc96fde87196775e05eebff5c591ed87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city within walking distance of Wall Street and South Stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="383.11" OriginalAmount="371.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.753668" Longitude="-73.99465" StarRating="4" HotelCode="171913|154270|Bed &amp; Breakfast" HotelName="TRYP New York City Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>345 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/c7/91c704ac7430bf11eb044baa582072789d2d7320.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located by an historic building site, the hotel will put guests within walking distance of key busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="383.45" OriginalAmount="372.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75082283" Longitude="-73.98417667" StarRating="3" HotelCode="955281|724005|Bed &amp; Breakfast" HotelName="Wingate by Wyndham New York Midtown South/5th Ave" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 West 37th Street, New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/82/fa82253bc4b5dfa906661d2c0a781e5cc0bffe04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="383.82" OriginalAmount="372.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.70396959981" Longitude="-74.012326630386" StarRating="4" HotelCode="168366|139911|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel New York City - Financial District" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Stone Street, New York, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/da/90da9e1e84803ed4203321c0a5c7f62d8c252d65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="388.52" OriginalAmount="377.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.584055819242" Longitude="-73.93839597702" StarRating="3" HotelCode="97241|97099|Bed &amp; Breakfast" HotelName="Best Western Plus Brooklyn Bay Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3003 Emmons Avenue, New York City - Brooklyn, New York 11235</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/34/f734e5cd82a4a101628c3b5b8af636de051e517e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located with easy access to popular area attractions such as the Coney Isl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="388.72" OriginalAmount="377.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7505918" Longitude="-73.9857209" StarRating="3" HotelCode="263777|366815|Bed &amp; Breakfast" HotelName="Best Western Premier Herald Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 West 36th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/e4/2de4f38039ce43acb08f963f9a5c0f6b3029508f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="389.65" OriginalAmount="378.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759220487652" Longitude="-73.99551898241" StarRating="3" HotelCode="168046|142665|Bed &amp; Breakfast" HotelName="YOTEL New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>570 Tenth Avenue, at West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/23/fb233dcd5e14240ac700af8f6097bf55863a8a2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in Midtown West at 42nd Street and 10th Avenue. Times Square is around 5 mi...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="391.53" OriginalAmount="380.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755265980543" Longitude="-73.985708063824" StarRating="3" HotelCode="293865|189697|Bed &amp; Breakfast" HotelName="Hilton Garden Inn New York/Times Square Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/2d/4d2d450e76630a884430b3b3ef26dcd807f30165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.63" OriginalAmount="383.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750318008246" Longitude="-73.96890871891" StarRating="4" HotelCode="16530|14739|Bed &amp; Breakfast" HotelName="Millennium Hilton New York One UN Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 United Nations Plaza, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/71/ef71f090cc0339858481a3972bf1910f8b2090d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies opposite the UN in the elegant East Side of Manhattan. It is only a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="404.04" OriginalAmount="392.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.743347219372" Longitude="-73.99334102869" StarRating="3" HotelCode="26225|103134|Bed &amp; Breakfast" HotelName="Hampton Inn Manhattan Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>108 West 24th Street, New York City, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/a0/16a0b4bdf15c4d3c593b77d8e42cf498d7d6361e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel located just minutes away from Midtown, Times Square, Madison Square Garden and the Jacob...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.04" OriginalAmount="396.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755694968944" Longitude="-73.988661167935" StarRating="3" HotelCode="316212|195837|Bed &amp; Breakfast" HotelName="Hampton Inn Manhattan Times Square Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Bar,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 West 41st Street, New York, New York 10036-7203</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/dc/dadc8d118f1b601273ad79030d41c25eab8b1183.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="416.64" OriginalAmount="404.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759691832457" Longitude="-73.986139297485" StarRating="3" HotelCode="18299|75479|Bed &amp; Breakfast" HotelName="Hotel Edison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>228 West 47th Street, btw. 8th &amp; Broadway, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/02/03022a9826d5dbb18fb722b2a76255a705f9dcb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Midtown Manhattan, just steps from Times Square and within walking distance ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.19" OriginalAmount="406.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.705652337837" Longitude="-74.007020294666" StarRating="3" HotelCode="165487|156975|Bed &amp; Breakfast" HotelName="Holiday Inn Express New York City-Wall Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Water Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4f/784fa7e8150a88557d334a2c8fc5ad53a6f51f47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only steps away from Wall Street, the heart of the Financial District.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="435.46" OriginalAmount="422.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759623772099" Longitude="-73.987275213003" StarRating="4" HotelCode="18404|13016|Bed &amp; Breakfast" HotelName="Paramount Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>235 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/dc/1adcf8c446b0c2d96154654dcdaf9a4d0082c57a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant boutique hotel is located on 46th Street, between Broadway and 8th Avenue. It lies in t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="435.84" OriginalAmount="423.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756833279034" Longitude="-73.993097822717" StarRating="4" HotelCode="506569|542610|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel New York - Times Square West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>350 West 40th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/25/25fc1c718c15c4b0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="439.28" OriginalAmount="426.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.760729998236" Longitude="-73.984897434711" StarRating="4" HotelCode="47937|40377|Bed &amp; Breakfast" HotelName="Crowne Plaza Times Square Manhattan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1605 Broadway, Between West 48th &amp; 49th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/610622253a874081/42/42d8d4e4cc290fa1/02-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Manhattan, directly on the famous Times Square. A vast array o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="442.93" OriginalAmount="430.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.742144" Longitude="-74.003569" StarRating="4" HotelCode="174554|177488|Bed &amp; Breakfast" HotelName="Dream New York Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>355 West 16th Street, near 9th Avenue, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/a7/4ba72e14ffd9aecb58ca073556f6d59c7afd03ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of New York City, this urban hotel is ideal for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="444.39" OriginalAmount="431.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.715602989103" Longitude="-73.996553365607" StarRating="4" HotelCode="429418|479501|Bed &amp; Breakfast" HotelName="Hotel 50 Bowery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Bowery, New York City, New York 10013-4801</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/55/e5557c911f6afbbd1621bda07c5669601bf55e03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel 50 Bowery, the first New York City hotel from lifestyle boutique hotel brand to Joie de Vivre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="447.37" OriginalAmount="434.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764491" Longitude="-73.983217" StarRating="3" HotelCode="293866|189698|Bed &amp; Breakfast" HotelName="Hilton Garden Inn New York/Central Park South-Midtown West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>237 West 54th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b0/92b02988c7b959416b83fa688296d05e3ff51e0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="463.08" OriginalAmount="449.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.70506267759" Longitude="-74.006298780441" StarRating="4" HotelCode="72047|85678|Bed &amp; Breakfast" HotelName="Eurostars Wall Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Front Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/5b/ba5b7b6f2426d7d1a61e16d89fbc10130cddf5c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located downtown on Front Street at Pine Street, nestled moments from Wall Street's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="465.78" OriginalAmount="452.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.745339205473" Longitude="-73.992307707667" StarRating="3" HotelCode="13492|125389|Bed &amp; Breakfast" HotelName="Holiday Inn Manhattan 6th Ave - Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 West 26th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/70/1e7049cb449a3c13f42597e24090f1c39e704589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located near numerous New York attractions. It is just 5 km from the Statue o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="470.16" OriginalAmount="456.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.761364" Longitude="-73.985547" StarRating="4" HotelCode="905704|322632|Bed &amp; Breakfast" HotelName="The Pearl New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>233, West 49th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a6/00a6bebc3caa735be35b18a3afd229372a848b20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="471.85" OriginalAmount="458.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756480317178" Longitude="-73.980651349465" StarRating="3" HotelCode="319203|521586|Bed &amp; Breakfast" HotelName="Cambria Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/f5/baf58a79d38289e5e6df50a4894f20f5909828f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="477.74" OriginalAmount="463.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755748280043" Longitude="-73.991906046867" StarRating="3" HotelCode="162516|136990|Bed &amp; Breakfast" HotelName="Element New York Times Square West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>311 West 39th Street, Between 8th and 9th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/1c/cd1cc087130ca603a22041573127c1718f712e07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in one of New York City's hottest neighbourhoods. In the heart of it all, T...</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="481.47" OriginalAmount="467.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746037070065" Longitude="-73.992650185004" StarRating="4" HotelCode="429347|439381|Bed &amp; Breakfast" HotelName="INNSIDE New York NoMad" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>132 West 27th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/93/b7935f8788faf1e9656c394040922b5cfc72f7a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Following the success of this contemporary brand across Europe, INNSIDE New York Nomad is the first ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="497.29" OriginalAmount="482.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.751113" Longitude="-73.984653" StarRating="3" HotelCode="263790|369143|Bed &amp; Breakfast" HotelName="Springhill Suites New York Midtown Manhattan/Fifth Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 West 37th Street, New York, NY 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/a2/7ea22fb8f4799f95b9e86c971899761c18773265.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="497.37" OriginalAmount="482.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.782152348622" Longitude="-73.980330589443" StarRating="4" HotelCode="15414|90086|Bed &amp; Breakfast" HotelName="Arthouse Hotel New York City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2178 Broadway at W, 77th Street, New York City, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/eb/55/eb55bd006523d8201262994f3856502520dc6f4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located on the Upper West Side, just 3 blocks from Central Park and away from the tu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="499.68" OriginalAmount="485.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.74623701" Longitude="-73.99066367" StarRating="3" HotelCode="446389|562741|Bed &amp; Breakfast" HotelName="Hyatt House New York/Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>815 Avenue of the Americas, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c7/4ec7b69cb16fe34dd838d4acfa59722ac1b60c31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="501.31" OriginalAmount="486.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.747072047685" Longitude="-73.987614512443" StarRating="3" HotelCode="175971|167482|Bed &amp; Breakfast" HotelName="Hyatt Herald Square New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 West 31st Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/43/5b43a2bcf8d0585672776887ba099d3cca40ee72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in midtown Manhattan, near to attractions such as the Empire State Bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="501.49" OriginalAmount="486.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756581" Longitude="-73.988627" StarRating="4" HotelCode="13345|14797|Bed &amp; Breakfast" HotelName="Hilton Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West 42nd Street 234, 10036  New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/5b/975b9289727a430e0c6780b3c5ad494ba66c6066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel enjoys a superb location with great views over Manhattan. It is located on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="520.16" OriginalAmount="505.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.758962465589" Longitude="-73.984479010105" StarRating="4" HotelCode="39597|13386|Bed &amp; Breakfast" HotelName="DoubleTree Suites by Hilton Hotel New York City - Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1568 Broadway, New York, New York 10036-8201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/3f/193fe62e3c4822cb7125256cf6e53cf63c401a67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords a fabulous location on Times Square. In the immediate vicinity is a diverse selec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="526.77" OriginalAmount="511.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755327766375" Longitude="-73.986078787794" StarRating="5" HotelCode="935270|573311|Bed &amp; Breakfast" HotelName="The Knickerbocker Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Times Square, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f0/4ef0cf74b04d4d7e1a2ebec187e3fc2a0a7d9234.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="543.51" OriginalAmount="527.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755995" Longitude="-73.99370567" StarRating="3" HotelCode="965067|666124|Bed &amp; Breakfast" HotelName="Hyatt Place New York City / Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>350 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/56/ab56f29a99f53861e2286c77c8937b3bb3e326f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="552.71" OriginalAmount="536.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755811264944" Longitude="-73.981558084488" StarRating="4" HotelCode="17732|13449|Bed &amp; Breakfast" HotelName="Sofitel New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 44th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/b1/cdb127ed2c282d0cfc059b7becd6947b15eaa2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between 5th and 6th Avenues in New York. High-class shopping is one block away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="554.93" OriginalAmount="538.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.757491517533" Longitude="-73.98411154747" StarRating="4" HotelCode="262261|228794|Bed &amp; Breakfast" HotelName="Hyatt Centric Times Square New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 West 45th Street, New York 10036, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3e/d93e8a08f3d905e71a54eaff0f10e27f3e3d6988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="562.28" OriginalAmount="545.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="4" HotelCode="980436|683524|Bed &amp; Breakfast" HotelName="Radisson NYC Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>525 8th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/58/0558d912269ce42b496d26c9993da9aecd685138.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="562.53" OriginalAmount="546.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.748342" Longitude="-73.994637" StarRating="3" HotelCode="67266|103073|Bed &amp; Breakfast" HotelName="Holiday Inn Express New York City – Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 West 29th Street, New York, New York 10001-5201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/b6/c6b689dace3346e0ca23fd5dcfb9a92a2f1538e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Downtown New York, just two blocks from Madison Square Garden, this hotel is also five bl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="563.47" OriginalAmount="547.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.751932502794" Longitude="-73.976443111897" StarRating="4" HotelCode="18322|13398|Bed &amp; Breakfast" HotelName="Grand Hyatt New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109 East 42nd Park Avenue, at Grand Central Terminal, New York City, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/20/af20f9b83f6783cc53627ae8fc3ec25fa599748c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is conveniently located at the heart of Manhattan on 42nd Street, only a stone'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="563.47" OriginalAmount="547.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.783381" Longitude="-73.978635" StarRating="4" HotelCode="18461|38701|Bed &amp; Breakfast" HotelName="The Lucerne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 79th Street, New York, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/47/3347de7d04c9db026225bbae9b48c0ba694bf415.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the Upper West Side, near Central Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="602.97" OriginalAmount="585.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750602" Longitude="-73.985711" StarRating="3" HotelCode="189228|231643|Bed &amp; Breakfast" HotelName="Hyatt Place New York/Midtown-South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 West 36th Street, New York, New York10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/32/85/3285e03595cc660a8f29ea8f4d722ddb8f57e8c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="622.69" OriginalAmount="604.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.707913331494" Longitude="-74.006583094597" StarRating="4" HotelCode="317042|87757|Bed &amp; Breakfast" HotelName="Gild Hall, a Thompson Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Gold Street, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/66/e86689ffef48838af945de3657a1548bf81ee112.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located within a few blocks of Wall Street, the NYSE and leading financial institu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="629.38" OriginalAmount="611.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750046" Longitude="-73.980914" StarRating="3" HotelCode="258932|13054|Bed &amp; Breakfast" HotelName="NH Collection New York Madison Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 East 38th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/40/c340bf8f7024b129a03677a94eef772cb646e0a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This renowned European-style boutique hotel is located on Madison Avenue at the heart of New York. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="641.57" OriginalAmount="622.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75632" Longitude="-73.99314" StarRating="3" HotelCode="124014|157396|Bed &amp; Breakfast" HotelName="Holiday Inn Express New York City Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>343 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/30/5e3083979060472f55c5e7ff13c60654e4f7ffbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Manhattan hotel is located in the city centre within 800 m of Madame Tussauds Wax Museum, the N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="644.50" OriginalAmount="625.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.762320737433" Longitude="-73.979208469391" StarRating="4" HotelCode="13341|13003|Bed &amp; Breakfast" HotelName="New York Hilton Midtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1335 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/de/8edee50d7361975bf03b9db4d39413634239bb8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale contemporary hotel is situated near the Rockefeller Center, in a great, central locatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="708.88" OriginalAmount="688.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.749539" Longitude="-73.979897" StarRating="4" HotelCode="18347|124112|Bed &amp; Breakfast" HotelName="The Kitano New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Park Avenue, At 38th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/ae/a8ae905576b1b3a4328d29ed62e87b537c971965.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="719.10" OriginalAmount="698.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="4" HotelCode="985476|775233|Bed &amp; Breakfast" HotelName="Hyatt Centric 39th &amp; 5th New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 East 39th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/72/ee728f736f61eb57c1a34c10ad8ca79adb3320ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="720.59" OriginalAmount="699.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.73347429759" Longitude="-73.990067392588" StarRating="4" HotelCode="208204|198336|Bed &amp; Breakfast" HotelName="Hyatt Union Square New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Fourth Avenue, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/5f/0b5f3e293f6deaf00f6cefd5a6a0b4f0bd2eac3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="750.37" OriginalAmount="728.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764709" Longitude="-73.976714" StarRating="4" HotelCode="311586|398262|Bed &amp; Breakfast" HotelName="1 Hotel Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1414 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ba/59ba4a5d429c8806566459851ccff0b54fa49931.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="862.02" OriginalAmount="836.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.763421071214" Longitude="-73.980604927681" StarRating="5" HotelCode="76064|104034|Bed &amp; Breakfast" HotelName="Conrad New York Midtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>151 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/c9/37c9058a25fedcc37dc38e54642717305abd85a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located comfortably at the crossroads of culture and commerce in the midtown area; jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="892.87" OriginalAmount="866.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.71122049" Longitude="-74.00671935" StarRating="5" HotelCode="446426|573333|Bed &amp; Breakfast" HotelName="The Beekman, a Thompson Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Nassau Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/c6/6fc6d41cd7d192f8c181e49fd08c5edd97eab5b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="956.90" OriginalAmount="929.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764307461259" Longitude="-73.978530704459" StarRating="4" HotelCode="14277|13018|Bed &amp; Breakfast" HotelName="Parker New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 West 56th Street, New York, New York 10019-3318</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/66/4766598307b2f6b4774530c3be6df89dc3e46199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within a short distance of an array of bars, restaurants, shops and links to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1245.58" OriginalAmount="1209.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.765094538875" Longitude="-73.975288692499" StarRating="4" HotelCode="33331|13001|Bed &amp; Breakfast" HotelName="Park Lane Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/e8/67e81049f070b01a414b7699e6a20e3e3226cf7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1315.99" OriginalAmount="1277.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756612396824" Longitude="-73.984499565641" StarRating="5" HotelCode="896929|372456|Bed &amp; Breakfast" HotelName="The Chatwal, a Luxury Collection Hotel, New York City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/74/9574ebedd811d26c20111833bd407e459eb0b7d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of New York City, this spa hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1567.12" OriginalAmount="1521.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.749937158274" Longitude="-73.98375749588" StarRating="5" HotelCode="165434|138225|Bed &amp; Breakfast" HotelName="The Langham New York, Fifth Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>400 Fifth Avenue, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/47/c347e23020dac86cbd88974e8fcddb72f2e5f6fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in vibrant Midtown Manhattan on 36th Street. Within a short walking distan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2612.18" OriginalAmount="2536.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.765386" Longitude="-73.978957" StarRating="5" HotelCode="298192|364497|Bed &amp; Breakfast" HotelName="Park Hyatt New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 West 57th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/96/0f969d15f7f1573370150118931baaef1f59769b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2683.96" OriginalAmount="2605.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.768244534719" Longitude="-73.982533067465" StarRating="5" HotelCode="50603|77710|Bed &amp; Breakfast" HotelName="Mandarin Oriental New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Columbus Circle at 60th Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa3511a7c60ec4e4102cca711f212068d640a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located at Columbus Circle - a major landmark and point of attraction of New York ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="13269.46" OriginalAmount="12882.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.765084" Longitude="-73.971705" StarRating="5" HotelCode="18418|118093|Bed &amp; Breakfast" HotelName="The Pierre, New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 East 61st Street, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/1a/6e1a01723643a3912e015b969c6a678521bae835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This iconic Fifth Avenue hotel overlooks the emerald expanse of Central Park in Midtown Manhattan. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Golf,Kitchen,Wheelchair Access,Lounge,Currency Exchange,Nightclub,Massage Centre,Jacuzzi,Sauna,Diet Meals,Swimming Pool,Garden,Heated Pool</BasicAmenities>
    <HotelRating>4,3,5,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,ECO HOTEL,SPA HOTEL,HOTEL DE CHARME,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,HOTEL,CONFERENCE HOTEL,APARTMENT HOTEL,VILLAGE</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
b832eba6-7afd-4308-983d-bd52d9ccb702|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="b832eba6-7afd-4308-983d-bd52d9ccb702">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="6,10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80963" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-21T00:00:00" End="2026-11-22T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="17732|13449|Bed &amp; Breakfast" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="pk" 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
b832eba6-7afd-4308-983d-bd52d9ccb702|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="b832eba6-7afd-4308-983d-bd52d9ccb702" TimeStamp="0001-01-01T00:00:00" HotelName="Sofitel New York" HotelCode="17732|13449" StarRating="4" GTCityId="80963" CountryCode="US" CityName="New York" CountryName="USA" Address="45 West 44th Street, New York City, New York 10036" PostCode="10036" PhoneNo="+12123548844" FaxNo="+12127823099" Email="sofitel.newyork@sofitel.com" CheckInTime="15:00" CheckOutTime="11:00" Latitude="40.755811264944" Longitude="-73.981558084488" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior 2 Queen Beds" RoomTypeCode="20261121$20261122$W$254$13449$DBL.2Q-SU$ID_B2B_97$RO$APFLMRA1$1~2~2$6~10$N@07~A-SIC~24727d~-293795115~N~~~NOR~~94ED4ACF06384FE177616933418305AAUK021701840012082011cb|8|NDU5LjAxfEVVUnwyMDI2LTExLTE0" OriginalAmount="400" TotalPrice="411.59" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-14T00:00:00" End="2026-11-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="399.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Luxury 2 Queen Beds City View" RoomTypeCode="20261121$20261122$W$254$13449$DBL.2Q-CV$ID_B2B_97$RO$APFLMRA1$1~2~2$6~10$N@07~A-SIC~25e2cb~808783747~N~~~NOR~~94ED4ACF06384FE177616933418305AAUK02170184001208215203|8|NTE1LjIxfEVVUnwyMDI2LTExLTE0" OriginalAmount="449" TotalPrice="461.99" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-14T00:00:00" End="2026-11-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="448.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Signature Skyline View 2 Queen Beds High Floor" RoomTypeCode="20261121$20261122$W$254$13449$DBL.2Q-WV$ID_B2B_97$RO$APFLMRA1$1~2~2$6~10$N@07~A-SIC~2542fc~-1293561275~N~~~NOR~~94ED4ACF06384FE177616933418305AAUK02170184001208222226|8|NTUwLjM0fEVVUnwyMDI2LTExLTE0" OriginalAmount="479" TotalPrice="493.48" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-14T00:00:00" End="2026-11-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="479.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Prestige 1 Bedroom King Suite" RoomTypeCode="20261121$20261122$W$254$13449$SUI.PT$ID_B2B_97$RO$APFLMRA1$1~2~2$6~10$N@07~A-SIC~2362fe~-355580670~N~~~NOR~~94ED4ACF06384FE177616933418305AAUK02170184001208246272|8|NjI2LjcwfEVVUnwyMDI2LTExLTE0" OriginalAmount="546" TotalPrice="561.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-14T00:00:00" End="2026-11-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="545.59" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Signature Skyscraper View High Floor 1 Bedroom King Suite" RoomTypeCode="20261121$20261122$W$254$13449$SUI.B1$ID_B2B_97$RO$APFLMRA1$1~2~2$6~10$N@07~A-SIC~22d32f~-153400349~N~~~NOR~~94ED4ACF06384FE177616933418305AAUK0217018400120823e29a|8|NjY2LjYyfEVVUnwyMDI2LTExLTE0" OriginalAmount="580" TotalPrice="597.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-14T00:00:00" End="2026-11-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="580.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Signature Iconic Building View High Floors 1 Bedroom King Suite" RoomTypeCode="20261121$20261122$W$254$13449$SUI.WV$ID_B2B_97$RO$APFLMRA1$1~2~2$6~10$N@07~A-SIC~21141a~1817748085~N~~~NOR~~94ED4ACF06384FE177616933418305AAUK0217018400120821735a|8|ODU4LjIzfEVVUnwyMDI2LTExLTE0" OriginalAmount="747" TotalPrice="769.57" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-14T00:00:00" End="2026-11-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="747.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/cd/b1/cdb127ed2c282d0cfc059b7becd6947b15eaa2dd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/08/bf/08bf6edfe21767b7ca7ed5e5c061d25440faf0d0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/12/ab/12abe054c1cf55c8d08e1a4b51878376b3cfe0c7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8e/9a/8e9a4d0baa8be903045d89b0f03f5671dae93503.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b5/dd/b5dd183ffa525583f626db58f73d3df63586a668.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a8/df/a8dfd85a00b1fbd1bb6198aecbfc44eff8cc6e72.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7c/23/7c2335bd83b27046e277a54591246ade31aae7b3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/49/8e/498e0899450bc6098ff41b94a4899574068d864c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/25/c2/25c289f92706c6e0e83fcb0605fb268a1f3bce20.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/43/64/436450ea27e6b1fc84f039bbd40d440b2c8a6bc1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/df/6f/df6fc81d6c3245ee3998e3d798e9b97fa5dd44c3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/44/4d/444d2f7a30e15710c90a0c2d1b0dc5eba02d6caf.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8d/8a/8d8afa705541f984319c6861840ce9980e4a8ad1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/37/6d/376d9bdbf8f1737dc9f88cabc2a3b480afd7ad56.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3c/63/3c63dfe8f4271a190e06e79e1ff17c22e9448209.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/15/ca/15ca3500e8ddcf46bc073270e245715e6bac854b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7b/4b/7b4bcd2ce6db75893df5643c907254236d7ae7d6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0d/40/0d400e6b00a5214ae285ac2c331960c529f2f787.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/34/2b/342b5ea9fe3999ebaeb998224769c4a1139e6d78.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1c/9f/1c9f8b5224b0304ef057548e9ce081a5562f2723.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/00/51/0051d7fab2ca35c5055a8e6cf034841db6689b7f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d9/15/d915b23c0039c3ecc4fc32902f1261bd6d746ff6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/83/7d/837d1c17b6d192cc18861d8d52f2fd920fba66a2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1f/4b/1f4ba39933e96ddc2e9d91b67708ff55289a4753.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f8/34/f834477a2e51b9d6d507ed3f8f5072245b0fc0f4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/26/34/2634c6e4e11aad95dfec303170056d13787b4e8c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6b/14/6b144bc58040a895b2e7941124b1ecc8745c446f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d1/e8/d1e8a7be27b2788540eb062c9657bd479c04a7d8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ce/c7/cec783f3e46ca30d3585da3f2a3226f2c3acdcc7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f0/42/f0422ad0770369c501a19855ae31fcb4e9219b13.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c6/38/c638b2fe75ee2aaf5927111240ac7d7230c064c0.PNG" /><Image Url="https://cdn.worldota.net/t/x500/content/a1/94/a194a06d8a0b75dbfaaf10a83d636e7e52a1258e.PNG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located between 5th and 6th Avenues in New York. High-class shopping is one block away on 5th Avenue. Within four blocks of the hotel are Broadway theatres, the Rockefeller Center, Times Square and Bryant Park. Grand Central Station is within three blocks of the hotel. John F Kennedy International Airport is approximately 28 kilometres away, while LaGuardia Airport is roughly 14 kilometres from the hotel’s front door.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;398 rooms are located on 30 storeys and can be reached by lift. Staffed 24 hours a day, the reception desk makes check-in and check-out easy. A safe, a currency exchange service, a newspaper stand, room service, a laundry service, a conference room and a business centre are available. Wireless internet access allows guests to stay connected while on holiday. Guests can browse a number of shops, including a souvenir shop. Guests arriving by car can park their vehicles in the garage (for a fee) or in the car park (for a fee).&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and individually adjustable heating ensure that rooms maintain comfortable temperatures. All rooms are carpeted and include a double bed or a king-size bed. A safe and a minibar are also available. Guests will also find a mini fridge included among the standard features. An ironing set is provided for guests' convenience. A telephone, a television with satellite/cable channels, a radio and WiFi are provided as well. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. The hotel has family rooms and non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;After an eventful day, guests can work out and recharge in the gym. Copyright GIATA 2004 - 2020. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Guests can choose options including breakfast, lunch and dinner.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;All major credit cards, including American Express, VISA, Diners Club, JCB and MasterCard, are accepted for payment.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>1-212-782-3099</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>1-212-354-8844</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>30</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>398</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>JCB</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour check-in</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Newspaper kiosk</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Shops</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with air conditioning </Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with non-smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</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
b832eba6-7afd-4308-983d-bd52d9ccb702|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="b832eba6-7afd-4308-983d-bd52d9ccb702">
  <Rooms>
    <Room RoomType="Room 1: Superior 2 Queen Beds" TotalAdult="2" TotalChild="2">
      <Childs>
        <Child Age="6" />
        <Child Age="10" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="17732|13449" SourceId="8" RoomTypeCode="20261121$20261122$W$254$13449$DBL.2Q-SU$ID_B2B_97$RO$APFLMRA1$1~2~2$6~10$N@07~A-SIC~24727d~-293795115~N~~~NOR~~94ED4ACF06384FE177616933418305AAUK021701840012082011cb|8|NDU5LjAxfEVVUnwyMDI2LTExLTE0" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-21T00:00:00" End="2026-11-22T00: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
b832eba6-7afd-4308-983d-bd52d9ccb702|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>
  <TotalAmount>411.59</TotalAmount>
  <TraceId>b832eba6-7afd-4308-983d-bd52d9ccb702</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
b832eba6-7afd-4308-983d-bd52d9ccb702|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="b832eba6-7afd-4308-983d-bd52d9ccb702">
  <Rooms>
    <Room RoomType="Room 1: Superior 2 Queen Beds" TotalAdult="2" TotalChild="2">
      <Childs>
        <Child Age="6" />
        <Child Age="10" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="17732|13449" SourceId="8" RoomTypeCode="20261121$20261122$W$254$13449$DBL.2Q-CV$ID_B2B_97$RO$APFLMRA1$1~2~2$6~10$N@07~A-SIC~25e2cb~808783747~N~~~NOR~~94ED4ACF06384FE177616933418305AAUK02170184001208215203|8|NTE1LjIxfEVVUnwyMDI2LTExLTE0" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-21T00:00:00" End="2026-11-22T00: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
b832eba6-7afd-4308-983d-bd52d9ccb702|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>
  <TotalAmount>461.99</TotalAmount>
  <TraceId>b832eba6-7afd-4308-983d-bd52d9ccb702</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
b832eba6-7afd-4308-983d-bd52d9ccb702|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="b832eba6-7afd-4308-983d-bd52d9ccb702">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="6,10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80963" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-21T00:00:00" End="2026-11-22T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="PK" 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
b832eba6-7afd-4308-983d-bd52d9ccb702|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="2026-04-14T13:23:01.1554528+01:00" Version="0" EchoToken="Search" TransactionIdentifier="b832eba6-7afd-4308-983d-bd52d9ccb702" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="116.09" OriginalAmount="112.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.644070439769" Longitude="-73.987848014715" StarRating="3" HotelCode="300593|503839|Bed &amp; Breakfast" HotelName="Days Inn by Wyndham Brooklyn Borough Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1118 36th Street, Brooklyn, New York 11218</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/21/72215dd413403245580aaa2efd6bd9abb8d341d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.68" OriginalAmount="127.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.586468" Longitude="-74.190444" StarRating="2" HotelCode="124031|324429|Bed &amp; Breakfast" HotelName="Holiday Inn Express Staten Island West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>300 Wild Avenue, 10314 Staten Island</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/09/8609dc0e84fd0690188f7ed73884b39751253068.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.55" OriginalAmount="138.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.610108175246" Longitude="-74.179215431213" StarRating="3" HotelCode="97577|159344|Bed &amp; Breakfast" HotelName="Hampton Inn &amp; Suites Staten Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1120 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/93/0793a74822369afa08f80f44281d660167088ad4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.87" OriginalAmount="143.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.766799411111" Longitude="-73.933421211111" StarRating="2" HotelCode="895177|412726|Bed &amp; Breakfast" HotelName="Super 8 Motel - Long Island City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-62 14th Street, Long Island City, New York 11106</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9f/4c9fe7317a1fb5fd56438654519474124d61c223.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.49" OriginalAmount="149.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.624483812293" Longitude="-74.027515329614" StarRating="2" HotelCode="83653|170708|Bed &amp; Breakfast" HotelName="Best Western Gregory Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8315 4th Avenue, New York City - Brooklyn, New York 11209</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a7/bfa7c32c235f30a99347875574a9ccaaf86feb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.43" OriginalAmount="154.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.65090102" Longitude="-74.01160203" StarRating="2" HotelCode="571404|608768|Bed &amp; Breakfast" HotelName="Quality Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4410 3rd Avenue, Brooklyn, New York 11220</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/05/2e0541934ba118e60d8ad7e40ea726813b833cd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.84" OriginalAmount="169.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.61771738" Longitude="-73.92795695" StarRating="2" HotelCode="563414|612082|Bed &amp; Breakfast" HotelName="Days Inn Brooklyn Marine Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1766 East 49Th Street, Brooklyn, New York City, New York 11234</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/f9/9df940374b3f50b15602f32ec41d563ae728ef91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including room service and a business centre, fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="179.06" OriginalAmount="173.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.58429115" Longitude="-73.98206177" StarRating="3" HotelCode="956374|663125|Bed &amp; Breakfast" HotelName="Best Western Brooklyn-Coney Island Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>2632 West 13th Street, Brooklyn, New York City, New York 11223</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/76/45765a1909b88b751dc075625ee9e0884f418d87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="186.13" OriginalAmount="180.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.614829994169" Longitude="-74.176857769489" StarRating="3" HotelCode="54951|25936|Bed &amp; Breakfast" HotelName="Hilton Garden Inn Staten Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1100 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/f9/9cf9a6118821dec00c119415a4c603ad71b96884.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.50" OriginalAmount="217.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75666133" Longitude="-73.94269133" StarRating="3" HotelCode="946943|668605|Bed &amp; Breakfast" HotelName="Wingate by Wyndham Long Island City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>38-70 12th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/d5/05d5bad2ebc4ce5f4369d869576e538f4bd38325.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.72" OriginalAmount="218.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.668723437824" Longitude="-73.993035256863" StarRating="2" HotelCode="175532|324368|Bed &amp; Breakfast" HotelName="La Quinta by Wyndham Brooklyn Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>533 3rd Avenue, Brooklyn, New York 11215</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/76/e676448247386b0d5d1d5cb3f3bc22892868a8d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.38" OriginalAmount="222.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.879896" Longitude="-73.831434" StarRating="2" HotelCode="178674|412387|Bed &amp; Breakfast" HotelName="Ramada Bronx" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1000 Baychester Avenue, Exit 13 off of I-95, Bronx, NY 10475</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/01/8e01a1485b1dbb013027ee280944687e67b4404e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.65" OriginalAmount="235.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.695675" Longitude="-73.983936" StarRating="3" HotelCode="294769|384584|Bed &amp; Breakfast" HotelName="Hampton Inn Brooklyn/Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Flatbush Avenue Extension, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/82/9482582604528efbc1013f04bbb46fa9753f8b36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.35" OriginalAmount="237.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.66365083" Longitude="-73.99608017" StarRating="3" HotelCode="951222|661965|Bed &amp; Breakfast" HotelName="Comfort Inn Prospect Park Brooklyn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>150 20th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ab/a1abefed5f5fa524ec39bf9aae4ed957beb895c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="275.82" OriginalAmount="267.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.752982" Longitude="-73.934123" StarRating="3" HotelCode="284410|384577|Bed &amp; Breakfast" HotelName="Home2 Suites by Hilton New York Long Island City/Manhattan View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-06 30th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/d8/a7d8e3c766cc866d325cbc27019d8004d3a37305.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="295.74" OriginalAmount="287.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.751630699141" Longitude="-73.972439757411" StarRating="3" HotelCode="431115|614564|Bed &amp; Breakfast" HotelName="EVEN Hotel New York - Midtown East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>221 East 44th Street, New York City - Manhattan, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/63/a0634874f2b19d44b74f92cd2352df961f9e495b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="298.38" OriginalAmount="289.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756229" Longitude="-73.992827" StarRating="3" HotelCode="102716|159111|Bed &amp; Breakfast" HotelName="Hampton Inn Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>337 West 39th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/70/2970b51b32a8c313dd110258d2d4aaa56d51f081.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can discover the excitement of New York City as this hotel is located within the southern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="301.64" OriginalAmount="292.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764442" Longitude="-73.981503" StarRating="5" HotelCode="284115|325026|Bed &amp; Breakfast" HotelName="Westhouse Hotel New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 55th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/98/7298d954321fdd73a434d52b881e4f9cee616554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="304.20" OriginalAmount="295.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750156054148" Longitude="-73.936757606152" StarRating="3" HotelCode="307991|189672|Bed &amp; Breakfast" HotelName="Hilton Garden Inn Long Island City Queensboro Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-21 41st Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/05/78056d13f760972b9ed9afe26410de0ee574fd5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="308.37" OriginalAmount="299.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.748130730587" Longitude="-73.990130424499" StarRating="3" HotelCode="336846|103133|Bed &amp; Breakfast" HotelName="Hampton Inn Manhattan - Madison Square Garden Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>116 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b3/bab34746168d7ab2be98b9225873b7d195c09a3d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.67" OriginalAmount="300.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.76403" Longitude="-73.99455" StarRating="3" HotelCode="221553|237464|Bed &amp; Breakfast" HotelName="Holiday Inn Express Manhattan Midtown West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>538 West 48th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0d/690d2808ec3098b0e733374560a0e0b39733d87e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.48" OriginalAmount="301.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.702760375698" Longitude="-74.01204951933" StarRating="3" HotelCode="551145|585145|Bed &amp; Breakfast" HotelName="Hilton Garden Inn NYC Financial Center Manhattan Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Water Street, New York City, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/97/e997e2c2ee7a9d90ed93cd6f0ebd230a5f78f83d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="314.89" OriginalAmount="305.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750728" Longitude="-73.972295" StarRating="3" HotelCode="208223|189297|Bed &amp; Breakfast" HotelName="Hampton Inn Grand Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 East 43rd Street, New York, New York, 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c7/4ac7cb87d20288572f5e5a859ee28316944e157f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.00" OriginalAmount="305.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.717051974429" Longitude="-73.995195474226" StarRating="3" HotelCode="177790|162379|Bed &amp; Breakfast" HotelName="Wyndham Garden Chinatown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>93 Bowery, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/1b/821ba99c4b20d6d8c79ff911ba8a1cb89fa06b03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located right in New York City's Chinatown, just steps away from shopping, bars and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="325.45" OriginalAmount="315.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75056786151" Longitude="-73.986012861192" StarRating="3" HotelCode="212667|186829|Bed &amp; Breakfast" HotelName="Holiday Inn Express Manhattan Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/101393/ea17b76f-67d2-4309-b900-6d1ee42ab5fa.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="328.55" OriginalAmount="318.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746559972365" Longitude="-73.991468846798" StarRating="3" HotelCode="387967|115772|Bed &amp; Breakfast" HotelName="Hilton Garden Inn New York/Manhattan-Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 West 28th Street, New York, New York 10001-6102</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/27/2227a9603d866c6797c4e67af233502f345aed06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manhattan's vibrant Chelsea neighbourhood, brimming with shops, galleries, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="335.79" OriginalAmount="326.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.68955362" Longitude="-73.98821994" StarRating="3" HotelCode="446078|484930|Bed &amp; Breakfast" HotelName="Hilton Brooklyn New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Schermerhorn Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e7/d0e7e41c1deb47fbcf15f862ab2c5b8950bebfea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="341.12" OriginalAmount="331.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.74822" Longitude="-73.987857" StarRating="3" HotelCode="13497|164172|Bed &amp; Breakfast" HotelName="Martinique New York on Broadway, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 West 32nd Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/dc/3bdc67cc6c028f82cd85529e98f27bd7de9b0ae2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of New York City. Its setting is especially ideal for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.58" OriginalAmount="332.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756744952388" Longitude="-73.969346682209" StarRating="3" HotelCode="293637|237287|Bed &amp; Breakfast" HotelName="Hilton Garden Inn New York/Manhattan - Midtown East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>206 East 52nd Street, Manhattan, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/e8/34e81e201b57d93f6cfa60d137daff076c6c7b2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="349.67" OriginalAmount="339.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750212486868" Longitude="-73.986427634954" StarRating="3" HotelCode="96873|159073|Bed &amp; Breakfast" HotelName="Hampton Inn Manhattan-35th St/Empire State Bldg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 West 35th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/dd/f0dd8f79bafb5098fb10de7076b0b7d0c39b97ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.55" OriginalAmount="341.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.760161905089" Longitude="-73.988529728836" StarRating="4" HotelCode="935722|423218|Bed &amp; Breakfast" HotelName="Hotel Riu Plaza New York Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>305 West 46th Street, Manhattan, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/f0/99f0630dc185c230293982e7cab81ea17e0370c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.00" OriginalAmount="348.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.80980675905" Longitude="-73.929109306134" StarRating="2" HotelCode="500836|585986|Bed &amp; Breakfast" HotelName="Comfort Inn &amp; Suites Near Stadium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2477 Third Avenue, Bronx, New York 10451</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8b/3f8b50979108d51a734ae18a3d59d181d1ea876f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="365.38" OriginalAmount="354.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746751" Longitude="-73.982351" StarRating="3" HotelCode="294773|384585|Bed &amp; Breakfast" HotelName="Hilton Garden Inn New York/Midtown Park Ave" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 East 33rd Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/17/91177f30f518c2c11ef149406137f978e0a04317.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.50" OriginalAmount="367.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.754458" Longitude="-73.992942" StarRating="3" HotelCode="284885|189694|Bed &amp; Breakfast" HotelName="Homewood Suites by Hilton New York Midtown Manhattan Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>312 West 37th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/0e/4c0ee5281ae5e02fe56f5624c9b03309ae88326b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.06" OriginalAmount="368.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.711213187154" Longitude="-74.010464251041" StarRating="4" HotelCode="18374|13440|Bed &amp; Breakfast" HotelName="Millennium Hilton New York Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Church Street, New York City, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ca/14cae83dcc96fde87196775e05eebff5c591ed87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city within walking distance of Wall Street and South Stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="383.11" OriginalAmount="371.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.753668" Longitude="-73.99465" StarRating="4" HotelCode="171913|154270|Bed &amp; Breakfast" HotelName="TRYP New York City Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>345 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/c7/91c704ac7430bf11eb044baa582072789d2d7320.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located by an historic building site, the hotel will put guests within walking distance of key busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="383.45" OriginalAmount="372.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75082283" Longitude="-73.98417667" StarRating="3" HotelCode="955281|724005|Bed &amp; Breakfast" HotelName="Wingate by Wyndham New York Midtown South/5th Ave" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 West 37th Street, New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/82/fa82253bc4b5dfa906661d2c0a781e5cc0bffe04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="383.82" OriginalAmount="372.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.70396959981" Longitude="-74.012326630386" StarRating="4" HotelCode="168366|139911|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel New York City - Financial District" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Stone Street, New York, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/da/90da9e1e84803ed4203321c0a5c7f62d8c252d65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="388.52" OriginalAmount="377.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.584055819242" Longitude="-73.93839597702" StarRating="3" HotelCode="97241|97099|Bed &amp; Breakfast" HotelName="Best Western Plus Brooklyn Bay Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3003 Emmons Avenue, New York City - Brooklyn, New York 11235</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/34/f734e5cd82a4a101628c3b5b8af636de051e517e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located with easy access to popular area attractions such as the Coney Isl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="388.72" OriginalAmount="377.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7505918" Longitude="-73.9857209" StarRating="3" HotelCode="263777|366815|Bed &amp; Breakfast" HotelName="Best Western Premier Herald Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 West 36th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/e4/2de4f38039ce43acb08f963f9a5c0f6b3029508f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="389.65" OriginalAmount="378.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759220487652" Longitude="-73.99551898241" StarRating="3" HotelCode="168046|142665|Bed &amp; Breakfast" HotelName="YOTEL New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>570 Tenth Avenue, at West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/23/fb233dcd5e14240ac700af8f6097bf55863a8a2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in Midtown West at 42nd Street and 10th Avenue. Times Square is around 5 mi...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="391.53" OriginalAmount="380.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755265980543" Longitude="-73.985708063824" StarRating="3" HotelCode="293865|189697|Bed &amp; Breakfast" HotelName="Hilton Garden Inn New York/Times Square Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/2d/4d2d450e76630a884430b3b3ef26dcd807f30165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.63" OriginalAmount="383.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750318008246" Longitude="-73.96890871891" StarRating="4" HotelCode="16530|14739|Bed &amp; Breakfast" HotelName="Millennium Hilton New York One UN Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 United Nations Plaza, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/71/ef71f090cc0339858481a3972bf1910f8b2090d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies opposite the UN in the elegant East Side of Manhattan. It is only a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="404.04" OriginalAmount="392.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.743347219372" Longitude="-73.99334102869" StarRating="3" HotelCode="26225|103134|Bed &amp; Breakfast" HotelName="Hampton Inn Manhattan Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>108 West 24th Street, New York City, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/a0/16a0b4bdf15c4d3c593b77d8e42cf498d7d6361e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel located just minutes away from Midtown, Times Square, Madison Square Garden and the Jacob...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.04" OriginalAmount="396.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755694968944" Longitude="-73.988661167935" StarRating="3" HotelCode="316212|195837|Bed &amp; Breakfast" HotelName="Hampton Inn Manhattan Times Square Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Bar,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 West 41st Street, New York, New York 10036-7203</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/dc/dadc8d118f1b601273ad79030d41c25eab8b1183.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="416.64" OriginalAmount="404.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759691832457" Longitude="-73.986139297485" StarRating="3" HotelCode="18299|75479|Bed &amp; Breakfast" HotelName="Hotel Edison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>228 West 47th Street, btw. 8th &amp; Broadway, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/02/03022a9826d5dbb18fb722b2a76255a705f9dcb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Midtown Manhattan, just steps from Times Square and within walking distance ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.19" OriginalAmount="406.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.705652337837" Longitude="-74.007020294666" StarRating="3" HotelCode="165487|156975|Bed &amp; Breakfast" HotelName="Holiday Inn Express New York City-Wall Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Water Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4f/784fa7e8150a88557d334a2c8fc5ad53a6f51f47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only steps away from Wall Street, the heart of the Financial District.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="435.46" OriginalAmount="422.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759623772099" Longitude="-73.987275213003" StarRating="4" HotelCode="18404|13016|Bed &amp; Breakfast" HotelName="Paramount Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>235 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/dc/1adcf8c446b0c2d96154654dcdaf9a4d0082c57a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant boutique hotel is located on 46th Street, between Broadway and 8th Avenue. It lies in t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="435.84" OriginalAmount="423.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756833279034" Longitude="-73.993097822717" StarRating="4" HotelCode="506569|542610|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel New York - Times Square West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>350 West 40th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/25/25fc1c718c15c4b0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="439.28" OriginalAmount="426.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.760729998236" Longitude="-73.984897434711" StarRating="4" HotelCode="47937|40377|Bed &amp; Breakfast" HotelName="Crowne Plaza Times Square Manhattan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1605 Broadway, Between West 48th &amp; 49th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/610622253a874081/42/42d8d4e4cc290fa1/02-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Manhattan, directly on the famous Times Square. A vast array o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="442.93" OriginalAmount="430.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.742144" Longitude="-74.003569" StarRating="4" HotelCode="174554|177488|Bed &amp; Breakfast" HotelName="Dream New York Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>355 West 16th Street, near 9th Avenue, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/a7/4ba72e14ffd9aecb58ca073556f6d59c7afd03ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of New York City, this urban hotel is ideal for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="444.39" OriginalAmount="431.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.715602989103" Longitude="-73.996553365607" StarRating="4" HotelCode="429418|479501|Bed &amp; Breakfast" HotelName="Hotel 50 Bowery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Bowery, New York City, New York 10013-4801</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/55/e5557c911f6afbbd1621bda07c5669601bf55e03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel 50 Bowery, the first New York City hotel from lifestyle boutique hotel brand to Joie de Vivre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="447.37" OriginalAmount="434.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764491" Longitude="-73.983217" StarRating="3" HotelCode="293866|189698|Bed &amp; Breakfast" HotelName="Hilton Garden Inn New York/Central Park South-Midtown West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>237 West 54th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b0/92b02988c7b959416b83fa688296d05e3ff51e0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="463.08" OriginalAmount="449.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.70506267759" Longitude="-74.006298780441" StarRating="4" HotelCode="72047|85678|Bed &amp; Breakfast" HotelName="Eurostars Wall Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Front Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/5b/ba5b7b6f2426d7d1a61e16d89fbc10130cddf5c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located downtown on Front Street at Pine Street, nestled moments from Wall Street's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="465.78" OriginalAmount="452.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.745339205473" Longitude="-73.992307707667" StarRating="3" HotelCode="13492|125389|Bed &amp; Breakfast" HotelName="Holiday Inn Manhattan 6th Ave - Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 West 26th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/70/1e7049cb449a3c13f42597e24090f1c39e704589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located near numerous New York attractions. It is just 5 km from the Statue o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="470.16" OriginalAmount="456.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.761364" Longitude="-73.985547" StarRating="4" HotelCode="905704|322632|Bed &amp; Breakfast" HotelName="The Pearl New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>233, West 49th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a6/00a6bebc3caa735be35b18a3afd229372a848b20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="471.85" OriginalAmount="458.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756480317178" Longitude="-73.980651349465" StarRating="3" HotelCode="319203|521586|Bed &amp; Breakfast" HotelName="Cambria Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/f5/baf58a79d38289e5e6df50a4894f20f5909828f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="477.74" OriginalAmount="463.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755748280043" Longitude="-73.991906046867" StarRating="3" HotelCode="162516|136990|Bed &amp; Breakfast" HotelName="Element New York Times Square West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>311 West 39th Street, Between 8th and 9th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/1c/cd1cc087130ca603a22041573127c1718f712e07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in one of New York City's hottest neighbourhoods. In the heart of it all, T...</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="481.47" OriginalAmount="467.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746037070065" Longitude="-73.992650185004" StarRating="4" HotelCode="429347|439381|Bed &amp; Breakfast" HotelName="INNSIDE New York NoMad" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>132 West 27th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/93/b7935f8788faf1e9656c394040922b5cfc72f7a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Following the success of this contemporary brand across Europe, INNSIDE New York Nomad is the first ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="497.29" OriginalAmount="482.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.751113" Longitude="-73.984653" StarRating="3" HotelCode="263790|369143|Bed &amp; Breakfast" HotelName="Springhill Suites New York Midtown Manhattan/Fifth Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 West 37th Street, New York, NY 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/a2/7ea22fb8f4799f95b9e86c971899761c18773265.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="497.37" OriginalAmount="482.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.782152348622" Longitude="-73.980330589443" StarRating="4" HotelCode="15414|90086|Bed &amp; Breakfast" HotelName="Arthouse Hotel New York City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2178 Broadway at W, 77th Street, New York City, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/eb/55/eb55bd006523d8201262994f3856502520dc6f4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located on the Upper West Side, just 3 blocks from Central Park and away from the tu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="499.68" OriginalAmount="485.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.74623701" Longitude="-73.99066367" StarRating="3" HotelCode="446389|562741|Bed &amp; Breakfast" HotelName="Hyatt House New York/Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>815 Avenue of the Americas, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c7/4ec7b69cb16fe34dd838d4acfa59722ac1b60c31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="501.31" OriginalAmount="486.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.747072047685" Longitude="-73.987614512443" StarRating="3" HotelCode="175971|167482|Bed &amp; Breakfast" HotelName="Hyatt Herald Square New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 West 31st Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/43/5b43a2bcf8d0585672776887ba099d3cca40ee72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in midtown Manhattan, near to attractions such as the Empire State Bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="501.49" OriginalAmount="486.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756581" Longitude="-73.988627" StarRating="4" HotelCode="13345|14797|Bed &amp; Breakfast" HotelName="Hilton Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West 42nd Street 234, 10036  New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/5b/975b9289727a430e0c6780b3c5ad494ba66c6066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel enjoys a superb location with great views over Manhattan. It is located on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="520.16" OriginalAmount="505.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.758962465589" Longitude="-73.984479010105" StarRating="4" HotelCode="39597|13386|Bed &amp; Breakfast" HotelName="DoubleTree Suites by Hilton Hotel New York City - Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1568 Broadway, New York, New York 10036-8201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/3f/193fe62e3c4822cb7125256cf6e53cf63c401a67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords a fabulous location on Times Square. In the immediate vicinity is a diverse selec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="526.77" OriginalAmount="511.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755327766375" Longitude="-73.986078787794" StarRating="5" HotelCode="935270|573311|Bed &amp; Breakfast" HotelName="The Knickerbocker Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Times Square, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f0/4ef0cf74b04d4d7e1a2ebec187e3fc2a0a7d9234.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="543.51" OriginalAmount="527.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755995" Longitude="-73.99370567" StarRating="3" HotelCode="965067|666124|Bed &amp; Breakfast" HotelName="Hyatt Place New York City / Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>350 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/56/ab56f29a99f53861e2286c77c8937b3bb3e326f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="552.71" OriginalAmount="536.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755811264944" Longitude="-73.981558084488" StarRating="4" HotelCode="17732|13449|Bed &amp; Breakfast" HotelName="Sofitel New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 44th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/b1/cdb127ed2c282d0cfc059b7becd6947b15eaa2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between 5th and 6th Avenues in New York. High-class shopping is one block away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="554.93" OriginalAmount="538.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.757491517533" Longitude="-73.98411154747" StarRating="4" HotelCode="262261|228794|Bed &amp; Breakfast" HotelName="Hyatt Centric Times Square New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 West 45th Street, New York 10036, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3e/d93e8a08f3d905e71a54eaff0f10e27f3e3d6988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="562.28" OriginalAmount="545.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="4" HotelCode="980436|683524|Bed &amp; Breakfast" HotelName="Radisson NYC Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>525 8th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/58/0558d912269ce42b496d26c9993da9aecd685138.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="562.53" OriginalAmount="546.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.748342" Longitude="-73.994637" StarRating="3" HotelCode="67266|103073|Bed &amp; Breakfast" HotelName="Holiday Inn Express New York City – Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 West 29th Street, New York, New York 10001-5201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/b6/c6b689dace3346e0ca23fd5dcfb9a92a2f1538e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Downtown New York, just two blocks from Madison Square Garden, this hotel is also five bl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="563.47" OriginalAmount="547.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.751932502794" Longitude="-73.976443111897" StarRating="4" HotelCode="18322|13398|Bed &amp; Breakfast" HotelName="Grand Hyatt New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109 East 42nd Park Avenue, at Grand Central Terminal, New York City, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/20/af20f9b83f6783cc53627ae8fc3ec25fa599748c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is conveniently located at the heart of Manhattan on 42nd Street, only a stone'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="563.47" OriginalAmount="547.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.783381" Longitude="-73.978635" StarRating="4" HotelCode="18461|38701|Bed &amp; Breakfast" HotelName="The Lucerne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 79th Street, New York, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/47/3347de7d04c9db026225bbae9b48c0ba694bf415.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the Upper West Side, near Central Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="602.97" OriginalAmount="585.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750602" Longitude="-73.985711" StarRating="3" HotelCode="189228|231643|Bed &amp; Breakfast" HotelName="Hyatt Place New York/Midtown-South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 West 36th Street, New York, New York10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/32/85/3285e03595cc660a8f29ea8f4d722ddb8f57e8c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="622.69" OriginalAmount="604.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.707913331494" Longitude="-74.006583094597" StarRating="4" HotelCode="317042|87757|Bed &amp; Breakfast" HotelName="Gild Hall, a Thompson Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Gold Street, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/66/e86689ffef48838af945de3657a1548bf81ee112.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located within a few blocks of Wall Street, the NYSE and leading financial institu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="629.38" OriginalAmount="611.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750046" Longitude="-73.980914" StarRating="3" HotelCode="258932|13054|Bed &amp; Breakfast" HotelName="NH Collection New York Madison Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 East 38th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/40/c340bf8f7024b129a03677a94eef772cb646e0a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This renowned European-style boutique hotel is located on Madison Avenue at the heart of New York. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="641.57" OriginalAmount="622.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75632" Longitude="-73.99314" StarRating="3" HotelCode="124014|157396|Bed &amp; Breakfast" HotelName="Holiday Inn Express New York City Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>343 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/30/5e3083979060472f55c5e7ff13c60654e4f7ffbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Manhattan hotel is located in the city centre within 800 m of Madame Tussauds Wax Museum, the N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="644.50" OriginalAmount="625.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.762320737433" Longitude="-73.979208469391" StarRating="4" HotelCode="13341|13003|Bed &amp; Breakfast" HotelName="New York Hilton Midtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1335 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/de/8edee50d7361975bf03b9db4d39413634239bb8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale contemporary hotel is situated near the Rockefeller Center, in a great, central locatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="708.88" OriginalAmount="688.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.749539" Longitude="-73.979897" StarRating="4" HotelCode="18347|124112|Bed &amp; Breakfast" HotelName="The Kitano New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Park Avenue, At 38th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/ae/a8ae905576b1b3a4328d29ed62e87b537c971965.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="719.10" OriginalAmount="698.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="4" HotelCode="985476|775233|Bed &amp; Breakfast" HotelName="Hyatt Centric 39th &amp; 5th New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 East 39th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/72/ee728f736f61eb57c1a34c10ad8ca79adb3320ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="720.59" OriginalAmount="699.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.73347429759" Longitude="-73.990067392588" StarRating="4" HotelCode="208204|198336|Bed &amp; Breakfast" HotelName="Hyatt Union Square New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Fourth Avenue, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/5f/0b5f3e293f6deaf00f6cefd5a6a0b4f0bd2eac3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="750.37" OriginalAmount="728.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764709" Longitude="-73.976714" StarRating="4" HotelCode="311586|398262|Bed &amp; Breakfast" HotelName="1 Hotel Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1414 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ba/59ba4a5d429c8806566459851ccff0b54fa49931.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="862.02" OriginalAmount="836.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.763421071214" Longitude="-73.980604927681" StarRating="5" HotelCode="76064|104034|Bed &amp; Breakfast" HotelName="Conrad New York Midtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>151 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/c9/37c9058a25fedcc37dc38e54642717305abd85a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located comfortably at the crossroads of culture and commerce in the midtown area; jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="892.87" OriginalAmount="866.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.71122049" Longitude="-74.00671935" StarRating="5" HotelCode="446426|573333|Bed &amp; Breakfast" HotelName="The Beekman, a Thompson Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Nassau Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/c6/6fc6d41cd7d192f8c181e49fd08c5edd97eab5b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="956.90" OriginalAmount="929.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764307461259" Longitude="-73.978530704459" StarRating="4" HotelCode="14277|13018|Bed &amp; Breakfast" HotelName="Parker New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 West 56th Street, New York, New York 10019-3318</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/66/4766598307b2f6b4774530c3be6df89dc3e46199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within a short distance of an array of bars, restaurants, shops and links to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1245.58" OriginalAmount="1209.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.765094538875" Longitude="-73.975288692499" StarRating="4" HotelCode="33331|13001|Bed &amp; Breakfast" HotelName="Park Lane Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/e8/67e81049f070b01a414b7699e6a20e3e3226cf7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1315.99" OriginalAmount="1277.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756612396824" Longitude="-73.984499565641" StarRating="5" HotelCode="896929|372456|Bed &amp; Breakfast" HotelName="The Chatwal, a Luxury Collection Hotel, New York City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/74/9574ebedd811d26c20111833bd407e459eb0b7d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of New York City, this spa hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1567.12" OriginalAmount="1521.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.749937158274" Longitude="-73.98375749588" StarRating="5" HotelCode="165434|138225|Bed &amp; Breakfast" HotelName="The Langham New York, Fifth Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>400 Fifth Avenue, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/47/c347e23020dac86cbd88974e8fcddb72f2e5f6fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in vibrant Midtown Manhattan on 36th Street. Within a short walking distan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2612.18" OriginalAmount="2536.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.765386" Longitude="-73.978957" StarRating="5" HotelCode="298192|364497|Bed &amp; Breakfast" HotelName="Park Hyatt New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 West 57th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/96/0f969d15f7f1573370150118931baaef1f59769b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2683.96" OriginalAmount="2605.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.768244534719" Longitude="-73.982533067465" StarRating="5" HotelCode="50603|77710|Bed &amp; Breakfast" HotelName="Mandarin Oriental New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Columbus Circle at 60th Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa3511a7c60ec4e4102cca711f212068d640a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located at Columbus Circle - a major landmark and point of attraction of New York ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="13269.46" OriginalAmount="12882.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.765084" Longitude="-73.971705" StarRating="5" HotelCode="18418|118093|Bed &amp; Breakfast" HotelName="The Pierre, New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 East 61st Street, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/1a/6e1a01723643a3912e015b969c6a678521bae835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This iconic Fifth Avenue hotel overlooks the emerald expanse of Central Park in Midtown Manhattan. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Golf,Kitchen,Wheelchair Access,Lounge,Currency Exchange,Nightclub,Massage Centre,Jacuzzi,Sauna,Diet Meals,Swimming Pool,Garden,Heated Pool</BasicAmenities>
    <HotelRating>4,3,5,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,ECO HOTEL,SPA HOTEL,HOTEL DE CHARME,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,HOTEL,CONFERENCE HOTEL,APARTMENT HOTEL,VILLAGE</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
b832eba6-7afd-4308-983d-bd52d9ccb702|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="b832eba6-7afd-4308-983d-bd52d9ccb702">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="6,10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80963" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-21T00:00:00" End="2026-11-22T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="PK" 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
b832eba6-7afd-4308-983d-bd52d9ccb702|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="2026-04-14T13:23:07.81881+01:00" Version="0" EchoToken="Search" TransactionIdentifier="b832eba6-7afd-4308-983d-bd52d9ccb702" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="116.09" OriginalAmount="112.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.644070439769" Longitude="-73.987848014715" StarRating="3" HotelCode="300593|503839" HotelName="Days Inn by Wyndham Brooklyn Borough Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1118 36th Street, Brooklyn, New York 11218</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/21/72215dd413403245580aaa2efd6bd9abb8d341d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.68" OriginalAmount="127.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.586468" Longitude="-74.190444" StarRating="2" HotelCode="124031|324429" HotelName="Holiday Inn Express Staten Island West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>300 Wild Avenue, 10314 Staten Island</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/09/8609dc0e84fd0690188f7ed73884b39751253068.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.55" OriginalAmount="138.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.610108175246" Longitude="-74.179215431213" StarRating="3" HotelCode="97577|159344" HotelName="Hampton Inn &amp; Suites Staten Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1120 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/93/0793a74822369afa08f80f44281d660167088ad4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.87" OriginalAmount="143.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.766799411111" Longitude="-73.933421211111" StarRating="2" HotelCode="895177|412726" HotelName="Super 8 Motel - Long Island City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-62 14th Street, Long Island City, New York 11106</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9f/4c9fe7317a1fb5fd56438654519474124d61c223.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.20" OriginalAmount="145.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.651056913452" Longitude="-74.003370505752" StarRating="2" HotelCode="369737|714939" HotelName="Phoenix Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>517 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ab/81ab345ba62dbf7cff3fb14530299a6b74998126.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of New York (NY), Phoenix Hotel puts everything the city has to offer just o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.49" OriginalAmount="149.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.624483812293" Longitude="-74.027515329614" StarRating="2" HotelCode="83653|170708" HotelName="Best Western Gregory Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8315 4th Avenue, New York City - Brooklyn, New York 11209</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a7/bfa7c32c235f30a99347875574a9ccaaf86feb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.93" OriginalAmount="151.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.815168" Longitude="-73.915894" StarRating="3" HotelCode="283875|738558" HotelName="Opera House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436 East 149th Street, Bronx, New York, New York 10455</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/04/2904d6d250b7bbca514053c461ec1212239504ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.43" OriginalAmount="154.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.65090102" Longitude="-74.01160203" StarRating="2" HotelCode="571404|608768" HotelName="Quality Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4410 3rd Avenue, Brooklyn, New York 11220</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/05/2e0541934ba118e60d8ad7e40ea726813b833cd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="164.18" OriginalAmount="159.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.614829994169" Longitude="-74.176857769489" StarRating="3" HotelCode="54951|25936" HotelName="Hilton Garden Inn Staten Island" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1100 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/f9/9cf9a6118821dec00c119415a4c603ad71b96884.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - Newark Internationa (EWR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.84" OriginalAmount="169.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.61771738" Longitude="-73.92795695" StarRating="2" HotelCode="563414|612082" HotelName="Days Inn Brooklyn Marine Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1766 East 49Th Street, Brooklyn, New York City, New York 11234</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/f9/9df940374b3f50b15602f32ec41d563ae728ef91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including room service and a business centre, fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="178.45" OriginalAmount="173.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.793250301788" Longitude="-73.972232043743" StarRating="2" HotelCode="48088|13445" HotelName="Days Hotel by Wyndham on Broadway NYC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>215 West 94th Street New York, New York 10025</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/60/d160633184b61c7661a2190e771082308c7ea3ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This great value hotel is located on the elegant Upper West Side and is easily reached with the unde...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="179.06" OriginalAmount="173.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.58429115" Longitude="-73.98206177" StarRating="3" HotelCode="956374|663125" HotelName="Best Western Brooklyn-Coney Island Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>2632 West 13th Street, Brooklyn, New York City, New York 11223</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/76/45765a1909b88b751dc075625ee9e0884f418d87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.53" OriginalAmount="183.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.646894" Longitude="-73.9967485" StarRating="2" HotelCode="150295|803519" HotelName="Kings Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/11/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>820 39th Street, Brooklyn, NY 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/d3/6fd354d55c82e13a74078cba08787b993ac265dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - East 16th Street (JRE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.10" OriginalAmount="189.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.761626" Longitude="-73.988098" StarRating="3" HotelCode="43800|124294" HotelName="The Belvedere Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>319 West 48th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2e/272ee98fcabc688be53a1c9d2d0af95a3ceac295.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of New York City's theatre district, this hotel is perfect for both business an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.55" OriginalAmount="189.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.65179427" Longitude="-74.00457904" StarRating="4" HotelCode="320508|436979" HotelName="Wyndham Garden Brooklyn Sunset Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>457 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/10/c2104e40970d2681ae286924fc5c1cef54823573.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.55" OriginalAmount="189.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.66365083" Longitude="-73.99608017" StarRating="3" HotelCode="951222|661965" HotelName="Comfort Inn Prospect Park Brooklyn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>150 20th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ab/a1abefed5f5fa524ec39bf9aae4ed957beb895c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="210.66" OriginalAmount="204.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.752489" Longitude="-73.993748" StarRating="4" HotelCode="15305|16831" HotelName="The New Yorker, A Wyndham Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>481 Eighth Avenue, 34th Street &amp; 8th Avenue, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/34/c2/34c222b72e73a8b0d016b7f12c22c9e3ee7d1766.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located close to various interesting sights of interest. Countless restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.56" OriginalAmount="207.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.720895" Longitude="-74.005449" StarRating="3" HotelCode="123573|160022" HotelName="Hilton Garden Inn New York/Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue of the Americas, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/e6/fce6a02f4c609ba8574f1e047715d46c098325d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located in a vibrant area of New York, close to SoHo and Little Italy. It enjoys a g...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="217.02" OriginalAmount="210.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.708913674696" Longitude="-74.009168744087" StarRating="3" HotelCode="900059|156978" HotelName="Holiday Inn New York City - Wall Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Nassau Street, 10038 New York City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/02727289aea621cea25aff4fef11fe16ea070c70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Financial District, 4 blocks from Wall Street, 5 blocks from the New Yor...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.694398908769" Longitude="-73.931006394333" StarRating="3" HotelCode="542227|654536" HotelName="Hotel RL by Red Lion Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/11/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1080 Broadway, Brooklyn, New York 11221</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/36/af366eecbbf726182f67c42540aa97fdd85c6208.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.50" OriginalAmount="217.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75666133" Longitude="-73.94269133" StarRating="3" HotelCode="946943|668605" HotelName="Wingate by Wyndham Long Island City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>38-70 12th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/d5/05d5bad2ebc4ce5f4369d869576e538f4bd38325.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.59" OriginalAmount="218.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750216" Longitude="-73.973861" StarRating="4" HotelCode="18380|13002" HotelName="The Westin New York Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>212 East 42nd Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/69/78691a8ed3f1a23a5bab5319c35eb21523296454.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is renowned for its high levels of service and enjoys a great location along 42nd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.72" OriginalAmount="218.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.668723437824" Longitude="-73.993035256863" StarRating="2" HotelCode="175532|324368" HotelName="La Quinta by Wyndham Brooklyn Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>533 3rd Avenue, Brooklyn, New York 11215</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/76/e676448247386b0d5d1d5cb3f3bc22892868a8d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="226.85" OriginalAmount="220.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750156054148" Longitude="-73.936757606152" StarRating="3" HotelCode="307991|189672" HotelName="Hilton Garden Inn Long Island City Queensboro Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-21 41st Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/05/78056d13f760972b9ed9afe26410de0ee574fd5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.38" OriginalAmount="222.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.879896" Longitude="-73.831434" StarRating="2" HotelCode="178674|412387" HotelName="Ramada Bronx" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1000 Baychester Avenue, Exit 13 off of I-95, Bronx, NY 10475</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/01/8e01a1485b1dbb013027ee280944687e67b4404e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.68" OriginalAmount="229.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.754336183531" Longitude="-73.935713768005" StarRating="3" HotelCode="906857|322893" HotelName="Four Points by Sheraton Long Island City/Queensboro Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-05 39th Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/08/1708fde5e70f51aa04b5b03d3cd854d6e1229b5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 88 rooms. Most of the storeys can be reached by lift. Services and fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.64" OriginalAmount="232.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750155317002" Longitude="-73.937479736771" StarRating="3" HotelCode="426898|458101" HotelName="Courtyard Long Island City/New York Manhattan View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Designated Smoking Area,Internet,Laundry,Meeting Room,Parking,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29-15 Queens Plaza North, 11101 Long Island City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1c/661c84c5247eb3e8376a0344c84eab85d1f532f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel was constructed in 2016. Hotel was refurbished in 2016. The property consists of 160 rooms. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.46" OriginalAmount="235.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.77041606" Longitude="-73.98971021" StarRating="3" HotelCode="450383|541978" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>538 West 58th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/a1/2aa1c9d34cc703729ea6440991a06638d071e92e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.65" OriginalAmount="235.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.695675" Longitude="-73.983936" StarRating="3" HotelCode="294769|384584" HotelName="Hampton Inn Brooklyn/Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Flatbush Avenue Extension, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/82/9482582604528efbc1013f04bbb46fa9753f8b36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="245.64" OriginalAmount="238.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.758986845669" Longitude="-73.983855396509" StarRating="4" HotelCode="365877|81936" HotelName="Night Hotels Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>157 West 47th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/0c/e60c3f3d5357e40d983de395b823b473e73aa086.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Times Square and Broadway are less than two blocks from the hotel. One block over, on West 46th Stre...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="251.55" OriginalAmount="244.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.712308" Longitude="-73.992722612268" StarRating="3" HotelCode="294131|405818" HotelName="Madison Les Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>154 Madison Street, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/90/7490bda292111f8eb614cf5bda55df17ec8b9c10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.91" OriginalAmount="246.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.718341" Longitude="-73.986269" StarRating="3" HotelCode="205351|196471" HotelName="Holiday Inn NYC Lower East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Delancey Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/9c/af9c9b84c0acd78e6262a047b4774c5bb5943e94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="254.41" OriginalAmount="247.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764867452655" Longitude="-73.981190711639" StarRating="4" HotelCode="410473|107255" HotelName="Manhattan Club Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>200 West 56th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/84/90/8490f4415b3cfd94126d3263856a09aab291d607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of New York City's most desirable locations. It neighbours Central Park,...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="257.38" OriginalAmount="249.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756229" Longitude="-73.992827" StarRating="3" HotelCode="102716|159111" HotelName="Hampton Inn Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>337 West 39th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/70/2970b51b32a8c313dd110258d2d4aaa56d51f081.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can discover the excitement of New York City as this hotel is located within the southern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.32" OriginalAmount="251.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.696405462281" Longitude="-73.984343610841" StarRating="4" HotelCode="316923|417538" HotelName="The Tillary Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Flatbush Avenue Extension, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/57/8957b14f2f9c0da90bbec50315e4f0921b1d48ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.50" OriginalAmount="251.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7505918" Longitude="-73.9857209" StarRating="3" HotelCode="263777|366815" HotelName="Best Western Premier Herald Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 West 36th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/e4/2de4f38039ce43acb08f963f9a5c0f6b3029508f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="262.63" OriginalAmount="254.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.749829362213" Longitude="-73.98606951816" StarRating="3" HotelCode="72172|438219" HotelName="The Gregory" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 West 35th Street, Manhattan, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/43/7b43d97ce6fd3f8ae32a23314ca98d2a648c6e17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Empire State Building, in the heart of the Garment District, within wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.08" OriginalAmount="263.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.748130730587" Longitude="-73.990130424499" StarRating="3" HotelCode="336846|103133" HotelName="Hampton Inn Manhattan - Madison Square Garden Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>116 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b3/bab34746168d7ab2be98b9225873b7d195c09a3d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.61" OriginalAmount="263.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759220487652" Longitude="-73.99551898241" StarRating="3" HotelCode="168046|142665" HotelName="YOTEL New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>570 Tenth Avenue, at West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/23/fb233dcd5e14240ac700af8f6097bf55863a8a2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in Midtown West at 42nd Street and 10th Avenue. Times Square is around 5 mi...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="275.82" OriginalAmount="267.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.752982" Longitude="-73.934123" StarRating="3" HotelCode="284410|384577" HotelName="Home2 Suites by Hilton New York Long Island City/Manhattan View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-06 30th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/d8/a7d8e3c766cc866d325cbc27019d8004d3a37305.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="276.37" OriginalAmount="268.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.709446371652" Longitude="-74.014640450478" StarRating="4" HotelCode="14698|13011" HotelName="New York Marriott Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 West Street at Albany Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/87/6387d197e4e8048acefeb6ecd35a520ddeff8773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Manhattan, only a few minutes’ walk from the subway, Wall Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="277.38" OriginalAmount="269.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.754" Longitude="-73.949264" StarRating="4" HotelCode="98035|323076" HotelName="Ravel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-08 Queens Plaza South, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/4e/634e3d8943d86471a67157d3d40b0368e102111a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.22" OriginalAmount="270.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.70396959981" Longitude="-74.012326630386" StarRating="4" HotelCode="168366|139911" HotelName="DoubleTree by Hilton Hotel New York City - Financial District" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Stone Street, New York, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/da/90da9e1e84803ed4203321c0a5c7f62d8c252d65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.66" OriginalAmount="270.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750318008246" Longitude="-73.96890871891" StarRating="4" HotelCode="16530|14739" HotelName="Millennium Hilton New York One UN Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 United Nations Plaza, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/71/ef71f090cc0339858481a3972bf1910f8b2090d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies opposite the UN in the elegant East Side of Manhattan. It is only a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="280.20" OriginalAmount="272.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.743347219372" Longitude="-73.99334102869" StarRating="3" HotelCode="26225|103134" HotelName="Hampton Inn Manhattan Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>108 West 24th Street, New York City, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/a0/16a0b4bdf15c4d3c593b77d8e42cf498d7d6361e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel located just minutes away from Midtown, Times Square, Madison Square Garden and the Jacob...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="282.00" OriginalAmount="273.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755201146035" Longitude="-73.991661349417" StarRating="3" HotelCode="319454|456861" HotelName="Holiday Inn New York City - Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>585 8th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/a6/52a6d1f7662fce4a4371264ee2b618864b37b0d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="282.53" OriginalAmount="274.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.762149281164" Longitude="-73.982846458215" StarRating="3" HotelCode="17508|13023" HotelName="The Manhattan at Times Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>790 7th Avenue, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/5b/645b266e4ae74a7460e1c38632997901a98cac8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a great location at the heart of Manhattan, this luxury hotel is close to the theatre distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="283.21" OriginalAmount="274.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.753888" Longitude="-73.98614" StarRating="3" HotelCode="47894|122784" HotelName="Courtyard New York Manhattan/Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/4d/d04d6514132e1233817982c8c721852c95d39f24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Fashion District and near to all corporate offices in the Time...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="284.18" OriginalAmount="275.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7517321" Longitude="-73.9840727" StarRating="4" HotelCode="966738|716564" HotelName="Hotel Hendricks" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 West 38th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/eb/b6ebf5edf238480aa12d64829bf8c8c8372d4d49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="284.24" OriginalAmount="275.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.762344100496" Longitude="-73.978201299906" StarRating="4" HotelCode="18531|40021" HotelName="Warwick New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/a4/97a4297e99ebf9c037d2a60e40628f56ecbe3bb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel is perfectly located in the heart of central Manhattan. The Rockefeller C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.99" OriginalAmount="279.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.68955362" Longitude="-73.98821994" StarRating="3" HotelCode="446078|484930" HotelName="Hilton Brooklyn New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Schermerhorn Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e7/d0e7e41c1deb47fbcf15f862ab2c5b8950bebfea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="290.28" OriginalAmount="281.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.714681" Longitude="-73.992894" StarRating="3" HotelCode="204940|363868" HotelName="Howard Johnson Manhattan Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/82/ba827fae2d23b8b80cb07ff1e031364443fee4dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="290.66" OriginalAmount="282.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755707644591" Longitude="-73.982417732477" StarRating="4" HotelCode="336965|45608" HotelName="Royalton New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 West 44th Street, New York, New York City 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/86/7186ed016942322ec33be2f7994bf962078e1c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the heart of midtown Manhattan within a few paces of the shops of F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.23" OriginalAmount="284.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.723828" Longitude="-74.005292" StarRating="3" HotelCode="104038|155252" HotelName="SoHo 54 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Watts Street, Manhattan, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/40/b04001f753cc8a7fb9b533660d1296e4e8319e5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can experience the excitement of Downtown New York City from the hotel. Set in the trendy dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.88" OriginalAmount="285.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756744952388" Longitude="-73.969346682209" StarRating="3" HotelCode="293637|237287" HotelName="Hilton Garden Inn New York/Manhattan - Midtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>206 East 52nd Street, Manhattan, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/e8/34e81e201b57d93f6cfa60d137daff076c6c7b2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="294.09" OriginalAmount="285.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.751630699141" Longitude="-73.972439757411" StarRating="3" HotelCode="431115|614564" HotelName="EVEN Hotel New York - Midtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>221 East 44th Street, New York City - Manhattan, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/63/a0634874f2b19d44b74f92cd2352df961f9e495b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="294.25" OriginalAmount="285.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.71378899" Longitude="-73.95228721" StarRating="4" HotelCode="947270|665560" HotelName="Hotel Indigo Williamsburg - Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>500 Metropolitan Avenue, Brooklyn, New York, New York 11211</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/52/835221fef23e86e6e04582c5e6df5bcc459660a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="295.18" OriginalAmount="286.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.752776" Longitude="-73.985969" StarRating="3" HotelCode="88132|99423" HotelName="Residence Inn New York Manhattan/Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1033 Avenue of the Americas, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/e6/f2e65d817881f928cfd5ada76166cebc451abac6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location on the Avenue of the Americas (6th Avenue), opposite fashionable B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.00" OriginalAmount="287.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.68747817" Longitude="-73.98245676" StarRating="3" HotelCode="308613|587394" HotelName="Holiday Inn Brooklyn Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 Schermerhorn Street, Brooklyn 11215, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/69/2969cc2977475b9d26f373f4638a298525992c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="297.59" OriginalAmount="288.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.760729998236" Longitude="-73.984897434711" StarRating="4" HotelCode="47937|40377" HotelName="Crowne Plaza Times Square Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1605 Broadway, Between West 48th &amp; 49th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/610622253a874081/42/42d8d4e4cc290fa1/02-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Manhattan, directly on the famous Times Square. A vast array o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="297.62" OriginalAmount="288.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75632" Longitude="-73.99314" StarRating="3" HotelCode="124014|157396" HotelName="Holiday Inn Express New York City Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>343 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/30/5e3083979060472f55c5e7ff13c60654e4f7ffbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Manhattan hotel is located in the city centre within 800 m of Madame Tussauds Wax Museum, the N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="297.67" OriginalAmount="289.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.711213187154" Longitude="-74.010464251041" StarRating="4" HotelCode="18374|13440" HotelName="Millennium Hilton New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Church Street, New York City, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ca/14cae83dcc96fde87196775e05eebff5c591ed87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city within walking distance of Wall Street and South Stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="299.45" OriginalAmount="290.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.68751142" Longitude="-73.98175441" StarRating="3" HotelCode="432558|549862" HotelName="EVEN Hotel Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46 Nevins Street, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/98/a9981844062b0adc675b645c3375dc01c13a6e9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="300.73" OriginalAmount="291.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764318" Longitude="-73.982656" StarRating="3" HotelCode="293925|361566" HotelName="Courtyard New York Manhattan/Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>1717 Broadway, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ec/01ec7414ec4f3c0a34e77406c8b48a5f5d475fa1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="301.64" OriginalAmount="292.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764442" Longitude="-73.981503" StarRating="5" HotelCode="284115|325026" HotelName="Westhouse Hotel New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 55th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/98/7298d954321fdd73a434d52b881e4f9cee616554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="304.57" OriginalAmount="295.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.754539872405" Longitude="-73.993561311045" StarRating="3" HotelCode="530618|572961" HotelName="Hilton Garden Inn New York Times Square South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>326 West 37th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/0b/cf0bffaaaeee97b761054dd2f018700a5cebb516.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="305.60" OriginalAmount="296.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759623772099" Longitude="-73.987275213003" StarRating="4" HotelCode="18404|13016" HotelName="Paramount Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>235 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/dc/1adcf8c446b0c2d96154654dcdaf9a4d0082c57a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant boutique hotel is located on 46th Street, between Broadway and 8th Avenue. It lies in t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="308.26" OriginalAmount="299.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.742767545799" Longitude="-73.983052745462" StarRating="3" HotelCode="318142|109182" HotelName="Park South Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 East 28th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/9c/9b9c4179fcb1ee3591621678b6690d0fee7c9a02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled between Gramercy Park and New York City's Murray Hill neighbourhood on 28th Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.67" OriginalAmount="300.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.76403" Longitude="-73.99455" StarRating="3" HotelCode="221553|237464" HotelName="Holiday Inn Express Manhattan Midtown West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>538 West 48th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0d/690d2808ec3098b0e733374560a0e0b39733d87e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.48" OriginalAmount="301.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.702760375698" Longitude="-74.01204951933" StarRating="3" HotelCode="551145|585145" HotelName="Hilton Garden Inn NYC Financial Center Manhattan Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Water Street, New York City, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/97/e997e2c2ee7a9d90ed93cd6f0ebd230a5f78f83d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="314.89" OriginalAmount="305.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750728" Longitude="-73.972295" StarRating="3" HotelCode="208223|189297" HotelName="Hampton Inn Grand Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 East 43rd Street, New York, New York, 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c7/4ac7cb87d20288572f5e5a859ee28316944e157f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.00" OriginalAmount="305.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.717051974429" Longitude="-73.995195474226" StarRating="3" HotelCode="177790|162379" HotelName="Wyndham Garden Chinatown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>93 Bowery, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/1b/821ba99c4b20d6d8c79ff911ba8a1cb89fa06b03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located right in New York City's Chinatown, just steps away from shopping, bars and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="316.53" OriginalAmount="307.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.74822" Longitude="-73.987857" StarRating="3" HotelCode="13497|164172" HotelName="Martinique New York on Broadway, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 West 32nd Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/dc/3bdc67cc6c028f82cd85529e98f27bd7de9b0ae2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of New York City. Its setting is especially ideal for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="317.48" OriginalAmount="308.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755213763239" Longitude="-73.972933964921" StarRating="4" HotelCode="905557|191794" HotelName="Hotel 48LEX New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>517 Lexington Avenue, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/5d/695d60daa2055dc6f2287caaae5e9901227595c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="318.25" OriginalAmount="308.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.749868579941" Longitude="-73.979620188475" StarRating="4" HotelCode="38552|34735" HotelName="Iberostar 70 Park Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Park Avenue, Cross Street Park Avenue and 38th Street, 10016 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/b5/b1b5bfeced928c52d3ea8279a1187f961430c96c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive and comfortable luxury hotel enjoys a fabulous location on Park Avenue in the centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.81" OriginalAmount="311.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.760821" Longitude="-73.969411" StarRating="4" HotelCode="13154|13392" HotelName="Hotel 57" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 East 57th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/52/d7526bd9a3660a73aadec1f4911e7a82dcfccfc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the centre of one of the city's most sophisticated neighbourhoods, Manhattan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="321.70" OriginalAmount="312.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.748342" Longitude="-73.994637" StarRating="3" HotelCode="67266|103073" HotelName="Holiday Inn Express New York City – Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 West 29th Street, New York, New York 10001-5201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/b6/c6b689dace3346e0ca23fd5dcfb9a92a2f1538e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Downtown New York, just two blocks from Madison Square Garden, this hotel is also five bl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="322.47" OriginalAmount="313.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764646845623" Longitude="-73.980933129787" StarRating="3" HotelCode="15688|13017" HotelName="Park Central Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>870 7th Avenue, New York, New York 10019-4038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/75/f1758b85f855b1e22837cca9ecbfad35687d15be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is in the heart of the theatre district within a few minutes walk from Times Squa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="323.82" OriginalAmount="314.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.761081467516" Longitude="-73.985447287559" StarRating="4" HotelCode="18521|79257" HotelName="The Time" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>224 West 49th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4a/574a79a87d71fa740c786b0dc98382eca2c7d505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located on 49th Street between Broadway and 8th Avenue in the heart of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="324.42" OriginalAmount="314.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756833279034" Longitude="-73.993097822717" StarRating="4" HotelCode="506569|542610" HotelName="DoubleTree by Hilton Hotel New York - Times Square West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>350 West 40th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/25/25fc1c718c15c4b0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="325.45" OriginalAmount="315.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75056786151" Longitude="-73.986012861192" StarRating="3" HotelCode="212667|186829" HotelName="Holiday Inn Express Manhattan Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/101393/ea17b76f-67d2-4309-b900-6d1ee42ab5fa.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="326.64" OriginalAmount="317.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.747072047685" Longitude="-73.987614512443" StarRating="3" HotelCode="175971|167482" HotelName="Hyatt Herald Square New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 West 31st Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/43/5b43a2bcf8d0585672776887ba099d3cca40ee72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in midtown Manhattan, near to attractions such as the Empire State Bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="328.03" OriginalAmount="318.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.751932502794" Longitude="-73.976443111897" StarRating="4" HotelCode="18322|13398" HotelName="Grand Hyatt New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109 East 42nd Park Avenue, at Grand Central Terminal, New York City, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/20/af20f9b83f6783cc53627ae8fc3ec25fa599748c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is conveniently located at the heart of Manhattan on 42nd Street, only a stone'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="328.55" OriginalAmount="318.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746559972365" Longitude="-73.991468846798" StarRating="3" HotelCode="387967|115772" HotelName="Hilton Garden Inn New York/Manhattan-Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 West 28th Street, New York, New York 10001-6102</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/27/2227a9603d866c6797c4e67af233502f345aed06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Manhattan's vibrant Chelsea neighbourhood, brimming with shops, galleries, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="329.00" OriginalAmount="319.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7533245" Longitude="-73.935001" StarRating="3" HotelCode="264029|686256" HotelName="Nesva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-12 29th Street, Queens, NY 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/17/04175457dc1648b4c3ceb072664bc82faa56fd18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.18" OriginalAmount="321.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756275381864" Longitude="-73.991649804893" StarRating="4" HotelCode="679595|638447" HotelName="Aliz Hotel Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Bar,Golf,Internet,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>310 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/93/d493ac0f214b6fafc06d1eb203886c5bf3028bc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.31" OriginalAmount="324.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.753668" Longitude="-73.99465" StarRating="4" HotelCode="171913|154270" HotelName="TRYP New York City Times Square South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>345 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/c7/91c704ac7430bf11eb044baa582072789d2d7320.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located by an historic building site, the hotel will put guests within walking distance of key busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="335.12" OriginalAmount="325.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.749555" Longitude="-73.971881" StarRating="4" HotelCode="47957|13384" HotelName="Westgate New York Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 East 42nd Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/dc/99dc2ff3f5e8d3d2e90c43a9ae12d1a90fd92239.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This New York hotel enjoys a great location in New York’s East Side, near the United Nations. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="335.80" OriginalAmount="326.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746751" Longitude="-73.982351" StarRating="3" HotelCode="294773|384585" HotelName="Hilton Garden Inn New York/Midtown Park Ave" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 East 33rd Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/17/91177f30f518c2c11ef149406137f978e0a04317.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="338.36" OriginalAmount="328.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.705176" Longitude="-74.007686" StarRating="4" HotelCode="137369|131819" HotelName="Andaz Wall Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 Wall Street, New York, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/30/7330da547af1da7705acab7b3f97c86efd05ba61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the famed Financial District of New York City, the city hotel is surrounded by many top s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="339.48" OriginalAmount="329.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756891" Longitude="-73.993258" StarRating="3" HotelCode="146899|144432" HotelName="Distrikt New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Free CXL until 16/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>342 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/87/57879c0c29c7a39980e3bce698a2d401558929aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in New York City. For guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="341.42" OriginalAmount="331.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.715602989103" Longitude="-73.996553365607" StarRating="4" HotelCode="429418|479501" HotelName="Hotel 50 Bowery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Bowery, New York City, New York 10013-4801</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/55/e5557c911f6afbbd1621bda07c5669601bf55e03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel 50 Bowery, the first New York City hotel from lifestyle boutique hotel brand to Joie de Vivre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="341.83" OriginalAmount="331.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.719511798637" Longitude="-73.994759716568" StarRating="3" HotelCode="64764|78399" HotelName="Sohotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>341 Broome Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/a9/15a9914c4ecc0034858a335953ade074b4ffc6ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic budget hotel is located in the vibrant Chinatown/Soho area of Manhattan, close to Litt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="344.73" OriginalAmount="334.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.753391609564" Longitude="-73.993991179598" StarRating="4" HotelCode="318370|431538" HotelName="EVEN Hotel New York - Times Square South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>321 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/491437/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.40" OriginalAmount="336.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.747738083747" Longitude="-73.986595912114" StarRating="3" HotelCode="565008|82771" HotelName="The Hotel @ Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 West 32nd Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/29/14298d0637262843b5fdf472e723a117a0e441ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.87" OriginalAmount="336.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.747119277057" Longitude="-73.987074530303" StarRating="2" HotelCode="123388|323937" HotelName="LIFE Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1f/691f073bba4dea97b524b442047746b270304293.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="348.63" OriginalAmount="338.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756487840924" Longitude="-73.992284238338" StarRating="3" HotelCode="142152|127886" HotelName="Four Points by Sheraton Midtown Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>326 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/16/b6167cf140e15945272afc46932d57b6f9e5f292.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just minutes from Times Square, The theatre district, Madison Square Garden an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="349.67" OriginalAmount="339.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750212486868" Longitude="-73.986427634954" StarRating="3" HotelCode="96873|159073" HotelName="Hampton Inn Manhattan-35th St/Empire State Bldg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 West 35th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/dd/f0dd8f79bafb5098fb10de7076b0b7d0c39b97ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="350.06" OriginalAmount="339.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759691832457" Longitude="-73.986139297485" StarRating="3" HotelCode="18299|75479" HotelName="Hotel Edison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>228 West 47th Street, btw. 8th &amp; Broadway, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/02/03022a9826d5dbb18fb722b2a76255a705f9dcb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Midtown Manhattan, just steps from Times Square and within walking distance ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="350.19" OriginalAmount="339.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755527" Longitude="-73.973702" StarRating="4" HotelCode="258456|13009" HotelName="InterContinental New York Barclay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>111 East 48th Street, 10017-1297 New York City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/35/1835fac621ef0373c35bfd0d8b52b8747043027b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is situated at the heart of the city, just steps away from Park Avenue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="350.23" OriginalAmount="340.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.762101079148" Longitude="-73.982823753967" StarRating="3" HotelCode="511167|578271" HotelName="MOXY NYC Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>485 7th Avenue, 10018 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/62/3e623d3fd9a54aed990bf06c98789f249e6de23b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.55" OriginalAmount="341.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.760161905089" Longitude="-73.988529728836" StarRating="4" HotelCode="935722|423218" HotelName="Hotel Riu Plaza New York Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>305 West 46th Street, Manhattan, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/f0/99f0630dc185c230293982e7cab81ea17e0370c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.88" OriginalAmount="342.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.758911619901" Longitude="-73.988233469329" StarRating="3" HotelCode="16464|156757" HotelName="The Row NYC Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>700 8th Avenue, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/f2/13f234c0b71ab847d9f1b7ccb13664a21647e12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well-known hotel benefits from an excellent location at the heart of the Broadway theatre distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.43" OriginalAmount="343.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746745793076" Longitude="-73.991589973594" StarRating="3" HotelCode="936477|402559" HotelName="Cambria Hotel &amp; Suites New York Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 West 28th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/06/9006d76606e46c1bf2eea314a1069414fb94f813.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of New York City, this boutique hotel is ideal for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.64" OriginalAmount="343.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75598" Longitude="-73.97141" StarRating="4" HotelCode="60496|68721" HotelName="San Carlos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>150 East 50th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/c0/9cc03fa068211a494375ace438487649c54fa9cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located in the heart of Midtown Manhattan on New York's fashionable East Side betwee...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="354.25" OriginalAmount="343.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.763259316648" Longitude="-73.985570669174" StarRating="3" HotelCode="13767|159118" HotelName="Hampton Inn Manhattan-Times Square North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>851 Eighth Avenue, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/5a/185acfc3eb1934219cacc93195d9db508d041ac8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Manhattan and close to the Rockefeller Center as well as Cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="355.45" OriginalAmount="345.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756994" Longitude="-73.98487" StarRating="4" HotelCode="31947|13439" HotelName="Millennium Times Square New York- A Hilton Affiliate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 West 44th Street, New York, New York City 10036-4012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/9c/649c87f5a16da9b9da8e02d9c18dd39a7205f822.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, contemporary hotel is located between 6th and Broadway, less than one block from the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="356.67" OriginalAmount="346.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.745339205473" Longitude="-73.992307707667" StarRating="3" HotelCode="13492|125389" HotelName="Holiday Inn Manhattan 6th Ave - Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 West 26th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/70/1e7049cb449a3c13f42597e24090f1c39e704589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located near numerous New York attractions. It is just 5 km from the Statue o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.00" OriginalAmount="348.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.80980675905" Longitude="-73.929109306134" StarRating="2" HotelCode="500836|585986" HotelName="Comfort Inn &amp; Suites Near Stadium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2477 Third Avenue, Bronx, New York 10451</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8b/3f8b50979108d51a734ae18a3d59d181d1ea876f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.38" OriginalAmount="348.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.693553090963" Longitude="-73.988338708878" StarRating="4" HotelCode="14589|25353" HotelName="New York Marriott at the Brooklyn Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Adams Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ac/02ac0a1a6513b632e3d3c788b7f5fdad6e498d81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in Brooklyn's Renaissance Plaza and only around 5 minutes away from Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="360.63" OriginalAmount="350.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="4" HotelCode="980436|683524" HotelName="Radisson NYC Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>525 8th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/58/0558d912269ce42b496d26c9993da9aecd685138.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="361.90" OriginalAmount="351.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750435" Longitude="-73.986998" StarRating="3" HotelCode="899488|113555" HotelName="Hilton Garden Inn New York/West 35th Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>63 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a2/66a2100fa83da25a891d21fe7b6ed065e52b17d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently located in Midtown Manhattan, just steps from some of New York's maj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.03" OriginalAmount="352.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756046" Longitude="-73.970996" StarRating="4" HotelCode="59150|16822" HotelName="Fifty Hotel &amp; Suites by Affinia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155 East 50th Street, at Third Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/f0/61f0e07315c3e521169a5141b3c1898fa4baac17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is very centrally located close to the Rockefeller Center, the United Parks Avenue, the s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.82" OriginalAmount="353.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.688852" Longitude="-73.988779" StarRating="3" HotelCode="99272|108178" HotelName="Nu Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Smith Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/73/5e73d87b390b5ca1f03f09da585100389bb967ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of downtown Brooklyn. Located just minutes from Manhattan, the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.86" OriginalAmount="353.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764488388435" Longitude="-73.981937617063" StarRating="4" HotelCode="366182|16128" HotelName="Dream Midtown New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>210 West 55th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/69/30691d9e1d79d7f83d88350f5b6e19d30bf3b86b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing boutique hotel is New York’s latest celebrity hang-out. It is superbly located on Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="367.69" OriginalAmount="356.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.762657977378" Longitude="-73.983666300774" StarRating="4" HotelCode="15243|13014" HotelName="Novotel New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>226 West 52nd Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b1bff32e782f988677763753e95f7f953f9fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few steps from the nearest links to the public transport network and it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="369.10" OriginalAmount="358.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750278524922" Longitude="-73.977518677712" StarRating="3" HotelCode="54538|48831" HotelName="The Renwick Hotel New York City, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>118 East 40th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/ea/e7eacef1da118b4ba060f1f21d9daba683059cb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stunning hotel, designed in a European style, is located in midtown Manhattan in the Murray Hil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="373.69" OriginalAmount="362.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.744367351307" Longitude="-73.985580056906" StarRating="4" HotelCode="18457|13382" HotelName="The James New York - NoMad" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 East 29th Street, At Madison Avenue, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/17/b1173576f0628a189d1ff81adca47879d2b98e4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Beaux-Arts style hotel offers luxurious accommodation and lies on Madison Avenue within the fas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.50" OriginalAmount="367.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.754458" Longitude="-73.992942" StarRating="3" HotelCode="284885|189694" HotelName="Homewood Suites by Hilton New York Midtown Manhattan Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>312 West 37th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/0e/4c0ee5281ae5e02fe56f5624c9b03309ae88326b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.07" OriginalAmount="369.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.751113" Longitude="-73.984653" StarRating="3" HotelCode="263790|369143" HotelName="Springhill Suites New York Midtown Manhattan/Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 West 37th Street, New York, NY 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/a2/7ea22fb8f4799f95b9e86c971899761c18773265.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="382.12" OriginalAmount="370.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75741" Longitude="-73.969891" StarRating="3" HotelCode="47889|35918" HotelName="Courtyard by Marriot Manhattan Midtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>866 Third Avenue, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/18/4918bb58e37b1e3a617f141af6300f56b2354572.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The well fitted, modern hotel is ideally located in the exclusive East Side of Manhattan right in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="383.45" OriginalAmount="372.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75082283" Longitude="-73.98417667" StarRating="3" HotelCode="955281|724005" HotelName="Wingate by Wyndham New York Midtown South/5th Ave" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 West 37th Street, New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/82/fa82253bc4b5dfa906661d2c0a781e5cc0bffe04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="383.49" OriginalAmount="372.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.742144" Longitude="-74.003569" StarRating="4" HotelCode="174554|177488" HotelName="Dream New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>355 West 16th Street, near 9th Avenue, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/a7/4ba72e14ffd9aecb58ca073556f6d59c7afd03ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of New York City, this urban hotel is ideal for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="384.24" OriginalAmount="373.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746924" Longitude="-73.991409" StarRating="4" HotelCode="892165|159261" HotelName="DoubleTree by Hilton Hotel New York City - Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>128 West 29th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/e8/70e8473f516e07d61c3eae27f7bc51d65f112677.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on 29th Street between Sixth and Seventh Avenues. Within a short walk from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="384.45" OriginalAmount="373.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.73978333" Longitude="-73.98435045" StarRating="4" HotelCode="585788|627959" HotelName="Freehand New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>23 Lexington Avenue, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/e8/8ee8d500f07ba6ff8830b13e316a90aaa97138ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="388.52" OriginalAmount="377.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.584055819242" Longitude="-73.93839597702" StarRating="3" HotelCode="97241|97099" HotelName="Best Western Plus Brooklyn Bay Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3003 Emmons Avenue, New York City - Brooklyn, New York 11235</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/34/f734e5cd82a4a101628c3b5b8af636de051e517e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located with easy access to popular area attractions such as the Coney Isl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="391.53" OriginalAmount="380.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755265980543" Longitude="-73.985708063824" StarRating="3" HotelCode="293865|189697" HotelName="Hilton Garden Inn New York/Times Square Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/2d/4d2d450e76630a884430b3b3ef26dcd807f30165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.57" OriginalAmount="382.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.782524362546" Longitude="-73.981358697397" StarRating="3" HotelCode="20526|229794" HotelName="Belleclaire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2175 Broadway, New York, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/b9/d8b9643e7107ea9a9dc71aa353deae9fdd8b1364.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.37" OriginalAmount="382.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.748514" Longitude="-73.978031" StarRating="4" HotelCode="45051|42944" HotelName="Shelburne Hotel &amp;  Suites by Affinia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>303 Lexington Avenue, at 37th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0e/e20ee98c92018bc3b1696900fbcd45fb35da1b22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant European-style hotel affords a prestigious location in the charming Murray Hill distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.69" OriginalAmount="383.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.762320737433" Longitude="-73.979208469391" StarRating="4" HotelCode="13341|13003" HotelName="New York Hilton Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1335 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/de/8edee50d7361975bf03b9db4d39413634239bb8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale contemporary hotel is situated near the Rockefeller Center, in a great, central locatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="399.73" OriginalAmount="388.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.746037070065" Longitude="-73.992650185004" StarRating="4" HotelCode="429347|439381" HotelName="INNSIDE New York NoMad" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>132 West 27th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/93/b7935f8788faf1e9656c394040922b5cfc72f7a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Following the success of this contemporary brand across Europe, INNSIDE New York Nomad is the first ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="401.98" OriginalAmount="390.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.74439212" Longitude="-73.99265365" StarRating="3" HotelCode="855999|797592" HotelName="Renaissance New York Chelsea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 West 25th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/07/6d072d9e8c150b8374a22221803b825ed39291fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.39" OriginalAmount="394.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.74814663" Longitude="-73.94129345" StarRating="3" HotelCode="572108|641607" HotelName="Hyatt Place Long Island City New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Golf,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2707 43rd Avenue, Long Island, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/02/ea024f9960014927905407a43a6f820297b9a023.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys easily and comfortably by lift. Services and facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.04" OriginalAmount="396.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755694968944" Longitude="-73.988661167935" StarRating="3" HotelCode="316212|195837" HotelName="Hampton Inn Manhattan Times Square Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Bar,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 West 41st Street, New York, New York 10036-7203</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/dc/dadc8d118f1b601273ad79030d41c25eab8b1183.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.09" OriginalAmount="396.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.70740281115" Longitude="-74.006395398811" StarRating="3" HotelCode="305439|454541" HotelName="Four Points by Sheraton New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Platt Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/bd/babd61801d8428ad16767e99c7134b61d72ea168.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="409.03" OriginalAmount="397.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75376471" Longitude="-73.99374658" StarRating="3" HotelCode="506770|613801" HotelName="Crowne Plaza HY36 Midtown Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>320 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/f8/baf818bd625e7f0378545c8363b54b4b52f5dfee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.29" OriginalAmount="399.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755327766375" Longitude="-73.986078787794" StarRating="5" HotelCode="935270|573311" HotelName="The Knickerbocker Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Times Square, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f0/4ef0cf74b04d4d7e1a2ebec187e3fc2a0a7d9234.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.59" OriginalAmount="399.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755811264944" Longitude="-73.981558084488" StarRating="4" HotelCode="17732|13449" HotelName="Sofitel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 44th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/b1/cdb127ed2c282d0cfc059b7becd6947b15eaa2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between 5th and 6th Avenues in New York. High-class shopping is one block away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="412.00" OriginalAmount="400.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764491" Longitude="-73.983217" StarRating="3" HotelCode="293866|189698" HotelName="Hilton Garden Inn New York/Central Park South-Midtown West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>237 West 54th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b0/92b02988c7b959416b83fa688296d05e3ff51e0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="414.54" OriginalAmount="402.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750341729871" Longitude="-73.985337868337" StarRating="4" HotelCode="318401|409969" HotelName="Executivel Hotel Le Soleil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b2/07b2d556f68dc6fc5f4c35389ab473224bdae748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this boutique hotel has the perfect ambience for guests who appreciate a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="414.93" OriginalAmount="402.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.758792" Longitude="-73.989742" StarRating="4" HotelCode="160754|130258" HotelName="Intercontinental Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 West 44th St, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/5b/805b32a87ae1b4f9f53c81e8aa37e80ed3d60765.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Times Square neighbourhood, and located on Eighth Avenue, the hotel is close to thou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="417.05" OriginalAmount="404.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.765169" Longitude="-73.982942" StarRating="3" HotelCode="31923|13013" HotelName="The Moderne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>243 West 55th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/28/7428d9f1a3b3219df965bc67632696f5af1ff28f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This private and stylish hotel affords an excellent location surrounded by countless restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="417.27" OriginalAmount="405.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.70580138" Longitude="-74.00509948" StarRating="2" HotelCode="637846|625885" HotelName="AC Hotel New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>151 Maiden Lane, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/2f/cf2fe2b13eb456074aa085c4e94a7e5eff9cc39a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="417.61" OriginalAmount="405.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.761365361206" Longitude="-73.970676591187" StarRating="3" HotelCode="893693|323589" HotelName="Lombardy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 East 56th Street, New York, NY 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/3c/803c2978ef0c0c4b42e84530cf1b0a9a4c272e55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.19" OriginalAmount="406.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.705652337837" Longitude="-74.007020294666" StarRating="3" HotelCode="165487|156975" HotelName="Holiday Inn Express New York City-Wall Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Water Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4f/784fa7e8150a88557d334a2c8fc5ad53a6f51f47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only steps away from Wall Street, the heart of the Financial District.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.85" OriginalAmount="406.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75946868262" Longitude="-73.985698001287" StarRating="4" HotelCode="58326|13458" HotelName="W New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1567 Broadway, Manhattan, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/ff/2eff1af5fb92f7d9cb1c001e4c9aec9c377fe174.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sensational city hotel is housed within a New York skyscraper, which combines cutting-edge desi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="419.26" OriginalAmount="407.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.70506267759" Longitude="-74.006298780441" StarRating="4" HotelCode="72047|85678" HotelName="Eurostars Wall Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Front Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/5b/ba5b7b6f2426d7d1a61e16d89fbc10130cddf5c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located downtown on Front Street at Pine Street, nestled moments from Wall Street's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="424.55" OriginalAmount="412.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756480317178" Longitude="-73.980651349465" StarRating="3" HotelCode="319203|521586" HotelName="Cambria Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/f5/baf58a79d38289e5e6df50a4894f20f5909828f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="429.21" OriginalAmount="416.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756487840924" Longitude="-73.984277844429" StarRating="4" HotelCode="60790|68981" HotelName="Hotel Mela Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/de/3bde7ec228aa0b3ef3e0445907389602cc977af8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests at this hotel may take advantage of its central location in the heart of Times Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="430.53" OriginalAmount="417.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.783381" Longitude="-73.978635" StarRating="4" HotelCode="18461|38701" HotelName="The Lucerne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 79th Street, New York, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/47/3347de7d04c9db026225bbae9b48c0ba694bf415.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the Upper West Side, near Central Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="430.98" OriginalAmount="418.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.758464703661" Longitude="-73.985731601715" StarRating="4" HotelCode="14601|13437" HotelName="New York Marriott Marquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1535 Broadway, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/23/a5235b8c75114b4b7121c9950e41d40bbdd3b751.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spectacular hotel enjoys a stunning location right on Broadway, close to Times Square and the t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="436.10" OriginalAmount="423.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764099586671" Longitude="-73.982922259507" StarRating="3" HotelCode="200929|13380" HotelName="Ameritania at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4e/11/4e111e0b9e161659e403be671fd3f5965d3f6f68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant boutique-style hotel enjoys a superb central location on the corner of Broadway and 54t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="438.63" OriginalAmount="425.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="3" HotelCode="225904|659156" HotelName="Concorde Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>127 East 55th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/50/92503c8cd478c6d62b26e0a745e749d6b0d79aed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="438.66" OriginalAmount="425.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756581" Longitude="-73.988627" StarRating="4" HotelCode="13345|14797" HotelName="Hilton Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West 42nd Street 234, 10036  New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/5b/975b9289727a430e0c6780b3c5ad494ba66c6066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel enjoys a superb location with great views over Manhattan. It is located on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="441.09" OriginalAmount="428.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759398853433" Longitude="-73.97498765809" StarRating="4" HotelCode="59147|96960" HotelName="Omni Berkshire Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 East 52nd Street at Madison Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/49/64495c69900bab17a8cc433ebb813838be0a8de9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is situated in an ideal location on Madison Avenue, just steps away from the Roc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="442.15" OriginalAmount="429.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.771472335053" Longitude="-73.982620239258" StarRating="4" HotelCode="18303|91537" HotelName="The Empire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 West 63rd Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/ef/beefac2106515b3b303a0cd78280d531dc1e4b3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly across the street from the lush greenery of Dante Park. The hotel pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="445.43" OriginalAmount="432.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.760605" Longitude="-73.969153" StarRating="4" HotelCode="396085|55513" HotelName="Fitzpatrick Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>687 Lexington Avenue, Between 56th &amp; 57th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/80/ab80091ec837f253258260bb08cfc4a80048edf4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Lexington Avenue and is neighbour to some of the city's most pop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="447.41" OriginalAmount="434.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.754344" Longitude="-73.994168" StarRating="3" HotelCode="896936|113415" HotelName="DoubleTree by Hilton Hotel New York - Times Square South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 21/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>341 West 36th Street, New York City - Manhattan, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/1e/321e19886aad65b9cee494b7f2286d339a721534.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This newly developed hotel is located on Manhattan's trendy West Side, only steps away from Time Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="451.01" OriginalAmount="437.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.726390836656" Longitude="-74.008806169312" StarRating="4" HotelCode="294757|573305" HotelName="Hotel Hugo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>525 Greenwich Street, New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26f147a9411d37ef7ef4f91e9fc848a30856407.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="454.05" OriginalAmount="440.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755698934609" Longitude="-73.990121353373" StarRating="3" HotelCode="572204|607473" HotelName="AC Hotel New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>260 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1d/27/1d27d3fff471bdd4165c28cb3594188083b2f87e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="454.67" OriginalAmount="441.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759963702684" Longitude="-73.978242749599" StarRating="3" HotelCode="120939|323221" HotelName="Club Quarters Hotel Opposite Rockefeller Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 West 51st Street, (Just off 5th Avenue), New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/323221/323221a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="460.75" OriginalAmount="447.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.782152348622" Longitude="-73.980330589443" StarRating="4" HotelCode="15414|90086" HotelName="Arthouse Hotel New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2178 Broadway at W, 77th Street, New York City, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/eb/55/eb55bd006523d8201262994f3856502520dc6f4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located on the Upper West Side, just 3 blocks from Central Park and away from the tu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="463.74" OriginalAmount="450.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.757829150244" Longitude="-73.983761731158" StarRating="4" HotelCode="60534|71400" HotelName="Kimpton Muse Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/d5/f0d5596109702748794c6d5496a5573ac270e3ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on 46th Street, the hotel is surrounded by all New York has to offer. The centre of New York...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="467.05" OriginalAmount="453.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.74727" Longitude="-73.98986" StarRating="4" HotelCode="160995|134663" HotelName="Kimpton Hotel Eventi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,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,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>851 6th Avenue, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e1/92e1d5ee36463232a654695b9f6e3b1f49d8654a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is situated in the historic Chelsea neighbourhood near the New York t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="467.96" OriginalAmount="454.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.757491517533" Longitude="-73.98411154747" StarRating="4" HotelCode="262261|228794" HotelName="Hyatt Centric Times Square New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 West 45th Street, New York 10036, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3e/d93e8a08f3d905e71a54eaff0f10e27f3e3d6988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="470.16" OriginalAmount="456.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.761364" Longitude="-73.985547" StarRating="4" HotelCode="905704|322632" HotelName="The Pearl New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>233, West 49th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a6/00a6bebc3caa735be35b18a3afd229372a848b20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="472.32" OriginalAmount="458.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756506444034" Longitude="-73.97202979957" StarRating="4" HotelCode="59149|14740" HotelName="The Benjamin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 East 50th Street (at Lexington Avenue), New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/49/b1/49b100340ff23bc86c2ff2b780c092be962983db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located right on Lexington Avenue, across from the Waldorf Astoria, close to Fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="477.74" OriginalAmount="463.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755748280043" Longitude="-73.991906046867" StarRating="3" HotelCode="162516|136990" HotelName="Element New York Times Square West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>311 West 39th Street, Between 8th and 9th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/1c/cd1cc087130ca603a22041573127c1718f712e07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in one of New York City's hottest neighbourhoods. In the heart of it all, T...</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="494.70" OriginalAmount="480.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759764971869" Longitude="-73.984562158585" StarRating="4" HotelCode="16627|87176" HotelName="Renaissance New York Times Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Two Times Square, 714 Seventh Avenue, West 48th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/62/51627e126411463b23dbbbfe368c4cb23c553c16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies the island where Broadway and 7th Avenue meet right in the heart of Times Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="495.54" OriginalAmount="481.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.721749017161" Longitude="-73.987765241734" StarRating="3" HotelCode="307071|406838" HotelName="Hotel Indigo Lower East Side New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Ludlow Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/ff/6fffcca09bc6e04cfb0a4595386c241f17246538.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="499.68" OriginalAmount="485.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.74623701" Longitude="-73.99066367" StarRating="3" HotelCode="446389|562741" HotelName="Hyatt House New York/Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>815 Avenue of the Americas, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c7/4ec7b69cb16fe34dd838d4acfa59722ac1b60c31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="501.46" OriginalAmount="486.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.757270532478" Longitude="-73.983566966123" StarRating="4" HotelCode="144924|668222" HotelName="Merrion Row Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>119 West 45th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7c/777c90faaab7c5ff1333dbabf8439b1799851e36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="506.64" OriginalAmount="491.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.780311926875" Longitude="-73.946091234684" StarRating="3" HotelCode="387969|87177" HotelName="Courtyard New York Manhattan/Upper East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>410 East 92nd Street, New York, New York 10128</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/1e/721ee89378aaa868a6432a2f3774316facae4069.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stunning new property is located in Yorkville, a vibrant residential neighbourhood in the Upper...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="515.69" OriginalAmount="500.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.761422965122" Longitude="-73.982457378716" StarRating="4" HotelCode="87064|481064" HotelName="The Michelangelo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>152 West 51st Street, New York City - Manhattan, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/c7/d3c76cd07b703b40854ceac8756ab5a016967cd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="516.97" OriginalAmount="501.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.758962465589" Longitude="-73.984479010105" StarRating="4" HotelCode="39597|13386" HotelName="DoubleTree Suites by Hilton Hotel New York City - Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1568 Broadway, New York, New York 10036-8201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/3f/193fe62e3c4822cb7125256cf6e53cf63c401a67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords a fabulous location on Times Square. In the immediate vicinity is a diverse selec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="520.38" OriginalAmount="505.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.718568016454" Longitude="-73.989855376075" StarRating="3" HotelCode="68532|87179" HotelName="Blue Moon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/55/0c55202d8e7ef92242ecdb8b688c5872ef0bd5bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of New York's most socially vibrant and attractive Lower East Side...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="521.88" OriginalAmount="506.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.707913331494" Longitude="-74.006583094597" StarRating="4" HotelCode="317042|87757" HotelName="Gild Hall, a Thompson Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Gold Street, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/66/e86689ffef48838af945de3657a1548bf81ee112.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located within a few blocks of Wall Street, the NYSE and leading financial institu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="527.85" OriginalAmount="512.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750046" Longitude="-73.980914" StarRating="3" HotelCode="258932|13054" HotelName="NH Collection New York Madison Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 East 38th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/40/c340bf8f7024b129a03677a94eef772cb646e0a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This renowned European-style boutique hotel is located on Madison Avenue at the heart of New York. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="531.53" OriginalAmount="516.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.758005540374" Longitude="-73.974967896938" StarRating="5" HotelCode="18382|13015" HotelName="Lotte New York Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>455 Madison Avenue, at 50th Street, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/9e/cb9e6ced94147e2d54cc2275dc462b70b432cfc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is one of the top addresses in the country. It enjoys a superb midtown loca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="540.32" OriginalAmount="524.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.71984" Longitude="-74.000102" StarRating="4" HotelCode="166062|137010" HotelName="NoMo SoHo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Crosby Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/bc/d1bc956c11faa60e69ffad9930da5f1a81dd579c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming city hotel is conveniently situated near the airport in the Little Italy neighbourhood ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="543.51" OriginalAmount="527.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.755995" Longitude="-73.99370567" StarRating="3" HotelCode="965067|666124" HotelName="Hyatt Place New York City / Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>350 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/56/ab56f29a99f53861e2286c77c8937b3bb3e326f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="576.34" OriginalAmount="559.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.76266" Longitude="-73.982" StarRating="4" HotelCode="17640|13055" HotelName="Sheraton New York Times Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>811 7th Avenue 53rd Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/25/8a25ec2c576bd544a6af4df13a5b0fe80d81ab13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This large luxury hotel is located in the heart of the city just a few minutes’ walk from Times Squa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="577.18" OriginalAmount="560.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.715207155979" Longitude="-74.009194225073" StarRating="4" HotelCode="894762|323472" HotelName="AKA Smyth Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 West Broadway, Tribeca, Manhattan, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/1f/f71f7beb328dedd3a3e0775f9c70475fd30a8faa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - J.F.Kennedy Int. (JFK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="586.22" OriginalAmount="569.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.763421071214" Longitude="-73.980604927681" StarRating="5" HotelCode="76064|104034" HotelName="Conrad New York Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>151 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/c9/37c9058a25fedcc37dc38e54642717305abd85a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located comfortably at the crossroads of culture and commerce in the midtown area; jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="588.68" OriginalAmount="571.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.752224" Longitude="-73.985463" StarRating="4" HotelCode="208064|190868" HotelName="Refinery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 W 38th Street, near the corner of 38th and 6th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/48/fb487835e15ee018a426907ec3c6e4603f678e88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in New York City. For guests who appreciate a stylish amb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="593.35" OriginalAmount="576.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.78057595909" Longitude="-73.981233537197" StarRating="3" HotelCode="10725|13007" HotelName="Beacon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2130 Broadway at 75th Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/45/e2450b25da7c290275fe847a0d6d07eb7c90dd39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This highly popular hotel offers top-quality self-catering accommodation and is situated in the grea...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="593.40" OriginalAmount="576.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="4" HotelCode="985476|775233" HotelName="Hyatt Centric 39th &amp; 5th New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 East 39th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/72/ee728f736f61eb57c1a34c10ad8ca79adb3320ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="602.97" OriginalAmount="585.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.750602" Longitude="-73.985711" StarRating="3" HotelCode="189228|231643" HotelName="Hyatt Place New York/Midtown-South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 West 36th Street, New York, New York10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/32/85/3285e03595cc660a8f29ea8f4d722ddb8f57e8c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="614.01" OriginalAmount="596.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.707997710617" Longitude="-74.00142788887" StarRating="3" HotelCode="30059|620296" HotelName="Mr. C Seaport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Peck Slip, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/ae/5faedc364fae48e4a1bfbcfe45680ffa4d6df73d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="635.11" OriginalAmount="616.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.73347429759" Longitude="-73.990067392588" StarRating="4" HotelCode="208204|198336" HotelName="Hyatt Union Square New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Fourth Avenue, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/5f/0b5f3e293f6deaf00f6cefd5a6a0b4f0bd2eac3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York (NYC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="671.87" OriginalAmount="652.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.749539" Longitude="-73.979897" StarRating="4" HotelCode="18347|124112" HotelName="The Kitano New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Park Avenue, At 38th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/ae/a8ae905576b1b3a4328d29ed62e87b537c971965.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="682.78" OriginalAmount="662.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.782027" Longitude="-73.981865" StarRating="3" HotelCode="178665|906896" HotelName="Milburn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242, West 76th St, New York City 10023, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7b/027be55cb23ca2b2c8611330f0b00a75568ac8d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in New York City. The nearest airport is New York - La Guardia (LGA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="688.72" OriginalAmount="668.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.71122049" Longitude="-74.00671935" StarRating="5" HotelCode="446426|573333" HotelName="The Beekman, a Thompson Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Nassau Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/c6/6fc6d41cd7d192f8c181e49fd08c5edd97eab5b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="691.29" OriginalAmount="671.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764335009644" Longitude="-73.963184282184" StarRating="3" HotelCode="365923|14742" HotelName="Gardens Suites Hotel by Affinia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>215 East 64th Street, between 2nd and 3rd Avenue, New York, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/d2/9fd2820aa576b9dc774e779f7cb4ce9de8670ec8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This peaceful, elegant haven is located in one of the most exclusive neighbourhoods in New York. Thi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="702.72" OriginalAmount="682.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.75179479" Longitude="-73.99106872" StarRating="4" HotelCode="935259|498013" HotelName="Renaissance New York Midtown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>218 West 35th Street, South Garment District, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e8/50e8977af52c650b9adc760b402eaba1d07aa107.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="705.78" OriginalAmount="685.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764709" Longitude="-73.976714" StarRating="4" HotelCode="311586|398262" HotelName="1 Hotel Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1414 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ba/59ba4a5d429c8806566459851ccff0b54fa49931.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="705.90" OriginalAmount="685.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764307461259" Longitude="-73.978530704459" StarRating="4" HotelCode="14277|13018" HotelName="Parker New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 West 56th Street, New York, New York 10019-3318</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/66/4766598307b2f6b4774530c3be6df89dc3e46199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within a short distance of an array of bars, restaurants, shops and links to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="739.44" OriginalAmount="717.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.736701" Longitude="-73.988687" StarRating="4" HotelCode="370663|19344" HotelName="W New York - Union Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>201 Park Avenue South, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/08/0b0809dc3eb9f5637a47f8cfcbc27890082baa0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This visually stunning, luxury boutique hotel is housed within in a landmark building on historic Un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="755.19" OriginalAmount="733.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.759288069958" Longitude="-73.984323601258" StarRating="5" HotelCode="771063|675922" HotelName="The Times Square EDITION" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>701 7th Avenue, 20 Times Square, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/2f/132fa8e9a9e52ecb2d2c5929a7602487ddbb8f87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="780.93" OriginalAmount="758.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.765094538875" Longitude="-73.975288692499" StarRating="4" HotelCode="33331|13001" HotelName="Park Lane Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/e8/67e81049f070b01a414b7699e6a20e3e3226cf7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="793.26" OriginalAmount="770.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764616" Longitude="-73.978482" StarRating="4" HotelCode="262316|402731" HotelName="Le Méridien New York, Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 West 57th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/62/9862033a89f56b69f45d65dc2c9b5e11afb7ed4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of New York City, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="818.64" OriginalAmount="794.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.762450621199" Longitude="-73.979070260119" StarRating="4" HotelCode="298918|159131" HotelName="The Hilton Club - New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1335 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/9b/559ba8dd209a43938a8593dad1a539b288c98bf1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="833.75" OriginalAmount="809.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7226223" Longitude="-73.9915685" StarRating="4" HotelCode="482035|537662" HotelName="PUBLIC, an Ian Schrager Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>215 Chrystie Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b7/92b70450b19ef375404d37c07ed8245ee140729c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="834.14" OriginalAmount="809.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.766424384341" Longitude="-73.978376984596" StarRating="5" HotelCode="12195|13388" HotelName="JW Marriott Essex House New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/4a/704a2b9dcd248f1c19b041a5388a7bebcaaf902b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a stunning location on the southern edge of Central Park. In the immediate vicinit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="885.54" OriginalAmount="859.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.76436" Longitude="-73.977922" StarRating="3" HotelCode="899765|125388" HotelName="West 57th Street by Hilton Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>102 West 57th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/f0/4ff052142dca710a12b96d44cb8df073cf4d75a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="921.32" OriginalAmount="894.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.769127" Longitude="-73.981575" StarRating="5" HotelCode="76065|191517" HotelName="Trump International Hotel &amp; Tower New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Central Park West, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/3c/a73cf553dd4df20b37fbff6018a45817e60318d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in New York City, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="984.32" OriginalAmount="955.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.7456025" Longitude="-73.9878759" StarRating="3" HotelCode="119708|191518" HotelName="Ace Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 West 29th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/a3/37a3ada28c7fb41c3da0d9d1cdf69d4d6eba1aa9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in New York City. For guests who appreciate a stylish amb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1149.47" OriginalAmount="1115.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756612396824" Longitude="-73.984499565641" StarRating="5" HotelCode="896929|372456" HotelName="The Chatwal, a Luxury Collection Hotel, New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/74/9574ebedd811d26c20111833bd407e459eb0b7d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of New York City, this spa hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1192.16" OriginalAmount="1157.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.749937158274" Longitude="-73.98375749588" StarRating="5" HotelCode="165434|138225" HotelName="The Langham New York, Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>400 Fifth Avenue, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/47/c347e23020dac86cbd88974e8fcddb72f2e5f6fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in vibrant Midtown Manhattan on 36th Street. Within a short walking distan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.32" OriginalAmount="1221.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.764545457674" Longitude="-73.968985003101" StarRating="4" HotelCode="59146|98306" HotelName="Loews Regency New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>540 Park Avenue and 61st Street, New York City, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a2/e4a2db44e29badc4f784d5a09ff9d78a0ff37782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a superb location on Park Avenue and 61st Street, just steps away from upsc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1538.96" OriginalAmount="1494.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.756739777368" Longitude="-73.974014371634" StarRating="4" HotelCode="907108|13453" HotelName="The Waldorf Astoria New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel,City Hotel" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Park Avenue, New York City, New York 10022-6897</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a9/b5/a9b548084b70ad7e6113a54ffa7a918e31a17a35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 1232 rooms. A lobby and a reception are available to guests. Individua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1818.33" OriginalAmount="1765.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.76530149327" Longitude="-73.97603943944" StarRating="5" HotelCode="23534|109634" HotelName="The Ritz-Carlton New York, Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/a0/8ba076c112cee78ff663fd1513c4bc04fbb5dcbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, this city hotel is a 1930s European-style landmark located in New York City, NY. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1869.87" OriginalAmount="1815.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.76159749419" Longitude="-73.975177109241" StarRating="5" HotelCode="18411|147400" HotelName="The Peninsula New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>700 Fifth Avenue at 55th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/3c/763cb51fdaae589f9e3ec7204b28ef5400e49438.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location on the corner of Fifth Avenue and 55th Street. It is convenient f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2365.34" OriginalAmount="2296.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.727917" Longitude="-73.990856" StarRating="4" HotelCode="99642|104033" HotelName="The Standard East Village - The Cooper Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Cooper Square, New York City, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/09/7809b6b03e7895c150d06a8e0958dd5dfdc23b52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of Manhattan’s most authentic neighbourhoods.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2419.60" OriginalAmount="2349.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.765386" Longitude="-73.978957" StarRating="5" HotelCode="298192|364497" HotelName="Park Hyatt New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 West 57th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/96/0f969d15f7f1573370150118931baaef1f59769b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of New York City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2602.20" OriginalAmount="2526.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.768244534719" Longitude="-73.982533067465" StarRating="5" HotelCode="50603|77710" HotelName="Mandarin Oriental New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Columbus Circle at 60th Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa3511a7c60ec4e4102cca711f212068d640a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located at Columbus Circle - a major landmark and point of attraction of New York ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="13269.46" OriginalAmount="12882.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.765084" Longitude="-73.971705" StarRating="5" HotelCode="18418|118093" HotelName="The Pierre, New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 East 61st Street, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/1a/6e1a01723643a3912e015b969c6a678521bae835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This iconic Fifth Avenue hotel overlooks the emerald expanse of Central Park in Midtown Manhattan. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Golf,Kitchen,Wheelchair Access,Lounge,Currency Exchange,Nightclub,Massage Centre,Jacuzzi,Sauna,Diet Meals,24 Hour Power Supply,24 Hour Security,Business Centre,Meeting Room,Parking,Wake-up Call Service,Swimming Pool,Garden,Heated Pool</BasicAmenities>
    <HotelRating>4,3,5,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,ECO HOTEL,SPA HOTEL,HOTEL DE CHARME,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,HOTEL,CONFERENCE HOTEL,APARTMENT HOTEL,VILLAGE</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
b832eba6-7afd-4308-983d-bd52d9ccb702|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="b832eba6-7afd-4308-983d-bd52d9ccb702">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="6,10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80963" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-21T00:00:00" End="2026-11-22T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="365877|81936" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="PK" 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
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.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
b832eba6-7afd-4308-983d-bd52d9ccb702|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="b832eba6-7afd-4308-983d-bd52d9ccb702" TimeStamp="0001-01-01T00:00:00" HotelName="Night Hotels Times Square" HotelCode="365877|81936" StarRating="4" GTCityId="80963" CountryCode="US" CityName="New York" CountryName="USA" Address="157 West 47th Street, New York, New York 10036" PostCode="10036" PhoneNo="+12127683700" FaxNo="" Email="info@nighthotelTSQ.com" CheckInTime="15:00" CheckOutTime="12:00" Latitude="40.758986845669" Longitude="-73.983855396509" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: 2 Full Bed" RoomTypeCode="20261121$20261122$W$254$81936$ROO.2D$BAR-25_RO-NOR$RO$$1~2~2$6~10$N@07~A-SIC~21a155~-3980346~N~~~NOR~~94ED4ACF06384FE177616933418305AAUK0217018400120825e111|8|MjczLjk0fEVVUnwyMDI2LTExLTE1" OriginalAmount="238" TotalPrice="245.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/11/2026"><Offer>Special discount Amount: -123.08</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-15T00:00:00" End="2026-11-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="245.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe 2 Queen Bed" RoomTypeCode="20261121$20261122$W$254$81936$QUA.2Q-DX$BAR-25_RO-NOR$RO$$1~2~2$6~10$N@07~A-SIC~237176~1261690545~N~~~NOR~~94ED4ACF06384FE177616933418305AAUK0217018400120824212c|8|MzAwLjY2fEVVUnwyMDI2LTExLTE1" OriginalAmount="262" TotalPrice="269.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 15/11/2026"><Offer>Special discount Amount: -135.09</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-15T00:00:00" End="2026-11-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="269.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/e6/0c/e60c3f3d5357e40d983de395b823b473e73aa086.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c0/51/c05103969a28e5e8a210be7d769c0e3cbe506ed6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/15/41/1541c2e1ac7b1edb399bc6f89163b012713b5a8e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0c/a3/0ca31603cc7b28c837d8bbc32ae7326e7dd8c4ae.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7f/47/7f478123eb3a4bac67eb5fce8f0e93a44af7e423.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/05/a4/05a4140f391ae95ddd43c17580115f2140207477.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4b/3e/4b3ecaf52d59dfe1cb1e9d0e95b1a5bfa07edb48.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/12/75/127573ab33b45390b0164e41bde6e1384ba6f052.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e9/0d/e90d6408b1de95f8c98342e6b2e5422ddb83672c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ec/2c/ec2cb629834fb39c1fb32e66ca39569534cc0e64.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/61/87/61878347ace588640500ff7e5c73d4b18d2d7728.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3c/70/3c70aecd079865de74ad8ee9bf0489c0d7d7cb23.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ef/87/ef87cd0c8014bcb2dc4f535e781fb8f62318610e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6a/de/6ade2c55da475602f4da5ad4d097e671cf38be4c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1c/e8/1ce8292a21daf4f051348388e361529ac5d70c77.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c5/e3/c5e3fd9825904005c261cd1dbeb1cbca4a586d22.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/bd/8d/bd8d2e5b671ded6c678c68e8d45b68952da0eccb.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9f/71/9f71960b583aeb34339c5a0d76edaafb7a89c716.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/78/d4/78d480e9201343c6a5ba26df9c87b6d2b66f4a36.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/56/04/5604c9ca5988abe9958c6a748ee226e4659cc0c8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/78/87/7887298a25c2148a895c4d13fed4ea61814555f4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/eb/e2/ebe29c0ce1069c7838e4316ca8130d1bda7350b2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/da/8e/da8e28ba41c149c7904a4e6d7a08f7b79d75b635.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/05/38/0538af47e387518f97ea961fdeee4ab0678a8206.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b2/d9/b2d91c4fff0784134ca82c5bc0a4371fc1f47e93.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4d/ce/4dce0a41138848623d2f1d0ae41337411477f8d6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4f/1b/4f1bfca36f2c501d51400ce9d91e603130dd516f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/60/zz/60add22bba1cbc8d00fdd9c24614b339735dc5f4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/53/35/5335a91a748e206978c81bf5b42a166a86383a60.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5c/4e/5c4e8150275a2c028c4d7253cbcc8341d13fa8a3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b1/3d/b13dd692735b09022c854725ce478ed3b59955dd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/zz/65/ad654c3f058e8248f694447236d6b1fb777e2dfa.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c9/2d/c92d4300ddb182adbfd278c8bc5cf70ec95c7ac0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/13/90/1390d789a76353d504e3cf1d226b8ddff490780a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e8/ec/e8ecf4b8b989d6414f0f75a284f402c20b3a23a6.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;Times Square and Broadway are less than two blocks from the hotel. One block over, on West 46th Street, there are more than 20 dining choices, on Restaurant Row. Central Park is 12 blocks from the hotel, while great shopping on Fifth Avenue can be found less than two blocks away.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has 200 single rooms and 8 double rooms, which are located on 10 storeys and are reachable by lift. Check-in and check-out are possible at any time at the 24-hour reception desk. A safe, room service, a laundry service, a conference room, a business centre and a theatre hall are available. Wireless internet access allows guests to stay connected while on holiday. Wheelchair-accessible facilities are available. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms are equipped with air conditioning and individually adjustable heating. All rooms are carpeted and include a double bed or a king-size bed. A safe, a minibar and a desk are also available. Guests will also find a mini fridge included among the standard features. An ironing set is provided for guests' convenience. A telephone, a television with satellite/cable channels, a radio, a stereo system and WiFi are provided as well. A hairdryer and bathrobes are available in the bathrooms, which are equipped with a shower. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has family rooms and 208 non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. There are many ways to relax or stay active at the hotel, including a gym, a spa and massage treatments. Guests of all ages have the opportunity to enjoy a fun entertainment programme. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Travellers can choose from a range of snacks and meals including breakfast, lunch or dinner. Staff are also happy to provide special dietary cuisine. The accommodation also offers special catering options.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;All major credit cards, including American Express, VISA, Diners Club, JCB and MasterCard, are accepted for payment.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>1-212-7687573</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>1-212-7683700</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2008</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>10</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>208</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>200</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>8</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>JCB</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>EC Card</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour check-in</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Theatre</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with air conditioning </Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with non-smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with high-chairs</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Special Diet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Special Offers</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Continental Breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Entertainment Programme</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Children's Entertainment</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Shopping opportunities</Description><Value>1 Meter</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
b832eba6-7afd-4308-983d-bd52d9ccb702|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="b832eba6-7afd-4308-983d-bd52d9ccb702" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: 2 Full Bed" BoardBasis="Room 1: ROOM ONLY" TotalAdult="2" TotalChild="2">
      <Adults>
        <Adult Title="Mr" FirstName="Zeeshan" LastName="Rizvi" DOB="20010414" Age="25" />
        <Adult Title="Mrs" FirstName="Sama" LastName="Rizvi" DOB="20010414" Age="25" />
      </Adults>
      <Childs>
        <Child Title="Miss" FirstName="Linta" LastName="Rizvi" DOB="20200414" Age="6" />
        <Child Title="Master" FirstName="Asad" LastName="Rizvi" DOB="20160414" Age="10" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="PK" ClientCountry="Pakistan" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="365877|81936" SourceId="8" RoomTypeCode="20261121$20261122$W$254$81936$ROO.2D$BAR-25_RO-NOR$RO$$1~2~2$6~10$N@07~A-SIC~21a155~-3980346~N~~~NOR~~94ED4ACF06384FE177616933418305AAUK0217018400120825e111|8|MjczLjk0fEVVUnwyMDI2LTExLTE1" TotalPrice="245.64" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-21T00:00:00" End="2026-11-22T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Zeeshan</FirstName>
    <LastName>Rizvi</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>96</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo>+44 (0) 20 8569 8080</SupportNo>
    <Title>Mr</Title>
  </MHLInfo>
</HotelBookRQ>||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
b832eba6-7afd-4308-983d-bd52d9ccb702|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Zeeshan</FirstName>
  <LastName>Rizvi</LastName>
  <NationalityOfPax>Pakistan</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>96</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo>+44 (0) 20 8569 8080</SupportNo>
  <Title>Mr</Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>Shikha</AgencyReference>
  <AgentMinCnxDate>2026-11-15T00:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2026-11-15T00:00:00" End="2026-11-17T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="245.64" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-11-21T00:00:00</CheckIn>
  <CheckInTime>24-Hour</CheckInTime>
  <CheckOut>2026-11-22T00:00:00</CheckOut>
  <CheckOutTime>24-Hour</CheckOutTime>
  <CostAmountInSalesCurrency>238.49</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>usa</CountryName>
  <PostCode>10036</PostCode>
  <Rooms>
    <Rooms>
      <Adults>2</Adults>
      <BoardBasis>Room 1: ROOM ONLY</BoardBasis>
      <Children>2</Children>
      <GuestName>Mr Zeeshan Rizvi</GuestName>
      <RoomType>Room 1: 2 Full Bed</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>245.64</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>273.94</SupplierAmount>
  <SupplierCurrency>EUR</SupplierCurrency>
  <SupplierId>240</SupplierId>
  <SupplierMinCnxDate>2026-11-15T00:00:00</SupplierMinCnxDate>
  <SupplierName>HotelBeds</SupplierName>
  <_address>157 West 47th Street, New York, New York 10036</_address>
  <_cityName>New York</_cityName>
  <_fax />
  <_hotelName>Night Hotels Times Square</_hotelName>
  <_phoneNo1>+12127683700</_phoneNo1>
</Hotel> Response:-<Root><FileBookingId>260430513</FileBookingId><BookingId>41881</BookingId></Root>||FalseSystem.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.FindSync[TProjection](FilterDefinition`1 filter, FindOptions`2 options, CancellationToken cancellationToken)
   at MongoDB.Driver.FindFluent`2.ToCursor(CancellationToken cancellationToken)
   at MongoDB.Driver.IAsyncCursorSourceExtensions.ToList[TDocument](IAsyncCursorSource`1 source, CancellationToken cancellationToken)
   at Core.Audit.InsertBookingLog(String BookingId, String TraceId, String Supplier, String ClientName, String Status, String BookingRQ, String BookingRS, String GTBookingRQ, String GTBookingRS, String FileName) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 211System.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
b832eba6-7afd-4308-983d-bd52d9ccb702|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>260430513</FileBookingId>
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-11-16T04:59:00+00:00" End="2026-11-17T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="238.49" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Estimated total amount of taxes &amp; fees for this booking: 14.75% payable on arrival. Car park YES (with additional debit notes) 45.00 USD Per unit/night. Key Collection 15:00 - 12:00. Check-in hour 15:00 - 00:00. Check-out hour  - 12:00. Minimum check-in age 21.&lt;br/&gt;</ImportantInfo>
  <SupplierRef>254-7000489</SupplierRef>
</HotelBookRS>||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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="3357ecd5-67b3-4b7f-af65-260a06fc913f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73722" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="2026-04-14T13:27:23.3229997+01:00" Version="0" EchoToken="Search" TransactionIdentifier="3357ecd5-67b3-4b7f-af65-260a06fc913f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="32.66" OriginalAmount="31.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.961982" Longitude="100.896055" StarRating="3" HotelCode="897780|188897" HotelName="Siam Pura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>119/102 Pattaya-Naklua Rd., Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/59/cf5960e74c2f59f237daac1506f4d0f892c31380.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya, about 1.6 km from the beach.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="46.06" OriginalAmount="44.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946878182926" Longitude="100.89638829231" StarRating="3" HotelCode="401204|121313" HotelName="J.A. Villa Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/248 Moo 6 Pattaya Sai 3 Road, Naklua, Pattaya, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/14/8114837b6dd30c197ed5fca92b90ac2d5dd2f865.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is approximately 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.68" OriginalAmount="54.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.915916782381" Longitude="100.8665838454" StarRating="3" HotelCode="936767|540321" HotelName="FX Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>352/316 Moo 12, Pratamnak Road Soi 4, Pattaya, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1b/1f/1b1f54640342af246ae2e8dcd0e700b9c50c1906.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Chonburi. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.44" OriginalAmount="58.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.917376" Longitude="100.86581133333" StarRating="3" HotelCode="200025|332849" HotelName="Hillside Resort Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>305 Moo 12, Pratumnak Soi 2, South Pattaya, Pattaya, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ca/d4/cad43c096e1a5c0965ccf98a31e5219a0545850e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.10" OriginalAmount="63.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93026529" Longitude="100.88443524" StarRating="3" HotelCode="428661|750752" HotelName="Pasadena Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Parking,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33/127 M.10 Soi LK Metro  soi Diana Inn, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/a9/cda909b14775916c2e37d01bd257fa793ebfd802.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Pasadena Lodge in Pattaya Central Pattaya, you'll be minutes from C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.96" OriginalAmount="65.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.960604036751" Longitude="100.89082539082" StarRating="3" HotelCode="188353|330503" HotelName="Riviera Resort pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157/1 Soi Naklua 16/1, Pattaya Naklua Road, Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/d5/93d51ace2c9b9c7343ba92ea6b597fc5f15bfbce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.14" OriginalAmount="66.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923204140666" Longitude="100.8817002028" StarRating="3" HotelCode="401211|330342" HotelName="Diamond City Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>513 Moo 10, South Pattaya, Pattaya, Cholburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/4e/604eef45df359c01cde0a2a71b1b4e71f4726047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.14" OriginalAmount="69.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.937749849373" Longitude="100.88470458984" StarRating="3" HotelCode="9017|80416" HotelName="Basaya Beach Hotel &amp; Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>137 Moo 9, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/50/b550942214dbc8047d6ea7cad5277f384a60104c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 10-minute walk from the centre of Pattaya. Bangkok’s Suvarnabhumi Airpor...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.80" OriginalAmount="71.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.956181" Longitude="100.890514" StarRating="3" HotelCode="29054|153391" HotelName="Romeo Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500/21 Soi 18 Pattaya Na Kluea Road, 20150 Pattaya City</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/44/de/44de90f1dc4360bd694c3d48fdcb8917303d3720.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the tranquil end of North Pattaya, yet only 2 minutes away from the fun and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.08" OriginalAmount="71.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.899736" Longitude="100.869455" StarRating="3" HotelCode="186384|161523" HotelName="Jomtien Plaza Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500/5 Moo 12 Thappraya Road, Pattaya, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/d8/17d8a627d224a7934b153ac02c7082ff7642dac3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a 5-minute walk to Jomtien Beach, situated in the prime location in Jomtien close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.48" OriginalAmount="72.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.953897" Longitude="100.888534" StarRating="3" HotelCode="187597|327388" HotelName="Lek Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>570/274 Moo 5, Pattaya-Naklua Road, Soi 18/2, 20150 Pattaya City, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/fe/effe2883c96ddc7dadd6790a31d3d590e1bd9828.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.37" OriginalAmount="76.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931590910938" Longitude="100.88437199593" StarRating="3" HotelCode="168297|140233" HotelName="Bella Express Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>336/22 Central Pattaya Road Moo 9, Pattaya, Amphoe Bang Lamung, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/b4/e0b4fd815432edba9cf93825b40b491c031128ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in central Pattaya. It can be accessed both from Pattaya 2nd Road (opposite Soi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.76" OriginalAmount="79.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.948196" Longitude="100.897533" StarRating="3" HotelCode="900662|120838" HotelName="Bella Villa Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Guesthouse,Hostel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8/82, Moo 6, Pattaya 3rd Road, Naklua, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/4a/394ab8fe0b96a7aa7ac4fd08775e8ce92d14fe6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the 3rd Road in the North Pattaya area, which is just a few steps from the h...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.88" OriginalAmount="80.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94696987" Longitude="100.88784022" StarRating="3" HotelCode="435242|540404" HotelName="Sunshine Hip Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>436/617 Moo 9, Nongprue Banglamung, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/540404/540404a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.88" OriginalAmount="80.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="3" HotelCode="401218|82433" HotelName="Mountain Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>378/16 Moo 12, Pattaya, Cholburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/08/082433/082433a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.59" OriginalAmount="85.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95671398" Longitude="100.89087197" StarRating="3" HotelCode="545862|675327" HotelName="Blue Boat Design Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>158/7-8 Naklua 16/3 Alley, Bang Lamung District, Pattaya North, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/ea/32ea3fbd449f4d805a407ba0cb938d9fb352dfcf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.51" OriginalAmount="85.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8979636" Longitude="100.87462691" StarRating="3" HotelCode="584106|654930" HotelName="Lawinta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44/286 Moo 12, Jomtien 2nd, Nongplue, Ampur Banglamung, Pattaya, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/80/5d80b1abffc51b8583b8164b21e9a816c302be93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.57" OriginalAmount="85.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.922733902785" Longitude="100.87314963341" StarRating="3" HotelCode="71642|79229" HotelName="Camelot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>373/17 Moo 10 Pratamnak Road, Pattaya City, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/0f/920f283f4805aacf4157b37b3112c687664ad9c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Pattaya city, providing guests with a central location, ideal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.70" OriginalAmount="87.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.945007" Longitude="100.904551" StarRating="4" HotelCode="299082|364501" HotelName="Grand Bella Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>336/26 Nongprue Moo 9, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/60/3e600a52baa5d1ecccd8d0c2f2bc320b053018a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.31" OriginalAmount="87.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.925922743231" Longitude="100.88230635577" StarRating="3" HotelCode="165839|138109" HotelName="Golden Sea Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>316/152 Chalermprakiat Road Moo 10, Pattaya 3 Road, Soi Chalermprakiat 33, Nongprue, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/91/ac910c6a6dfef1292a747baf76bcf249edd21bf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally situated at the heart of South Pattaya with three entrances (South Pattaya So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.68" OriginalAmount="89.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.990072" Longitude="100.922349" StarRating="3" HotelCode="98791|120839" HotelName="Bella Villa Cabana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Guesthouse,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>55/7 M.1 Sukhumvit Road, Naklua Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/50/0e50fe074aa8aa6e83a1187fb4953c4ba0757447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Pattaya just 100 m from its private beach and the nearest restaur...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="92.44" OriginalAmount="89.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931555164875" Longitude="100.88236347484" StarRating="3" HotelCode="380897|675318" HotelName="Maytara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>216/102 Pattaya 2nd Road, Soi Pattaya 11, Beach Road, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/02/ba028012c802d018d2b6e8cd0e406fa0d2b52896.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.92" OriginalAmount="91.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.887517618588" Longitude="100.87898870335" StarRating="3" HotelCode="422320|651863" HotelName="Tribe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>321 Jomtien Soi 11 Moo 12, Nongprue, Banglamung, Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ec/04eca238f790403d993f9cc2e2bf0b251fd74eb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Eleven@Jomtien Resort in Pattaya, you'll be near ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.54" OriginalAmount="91.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935480784482" Longitude="100.88432908058" StarRating="3" HotelCode="18075|79010" HotelName="Sunshine Hotel &amp; Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>217/1 M. 10 Soi 8, Beach Road, 20150 Pattaya City</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/22/1d227311638491ff10b7f70ef5c150e89f15721e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Pattaya's famous Soi 8 nightlife and entertainment zone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.02" OriginalAmount="92.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9480608" Longitude="100.8856808" StarRating="3" HotelCode="36343|675319" HotelName="The Mark Land Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436/541 Beach Road Moo 9, Soi 1, North Pattaya, Nongprue, Banglamung, Pattaya, Chon Buri 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/06787a71fc90a6fc/d0/d0b293346da824d3/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the northern part of the city of Pattaya in Thailand, by North Pattaya Bea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.52" OriginalAmount="93.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951856" Longitude="100.883953" StarRating="3" HotelCode="71655|105860" HotelName="Best Bella Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Guesthouse,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Golf,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38/32 Pattaya-Naklua Road Moo 5, Naklua Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/0d/d20d883ce87cb4d422f4be34cc9801da7b06833a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Naklua Road, which is relatively close to the centre of Pattaya and pr...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.48" OriginalAmount="96.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.934583" Longitude="100.885621" StarRating="3" HotelCode="43916|82091" HotelName="Caesar Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176, Moo 10, Pattaya 2nd Road, Pattaya City - Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dc/59/dc598c0fd0bcb3ba4393385903a27a44bef6bf6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the city of Pattaya. Guests will find both scenic beaches...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.57" OriginalAmount="97.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.889514697817" Longitude="100.88558491" StarRating="3" HotelCode="378657|704913" HotelName="Sea Breeze Jomtien Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>13/75 Soi Wat Boonkanchana Moo 12, Nongprue, Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/75432/3675432/1.jpg?f=15399049</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.38" OriginalAmount="100.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95304553" Longitude="100.89774857" StarRating="3" HotelCode="360038|672381" HotelName="The Siamese Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>160/60 Moo.5 Naklua, Pattaya, Banglamung Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/a6/a3a61094984f838576803516bd74be5e2e4ee8c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.88" OriginalAmount="100.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.952085261262" Longitude="100.88583648205" StarRating="3" HotelCode="9022|60695" HotelName="The Green Park Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/5 Soi Ping Pa, Moo 5, North Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ef/25ef899b14339f06f9a41b9269d58c1cf689adeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a genuine resort in the heart of Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.27" OriginalAmount="102.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935388" Longitude="100.88376" StarRating="3" HotelCode="98801|105977" HotelName="Baron Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>525/1, Moo 10, soi 9, Pattaya Beach Road, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/b2/01b2df8135cc2dbcdde2668e622a0f456e6c4ee4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the vibrant city of Pattaya, this hotel is surrounded by thousands of shops,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.10" OriginalAmount="103.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923168" Longitude="100.87202" StarRating="3" HotelCode="317422|94855" HotelName="Sun City Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>557 Moo 10, Pratamnak Road, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/5f/d85f7217be5c453c779b3af9661b85d492163b44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the east coast of the Gulf of Thailand in the province of Chon Buri. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.34" OriginalAmount="104.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96355934" Longitude="100.89095132" StarRating="5" HotelCode="353887|542881" HotelName="The Radiance Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>285/219 Moo 5 Soi Naklua 16, Banglamung Chonburi, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c0/dac0f4d773df50f9c55a326ab459be37248bc547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.37" OriginalAmount="104.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941631784639" Longitude="100.88641583919" StarRating="3" HotelCode="9030|84877" HotelName="Tropicana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98  Pattaya Beach Road Moo 9, 20260 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/cd/36cd039f68a4ad647d7f63177c4aeec47a99ece7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set on the Beach Road, the hotel presents a private tropical haven, just a few paces from the energe...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.43" OriginalAmount="111.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93996037" Longitude="100.89004721" StarRating="3" HotelCode="353099|538602" HotelName="KTK Royal Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>352/4 Moo.9 Soi Pattaya Klang 12, Pattaya Klang Road, Pattaya, 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/91/5391a9eb601e92487723a83ff503a003ce48a36b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.43" OriginalAmount="112.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946962" Longitude="100.88866" StarRating="3" HotelCode="186379|143252" HotelName="Sabai Empress Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436/21 Pattaya 2nd Road, Pattaya City 20150, Chon Buri</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/bd/1abdac3e9a75790840b5f7d5fcc31914c73493ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Pattaya Soi 2 road in the city of Pattaya, just 5 minutes’ walk from the bea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.30" OriginalAmount="115.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949389" Longitude="100.896543" StarRating="4" HotelCode="401194|87216" HotelName="Mantra Pura Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/300 Moo 6, Naklua, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/1c/061cb927219b3f0d68ed3948b1c4b363b42524ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated within the city, just minutes away from attractions and beaches.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.14" OriginalAmount="120.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941349" Longitude="100.890854" StarRating="4" HotelCode="170643|155604" HotelName="Centara Nova Hotel &amp; Spa Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80/167 Moo 9, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/af/caaf5782fd7096f8ae378953849bcc8437755970.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a central location in Pattaya, the hotel is conveniently located near shopping, dining and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.09" OriginalAmount="122.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.932490188169" Longitude="100.88235497475" StarRating="4" HotelCode="173404|155183" HotelName="Page 10" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>365/3 Pattaya 2nd Road Soi 10 Moo 10, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/d2/5bd2f7b9440401c78309e53c0a86612d2d039554.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently situated in the heart of Central Pattaya. Popular shopping areas like the...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.32" OriginalAmount="122.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927619160472" Longitude="100.87916268466" StarRating="3" HotelCode="71636|82098" HotelName="Royal Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>215 Pattaya 2nd Road Moo 10, Pattaya City, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/d9/53d935cb7f633c84ceaec6115bd2be3780252fc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.37" OriginalAmount="123.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.914173" Longitude="100.858499" StarRating="3" HotelCode="9014|33814" HotelName="Asia Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>352 Pratamnak Road Moo 12, Nongprue, Pattaya City, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/01/9201d0d8aa34e4b35672c26e812d7cd9fb964dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive beach hotel is located right next to the beach, outside Pattaya.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.05" OriginalAmount="124.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951545" Longitude="100.884026" StarRating="3" HotelCode="98797|120840" HotelName="Bella Villa Metro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38/15, Moo 5 Pattya-Naklua Road, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/71/6771ec314a8e7b1b4e5a9b479f4f6df7d2dacebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in North Pattaya Naklua, close to the Sanctuary of Truth, and only a 10-minute ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.13" OriginalAmount="125.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="4" HotelCode="69742|117243" HotelName="Mike Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>221/71-72 Moo 6 Pattaya 3rd Road, Soi Chalermprakiat 1, Pattaya, Naklua, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/70/7d70515f6ff2c7b54f993cea4f753be52ba1289c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Pattaya’s commercial district, just 10 minutes from the c...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.51" OriginalAmount="128.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946363" Longitude="100.885463" StarRating="3" HotelCode="59500|84699" HotelName="Sandalay Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>389 Moo 9 Beach Road, Nort Pattay, Banglamung, Pattaya City, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ed/14ed7907caf22e0eee1be78287c15e8f79e87e32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the beach road with easily access to the sea as well as to major shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.34" OriginalAmount="129.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924052" Longitude="100.867177" StarRating="3" HotelCode="318830|686739" HotelName="Balihai Bay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>311/15 M. 10 Pattaya Beach Road, T. Nongprue, Walking Street, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/82/21824379606e1997dd893ed49618424b92849749.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.38" OriginalAmount="130.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.921979" Longitude="100.871869" StarRating="3" HotelCode="208952|186996" HotelName="The Sun Xclusive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>358/27 Thap Phraya Road Moo 10, Tambon Nongprue, Amphoe Banglamung, South Pattaya, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/4d/ae4d0a884e7751a3f2c0e90c0a30d5df213d14cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.46" OriginalAmount="130.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90094207" Longitude="100.8687859" StarRating="4" HotelCode="387436|697238" HotelName="The AGATE Pattaya Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>413/93-96 Moo 12, Jomtien Pattaya Second Road, Nongprue, Pattaya 20150, Banglamung, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/43286/2443286/1.jpg?f=14974876</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="136.58" OriginalAmount="132.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.973500578726" Longitude="100.89280754328" StarRating="4" HotelCode="9979|33809" HotelName="Garden Sea View Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>207/1 Moo 5 Pattaya - Naklua Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/b0/72b05d5e01900517ea9ed1564dfdb76567b77ecb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive beach hotel is situated on headlands directly beside the sea. From here, it is about...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="136.74" OriginalAmount="132.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.939068236842" Longitude="100.88903671579" StarRating="3" HotelCode="405882|673949" HotelName="March Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323/9 Central Pattaya Road Moo 9, Soi 16, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/42263/2442263/1.jpg?f=15245181</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.63" OriginalAmount="134.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.945106" Longitude="100.887491" StarRating="3" HotelCode="35006|80413" HotelName="Sunshine Vista Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201/1 Moo 9 Soi 3, Beach Road, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/96/b2969ca781961b9223203b107624f5853ca2656d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Soi 3, Beach Road. It enjoys a prime location in the town, and is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.86" OriginalAmount="134.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931622281129" Longitude="100.88314086199" StarRating="3" HotelCode="188299|332353" HotelName="Bay Breeze Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>503/2 Pattaya 2nd Road Soi 11, Pattaya City 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/eb/c0eb5b127d2c16ac718e23da5713192f2f14c012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.82" OriginalAmount="136.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949671389748" Longitude="100.89478434176" StarRating="4" HotelCode="552617|539264" HotelName="Hotel J Inspired Wing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Moo 6, North Pattaya, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/67/a96796f0a04f8055b0c8e550ae733f0e4f89e4f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.74" OriginalAmount="138.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935523" Longitude="100.885197" StarRating="3" HotelCode="18045|60716" HotelName="Sunbeam Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>217/27 Soi 8 Moo 9 Pattaya Beach Road, Nongpure, Banglamung, 20150 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/42/6d/426d9ce167d13ddb2f6dfdf49fe3a61bbd5af1fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated an hour away from Bangkok and is the focal point in the centre of Pattaya. It ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.85" OriginalAmount="140.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93017" Longitude="100.881984" StarRating="4" HotelCode="401221|84510" HotelName="Intimate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>397/42, M.10, Soi 14, South Pattaya 2nd Road, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/bd/aebde68d34b5216f0229676333c01e3ee5e98231.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Pattaya, 5 minutes from the sandy beach, between 2 shopping cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.15" OriginalAmount="141.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95386793" Longitude="100.88767176" StarRating="2" HotelCode="17376|615963" HotelName="Let's Hyde Resort &amp; Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>170/1 Pattaya-Naklua Road Moo 5, Soi Na Klua 18/2, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/bd/d1bd4d1c9f44722a41fab280afec38fa8bb9a2f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.16" OriginalAmount="141.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92661284" Longitude="100.87405907" StarRating="3" HotelCode="321659|188950" HotelName="Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Moo 10, Soi 14 Walking Street, South Pattaya, Pattaya 20260, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/ce/facee98e2bf4f78644adc84a153691d6078ffcea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.16" OriginalAmount="141.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927867" Longitude="100.881023" StarRating="3" HotelCode="41064|73279" HotelName="Mercure Pattaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>484 Moo 10, Pattaya Second Road Soi 15, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/39/3039bf3108f7293d93c6d0ded9d3e21b45b475a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Pattaya, a few minutes' walk from the beach and next to the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.64" OriginalAmount="142.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.943256401071" Longitude="100.89151386602" StarRating="5" HotelCode="548412|583462" HotelName="Grand Palazzo Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>292 Petchtrakul Road Moo 6, Naklua, Bang Lamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/1c/761cc76eb76dfb76da295e2307ecd18d02aa5506.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.60" OriginalAmount="149.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95667396" Longitude="100.89188172" StarRating="4" HotelCode="783216|668220" HotelName="M Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>571/112 Naklua Road Moo 5, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/21/7921f8c27b76454d803f6b8f7e8e09412aca78fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.69" OriginalAmount="149.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94673549" Longitude="100.88492145" StarRating="2" HotelCode="547157|680165" HotelName="The Bedrooms Hostel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Internet,Laundry,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>436/49 Beach Road Moo 9, Soi 1, Nong prue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/17/de17cba5cacd1da28642afb1c3a160829e4eb1e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Pattaya.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.46" OriginalAmount="154.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951188668681" Longitude="100.88643997908" StarRating="3" HotelCode="9029|79045" HotelName="Sunshine Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/3 Moo 5, North Pattaya Circle, 20150 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/1e/f11e439d8ce36670daebb423dc924f012f560e40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the edge of North Pattaya circle, offering easy access to almost everywhere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.37" OriginalAmount="158.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.902624" Longitude="100.874115" StarRating="3" HotelCode="188368|331576" HotelName="Villa Thongbura Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>221/100 Moo 12, Soi Thepprasit 17 Thepprasit Rd., Nongprue, Banglamung, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/4d/1f4da79401d4294e7169e758848aa39eaf24bfe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.23" OriginalAmount="161.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.884176633231" Longitude="100.88334522804" StarRating="2" HotelCode="585136|680247" HotelName="A2Sea Jomtien Pattaya Hotel &amp; Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>279/171 Moo 12, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4d/454d98ea74666d7e30ee643c615fbdbd8f34b1c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.12" OriginalAmount="164.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93116071" Longitude="100.88430592" StarRating="4" HotelCode="613279|659481" HotelName="Acqua Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>666 Moo 10 Pattaya 2nd Road, Soi 11, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/5a/015a7750db04a0116a850f3d62706501ba3e99b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.76" OriginalAmount="164.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.926428" Longitude="100.885486" StarRating="3" HotelCode="168616|140227" HotelName="Vogue Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>315/33 Moo 9 Pattaya 3rd Road, Central Pattaya, Pattaya City 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/90/5990612afe8418a7debfea95d97a433e1e979dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Pattaya 3rd Road, in Central Pattaya city, near the nightlife and shopping ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.69" OriginalAmount="165.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94932457" Longitude="100.89721733" StarRating="4" HotelCode="962787|666064" HotelName="Sn Connx" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>3/353 North Pattaya Sai 3 Moo 6, Na Klua, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1101888/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.70" OriginalAmount="167.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96268491" Longitude="100.90946302" StarRating="4" HotelCode="781854|653661" HotelName="Centre Point Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>275 Sukhumvit Road Moo 6, Naklua, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8f/55/8f55b2395c5750422d4c3a17b6c5d50ac813c5bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.19" OriginalAmount="170.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951489" Longitude="100.891688" StarRating="3" HotelCode="18229|84283" HotelName="Thai Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>179/168 Moo 5 North Pattaya Road, Naklua, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/31/0f31981ddea03d6507ec1198295d5fc65dac7b34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in North Pattaya, 5 km from the centre of Pattaya. Sights in the near vicinity...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.68" OriginalAmount="186.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.940182244982" Longitude="100.89091639385" StarRating="3" HotelCode="401202|104714" HotelName="Nova Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80/164 Moo 9, Soi Sukrudee (Soi AR), Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/47/6447336c748fe8bb84c2ffac57c0e7d8ba0ab1bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Well located in Pattaya, the hotel offers guests the perfect base from which to explore the city. Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="196.43" OriginalAmount="190.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.948446547482" Longitude="100.88616248347" StarRating="4" HotelCode="9018|89860" HotelName="Amari Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>240 Pattaya Beach Road, Nong Prue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/0f/0f38d263259525db/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just north of Pattaya, very near to Bangkok. It is situated just across the roa...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="197.85" OriginalAmount="192.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.913518095606" Longitude="100.86227735872" StarRating="4" HotelCode="531456|560861" HotelName="Unique Regency Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>557 Prathumnak Soi 5, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/c9/9dc995df14b44d45d25dd0c7d10fa2cf2df5a40e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.81" OriginalAmount="193.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.85561619" Longitude="100.89925552" StarRating="4" HotelCode="393193|188914" HotelName="Saisawan Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>336-338 M.1 T.Najomtien, A.Satahip, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/cf/dccf0347e889ea85e34f3bcc9425275bd24f80fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.16" OriginalAmount="193.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941281498011" Longitude="100.88865548372" StarRating="4" HotelCode="907145|155603" HotelName="Centara Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78/140 Moo 9, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1d/15/1d1501fe5a3a8928c65a23d2ca10cabcae3c56f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in the renowned beach area of Pattaya, a lively destination filled with shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.77" OriginalAmount="194.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.940069803694" Longitude="100.88430150403" StarRating="4" HotelCode="435401|463701" HotelName="Mera Mare Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>420/200 Beach Road Moo 9, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/43/ac4369e78a736ef62a73e4df5d3ed2a086db353d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.61" OriginalAmount="199.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90104854" Longitude="100.86773807" StarRating="4" HotelCode="353430|185072" HotelName="Welcome World Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>439/8-9 Moo12 Thruppaya Road Dongtarn Beach Nongprue Banglamung Chonburi, 20150 Pattaya South</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/ef/57ef49767d79a448cdfd3c98eb130d13ae57c415.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.63" OriginalAmount="201.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.928506619845" Longitude="100.88209511472" StarRating="3" HotelCode="933420|373217" HotelName="Travelodge Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>236/26 Moo 10, Nongprue, Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/b2/70b2613912f884e73140317f1660750ab5a3f3c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is about 999 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.50" OriginalAmount="205.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931815" Longitude="100.879819" StarRating="4" HotelCode="187188|171726" HotelName="LK The Empress" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/1 M.10 Soi.12, Pattaya Beach Road, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/c1/1fc1abc1e6973af9e6630ebdb15a9e5fb75e6e0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the heart of Pattaya with beachfront views. Surrounding the hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.63" OriginalAmount="207.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94589" Longitude="100.888776" StarRating="4" HotelCode="224707|230958" HotelName="Siam@Siam Design Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>390 Moo 9, Pattaya Sai 2 Road, Nongprue, Pattaya 20150, Banglamung, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/b8/66b8c837abbddc7580b5141f85f06552a05f19b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Chonburi.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="222.78" OriginalAmount="216.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949374805903" Longitude="100.89469030919" StarRating="3" HotelCode="174049|182812" HotelName="Hotel J Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Moo 6, North Pattaya, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/9a/619a2bffdbb476cd74279b592cf74dc5e10dfe0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.90" OriginalAmount="217.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.947777" Longitude="100.887319" StarRating="4" HotelCode="300250|366965" HotelName="Mercure Pattaya Ocean Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>463/100 Moo 9, Pattaya Second Road-Nhongprue Banglamung, 20260 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/ee/f5ee758604c37c92fb79b11f594c68d57e692d83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.20" OriginalAmount="223.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935893818568" Longitude="100.88535636663" StarRating="3" HotelCode="12554|188942" HotelName="Flipper House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>213/3 Soi 7, Pattaya Beach Road, 20260 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/f4/15f4167429b71a626e9ad3e6698d46172d8cca5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.29" OriginalAmount="223.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.985905093307" Longitude="100.91951161623" StarRating="4" HotelCode="56691|52698" HotelName="Cholchan Pattaya Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Moo 1, Tambon Nagulea, Amphur Banglamung, Pattaya, Chonburi 20150, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/ca/a5ca8ebdd29b1d8d759cc329a8ce0d4275d7e4da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated close in tropical Pattaya. The fully integrated international resort ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.98" OriginalAmount="225.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.950208425287" Longitude="100.88450074196" StarRating="5" HotelCode="9019|33806" HotelName="Dusit Thani Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/2 Pattaya Beach Road, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/40/494071a28ad8f76edfef033bdfffcf4a977262d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly beside a private beach at the north end of Pattaya Bay. In abo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.35" OriginalAmount="229.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8663701" Longitude="100.89270408" StarRating="3" HotelCode="582872|697224" HotelName="Zand Morada Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>126 Jomtien Sai 1 Road, Moo 1, Najomtien, Sattahip, Pattaya, Chaonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/da/f1da4e62be9e8f2dd75430e6e11fb0f4b5b68d31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.70" OriginalAmount="231.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933580296047" Longitude="100.88188827038" StarRating="4" HotelCode="9427|60698" HotelName="The Bayview Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>310/2 Moo 10, Beach Road, 20150 Pattaya, Cholburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/5c/255c65bcaf9a381e2ccd9d27e6847d8812cf00fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Beach Road runs between the hotel and the beach and there is also a train station in the immedia...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.13" OriginalAmount="234.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.947793" Longitude="100.885572" StarRating="4" HotelCode="900187|125531" HotelName="Holiday Inn Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>463/68 Pattaya Sai 1 Road, Nongprue, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/6d/c56dcb7b90c349e2cb74bcf77f2aa7370d4c3e35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is located in North Pattaya, roughly 122 km from the Suvarnabhumi International Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.00" OriginalAmount="234.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.832107" Longitude="100.911053" StarRating="4" HotelCode="67538|98606" HotelName="Ravindra Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>246 Moo 4, Sukhumvit Road. (km.157), Na Jomtien, Pattaya, Sattahip, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/71/0471df0a919920f08cef1e904a1568c389fc4a87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach resort is within 100 metres of the beach front, 15 minutes from Pattaya City and only 1.5...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.47" OriginalAmount="236.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.954311" Longitude="100.883342" StarRating="5" HotelCode="186790|176609" HotelName="Cape Dara Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Pattaya-Naklua Road, 256 Dara Beach Soi 20, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/73/6f7334f8a56a282924f332df6910dad427a5928a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in a quiet area in Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.32" OriginalAmount="240.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93343164" Longitude="100.88086733" StarRating="3" HotelCode="419542|673635" HotelName="Serenotel Pattaya Beach Front" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Designated Smoking Area,Elevator,Internet,Luggage Storage,Parking,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>310/10 Soi 10 Moo 10, Beach Road, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/69357/2269357/1.jpg?f=15072301</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Serenotel Pattaya Beach Front in Pattaya (Pattaya B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="248.31" OriginalAmount="241.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.962310893508" Longitude="100.89573383331" StarRating="3" HotelCode="26520|60715" HotelName="Naklua Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88/17-18 Moo 5, Pattaya-Naklua Raod, Banglamung, 20150 Cholburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0a/32/0a32436bf078489641aefdd06a78f4da6223b610.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on Naklua Road in Pattaya city. The hotel is approximately 90 minutes from Ban...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.23" OriginalAmount="252.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91566306" Longitude="100.85739671" StarRating="3" HotelCode="71638|107329" HotelName="Birds &amp; Bees Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>366/11 Moo 12, Phra Tam Nak 4 Road, Nongprue, Banglamung, Pattaya, Chonburi  20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/5a/3c5aab40af4e41710e4a5487ef61c3aff97bdd51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.29" OriginalAmount="252.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.859244933581" Longitude="100.89688388295" StarRating="5" HotelCode="327770|435898" HotelName="Veranda Resort Pattaya MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>211 Na Jomtien Soi 4, Moo 1, Chonburi, Pattaya 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a0/a0f166d1e871845a/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located off the beaten track, this hotel is situated about 10 km from the centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="275.09" OriginalAmount="267.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924749089672" Longitude="100.87333946361" StarRating="2" HotelCode="619270|644422" HotelName="7 Days Premium Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>115/15-16 Moo 10, Tambon Nongprue, Pattaya, Amphur Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/92/0892d80d2ac83c2a8062eedf63a505d2f2a289c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.01" OriginalAmount="284.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.900931" Longitude="100.865486" StarRating="4" HotelCode="71673|80420" HotelName="Avalon Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436, Moo 12, Thuppraya Road, Dongtarn Beach, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/5c/2f5c435eb62b9ba684cf04d6c2d704326b829299.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated in a tropical resort nestling on the beautiful Dongtarn Beach in Jomtien-Pat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.49" OriginalAmount="302.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923704390442" Longitude="100.86962644667" StarRating="4" HotelCode="9028|60699" HotelName="Siam Bayshore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>559 Beach Road, Pattaya City, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/b2/ddb27c142feec52339ca7362a10fe296e87d6ffa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unique hotel in Pattaya is situated in an 80,000 m² of lush, tropical garden.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.37" OriginalAmount="306.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.885689994663" Longitude="100.8787416339" StarRating="3" HotelCode="47008|79042" HotelName="Grand Jomtien Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>356 Jomtien Beach Road, Pattaya City, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/b5/1fb5ef8194cc305f571ff6df98437988d2f7a907.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet part of the sandy Jomtien Beach, only 2 hours from Suwannabhumi Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.51" OriginalAmount="306.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.929191079676" Longitude="100.87923824787" StarRating="5" HotelCode="9976|60697" HotelName="Avani Pattaya Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>218/2-4 Moo 10, Beach Road, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/f5/c5f55e1ad32d1f439bc0f8a551a45f0f4dcece52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located about 25 minutes from the beach, 90 minutes (130 km) from Suvarnabhumi Interna...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="319.78" OriginalAmount="310.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.83389613" Longitude="100.90935955" StarRating="5" HotelCode="322894|436118" HotelName="Mövenpick Siam Hotel Na Jomtien Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Golf,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Moo 2, Sukhumvit Road km 156.5, Na Jomtien, Sattahip, Chonburi, Pattaya 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/65/fd653e815edc31af63c81a21ca9923535eeaf28a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a quiet area in Pattaya, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.39" OriginalAmount="343.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.81139079" Longitude="100.91465965" StarRating="4" HotelCode="572370|616281" HotelName="X2 Vibe Pattaya Seaphere Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Moo 3 Soi Na Jomtien 32, Sattahip, Pattaya, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/689489/a_689489_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.58" OriginalAmount="352.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.958775" Longitude="100.886228" StarRating="5" HotelCode="9977|110355" HotelName="Centara Grand Mirage Beach Resort Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Club Resort" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Moo 5, Naklua, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b3/a9/b3a943fa7a0d3bab018a2568ecd2cc90eda0dcfa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in North Pattaya, this city hotel stands directly on 230 metres of white sand at Wong Amat B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.13" OriginalAmount="367.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.925615" Longitude="100.862399" StarRating="5" HotelCode="39406|73280" HotelName="InterContinental Pattaya Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>437 Phra Tamnak Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/6b/196b089056c52c85d76dc48287b90c0dd1a69747.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in a picturesque cliff headlands south of Pattaya, the resort offers sweeping views across t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="416.83" OriginalAmount="404.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924833157157" Longitude="100.86098849773" StarRating="5" HotelCode="186453|33811" HotelName="Royal Cliff Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>353 Phra Tamnuk Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/50/7650cadab74ed2f167eedd51c2f01947e49bd41e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is near a sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.87" OriginalAmount="406.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935179" Longitude="100.882845" StarRating="5" HotelCode="161449|137081" HotelName="Hilton Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333/101 Moo 9, Nong Prue, Banglamung, Pattaya Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/8e/d08eb03d33f928a267dbaf0f7ab579f7224d4bd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the very heart of Pattaya, the beach hotel is close to many of Pattaya's entertainment venues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="478.97" OriginalAmount="465.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92921" Longitude="100.880305" StarRating="5" HotelCode="118743|107778" HotelName="Baraquda Pattaya - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>485/1 Pattaya 2nd Road Moo 10, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1a/b7/1ab7941efa5c27299bca125be4393c206d00ab12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of central Pattaya which is close to The Avenue, (a lifestyle sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="538.22" OriginalAmount="522.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93417499" Longitude="100.89715946" StarRating="3" HotelCode="754202|636765" HotelName="Chezzotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Housekeeping,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>190/190 Soi Central Pattaya 4 Moo 9, Tambon Nongprue, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/30/903049ccf6d6d5c1068a9bf52b34f07568caaed9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Hotel is set in Central Pattaya. Chezzotel Pattaya Hotel features a total of 50 rooms....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="915.72" OriginalAmount="889.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92806" Longitude="100.878412" StarRating="4" HotelCode="900668|115061" HotelName="Aya Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>555/54 Moo 10, Pattaya Beach Road, Nongprue, Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/0f/6a0f0fa8ca28001e65ad6417ae16b9cfdec457ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located just off an attractive tropical beach, and is only minutes from Pattaya city c...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1163.66" OriginalAmount="1129.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923800524896" Longitude="100.86025893688" StarRating="5" HotelCode="186455|80871" HotelName="Royal Cliff Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>353 Phra Tamnuk Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/08/080871/080871a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.5 km from the centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access,Bicycle Rental,Currency Exchange,Garden,Golf,Jacuzzi,Sauna,Swimming Pool,Nightclub,Diet Meals,Kitchen,Heated Pool,Housekeeping,Meeting Room,24 Hour Front Desk,Coffee Shop,Elevator,Luggage Storage,Parking,Dry Cleaning,LCD/Projector</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,CITY HOTEL,SPA HOTEL,CLUB RESORT,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,BUSINESS HOTEL,HOTEL,GOLF HOTEL,GUESTHOUSE,HOSTEL,APARTHOTEL</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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="3357ecd5-67b3-4b7f-af65-260a06fc913f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73722" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="2026-04-14T13:27:33.3079658+01:00" Version="0" EchoToken="Search" TransactionIdentifier="3357ecd5-67b3-4b7f-af65-260a06fc913f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="66.81" OriginalAmount="64.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.915916782381" Longitude="100.8665838454" StarRating="3" HotelCode="936767|540321|Bed &amp; Breakfast" HotelName="FX Hotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>352/316 Moo 12, Pratamnak Road Soi 4, Pattaya, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1b/1f/1b1f54640342af246ae2e8dcd0e700b9c50c1906.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Chonburi. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.31" OriginalAmount="65.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946878182926" Longitude="100.89638829231" StarRating="3" HotelCode="401204|121313|Bed &amp; Breakfast" HotelName="J.A. Villa Pattaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/248 Moo 6 Pattaya Sai 3 Road, Naklua, Pattaya, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/14/8114837b6dd30c197ed5fca92b90ac2d5dd2f865.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is approximately 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.37" OriginalAmount="76.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931590910938" Longitude="100.88437199593" StarRating="3" HotelCode="168297|140233|Bed &amp; Breakfast" HotelName="Bella Express Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>336/22 Central Pattaya Road Moo 9, Pattaya, Amphoe Bang Lamung, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/b4/e0b4fd815432edba9cf93825b40b491c031128ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in central Pattaya. It can be accessed both from Pattaya 2nd Road (opposite Soi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.92" OriginalAmount="77.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.899736" Longitude="100.869455" StarRating="3" HotelCode="186384|161523|Bed &amp; Breakfast" HotelName="Jomtien Plaza Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500/5 Moo 12 Thappraya Road, Pattaya, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/d8/17d8a627d224a7934b153ac02c7082ff7642dac3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a 5-minute walk to Jomtien Beach, situated in the prime location in Jomtien close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.88" OriginalAmount="80.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94696987" Longitude="100.88784022" StarRating="3" HotelCode="435242|540404|Bed &amp; Breakfast" HotelName="Sunshine Hip Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>436/617 Moo 9, Nongprue Banglamung, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/540404/540404a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.68" OriginalAmount="83.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.960604036751" Longitude="100.89082539082" StarRating="3" HotelCode="188353|330503|Bed &amp; Breakfast" HotelName="Riviera Resort pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157/1 Soi Naklua 16/1, Pattaya Naklua Road, Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/d5/93d51ace2c9b9c7343ba92ea6b597fc5f15bfbce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.87" OriginalAmount="84.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.948196" Longitude="100.897533" StarRating="3" HotelCode="900662|120838|Bed &amp; Breakfast" HotelName="Bella Villa Serviced Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Guesthouse,Hostel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8/82, Moo 6, Pattaya 3rd Road, Naklua, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/4a/394ab8fe0b96a7aa7ac4fd08775e8ce92d14fe6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the 3rd Road in the North Pattaya area, which is just a few steps from the h...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.92" OriginalAmount="86.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.937749849373" Longitude="100.88470458984" StarRating="3" HotelCode="9017|80416|Bed &amp; Breakfast" HotelName="Basaya Beach Hotel &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>137 Moo 9, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/50/b550942214dbc8047d6ea7cad5277f384a60104c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 10-minute walk from the centre of Pattaya. Bangkok’s Suvarnabhumi Airpor...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.68" OriginalAmount="89.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.990072" Longitude="100.922349" StarRating="3" HotelCode="98791|120839|Bed &amp; Breakfast" HotelName="Bella Villa Cabana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Guesthouse,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>55/7 M.1 Sukhumvit Road, Naklua Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/50/0e50fe074aa8aa6e83a1187fb4953c4ba0757447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Pattaya just 100 m from its private beach and the nearest restaur...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.99" OriginalAmount="91.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95671398" Longitude="100.89087197" StarRating="3" HotelCode="545862|675327|Bed &amp; Breakfast" HotelName="Blue Boat Design Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>158/7-8 Naklua 16/3 Alley, Bang Lamung District, Pattaya North, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/ea/32ea3fbd449f4d805a407ba0cb938d9fb352dfcf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.54" OriginalAmount="91.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935480784482" Longitude="100.88432908058" StarRating="3" HotelCode="18075|79010|Bed &amp; Breakfast" HotelName="Sunshine Hotel &amp; Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>217/1 M. 10 Soi 8, Beach Road, 20150 Pattaya City</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/22/1d227311638491ff10b7f70ef5c150e89f15721e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Pattaya's famous Soi 8 nightlife and entertainment zone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.64" OriginalAmount="93.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.945007" Longitude="100.904551" StarRating="4" HotelCode="299082|364501|Bed &amp; Breakfast" HotelName="Grand Bella Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>336/26 Nongprue Moo 9, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/60/3e600a52baa5d1ecccd8d0c2f2bc320b053018a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="97.91" OriginalAmount="95.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.922733902785" Longitude="100.87314963341" StarRating="3" HotelCode="71642|79229|Bed &amp; Breakfast" HotelName="Camelot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>373/17 Moo 10 Pratamnak Road, Pattaya City, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/0f/920f283f4805aacf4157b37b3112c687664ad9c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Pattaya city, providing guests with a central location, ideal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.43" OriginalAmount="100.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8979636" Longitude="100.87462691" StarRating="3" HotelCode="584106|654930|Bed &amp; Breakfast" HotelName="Lawinta Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44/286 Moo 12, Jomtien 2nd, Nongplue, Ampur Banglamung, Pattaya, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/80/5d80b1abffc51b8583b8164b21e9a816c302be93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.88" OriginalAmount="100.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.952085261262" Longitude="100.88583648205" StarRating="3" HotelCode="9022|60695|Bed &amp; Breakfast" HotelName="The Green Park Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/5 Soi Ping Pa, Moo 5, North Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ef/25ef899b14339f06f9a41b9269d58c1cf689adeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a genuine resort in the heart of Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.31" OriginalAmount="104.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.925922743231" Longitude="100.88230635577" StarRating="3" HotelCode="165839|138109|Bed &amp; Breakfast" HotelName="Golden Sea Pattaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>316/152 Chalermprakiat Road Moo 10, Pattaya 3 Road, Soi Chalermprakiat 33, Nongprue, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/91/ac910c6a6dfef1292a747baf76bcf249edd21bf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally situated at the heart of South Pattaya with three entrances (South Pattaya So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.77" OriginalAmount="104.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.934583" Longitude="100.885621" StarRating="3" HotelCode="43916|82091|Bed &amp; Breakfast" HotelName="Caesar Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176, Moo 10, Pattaya 2nd Road, Pattaya City - Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dc/59/dc598c0fd0bcb3ba4393385903a27a44bef6bf6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the city of Pattaya. Guests will find both scenic beaches...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.89" OriginalAmount="115.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95304553" Longitude="100.89774857" StarRating="3" HotelCode="360038|672381|Bed &amp; Breakfast" HotelName="The Siamese Hotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>160/60 Moo.5 Naklua, Pattaya, Banglamung Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/a6/a3a61094984f838576803516bd74be5e2e4ee8c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.30" OriginalAmount="115.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949389" Longitude="100.896543" StarRating="4" HotelCode="401194|87216|Bed &amp; Breakfast" HotelName="Mantra Pura Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/300 Moo 6, Naklua, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/1c/061cb927219b3f0d68ed3948b1c4b363b42524ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated within the city, just minutes away from attractions and beaches.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.72" OriginalAmount="116.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923168" Longitude="100.87202" StarRating="3" HotelCode="317422|94855|Bed &amp; Breakfast" HotelName="Sun City Hotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>557 Moo 10, Pratamnak Road, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/5f/d85f7217be5c453c779b3af9661b85d492163b44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the east coast of the Gulf of Thailand in the province of Chon Buri. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.66" OriginalAmount="124.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935388" Longitude="100.88376" StarRating="3" HotelCode="98801|105977|Bed &amp; Breakfast" HotelName="Baron Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>525/1, Moo 10, soi 9, Pattaya Beach Road, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/b2/01b2df8135cc2dbcdde2668e622a0f456e6c4ee4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the vibrant city of Pattaya, this hotel is surrounded by thousands of shops,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.46" OriginalAmount="130.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90094207" Longitude="100.8687859" StarRating="4" HotelCode="387436|697238|Bed &amp; Breakfast" HotelName="The AGATE Pattaya Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>413/93-96 Moo 12, Jomtien Pattaya Second Road, Nongprue, Pattaya 20150, Banglamung, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/43286/2443286/1.jpg?f=14974876</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.41" OriginalAmount="131.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.914173" Longitude="100.858499" StarRating="3" HotelCode="9014|33814|Bed &amp; Breakfast" HotelName="Asia Pattaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>352 Pratamnak Road Moo 12, Nongprue, Pattaya City, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/01/9201d0d8aa34e4b35672c26e812d7cd9fb964dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive beach hotel is located right next to the beach, outside Pattaya.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.56" OriginalAmount="131.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927619160472" Longitude="100.87916268466" StarRating="3" HotelCode="71636|82098|Bed &amp; Breakfast" HotelName="Royal Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>215 Pattaya 2nd Road Moo 10, Pattaya City, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/d9/53d935cb7f633c84ceaec6115bd2be3780252fc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="137.62" OriginalAmount="133.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946363" Longitude="100.885463" StarRating="3" HotelCode="59500|84699|Bed &amp; Breakfast" HotelName="Sandalay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>389 Moo 9 Beach Road, Nort Pattay, Banglamung, Pattaya City, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ed/14ed7907caf22e0eee1be78287c15e8f79e87e32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the beach road with easily access to the sea as well as to major shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.63" OriginalAmount="134.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.945106" Longitude="100.887491" StarRating="3" HotelCode="35006|80413|Bed &amp; Breakfast" HotelName="Sunshine Vista Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201/1 Moo 9 Soi 3, Beach Road, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/96/b2969ca781961b9223203b107624f5853ca2656d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Soi 3, Beach Road. It enjoys a prime location in the town, and is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.64" OriginalAmount="136.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941631784639" Longitude="100.88641583919" StarRating="3" HotelCode="9030|84877|Bed &amp; Breakfast" HotelName="Tropicana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98  Pattaya Beach Road Moo 9, 20260 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/cd/36cd039f68a4ad647d7f63177c4aeec47a99ece7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set on the Beach Road, the hotel presents a private tropical haven, just a few paces from the energe...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.03" OriginalAmount="136.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="4" HotelCode="69742|117243|Bed &amp; Breakfast" HotelName="Mike Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>221/71-72 Moo 6 Pattaya 3rd Road, Soi Chalermprakiat 1, Pattaya, Naklua, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/70/7d70515f6ff2c7b54f993cea4f753be52ba1289c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Pattaya’s commercial district, just 10 minutes from the c...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.25" OriginalAmount="137.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946962" Longitude="100.88866" StarRating="3" HotelCode="186379|143252|Bed &amp; Breakfast" HotelName="Sabai Empress Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436/21 Pattaya 2nd Road, Pattaya City 20150, Chon Buri</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/bd/1abdac3e9a75790840b5f7d5fcc31914c73493ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Pattaya Soi 2 road in the city of Pattaya, just 5 minutes’ walk from the bea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.49" OriginalAmount="138.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96355934" Longitude="100.89095132" StarRating="5" HotelCode="353887|542881|Bed &amp; Breakfast" HotelName="The Radiance Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>285/219 Moo 5 Soi Naklua 16, Banglamung Chonburi, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c0/dac0f4d773df50f9c55a326ab459be37248bc547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.46" OriginalAmount="140.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924052" Longitude="100.867177" StarRating="3" HotelCode="318830|686739|Bed &amp; Breakfast" HotelName="Balihai Bay Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>311/15 M. 10 Pattaya Beach Road, T. Nongprue, Walking Street, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/82/21824379606e1997dd893ed49618424b92849749.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.41" OriginalAmount="141.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951856" Longitude="100.883953" StarRating="3" HotelCode="71655|105860|Bed &amp; Breakfast" HotelName="Best Bella Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Guesthouse,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Golf,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38/32 Pattaya-Naklua Road Moo 5, Naklua Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/0d/d20d883ce87cb4d422f4be34cc9801da7b06833a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Naklua Road, which is relatively close to the centre of Pattaya and pr...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.47" OriginalAmount="141.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941349" Longitude="100.890854" StarRating="4" HotelCode="170643|155604|Bed &amp; Breakfast" HotelName="Centara Nova Hotel &amp; Spa Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80/167 Moo 9, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/af/caaf5782fd7096f8ae378953849bcc8437755970.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a central location in Pattaya, the hotel is conveniently located near shopping, dining and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.16" OriginalAmount="141.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927867" Longitude="100.881023" StarRating="3" HotelCode="41064|73279|Bed &amp; Breakfast" HotelName="Mercure Pattaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>484 Moo 10, Pattaya Second Road Soi 15, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/39/3039bf3108f7293d93c6d0ded9d3e21b45b475a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Pattaya, a few minutes' walk from the beach and next to the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.25" OriginalAmount="144.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951545" Longitude="100.884026" StarRating="3" HotelCode="98797|120840|Bed &amp; Breakfast" HotelName="Bella Villa Metro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38/15, Moo 5 Pattya-Naklua Road, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/71/6771ec314a8e7b1b4e5a9b479f4f6df7d2dacebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in North Pattaya Naklua, close to the Sanctuary of Truth, and only a 10-minute ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.37" OriginalAmount="145.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.932490188169" Longitude="100.88235497475" StarRating="4" HotelCode="173404|155183|Bed &amp; Breakfast" HotelName="Page 10" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>365/3 Pattaya 2nd Road Soi 10 Moo 10, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/d2/5bd2f7b9440401c78309e53c0a86612d2d039554.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently situated in the heart of Central Pattaya. Popular shopping areas like the...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.59" OriginalAmount="151.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.943256401071" Longitude="100.89151386602" StarRating="5" HotelCode="548412|583462|Bed &amp; Breakfast" HotelName="Grand Palazzo Hotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>292 Petchtrakul Road Moo 6, Naklua, Bang Lamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/1c/761cc76eb76dfb76da295e2307ecd18d02aa5506.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.95" OriginalAmount="151.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949671389748" Longitude="100.89478434176" StarRating="4" HotelCode="552617|539264|Bed &amp; Breakfast" HotelName="Hotel J Inspired Wing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Moo 6, North Pattaya, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/67/a96796f0a04f8055b0c8e550ae733f0e4f89e4f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="3" HotelCode="401218|82433|Bed &amp; Breakfast" HotelName="Mountain Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>378/16 Moo 12, Pattaya, Cholburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/08/082433/082433a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.97" OriginalAmount="152.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931622281129" Longitude="100.88314086199" StarRating="3" HotelCode="188299|332353|Bed &amp; Breakfast" HotelName="Bay Breeze Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>503/2 Pattaya 2nd Road Soi 11, Pattaya City 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/eb/c0eb5b127d2c16ac718e23da5713192f2f14c012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.86" OriginalAmount="154.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.921979" Longitude="100.871869" StarRating="3" HotelCode="208952|186996|Bed &amp; Breakfast" HotelName="The Sun Xclusive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>358/27 Thap Phraya Road Moo 10, Tambon Nongprue, Amphoe Banglamung, South Pattaya, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/4d/ae4d0a884e7751a3f2c0e90c0a30d5df213d14cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.46" OriginalAmount="154.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951188668681" Longitude="100.88643997908" StarRating="3" HotelCode="9029|79045|Bed &amp; Breakfast" HotelName="Sunshine Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/3 Moo 5, North Pattaya Circle, 20150 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/1e/f11e439d8ce36670daebb423dc924f012f560e40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the edge of North Pattaya circle, offering easy access to almost everywhere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.12" OriginalAmount="156.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.973500578726" Longitude="100.89280754328" StarRating="4" HotelCode="9979|33809|Bed &amp; Breakfast" HotelName="Garden Sea View Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>207/1 Moo 5 Pattaya - Naklua Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/b0/72b05d5e01900517ea9ed1564dfdb76567b77ecb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive beach hotel is situated on headlands directly beside the sea. From here, it is about...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.29" OriginalAmount="158.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935523" Longitude="100.885197" StarRating="3" HotelCode="18045|60716|Bed &amp; Breakfast" HotelName="Sunbeam Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>217/27 Soi 8 Moo 9 Pattaya Beach Road, Nongpure, Banglamung, 20150 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/42/6d/426d9ce167d13ddb2f6dfdf49fe3a61bbd5af1fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated an hour away from Bangkok and is the focal point in the centre of Pattaya. It ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.82" OriginalAmount="159.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95667396" Longitude="100.89188172" StarRating="4" HotelCode="783216|668220|Bed &amp; Breakfast" HotelName="M Pattaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>571/112 Naklua Road Moo 5, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/21/7921f8c27b76454d803f6b8f7e8e09412aca78fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.76" OriginalAmount="164.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.926428" Longitude="100.885486" StarRating="3" HotelCode="168616|140227|Bed &amp; Breakfast" HotelName="Vogue Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>315/33 Moo 9 Pattaya 3rd Road, Central Pattaya, Pattaya City 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/90/5990612afe8418a7debfea95d97a433e1e979dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Pattaya 3rd Road, in Central Pattaya city, near the nightlife and shopping ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.91" OriginalAmount="165.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93017" Longitude="100.881984" StarRating="4" HotelCode="401221|84510|Bed &amp; Breakfast" HotelName="Intimate" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>397/42, M.10, Soi 14, South Pattaya 2nd Road, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/bd/aebde68d34b5216f0229676333c01e3ee5e98231.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Pattaya, 5 minutes from the sandy beach, between 2 shopping cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.19" OriginalAmount="170.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951489" Longitude="100.891688" StarRating="3" HotelCode="18229|84283|Bed &amp; Breakfast" HotelName="Thai Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>179/168 Moo 5 North Pattaya Road, Naklua, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/31/0f31981ddea03d6507ec1198295d5fc65dac7b34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in North Pattaya, 5 km from the centre of Pattaya. Sights in the near vicinity...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.45" OriginalAmount="172.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93116071" Longitude="100.88430592" StarRating="4" HotelCode="613279|659481|Bed &amp; Breakfast" HotelName="Acqua Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>666 Moo 10 Pattaya 2nd Road, Soi 11, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/5a/015a7750db04a0116a850f3d62706501ba3e99b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.65" OriginalAmount="175.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.884176633231" Longitude="100.88334522804" StarRating="2" HotelCode="585136|680247|Bed &amp; Breakfast" HotelName="A2Sea Jomtien Pattaya Hotel &amp; Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>279/171 Moo 12, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4d/454d98ea74666d7e30ee643c615fbdbd8f34b1c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.48" OriginalAmount="187.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.902624" Longitude="100.874115" StarRating="3" HotelCode="188368|331576|Bed &amp; Breakfast" HotelName="Villa Thongbura Serviced Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>221/100 Moo 12, Soi Thepprasit 17 Thepprasit Rd., Nongprue, Banglamung, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/4d/1f4da79401d4294e7169e758848aa39eaf24bfe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.81" OriginalAmount="193.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.85561619" Longitude="100.89925552" StarRating="4" HotelCode="393193|188914|Bed &amp; Breakfast" HotelName="Saisawan Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>336-338 M.1 T.Najomtien, A.Satahip, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/cf/dccf0347e889ea85e34f3bcc9425275bd24f80fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.61" OriginalAmount="199.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90104854" Longitude="100.86773807" StarRating="4" HotelCode="353430|185072|Bed &amp; Breakfast" HotelName="Welcome World Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>439/8-9 Moo12 Thruppaya Road Dongtarn Beach Nongprue Banglamung Chonburi, 20150 Pattaya South</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/ef/57ef49767d79a448cdfd3c98eb130d13ae57c415.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.63" OriginalAmount="201.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.928506619845" Longitude="100.88209511472" StarRating="3" HotelCode="933420|373217|Bed &amp; Breakfast" HotelName="Travelodge Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>236/26 Moo 10, Nongprue, Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/b2/70b2613912f884e73140317f1660750ab5a3f3c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is about 999 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.50" OriginalAmount="205.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931815" Longitude="100.879819" StarRating="4" HotelCode="187188|171726|Bed &amp; Breakfast" HotelName="LK The Empress" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/1 M.10 Soi.12, Pattaya Beach Road, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/c1/1fc1abc1e6973af9e6630ebdb15a9e5fb75e6e0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the heart of Pattaya with beachfront views. Surrounding the hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="215.19" OriginalAmount="208.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94932457" Longitude="100.89721733" StarRating="4" HotelCode="962787|666064|Bed &amp; Breakfast" HotelName="Sn Connx" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>3/353 North Pattaya Sai 3 Moo 6, Na Klua, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1101888/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.53" OriginalAmount="214.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96268491" Longitude="100.90946302" StarRating="4" HotelCode="781854|653661|Bed &amp; Breakfast" HotelName="Centre Point Hotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>275 Sukhumvit Road Moo 6, Naklua, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8f/55/8f55b2395c5750422d4c3a17b6c5d50ac813c5bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.64" OriginalAmount="219.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941281498011" Longitude="100.88865548372" StarRating="4" HotelCode="907145|155603|Bed &amp; Breakfast" HotelName="Centara Pattaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78/140 Moo 9, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1d/15/1d1501fe5a3a8928c65a23d2ca10cabcae3c56f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in the renowned beach area of Pattaya, a lively destination filled with shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.64" OriginalAmount="221.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.940069803694" Longitude="100.88430150403" StarRating="4" HotelCode="435401|463701|Bed &amp; Breakfast" HotelName="Mera Mare Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>420/200 Beach Road Moo 9, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/43/ac4369e78a736ef62a73e4df5d3ed2a086db353d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.20" OriginalAmount="223.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935893818568" Longitude="100.88535636663" StarRating="3" HotelCode="12554|188942|Bed &amp; Breakfast" HotelName="Flipper House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>213/3 Soi 7, Pattaya Beach Road, 20260 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/f4/15f4167429b71a626e9ad3e6698d46172d8cca5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="235.03" OriginalAmount="228.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.948446547482" Longitude="100.88616248347" StarRating="4" HotelCode="9018|89860|Bed &amp; Breakfast" HotelName="Amari Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>240 Pattaya Beach Road, Nong Prue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/0f/0f38d263259525db/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just north of Pattaya, very near to Bangkok. It is situated just across the roa...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.00" OriginalAmount="234.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.832107" Longitude="100.911053" StarRating="4" HotelCode="67538|98606|Bed &amp; Breakfast" HotelName="Ravindra Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>246 Moo 4, Sukhumvit Road. (km.157), Na Jomtien, Pattaya, Sattahip, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/71/0471df0a919920f08cef1e904a1568c389fc4a87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach resort is within 100 metres of the beach front, 15 minutes from Pattaya City and only 1.5...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.23" OriginalAmount="252.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91566306" Longitude="100.85739671" StarRating="3" HotelCode="71638|107329|Bed &amp; Breakfast" HotelName="Birds &amp; Bees Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>366/11 Moo 12, Phra Tam Nak 4 Road, Nongprue, Banglamung, Pattaya, Chonburi  20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/5a/3c5aab40af4e41710e4a5487ef61c3aff97bdd51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.29" OriginalAmount="252.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.859244933581" Longitude="100.89688388295" StarRating="5" HotelCode="327770|435898|Bed &amp; Breakfast" HotelName="Veranda Resort Pattaya MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>211 Na Jomtien Soi 4, Moo 1, Chonburi, Pattaya 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a0/a0f166d1e871845a/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located off the beaten track, this hotel is situated about 10 km from the centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="261.85" OriginalAmount="254.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949374805903" Longitude="100.89469030919" StarRating="3" HotelCode="174049|182812|Bed &amp; Breakfast" HotelName="Hotel J Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Moo 6, North Pattaya, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/9a/619a2bffdbb476cd74279b592cf74dc5e10dfe0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="263.33" OriginalAmount="255.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.985905093307" Longitude="100.91951161623" StarRating="4" HotelCode="56691|52698|Bed &amp; Breakfast" HotelName="Cholchan Pattaya Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Moo 1, Tambon Nagulea, Amphur Banglamung, Pattaya, Chonburi 20150, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/ca/a5ca8ebdd29b1d8d759cc329a8ce0d4275d7e4da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated close in tropical Pattaya. The fully integrated international resort ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.47" OriginalAmount="257.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94589" Longitude="100.888776" StarRating="4" HotelCode="224707|230958|Bed &amp; Breakfast" HotelName="Siam@Siam Design Hotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>390 Moo 9, Pattaya Sai 2 Road, Nongprue, Pattaya 20150, Banglamung, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/b8/66b8c837abbddc7580b5141f85f06552a05f19b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Chonburi.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.80" OriginalAmount="258.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.947777" Longitude="100.887319" StarRating="4" HotelCode="300250|366965|Bed &amp; Breakfast" HotelName="Mercure Pattaya Ocean Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>463/100 Moo 9, Pattaya Second Road-Nhongprue Banglamung, 20260 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/ee/f5ee758604c37c92fb79b11f594c68d57e692d83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.61" OriginalAmount="261.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933580296047" Longitude="100.88188827038" StarRating="4" HotelCode="9427|60698|Bed &amp; Breakfast" HotelName="The Bayview Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>310/2 Moo 10, Beach Road, 20150 Pattaya, Cholburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/5c/255c65bcaf9a381e2ccd9d27e6847d8812cf00fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Beach Road runs between the hotel and the beach and there is also a train station in the immedia...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.98" OriginalAmount="262.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.950208425287" Longitude="100.88450074196" StarRating="5" HotelCode="9019|33806|Bed &amp; Breakfast" HotelName="Dusit Thani Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/2 Pattaya Beach Road, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/40/494071a28ad8f76edfef033bdfffcf4a977262d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly beside a private beach at the north end of Pattaya Bay. In abo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="272.90" OriginalAmount="264.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8663701" Longitude="100.89270408" StarRating="3" HotelCode="582872|697224|Bed &amp; Breakfast" HotelName="Zand Morada Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>126 Jomtien Sai 1 Road, Moo 1, Najomtien, Sattahip, Pattaya, Chaonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/da/f1da4e62be9e8f2dd75430e6e11fb0f4b5b68d31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="277.45" OriginalAmount="269.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.954311" Longitude="100.883342" StarRating="5" HotelCode="186790|176609|Bed &amp; Breakfast" HotelName="Cape Dara Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Pattaya-Naklua Road, 256 Dara Beach Soi 20, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/73/6f7334f8a56a282924f332df6910dad427a5928a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in a quiet area in Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.78" OriginalAmount="277.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93343164" Longitude="100.88086733" StarRating="3" HotelCode="419542|673635|Bed &amp; Breakfast" HotelName="Serenotel Pattaya Beach Front" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Designated Smoking Area,Elevator,Internet,Luggage Storage,Parking,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>310/10 Soi 10 Moo 10, Beach Road, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/69357/2269357/1.jpg?f=15072301</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Serenotel Pattaya Beach Front in Pattaya (Pattaya B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.01" OriginalAmount="284.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.900931" Longitude="100.865486" StarRating="4" HotelCode="71673|80420|Bed &amp; Breakfast" HotelName="Avalon Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436, Moo 12, Thuppraya Road, Dongtarn Beach, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/5c/2f5c435eb62b9ba684cf04d6c2d704326b829299.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated in a tropical resort nestling on the beautiful Dongtarn Beach in Jomtien-Pat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.37" OriginalAmount="306.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.885689994663" Longitude="100.8787416339" StarRating="3" HotelCode="47008|79042|Bed &amp; Breakfast" HotelName="Grand Jomtien Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>356 Jomtien Beach Road, Pattaya City, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/b5/1fb5ef8194cc305f571ff6df98437988d2f7a907.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet part of the sandy Jomtien Beach, only 2 hours from Suwannabhumi Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.51" OriginalAmount="306.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.929191079676" Longitude="100.87923824787" StarRating="5" HotelCode="9976|60697|Bed &amp; Breakfast" HotelName="Avani Pattaya Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>218/2-4 Moo 10, Beach Road, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/f5/c5f55e1ad32d1f439bc0f8a551a45f0f4dcece52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located about 25 minutes from the beach, 90 minutes (130 km) from Suvarnabhumi Interna...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="316.98" OriginalAmount="307.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93996037" Longitude="100.89004721" StarRating="3" HotelCode="353099|538602|Bed &amp; Breakfast" HotelName="KTK Royal Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>352/4 Moo.9 Soi Pattaya Klang 12, Pattaya Klang Road, Pattaya, 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/91/5391a9eb601e92487723a83ff503a003ce48a36b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.10" OriginalAmount="340.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.962310893508" Longitude="100.89573383331" StarRating="3" HotelCode="26520|60715|Bed &amp; Breakfast" HotelName="Naklua Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88/17-18 Moo 5, Pattaya-Naklua Raod, Banglamung, 20150 Cholburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0a/32/0a32436bf078489641aefdd06a78f4da6223b610.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on Naklua Road in Pattaya city. The hotel is approximately 90 minutes from Ban...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.06" OriginalAmount="351.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.83389613" Longitude="100.90935955" StarRating="5" HotelCode="322894|436118|Bed &amp; Breakfast" HotelName="Mövenpick Siam Hotel Na Jomtien Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Golf,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Moo 2, Sukhumvit Road km 156.5, Na Jomtien, Sattahip, Chonburi, Pattaya 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/65/fd653e815edc31af63c81a21ca9923535eeaf28a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a quiet area in Pattaya, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.58" OriginalAmount="352.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.958775" Longitude="100.886228" StarRating="5" HotelCode="9977|110355|Bed &amp; Breakfast" HotelName="Centara Grand Mirage Beach Resort Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Club Resort" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Moo 5, Naklua, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b3/a9/b3a943fa7a0d3bab018a2568ecd2cc90eda0dcfa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in North Pattaya, this city hotel stands directly on 230 metres of white sand at Wong Amat B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.18" OriginalAmount="369.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923704390442" Longitude="100.86962644667" StarRating="4" HotelCode="9028|60699|Bed &amp; Breakfast" HotelName="Siam Bayshore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>559 Beach Road, Pattaya City, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/b2/ddb27c142feec52339ca7362a10fe296e87d6ffa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unique hotel in Pattaya is situated in an 80,000 m² of lush, tropical garden.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.24" OriginalAmount="382.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.913518095606" Longitude="100.86227735872" StarRating="4" HotelCode="531456|560861|Bed &amp; Breakfast" HotelName="Unique Regency Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>557 Prathumnak Soi 5, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/c9/9dc995df14b44d45d25dd0c7d10fa2cf2df5a40e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="416.83" OriginalAmount="404.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924833157157" Longitude="100.86098849773" StarRating="5" HotelCode="186453|33811|Bed &amp; Breakfast" HotelName="Royal Cliff Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>353 Phra Tamnuk Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/50/7650cadab74ed2f167eedd51c2f01947e49bd41e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is near a sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="424.06" OriginalAmount="411.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.81139079" Longitude="100.91465965" StarRating="4" HotelCode="572370|616281|Bed &amp; Breakfast" HotelName="X2 Vibe Pattaya Seaphere Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="aparthotel" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Moo 3 Soi Na Jomtien 32, Sattahip, Pattaya, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/689489/a_689489_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="487.07" OriginalAmount="472.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935179" Longitude="100.882845" StarRating="5" HotelCode="161449|137081|Bed &amp; Breakfast" HotelName="Hilton Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333/101 Moo 9, Nong Prue, Banglamung, Pattaya Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/8e/d08eb03d33f928a267dbaf0f7ab579f7224d4bd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the very heart of Pattaya, the beach hotel is close to many of Pattaya's entertainment venues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="526.89" OriginalAmount="511.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92921" Longitude="100.880305" StarRating="5" HotelCode="118743|107778|Bed &amp; Breakfast" HotelName="Baraquda Pattaya - MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>485/1 Pattaya 2nd Road Moo 10, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1a/b7/1ab7941efa5c27299bca125be4393c206d00ab12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of central Pattaya which is close to The Avenue, (a lifestyle sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="538.22" OriginalAmount="522.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93417499" Longitude="100.89715946" StarRating="3" HotelCode="754202|636765|Bed &amp; Breakfast" HotelName="Chezzotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Housekeeping,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>190/190 Soi Central Pattaya 4 Moo 9, Tambon Nongprue, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/30/903049ccf6d6d5c1068a9bf52b34f07568caaed9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Hotel is set in Central Pattaya. Chezzotel Pattaya Hotel features a total of 50 rooms....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="915.72" OriginalAmount="889.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92806" Longitude="100.878412" StarRating="4" HotelCode="900668|115061|Bed &amp; Breakfast" HotelName="Aya Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>555/54 Moo 10, Pattaya Beach Road, Nongprue, Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/0f/6a0f0fa8ca28001e65ad6417ae16b9cfdec457ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located just off an attractive tropical beach, and is only minutes from Pattaya city c...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1163.66" OriginalAmount="1129.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923800524896" Longitude="100.86025893688" StarRating="5" HotelCode="186455|80871|Bed &amp; Breakfast" HotelName="Royal Cliff Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>353 Phra Tamnuk Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/08/080871/080871a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.5 km from the centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access,Bicycle Rental,Currency Exchange,Garden,Golf,Jacuzzi,Sauna,Swimming Pool,Nightclub,Diet Meals,Kitchen,Heated Pool,Housekeeping,Meeting Room,24 Hour Front Desk,Coffee Shop,Elevator,Luggage Storage,Parking</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,CITY HOTEL,SPA HOTEL,CLUB RESORT,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,BUSINESS HOTEL,HOTEL,GOLF HOTEL,GUESTHOUSE,HOSTEL,APARTHOTEL</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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="3357ecd5-67b3-4b7f-af65-260a06fc913f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73722" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="9017|80416|Bed &amp; Breakfast" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.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
3357ecd5-67b3-4b7f-af65-260a06fc913f|CoordinatorError|Index was outside the bounds of the array.|System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at System.Collections.Generic.List`1.Add(T item)
   at HotelCoordinator.Coordinator.Price(Object pSearchData) in D:\Projects\WorldwideDMCV2\Module\Hotel\HotelCoordinator\HotelCoordinator\HotelCoordinator\HotelCoordinator.cs:line 1224||FalseSystem.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
3357ecd5-67b3-4b7f-af65-260a06fc913f|CoordinatorError|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelCoordinator.Coordinator.<>c.<ThreadSearch>b__8_8(RoomsType p) in D:\Projects\WorldwideDMCV2\Module\Hotel\HotelCoordinator\HotelCoordinator\HotelCoordinator\HotelCoordinator.cs:line 199
   at System.Linq.EnumerableSorter`2.ComputeKeys(TElement[] elements, Int32 count)
   at System.Linq.EnumerableSorter`1.Sort(TElement[] elements, Int32 count)
   at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
   at System.Linq.Lookup`2.Create[TSource](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
   at System.Linq.GroupedEnumerable`3.GetEnumerator()
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
   at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at HotelCoordinator.Coordinator.ThreadSearch(HotelSearchRQ pRequest) in D:\Projects\WorldwideDMCV2\Module\Hotel\HotelCoordinator\HotelCoordinator\HotelCoordinator\HotelCoordinator.cs:line 199||FalseSystem.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
3357ecd5-67b3-4b7f-af65-260a06fc913f|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>3357ecd5-67b3-4b7f-af65-260a06fc913f</RecordID>
    <ShortText>System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelCoordinator.Coordinator.&lt;&gt;c.&lt;ThreadSearch&gt;b__8_8(RoomsType p) in D:\Projects\WorldwideDMCV2\Module\Hotel\HotelCoordinator\HotelCoordinator\HotelCoordinator\HotelCoordinator.cs:line 199
   at System.Linq.EnumerableSorter`2.ComputeKeys(TElement[] elements, Int32 count)
   at System.Linq.EnumerableSorter`1.Sort(TElement[] elements, Int32 count)
   at System.Linq.OrderedEnumerable`1.&lt;GetEnumerator&gt;d__1.MoveNext()
   at System.Linq.Lookup`2.Create[TSource](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
   at System.Linq.GroupedEnumerable`3.GetEnumerator()
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
   at System.Linq.OrderedEnumerable`1.&lt;GetEnumerator&gt;d__1.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at HotelCoordinator.Coordinator.ThreadSearch(HotelSearchRQ pRequest) in D:\Projects\WorldwideDMCV2\Module\Hotel\HotelCoordinator\HotelCoordinator\HotelCoordinator\HotelCoordinator.cs:line 199</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="3357ecd5-67b3-4b7f-af65-260a06fc913f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73722" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="12554|188942|Bed &amp; Breakfast" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="3357ecd5-67b3-4b7f-af65-260a06fc913f" TimeStamp="0001-01-01T00:00:00" HotelName="Flipper House" HotelCode="12554|188942" StarRating="3" GTCityId="73722" CountryCode="TH" CityName="Pattaya" CountryName="Thailand" Address="213/3 Soi 7, Pattaya Beach Road, 20260 Pattaya, Chonburi" PostCode="20260" PhoneNo="+6638361667" FaxNo="+6638361672" Email="flipperptty@hotmail.com" CheckInTime="14:00" CheckOutTime="12:00" Latitude="12.935893818568" Longitude="100.88535636663" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE DELUXE" RoomTypeCode="20261108$20261110$W$321$188942$DBL.DX-1$ID_B2B_64$BB$DB2B$1~3~0$$N@07~A-SIC~249100~494665516~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK01070091001008249100|8|MjU2LjczfEVVUnwyMDI2LTEwLTEx" OriginalAmount="224" TotalPrice="230.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|TV</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-11T00:00:00" End="2026-11-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="223.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/15/f4/15f4167429b71a626e9ad3e6698d46172d8cca5e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9c/87/9c878102576ca6b32243cb3b11401031c6c6ff89.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/be/bb/bebb839828c16d23a35d1ba3fe1c09b1553d180a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b3/fd/b3fd61e24f239ba68a8ad313c473b02fe8c425b0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/35/d3/35d374ac2e399fc11c965b8fc30e2c4adcda1c6a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0d/04/0d04a12653926d7e36dd014bd20101615a8de369.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fa/30/fa30b7276ab9b9c70920d469a52bdf671039e0f5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a3/c2/a3c2d128302cfe3c4f2741844ac1d50db8d4a35c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4c/9e/4c9e8a912f85a390db895efe74729b7a091fbc03.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ac/f9/acf9368a7f00a647fe9a6c4eb52aa536c0b97f24.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c0/49/c049f20d96cab2a622f6db4ca0130b77d5d77411.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/cc/90/cc9041d8ba0dd148f47b871a07bb7d7253b6b2b3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/fe/57/fe57b7e12393e8ed18351c7fae92f55a248ec16f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/56/2b/562ba8b5fc9cecde898738d53aabb4bd3d93b004.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/42/26/4226b44d5c0c3ac9a4940cc04d468dea370655c3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0d/e6/0de6a4ec5dd926dd8112aaab726ea9885683f92f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7c/a9/7ca96eb12e29cc684551aec3e131c904d38f20c2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9a/ff/9aff7e7cab01e5f2100749c8a3ba2d25d3f065cd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/53/aa/53aa571aab65f9ea30c7db275ec30fc9121a682a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/22/40/22405f22156a1588615fc478e5f4b22d6b546893.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6f/bc/6fbc56c174b09eb5366c0e9ad8ba50326b1838bc.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7b/ba/7bba364fe7e32ed8b5d6722dea4a3b2ace3f1210.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/73/18/7318862bb2ff7d6c35aa9aa1fd193e6dc95de446.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/34/e3/34e3e6f77c62c7ef34d678c07c73800f1b4de8a2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/36/76/3676dfcec530aeca6209294a2f52e50521f0cde5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ea/7c/ea7cc94cda8a7ac0d7fd78eb9951da419c1613dd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/56/11/56113fd7c6df8cabf9ee92e8f468977e35c1eaa3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5c/06/5c06efafc6898a72aef46068e73dd89cc8eb251e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3c/07/3c0719dbf015ec73524f0e2695e0c951db86fd9d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c2/a6/c2a6b7607d5a962a0badb32d1ebbe6b96aca6750.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1b/df/1bdf177e04489a6870297e971bf5abb6b4f7869d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0f/8c/0f8c3bb24f0e85b08100f6b6e11edb15c91f23e8.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9b/26/9b26e53a0e1d45d1b715882a53b63de605eb3817.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5a/e2/5ae2ff262c0d7f7f999a55707b90366edcceae88.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/95/99/9599b35265ce5c4b9be13575cb7516c3a2592fa7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/59/f1/59f1c3c94f25afed69fb3caf1c51d34b963bb9e7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e4/c8/e4c88c70451ec5c86368f9caca4c23998e7752a2.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in the heart of Pattaya.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;191 rooms await guests at this hotel, which includes a reception desk. A safe, a conference room and a business centre are available. Wireless internet access allows guests to stay connected while on holiday. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms are equipped with air conditioning. A minibar is provided. Additional features include a refrigerator and a mini fridge. A telephone, a TV, a radio and WiFi (for a fee) provide all the essentials for a comfortable holiday. Bathrooms include a hairdryer and are equipped with a shower and a bathtub.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. The outdoor pool complex provides invigorating refreshment. Fine weather can be enjoyed on the terrace. The pool bar serves a selection of refreshing drinks. Copyright GIATA 2004 - 2020. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>663-836-1672</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>663-836-1667</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>191</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Café</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Pool bar</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="3357ecd5-67b3-4b7f-af65-260a06fc913f">
  <Rooms>
    <Room RoomType="Room 1: DOUBLE DELUXE" TotalAdult="3" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="12554|188942" SourceId="8" RoomTypeCode="20261108$20261110$W$321$188942$DBL.DX-1$ID_B2B_64$BB$DB2B$1~3~0$$N@07~A-SIC~249100~494665516~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK01070091001008249100|8|MjU2LjczfEVVUnwyMDI2LTEwLTEx" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-10T00: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
3357ecd5-67b3-4b7f-af65-260a06fc913f|RestelBlock|exception while supplier booking interation||HotelBeds|FalseSystem.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
3357ecd5-67b3-4b7f-af65-260a06fc913f|CheckRateResponse|CheckRateResponse|<?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="0001-01-01T00:00:00" Version="0">
  <Error>
    <Error>
      <Error ShortText="There is an error in XML document (0, 0)." RecordID="3357ecd5-67b3-4b7f-af65-260a06fc913f" />
    </Error>
  </Error>
</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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="3357ecd5-67b3-4b7f-af65-260a06fc913f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73722" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="2026-04-14T13:29:19.8284857+01:00" Version="0" EchoToken="Search" TransactionIdentifier="3357ecd5-67b3-4b7f-af65-260a06fc913f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="66.81" OriginalAmount="64.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.915916782381" Longitude="100.8665838454" StarRating="3" HotelCode="936767|540321|Bed &amp; Breakfast" HotelName="FX Hotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>352/316 Moo 12, Pratamnak Road Soi 4, Pattaya, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1b/1f/1b1f54640342af246ae2e8dcd0e700b9c50c1906.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Chonburi. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.31" OriginalAmount="65.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946878182926" Longitude="100.89638829231" StarRating="3" HotelCode="401204|121313|Bed &amp; Breakfast" HotelName="J.A. Villa Pattaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/248 Moo 6 Pattaya Sai 3 Road, Naklua, Pattaya, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/14/8114837b6dd30c197ed5fca92b90ac2d5dd2f865.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is approximately 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.37" OriginalAmount="76.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931590910938" Longitude="100.88437199593" StarRating="3" HotelCode="168297|140233|Bed &amp; Breakfast" HotelName="Bella Express Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>336/22 Central Pattaya Road Moo 9, Pattaya, Amphoe Bang Lamung, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/b4/e0b4fd815432edba9cf93825b40b491c031128ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in central Pattaya. It can be accessed both from Pattaya 2nd Road (opposite Soi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.92" OriginalAmount="77.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.899736" Longitude="100.869455" StarRating="3" HotelCode="186384|161523|Bed &amp; Breakfast" HotelName="Jomtien Plaza Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500/5 Moo 12 Thappraya Road, Pattaya, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/d8/17d8a627d224a7934b153ac02c7082ff7642dac3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a 5-minute walk to Jomtien Beach, situated in the prime location in Jomtien close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.88" OriginalAmount="80.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94696987" Longitude="100.88784022" StarRating="3" HotelCode="435242|540404|Bed &amp; Breakfast" HotelName="Sunshine Hip Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>436/617 Moo 9, Nongprue Banglamung, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/540404/540404a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.68" OriginalAmount="83.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.960604036751" Longitude="100.89082539082" StarRating="3" HotelCode="188353|330503|Bed &amp; Breakfast" HotelName="Riviera Resort pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157/1 Soi Naklua 16/1, Pattaya Naklua Road, Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/d5/93d51ace2c9b9c7343ba92ea6b597fc5f15bfbce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.87" OriginalAmount="84.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.948196" Longitude="100.897533" StarRating="3" HotelCode="900662|120838|Bed &amp; Breakfast" HotelName="Bella Villa Serviced Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Guesthouse,Hostel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8/82, Moo 6, Pattaya 3rd Road, Naklua, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/4a/394ab8fe0b96a7aa7ac4fd08775e8ce92d14fe6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the 3rd Road in the North Pattaya area, which is just a few steps from the h...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.92" OriginalAmount="86.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.937749849373" Longitude="100.88470458984" StarRating="3" HotelCode="9017|80416|Bed &amp; Breakfast" HotelName="Basaya Beach Hotel &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>137 Moo 9, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/50/b550942214dbc8047d6ea7cad5277f384a60104c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 10-minute walk from the centre of Pattaya. Bangkok’s Suvarnabhumi Airpor...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.68" OriginalAmount="89.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.990072" Longitude="100.922349" StarRating="3" HotelCode="98791|120839|Bed &amp; Breakfast" HotelName="Bella Villa Cabana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Guesthouse,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>55/7 M.1 Sukhumvit Road, Naklua Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/50/0e50fe074aa8aa6e83a1187fb4953c4ba0757447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Pattaya just 100 m from its private beach and the nearest restaur...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.99" OriginalAmount="91.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95671398" Longitude="100.89087197" StarRating="3" HotelCode="545862|675327|Bed &amp; Breakfast" HotelName="Blue Boat Design Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>158/7-8 Naklua 16/3 Alley, Bang Lamung District, Pattaya North, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/ea/32ea3fbd449f4d805a407ba0cb938d9fb352dfcf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.54" OriginalAmount="91.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935480784482" Longitude="100.88432908058" StarRating="3" HotelCode="18075|79010|Bed &amp; Breakfast" HotelName="Sunshine Hotel &amp; Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>217/1 M. 10 Soi 8, Beach Road, 20150 Pattaya City</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/22/1d227311638491ff10b7f70ef5c150e89f15721e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Pattaya's famous Soi 8 nightlife and entertainment zone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.64" OriginalAmount="93.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.945007" Longitude="100.904551" StarRating="4" HotelCode="299082|364501|Bed &amp; Breakfast" HotelName="Grand Bella Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>336/26 Nongprue Moo 9, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/60/3e600a52baa5d1ecccd8d0c2f2bc320b053018a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="97.91" OriginalAmount="95.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.922733902785" Longitude="100.87314963341" StarRating="3" HotelCode="71642|79229|Bed &amp; Breakfast" HotelName="Camelot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>373/17 Moo 10 Pratamnak Road, Pattaya City, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/0f/920f283f4805aacf4157b37b3112c687664ad9c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Pattaya city, providing guests with a central location, ideal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.43" OriginalAmount="100.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8979636" Longitude="100.87462691" StarRating="3" HotelCode="584106|654930|Bed &amp; Breakfast" HotelName="Lawinta Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44/286 Moo 12, Jomtien 2nd, Nongplue, Ampur Banglamung, Pattaya, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/80/5d80b1abffc51b8583b8164b21e9a816c302be93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.88" OriginalAmount="100.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.952085261262" Longitude="100.88583648205" StarRating="3" HotelCode="9022|60695|Bed &amp; Breakfast" HotelName="The Green Park Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/5 Soi Ping Pa, Moo 5, North Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ef/25ef899b14339f06f9a41b9269d58c1cf689adeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a genuine resort in the heart of Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.31" OriginalAmount="104.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.925922743231" Longitude="100.88230635577" StarRating="3" HotelCode="165839|138109|Bed &amp; Breakfast" HotelName="Golden Sea Pattaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>316/152 Chalermprakiat Road Moo 10, Pattaya 3 Road, Soi Chalermprakiat 33, Nongprue, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/91/ac910c6a6dfef1292a747baf76bcf249edd21bf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally situated at the heart of South Pattaya with three entrances (South Pattaya So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.77" OriginalAmount="104.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.934583" Longitude="100.885621" StarRating="3" HotelCode="43916|82091|Bed &amp; Breakfast" HotelName="Caesar Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176, Moo 10, Pattaya 2nd Road, Pattaya City - Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dc/59/dc598c0fd0bcb3ba4393385903a27a44bef6bf6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the city of Pattaya. Guests will find both scenic beaches...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.89" OriginalAmount="115.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95304553" Longitude="100.89774857" StarRating="3" HotelCode="360038|672381|Bed &amp; Breakfast" HotelName="The Siamese Hotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>160/60 Moo.5 Naklua, Pattaya, Banglamung Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/a6/a3a61094984f838576803516bd74be5e2e4ee8c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.30" OriginalAmount="115.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949389" Longitude="100.896543" StarRating="4" HotelCode="401194|87216|Bed &amp; Breakfast" HotelName="Mantra Pura Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/300 Moo 6, Naklua, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/1c/061cb927219b3f0d68ed3948b1c4b363b42524ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated within the city, just minutes away from attractions and beaches.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.72" OriginalAmount="116.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923168" Longitude="100.87202" StarRating="3" HotelCode="317422|94855|Bed &amp; Breakfast" HotelName="Sun City Hotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>557 Moo 10, Pratamnak Road, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/5f/d85f7217be5c453c779b3af9661b85d492163b44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the east coast of the Gulf of Thailand in the province of Chon Buri. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.66" OriginalAmount="124.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935388" Longitude="100.88376" StarRating="3" HotelCode="98801|105977|Bed &amp; Breakfast" HotelName="Baron Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>525/1, Moo 10, soi 9, Pattaya Beach Road, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/b2/01b2df8135cc2dbcdde2668e622a0f456e6c4ee4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the vibrant city of Pattaya, this hotel is surrounded by thousands of shops,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.46" OriginalAmount="130.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90094207" Longitude="100.8687859" StarRating="4" HotelCode="387436|697238|Bed &amp; Breakfast" HotelName="The AGATE Pattaya Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>413/93-96 Moo 12, Jomtien Pattaya Second Road, Nongprue, Pattaya 20150, Banglamung, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/43286/2443286/1.jpg?f=14974876</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.41" OriginalAmount="131.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.914173" Longitude="100.858499" StarRating="3" HotelCode="9014|33814|Bed &amp; Breakfast" HotelName="Asia Pattaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>352 Pratamnak Road Moo 12, Nongprue, Pattaya City, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/01/9201d0d8aa34e4b35672c26e812d7cd9fb964dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive beach hotel is located right next to the beach, outside Pattaya.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.56" OriginalAmount="131.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927619160472" Longitude="100.87916268466" StarRating="3" HotelCode="71636|82098|Bed &amp; Breakfast" HotelName="Royal Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>215 Pattaya 2nd Road Moo 10, Pattaya City, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/d9/53d935cb7f633c84ceaec6115bd2be3780252fc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="137.62" OriginalAmount="133.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946363" Longitude="100.885463" StarRating="3" HotelCode="59500|84699|Bed &amp; Breakfast" HotelName="Sandalay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>389 Moo 9 Beach Road, Nort Pattay, Banglamung, Pattaya City, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ed/14ed7907caf22e0eee1be78287c15e8f79e87e32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the beach road with easily access to the sea as well as to major shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.63" OriginalAmount="134.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.945106" Longitude="100.887491" StarRating="3" HotelCode="35006|80413|Bed &amp; Breakfast" HotelName="Sunshine Vista Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201/1 Moo 9 Soi 3, Beach Road, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/96/b2969ca781961b9223203b107624f5853ca2656d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Soi 3, Beach Road. It enjoys a prime location in the town, and is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.64" OriginalAmount="136.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941631784639" Longitude="100.88641583919" StarRating="3" HotelCode="9030|84877|Bed &amp; Breakfast" HotelName="Tropicana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98  Pattaya Beach Road Moo 9, 20260 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/cd/36cd039f68a4ad647d7f63177c4aeec47a99ece7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set on the Beach Road, the hotel presents a private tropical haven, just a few paces from the energe...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.03" OriginalAmount="136.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="4" HotelCode="69742|117243|Bed &amp; Breakfast" HotelName="Mike Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>221/71-72 Moo 6 Pattaya 3rd Road, Soi Chalermprakiat 1, Pattaya, Naklua, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/70/7d70515f6ff2c7b54f993cea4f753be52ba1289c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Pattaya’s commercial district, just 10 minutes from the c...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.25" OriginalAmount="137.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946962" Longitude="100.88866" StarRating="3" HotelCode="186379|143252|Bed &amp; Breakfast" HotelName="Sabai Empress Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436/21 Pattaya 2nd Road, Pattaya City 20150, Chon Buri</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/bd/1abdac3e9a75790840b5f7d5fcc31914c73493ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Pattaya Soi 2 road in the city of Pattaya, just 5 minutes’ walk from the bea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.49" OriginalAmount="138.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96355934" Longitude="100.89095132" StarRating="5" HotelCode="353887|542881|Bed &amp; Breakfast" HotelName="The Radiance Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>285/219 Moo 5 Soi Naklua 16, Banglamung Chonburi, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c0/dac0f4d773df50f9c55a326ab459be37248bc547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.46" OriginalAmount="140.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924052" Longitude="100.867177" StarRating="3" HotelCode="318830|686739|Bed &amp; Breakfast" HotelName="Balihai Bay Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>311/15 M. 10 Pattaya Beach Road, T. Nongprue, Walking Street, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/82/21824379606e1997dd893ed49618424b92849749.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.41" OriginalAmount="141.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951856" Longitude="100.883953" StarRating="3" HotelCode="71655|105860|Bed &amp; Breakfast" HotelName="Best Bella Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Guesthouse,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Golf,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38/32 Pattaya-Naklua Road Moo 5, Naklua Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/0d/d20d883ce87cb4d422f4be34cc9801da7b06833a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Naklua Road, which is relatively close to the centre of Pattaya and pr...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.47" OriginalAmount="141.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941349" Longitude="100.890854" StarRating="4" HotelCode="170643|155604|Bed &amp; Breakfast" HotelName="Centara Nova Hotel &amp; Spa Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80/167 Moo 9, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/af/caaf5782fd7096f8ae378953849bcc8437755970.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a central location in Pattaya, the hotel is conveniently located near shopping, dining and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.16" OriginalAmount="141.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927867" Longitude="100.881023" StarRating="3" HotelCode="41064|73279|Bed &amp; Breakfast" HotelName="Mercure Pattaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>484 Moo 10, Pattaya Second Road Soi 15, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/39/3039bf3108f7293d93c6d0ded9d3e21b45b475a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Pattaya, a few minutes' walk from the beach and next to the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.25" OriginalAmount="144.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951545" Longitude="100.884026" StarRating="3" HotelCode="98797|120840|Bed &amp; Breakfast" HotelName="Bella Villa Metro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38/15, Moo 5 Pattya-Naklua Road, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/71/6771ec314a8e7b1b4e5a9b479f4f6df7d2dacebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in North Pattaya Naklua, close to the Sanctuary of Truth, and only a 10-minute ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.37" OriginalAmount="145.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.932490188169" Longitude="100.88235497475" StarRating="4" HotelCode="173404|155183|Bed &amp; Breakfast" HotelName="Page 10" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>365/3 Pattaya 2nd Road Soi 10 Moo 10, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/d2/5bd2f7b9440401c78309e53c0a86612d2d039554.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently situated in the heart of Central Pattaya. Popular shopping areas like the...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.59" OriginalAmount="151.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.943256401071" Longitude="100.89151386602" StarRating="5" HotelCode="548412|583462|Bed &amp; Breakfast" HotelName="Grand Palazzo Hotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>292 Petchtrakul Road Moo 6, Naklua, Bang Lamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/1c/761cc76eb76dfb76da295e2307ecd18d02aa5506.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.95" OriginalAmount="151.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949671389748" Longitude="100.89478434176" StarRating="4" HotelCode="552617|539264|Bed &amp; Breakfast" HotelName="Hotel J Inspired Wing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Moo 6, North Pattaya, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/67/a96796f0a04f8055b0c8e550ae733f0e4f89e4f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="3" HotelCode="401218|82433|Bed &amp; Breakfast" HotelName="Mountain Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>378/16 Moo 12, Pattaya, Cholburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/08/082433/082433a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.97" OriginalAmount="152.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931622281129" Longitude="100.88314086199" StarRating="3" HotelCode="188299|332353|Bed &amp; Breakfast" HotelName="Bay Breeze Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>503/2 Pattaya 2nd Road Soi 11, Pattaya City 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/eb/c0eb5b127d2c16ac718e23da5713192f2f14c012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.86" OriginalAmount="154.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.921979" Longitude="100.871869" StarRating="3" HotelCode="208952|186996|Bed &amp; Breakfast" HotelName="The Sun Xclusive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>358/27 Thap Phraya Road Moo 10, Tambon Nongprue, Amphoe Banglamung, South Pattaya, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/4d/ae4d0a884e7751a3f2c0e90c0a30d5df213d14cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.46" OriginalAmount="154.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951188668681" Longitude="100.88643997908" StarRating="3" HotelCode="9029|79045|Bed &amp; Breakfast" HotelName="Sunshine Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/3 Moo 5, North Pattaya Circle, 20150 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/1e/f11e439d8ce36670daebb423dc924f012f560e40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the edge of North Pattaya circle, offering easy access to almost everywhere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.12" OriginalAmount="156.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.973500578726" Longitude="100.89280754328" StarRating="4" HotelCode="9979|33809|Bed &amp; Breakfast" HotelName="Garden Sea View Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>207/1 Moo 5 Pattaya - Naklua Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/b0/72b05d5e01900517ea9ed1564dfdb76567b77ecb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive beach hotel is situated on headlands directly beside the sea. From here, it is about...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.29" OriginalAmount="158.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935523" Longitude="100.885197" StarRating="3" HotelCode="18045|60716|Bed &amp; Breakfast" HotelName="Sunbeam Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>217/27 Soi 8 Moo 9 Pattaya Beach Road, Nongpure, Banglamung, 20150 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/42/6d/426d9ce167d13ddb2f6dfdf49fe3a61bbd5af1fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated an hour away from Bangkok and is the focal point in the centre of Pattaya. It ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.82" OriginalAmount="159.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95667396" Longitude="100.89188172" StarRating="4" HotelCode="783216|668220|Bed &amp; Breakfast" HotelName="M Pattaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>571/112 Naklua Road Moo 5, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/21/7921f8c27b76454d803f6b8f7e8e09412aca78fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.76" OriginalAmount="164.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.926428" Longitude="100.885486" StarRating="3" HotelCode="168616|140227|Bed &amp; Breakfast" HotelName="Vogue Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>315/33 Moo 9 Pattaya 3rd Road, Central Pattaya, Pattaya City 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/90/5990612afe8418a7debfea95d97a433e1e979dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Pattaya 3rd Road, in Central Pattaya city, near the nightlife and shopping ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.91" OriginalAmount="165.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93017" Longitude="100.881984" StarRating="4" HotelCode="401221|84510|Bed &amp; Breakfast" HotelName="Intimate" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>397/42, M.10, Soi 14, South Pattaya 2nd Road, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/bd/aebde68d34b5216f0229676333c01e3ee5e98231.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Pattaya, 5 minutes from the sandy beach, between 2 shopping cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.19" OriginalAmount="170.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951489" Longitude="100.891688" StarRating="3" HotelCode="18229|84283|Bed &amp; Breakfast" HotelName="Thai Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>179/168 Moo 5 North Pattaya Road, Naklua, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/31/0f31981ddea03d6507ec1198295d5fc65dac7b34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in North Pattaya, 5 km from the centre of Pattaya. Sights in the near vicinity...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.45" OriginalAmount="172.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93116071" Longitude="100.88430592" StarRating="4" HotelCode="613279|659481|Bed &amp; Breakfast" HotelName="Acqua Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>666 Moo 10 Pattaya 2nd Road, Soi 11, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/5a/015a7750db04a0116a850f3d62706501ba3e99b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.65" OriginalAmount="175.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.884176633231" Longitude="100.88334522804" StarRating="2" HotelCode="585136|680247|Bed &amp; Breakfast" HotelName="A2Sea Jomtien Pattaya Hotel &amp; Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>279/171 Moo 12, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4d/454d98ea74666d7e30ee643c615fbdbd8f34b1c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.48" OriginalAmount="187.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.902624" Longitude="100.874115" StarRating="3" HotelCode="188368|331576|Bed &amp; Breakfast" HotelName="Villa Thongbura Serviced Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>221/100 Moo 12, Soi Thepprasit 17 Thepprasit Rd., Nongprue, Banglamung, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/4d/1f4da79401d4294e7169e758848aa39eaf24bfe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.81" OriginalAmount="193.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.85561619" Longitude="100.89925552" StarRating="4" HotelCode="393193|188914|Bed &amp; Breakfast" HotelName="Saisawan Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>336-338 M.1 T.Najomtien, A.Satahip, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/cf/dccf0347e889ea85e34f3bcc9425275bd24f80fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.61" OriginalAmount="199.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90104854" Longitude="100.86773807" StarRating="4" HotelCode="353430|185072|Bed &amp; Breakfast" HotelName="Welcome World Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>439/8-9 Moo12 Thruppaya Road Dongtarn Beach Nongprue Banglamung Chonburi, 20150 Pattaya South</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/ef/57ef49767d79a448cdfd3c98eb130d13ae57c415.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.63" OriginalAmount="201.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.928506619845" Longitude="100.88209511472" StarRating="3" HotelCode="933420|373217|Bed &amp; Breakfast" HotelName="Travelodge Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>236/26 Moo 10, Nongprue, Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/b2/70b2613912f884e73140317f1660750ab5a3f3c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is about 999 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.50" OriginalAmount="205.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931815" Longitude="100.879819" StarRating="4" HotelCode="187188|171726|Bed &amp; Breakfast" HotelName="LK The Empress" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/1 M.10 Soi.12, Pattaya Beach Road, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/c1/1fc1abc1e6973af9e6630ebdb15a9e5fb75e6e0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the heart of Pattaya with beachfront views. Surrounding the hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="215.19" OriginalAmount="208.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94932457" Longitude="100.89721733" StarRating="4" HotelCode="962787|666064|Bed &amp; Breakfast" HotelName="Sn Connx" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>3/353 North Pattaya Sai 3 Moo 6, Na Klua, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1101888/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.53" OriginalAmount="214.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96268491" Longitude="100.90946302" StarRating="4" HotelCode="781854|653661|Bed &amp; Breakfast" HotelName="Centre Point Hotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>275 Sukhumvit Road Moo 6, Naklua, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8f/55/8f55b2395c5750422d4c3a17b6c5d50ac813c5bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.64" OriginalAmount="219.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941281498011" Longitude="100.88865548372" StarRating="4" HotelCode="907145|155603|Bed &amp; Breakfast" HotelName="Centara Pattaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78/140 Moo 9, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1d/15/1d1501fe5a3a8928c65a23d2ca10cabcae3c56f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in the renowned beach area of Pattaya, a lively destination filled with shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.64" OriginalAmount="221.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.940069803694" Longitude="100.88430150403" StarRating="4" HotelCode="435401|463701|Bed &amp; Breakfast" HotelName="Mera Mare Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>420/200 Beach Road Moo 9, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/43/ac4369e78a736ef62a73e4df5d3ed2a086db353d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.20" OriginalAmount="223.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935893818568" Longitude="100.88535636663" StarRating="3" HotelCode="12554|188942|Bed &amp; Breakfast" HotelName="Flipper House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>213/3 Soi 7, Pattaya Beach Road, 20260 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/f4/15f4167429b71a626e9ad3e6698d46172d8cca5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="235.03" OriginalAmount="228.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.948446547482" Longitude="100.88616248347" StarRating="4" HotelCode="9018|89860|Bed &amp; Breakfast" HotelName="Amari Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>240 Pattaya Beach Road, Nong Prue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/0f/0f38d263259525db/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just north of Pattaya, very near to Bangkok. It is situated just across the roa...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.00" OriginalAmount="234.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.832107" Longitude="100.911053" StarRating="4" HotelCode="67538|98606|Bed &amp; Breakfast" HotelName="Ravindra Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>246 Moo 4, Sukhumvit Road. (km.157), Na Jomtien, Pattaya, Sattahip, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/71/0471df0a919920f08cef1e904a1568c389fc4a87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach resort is within 100 metres of the beach front, 15 minutes from Pattaya City and only 1.5...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.23" OriginalAmount="252.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91566306" Longitude="100.85739671" StarRating="3" HotelCode="71638|107329|Bed &amp; Breakfast" HotelName="Birds &amp; Bees Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>366/11 Moo 12, Phra Tam Nak 4 Road, Nongprue, Banglamung, Pattaya, Chonburi  20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/5a/3c5aab40af4e41710e4a5487ef61c3aff97bdd51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.29" OriginalAmount="252.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.859244933581" Longitude="100.89688388295" StarRating="5" HotelCode="327770|435898|Bed &amp; Breakfast" HotelName="Veranda Resort Pattaya MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>211 Na Jomtien Soi 4, Moo 1, Chonburi, Pattaya 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a0/a0f166d1e871845a/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located off the beaten track, this hotel is situated about 10 km from the centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="261.85" OriginalAmount="254.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949374805903" Longitude="100.89469030919" StarRating="3" HotelCode="174049|182812|Bed &amp; Breakfast" HotelName="Hotel J Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Moo 6, North Pattaya, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/9a/619a2bffdbb476cd74279b592cf74dc5e10dfe0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="263.33" OriginalAmount="255.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.985905093307" Longitude="100.91951161623" StarRating="4" HotelCode="56691|52698|Bed &amp; Breakfast" HotelName="Cholchan Pattaya Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Moo 1, Tambon Nagulea, Amphur Banglamung, Pattaya, Chonburi 20150, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/ca/a5ca8ebdd29b1d8d759cc329a8ce0d4275d7e4da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated close in tropical Pattaya. The fully integrated international resort ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.47" OriginalAmount="257.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94589" Longitude="100.888776" StarRating="4" HotelCode="224707|230958|Bed &amp; Breakfast" HotelName="Siam@Siam Design Hotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>390 Moo 9, Pattaya Sai 2 Road, Nongprue, Pattaya 20150, Banglamung, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/b8/66b8c837abbddc7580b5141f85f06552a05f19b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Chonburi.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.80" OriginalAmount="258.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.947777" Longitude="100.887319" StarRating="4" HotelCode="300250|366965|Bed &amp; Breakfast" HotelName="Mercure Pattaya Ocean Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>463/100 Moo 9, Pattaya Second Road-Nhongprue Banglamung, 20260 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/ee/f5ee758604c37c92fb79b11f594c68d57e692d83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.61" OriginalAmount="261.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933580296047" Longitude="100.88188827038" StarRating="4" HotelCode="9427|60698|Bed &amp; Breakfast" HotelName="The Bayview Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>310/2 Moo 10, Beach Road, 20150 Pattaya, Cholburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/5c/255c65bcaf9a381e2ccd9d27e6847d8812cf00fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Beach Road runs between the hotel and the beach and there is also a train station in the immedia...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.98" OriginalAmount="262.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.950208425287" Longitude="100.88450074196" StarRating="5" HotelCode="9019|33806|Bed &amp; Breakfast" HotelName="Dusit Thani Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/2 Pattaya Beach Road, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/40/494071a28ad8f76edfef033bdfffcf4a977262d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly beside a private beach at the north end of Pattaya Bay. In abo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="272.90" OriginalAmount="264.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8663701" Longitude="100.89270408" StarRating="3" HotelCode="582872|697224|Bed &amp; Breakfast" HotelName="Zand Morada Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>126 Jomtien Sai 1 Road, Moo 1, Najomtien, Sattahip, Pattaya, Chaonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/da/f1da4e62be9e8f2dd75430e6e11fb0f4b5b68d31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="277.45" OriginalAmount="269.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.954311" Longitude="100.883342" StarRating="5" HotelCode="186790|176609|Bed &amp; Breakfast" HotelName="Cape Dara Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Pattaya-Naklua Road, 256 Dara Beach Soi 20, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/73/6f7334f8a56a282924f332df6910dad427a5928a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in a quiet area in Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.78" OriginalAmount="277.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93343164" Longitude="100.88086733" StarRating="3" HotelCode="419542|673635|Bed &amp; Breakfast" HotelName="Serenotel Pattaya Beach Front" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Designated Smoking Area,Elevator,Internet,Luggage Storage,Parking,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>310/10 Soi 10 Moo 10, Beach Road, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/69357/2269357/1.jpg?f=15072301</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Serenotel Pattaya Beach Front in Pattaya (Pattaya B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.01" OriginalAmount="284.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.900931" Longitude="100.865486" StarRating="4" HotelCode="71673|80420|Bed &amp; Breakfast" HotelName="Avalon Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436, Moo 12, Thuppraya Road, Dongtarn Beach, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/5c/2f5c435eb62b9ba684cf04d6c2d704326b829299.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated in a tropical resort nestling on the beautiful Dongtarn Beach in Jomtien-Pat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.37" OriginalAmount="306.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.885689994663" Longitude="100.8787416339" StarRating="3" HotelCode="47008|79042|Bed &amp; Breakfast" HotelName="Grand Jomtien Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>356 Jomtien Beach Road, Pattaya City, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/b5/1fb5ef8194cc305f571ff6df98437988d2f7a907.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet part of the sandy Jomtien Beach, only 2 hours from Suwannabhumi Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.51" OriginalAmount="306.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.929191079676" Longitude="100.87923824787" StarRating="5" HotelCode="9976|60697|Bed &amp; Breakfast" HotelName="Avani Pattaya Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>218/2-4 Moo 10, Beach Road, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/f5/c5f55e1ad32d1f439bc0f8a551a45f0f4dcece52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located about 25 minutes from the beach, 90 minutes (130 km) from Suvarnabhumi Interna...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="316.98" OriginalAmount="307.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93996037" Longitude="100.89004721" StarRating="3" HotelCode="353099|538602|Bed &amp; Breakfast" HotelName="KTK Royal Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>352/4 Moo.9 Soi Pattaya Klang 12, Pattaya Klang Road, Pattaya, 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/91/5391a9eb601e92487723a83ff503a003ce48a36b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.10" OriginalAmount="340.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.962310893508" Longitude="100.89573383331" StarRating="3" HotelCode="26520|60715|Bed &amp; Breakfast" HotelName="Naklua Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88/17-18 Moo 5, Pattaya-Naklua Raod, Banglamung, 20150 Cholburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0a/32/0a32436bf078489641aefdd06a78f4da6223b610.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on Naklua Road in Pattaya city. The hotel is approximately 90 minutes from Ban...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.06" OriginalAmount="351.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.83389613" Longitude="100.90935955" StarRating="5" HotelCode="322894|436118|Bed &amp; Breakfast" HotelName="Mövenpick Siam Hotel Na Jomtien Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Golf,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Moo 2, Sukhumvit Road km 156.5, Na Jomtien, Sattahip, Chonburi, Pattaya 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/65/fd653e815edc31af63c81a21ca9923535eeaf28a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a quiet area in Pattaya, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.58" OriginalAmount="352.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.958775" Longitude="100.886228" StarRating="5" HotelCode="9977|110355|Bed &amp; Breakfast" HotelName="Centara Grand Mirage Beach Resort Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Club Resort" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Moo 5, Naklua, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b3/a9/b3a943fa7a0d3bab018a2568ecd2cc90eda0dcfa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in North Pattaya, this city hotel stands directly on 230 metres of white sand at Wong Amat B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.18" OriginalAmount="369.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923704390442" Longitude="100.86962644667" StarRating="4" HotelCode="9028|60699|Bed &amp; Breakfast" HotelName="Siam Bayshore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>559 Beach Road, Pattaya City, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/b2/ddb27c142feec52339ca7362a10fe296e87d6ffa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unique hotel in Pattaya is situated in an 80,000 m² of lush, tropical garden.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="394.24" OriginalAmount="382.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.913518095606" Longitude="100.86227735872" StarRating="4" HotelCode="531456|560861|Bed &amp; Breakfast" HotelName="Unique Regency Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>557 Prathumnak Soi 5, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/c9/9dc995df14b44d45d25dd0c7d10fa2cf2df5a40e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="416.83" OriginalAmount="404.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924833157157" Longitude="100.86098849773" StarRating="5" HotelCode="186453|33811|Bed &amp; Breakfast" HotelName="Royal Cliff Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>353 Phra Tamnuk Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/50/7650cadab74ed2f167eedd51c2f01947e49bd41e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is near a sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="424.06" OriginalAmount="411.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.81139079" Longitude="100.91465965" StarRating="4" HotelCode="572370|616281|Bed &amp; Breakfast" HotelName="X2 Vibe Pattaya Seaphere Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="aparthotel" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Moo 3 Soi Na Jomtien 32, Sattahip, Pattaya, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/689489/a_689489_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="487.07" OriginalAmount="472.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935179" Longitude="100.882845" StarRating="5" HotelCode="161449|137081|Bed &amp; Breakfast" HotelName="Hilton Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333/101 Moo 9, Nong Prue, Banglamung, Pattaya Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/8e/d08eb03d33f928a267dbaf0f7ab579f7224d4bd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the very heart of Pattaya, the beach hotel is close to many of Pattaya's entertainment venues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="526.89" OriginalAmount="511.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92921" Longitude="100.880305" StarRating="5" HotelCode="118743|107778|Bed &amp; Breakfast" HotelName="Baraquda Pattaya - MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>485/1 Pattaya 2nd Road Moo 10, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1a/b7/1ab7941efa5c27299bca125be4393c206d00ab12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of central Pattaya which is close to The Avenue, (a lifestyle sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="538.22" OriginalAmount="522.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93417499" Longitude="100.89715946" StarRating="3" HotelCode="754202|636765|Bed &amp; Breakfast" HotelName="Chezzotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Housekeeping,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>190/190 Soi Central Pattaya 4 Moo 9, Tambon Nongprue, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/30/903049ccf6d6d5c1068a9bf52b34f07568caaed9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Hotel is set in Central Pattaya. Chezzotel Pattaya Hotel features a total of 50 rooms....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="915.72" OriginalAmount="889.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92806" Longitude="100.878412" StarRating="4" HotelCode="900668|115061|Bed &amp; Breakfast" HotelName="Aya Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>555/54 Moo 10, Pattaya Beach Road, Nongprue, Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/0f/6a0f0fa8ca28001e65ad6417ae16b9cfdec457ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located just off an attractive tropical beach, and is only minutes from Pattaya city c...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1163.66" OriginalAmount="1129.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923800524896" Longitude="100.86025893688" StarRating="5" HotelCode="186455|80871|Bed &amp; Breakfast" HotelName="Royal Cliff Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>353 Phra Tamnuk Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/08/080871/080871a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.5 km from the centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access,Bicycle Rental,Currency Exchange,Garden,Golf,Jacuzzi,Sauna,Swimming Pool,Nightclub,Diet Meals,Kitchen,Heated Pool,Housekeeping,Meeting Room,24 Hour Front Desk,Coffee Shop,Elevator,Luggage Storage,Parking</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,CITY HOTEL,SPA HOTEL,CLUB RESORT,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,BUSINESS HOTEL,HOTEL,GOLF HOTEL,GUESTHOUSE,HOSTEL,APARTHOTEL</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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="3357ecd5-67b3-4b7f-af65-260a06fc913f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73722" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="2026-04-14T13:29:31.9169609+01:00" Version="0" EchoToken="Search" TransactionIdentifier="3357ecd5-67b3-4b7f-af65-260a06fc913f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="32.66" OriginalAmount="31.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.961982" Longitude="100.896055" StarRating="3" HotelCode="897780|188897" HotelName="Siam Pura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>119/102 Pattaya-Naklua Rd., Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/59/cf5960e74c2f59f237daac1506f4d0f892c31380.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya, about 1.6 km from the beach.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="46.06" OriginalAmount="44.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946878182926" Longitude="100.89638829231" StarRating="3" HotelCode="401204|121313" HotelName="J.A. Villa Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/248 Moo 6 Pattaya Sai 3 Road, Naklua, Pattaya, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/14/8114837b6dd30c197ed5fca92b90ac2d5dd2f865.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is approximately 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.68" OriginalAmount="54.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.915916782381" Longitude="100.8665838454" StarRating="3" HotelCode="936767|540321" HotelName="FX Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>352/316 Moo 12, Pratamnak Road Soi 4, Pattaya, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1b/1f/1b1f54640342af246ae2e8dcd0e700b9c50c1906.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Chonburi. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.44" OriginalAmount="58.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.917376" Longitude="100.86581133333" StarRating="3" HotelCode="200025|332849" HotelName="Hillside Resort Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>305 Moo 12, Pratumnak Soi 2, South Pattaya, Pattaya, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ca/d4/cad43c096e1a5c0965ccf98a31e5219a0545850e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.10" OriginalAmount="63.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93026529" Longitude="100.88443524" StarRating="3" HotelCode="428661|750752" HotelName="Pasadena Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Parking,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33/127 M.10 Soi LK Metro  soi Diana Inn, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/a9/cda909b14775916c2e37d01bd257fa793ebfd802.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Pasadena Lodge in Pattaya Central Pattaya, you'll be minutes from C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.96" OriginalAmount="65.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.960604036751" Longitude="100.89082539082" StarRating="3" HotelCode="188353|330503" HotelName="Riviera Resort pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157/1 Soi Naklua 16/1, Pattaya Naklua Road, Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/d5/93d51ace2c9b9c7343ba92ea6b597fc5f15bfbce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.14" OriginalAmount="66.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923204140666" Longitude="100.8817002028" StarRating="3" HotelCode="401211|330342" HotelName="Diamond City Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>513 Moo 10, South Pattaya, Pattaya, Cholburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/4e/604eef45df359c01cde0a2a71b1b4e71f4726047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.14" OriginalAmount="69.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.937749849373" Longitude="100.88470458984" StarRating="3" HotelCode="9017|80416" HotelName="Basaya Beach Hotel &amp; Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>137 Moo 9, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/50/b550942214dbc8047d6ea7cad5277f384a60104c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 10-minute walk from the centre of Pattaya. Bangkok’s Suvarnabhumi Airpor...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.80" OriginalAmount="71.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.956181" Longitude="100.890514" StarRating="3" HotelCode="29054|153391" HotelName="Romeo Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500/21 Soi 18 Pattaya Na Kluea Road, 20150 Pattaya City</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/44/de/44de90f1dc4360bd694c3d48fdcb8917303d3720.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the tranquil end of North Pattaya, yet only 2 minutes away from the fun and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.08" OriginalAmount="71.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.899736" Longitude="100.869455" StarRating="3" HotelCode="186384|161523" HotelName="Jomtien Plaza Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500/5 Moo 12 Thappraya Road, Pattaya, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/d8/17d8a627d224a7934b153ac02c7082ff7642dac3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a 5-minute walk to Jomtien Beach, situated in the prime location in Jomtien close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.48" OriginalAmount="72.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.953897" Longitude="100.888534" StarRating="3" HotelCode="187597|327388" HotelName="Lek Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>570/274 Moo 5, Pattaya-Naklua Road, Soi 18/2, 20150 Pattaya City, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/fe/effe2883c96ddc7dadd6790a31d3d590e1bd9828.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.37" OriginalAmount="76.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931590910938" Longitude="100.88437199593" StarRating="3" HotelCode="168297|140233" HotelName="Bella Express Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>336/22 Central Pattaya Road Moo 9, Pattaya, Amphoe Bang Lamung, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/b4/e0b4fd815432edba9cf93825b40b491c031128ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in central Pattaya. It can be accessed both from Pattaya 2nd Road (opposite Soi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.76" OriginalAmount="79.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.948196" Longitude="100.897533" StarRating="3" HotelCode="900662|120838" HotelName="Bella Villa Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Guesthouse,Hostel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8/82, Moo 6, Pattaya 3rd Road, Naklua, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/4a/394ab8fe0b96a7aa7ac4fd08775e8ce92d14fe6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the 3rd Road in the North Pattaya area, which is just a few steps from the h...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.88" OriginalAmount="80.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94696987" Longitude="100.88784022" StarRating="3" HotelCode="435242|540404" HotelName="Sunshine Hip Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>436/617 Moo 9, Nongprue Banglamung, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/540404/540404a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.88" OriginalAmount="80.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="3" HotelCode="401218|82433" HotelName="Mountain Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>378/16 Moo 12, Pattaya, Cholburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/08/082433/082433a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.59" OriginalAmount="85.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95671398" Longitude="100.89087197" StarRating="3" HotelCode="545862|675327" HotelName="Blue Boat Design Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>158/7-8 Naklua 16/3 Alley, Bang Lamung District, Pattaya North, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/ea/32ea3fbd449f4d805a407ba0cb938d9fb352dfcf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.51" OriginalAmount="85.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8979636" Longitude="100.87462691" StarRating="3" HotelCode="584106|654930" HotelName="Lawinta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44/286 Moo 12, Jomtien 2nd, Nongplue, Ampur Banglamung, Pattaya, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/80/5d80b1abffc51b8583b8164b21e9a816c302be93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.57" OriginalAmount="85.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.922733902785" Longitude="100.87314963341" StarRating="3" HotelCode="71642|79229" HotelName="Camelot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>373/17 Moo 10 Pratamnak Road, Pattaya City, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/0f/920f283f4805aacf4157b37b3112c687664ad9c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Pattaya city, providing guests with a central location, ideal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.70" OriginalAmount="87.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.945007" Longitude="100.904551" StarRating="4" HotelCode="299082|364501" HotelName="Grand Bella Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>336/26 Nongprue Moo 9, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/60/3e600a52baa5d1ecccd8d0c2f2bc320b053018a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.31" OriginalAmount="87.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.925922743231" Longitude="100.88230635577" StarRating="3" HotelCode="165839|138109" HotelName="Golden Sea Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>316/152 Chalermprakiat Road Moo 10, Pattaya 3 Road, Soi Chalermprakiat 33, Nongprue, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/91/ac910c6a6dfef1292a747baf76bcf249edd21bf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally situated at the heart of South Pattaya with three entrances (South Pattaya So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.68" OriginalAmount="89.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.990072" Longitude="100.922349" StarRating="3" HotelCode="98791|120839" HotelName="Bella Villa Cabana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Guesthouse,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>55/7 M.1 Sukhumvit Road, Naklua Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/50/0e50fe074aa8aa6e83a1187fb4953c4ba0757447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Pattaya just 100 m from its private beach and the nearest restaur...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="92.44" OriginalAmount="89.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931555164875" Longitude="100.88236347484" StarRating="3" HotelCode="380897|675318" HotelName="Maytara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>216/102 Pattaya 2nd Road, Soi Pattaya 11, Beach Road, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/02/ba028012c802d018d2b6e8cd0e406fa0d2b52896.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.92" OriginalAmount="91.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.887517618588" Longitude="100.87898870335" StarRating="3" HotelCode="422320|651863" HotelName="Tribe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>321 Jomtien Soi 11 Moo 12, Nongprue, Banglamung, Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ec/04eca238f790403d993f9cc2e2bf0b251fd74eb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Eleven@Jomtien Resort in Pattaya, you'll be near ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.54" OriginalAmount="91.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935480784482" Longitude="100.88432908058" StarRating="3" HotelCode="18075|79010" HotelName="Sunshine Hotel &amp; Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>217/1 M. 10 Soi 8, Beach Road, 20150 Pattaya City</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/22/1d227311638491ff10b7f70ef5c150e89f15721e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Pattaya's famous Soi 8 nightlife and entertainment zone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.02" OriginalAmount="92.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.9480608" Longitude="100.8856808" StarRating="3" HotelCode="36343|675319" HotelName="The Mark Land Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436/541 Beach Road Moo 9, Soi 1, North Pattaya, Nongprue, Banglamung, Pattaya, Chon Buri 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/06787a71fc90a6fc/d0/d0b293346da824d3/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the northern part of the city of Pattaya in Thailand, by North Pattaya Bea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.52" OriginalAmount="93.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951856" Longitude="100.883953" StarRating="3" HotelCode="71655|105860" HotelName="Best Bella Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Guesthouse,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Golf,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38/32 Pattaya-Naklua Road Moo 5, Naklua Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/0d/d20d883ce87cb4d422f4be34cc9801da7b06833a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Naklua Road, which is relatively close to the centre of Pattaya and pr...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.48" OriginalAmount="96.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.934583" Longitude="100.885621" StarRating="3" HotelCode="43916|82091" HotelName="Caesar Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176, Moo 10, Pattaya 2nd Road, Pattaya City - Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dc/59/dc598c0fd0bcb3ba4393385903a27a44bef6bf6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the city of Pattaya. Guests will find both scenic beaches...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.57" OriginalAmount="97.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.889514697817" Longitude="100.88558491" StarRating="3" HotelCode="378657|704913" HotelName="Sea Breeze Jomtien Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>13/75 Soi Wat Boonkanchana Moo 12, Nongprue, Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/75432/3675432/1.jpg?f=15399049</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.38" OriginalAmount="100.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95304553" Longitude="100.89774857" StarRating="3" HotelCode="360038|672381" HotelName="The Siamese Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>160/60 Moo.5 Naklua, Pattaya, Banglamung Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/a6/a3a61094984f838576803516bd74be5e2e4ee8c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.88" OriginalAmount="100.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.952085261262" Longitude="100.88583648205" StarRating="3" HotelCode="9022|60695" HotelName="The Green Park Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 23/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/5 Soi Ping Pa, Moo 5, North Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ef/25ef899b14339f06f9a41b9269d58c1cf689adeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a genuine resort in the heart of Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.27" OriginalAmount="102.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935388" Longitude="100.88376" StarRating="3" HotelCode="98801|105977" HotelName="Baron Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>525/1, Moo 10, soi 9, Pattaya Beach Road, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/b2/01b2df8135cc2dbcdde2668e622a0f456e6c4ee4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the vibrant city of Pattaya, this hotel is surrounded by thousands of shops,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.10" OriginalAmount="103.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923168" Longitude="100.87202" StarRating="3" HotelCode="317422|94855" HotelName="Sun City Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>557 Moo 10, Pratamnak Road, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/5f/d85f7217be5c453c779b3af9661b85d492163b44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the east coast of the Gulf of Thailand in the province of Chon Buri. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.34" OriginalAmount="104.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96355934" Longitude="100.89095132" StarRating="5" HotelCode="353887|542881" HotelName="The Radiance Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>285/219 Moo 5 Soi Naklua 16, Banglamung Chonburi, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c0/dac0f4d773df50f9c55a326ab459be37248bc547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.37" OriginalAmount="104.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941631784639" Longitude="100.88641583919" StarRating="3" HotelCode="9030|84877" HotelName="Tropicana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98  Pattaya Beach Road Moo 9, 20260 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/cd/36cd039f68a4ad647d7f63177c4aeec47a99ece7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set on the Beach Road, the hotel presents a private tropical haven, just a few paces from the energe...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.43" OriginalAmount="111.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93996037" Longitude="100.89004721" StarRating="3" HotelCode="353099|538602" HotelName="KTK Royal Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>352/4 Moo.9 Soi Pattaya Klang 12, Pattaya Klang Road, Pattaya, 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/91/5391a9eb601e92487723a83ff503a003ce48a36b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.43" OriginalAmount="112.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946962" Longitude="100.88866" StarRating="3" HotelCode="186379|143252" HotelName="Sabai Empress Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436/21 Pattaya 2nd Road, Pattaya City 20150, Chon Buri</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/bd/1abdac3e9a75790840b5f7d5fcc31914c73493ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Pattaya Soi 2 road in the city of Pattaya, just 5 minutes’ walk from the bea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.30" OriginalAmount="115.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949389" Longitude="100.896543" StarRating="4" HotelCode="401194|87216" HotelName="Mantra Pura Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/300 Moo 6, Naklua, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/1c/061cb927219b3f0d68ed3948b1c4b363b42524ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated within the city, just minutes away from attractions and beaches.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.14" OriginalAmount="120.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941349" Longitude="100.890854" StarRating="4" HotelCode="170643|155604" HotelName="Centara Nova Hotel &amp; Spa Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80/167 Moo 9, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/af/caaf5782fd7096f8ae378953849bcc8437755970.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a central location in Pattaya, the hotel is conveniently located near shopping, dining and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.09" OriginalAmount="122.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.932490188169" Longitude="100.88235497475" StarRating="4" HotelCode="173404|155183" HotelName="Page 10" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>365/3 Pattaya 2nd Road Soi 10 Moo 10, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/d2/5bd2f7b9440401c78309e53c0a86612d2d039554.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently situated in the heart of Central Pattaya. Popular shopping areas like the...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.32" OriginalAmount="122.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927619160472" Longitude="100.87916268466" StarRating="3" HotelCode="71636|82098" HotelName="Royal Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>215 Pattaya 2nd Road Moo 10, Pattaya City, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/d9/53d935cb7f633c84ceaec6115bd2be3780252fc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.37" OriginalAmount="123.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.914173" Longitude="100.858499" StarRating="3" HotelCode="9014|33814" HotelName="Asia Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>352 Pratamnak Road Moo 12, Nongprue, Pattaya City, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/01/9201d0d8aa34e4b35672c26e812d7cd9fb964dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive beach hotel is located right next to the beach, outside Pattaya.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.05" OriginalAmount="124.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951545" Longitude="100.884026" StarRating="3" HotelCode="98797|120840" HotelName="Bella Villa Metro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38/15, Moo 5 Pattya-Naklua Road, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/71/6771ec314a8e7b1b4e5a9b479f4f6df7d2dacebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in North Pattaya Naklua, close to the Sanctuary of Truth, and only a 10-minute ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.13" OriginalAmount="125.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933" Longitude="100.883" StarRating="4" HotelCode="69742|117243" HotelName="Mike Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>221/71-72 Moo 6 Pattaya 3rd Road, Soi Chalermprakiat 1, Pattaya, Naklua, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/70/7d70515f6ff2c7b54f993cea4f753be52ba1289c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Pattaya’s commercial district, just 10 minutes from the c...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.51" OriginalAmount="128.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.946363" Longitude="100.885463" StarRating="3" HotelCode="59500|84699" HotelName="Sandalay Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>389 Moo 9 Beach Road, Nort Pattay, Banglamung, Pattaya City, Chon Buri 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ed/14ed7907caf22e0eee1be78287c15e8f79e87e32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the beach road with easily access to the sea as well as to major shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.34" OriginalAmount="129.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924052" Longitude="100.867177" StarRating="3" HotelCode="318830|686739" HotelName="Balihai Bay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>311/15 M. 10 Pattaya Beach Road, T. Nongprue, Walking Street, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/82/21824379606e1997dd893ed49618424b92849749.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.38" OriginalAmount="130.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.921979" Longitude="100.871869" StarRating="3" HotelCode="208952|186996" HotelName="The Sun Xclusive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>358/27 Thap Phraya Road Moo 10, Tambon Nongprue, Amphoe Banglamung, South Pattaya, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/4d/ae4d0a884e7751a3f2c0e90c0a30d5df213d14cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.46" OriginalAmount="130.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90094207" Longitude="100.8687859" StarRating="4" HotelCode="387436|697238" HotelName="The AGATE Pattaya Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>413/93-96 Moo 12, Jomtien Pattaya Second Road, Nongprue, Pattaya 20150, Banglamung, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/43286/2443286/1.jpg?f=14974876</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="136.58" OriginalAmount="132.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.973500578726" Longitude="100.89280754328" StarRating="4" HotelCode="9979|33809" HotelName="Garden Sea View Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>207/1 Moo 5 Pattaya - Naklua Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/b0/72b05d5e01900517ea9ed1564dfdb76567b77ecb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive beach hotel is situated on headlands directly beside the sea. From here, it is about...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="136.74" OriginalAmount="132.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.939068236842" Longitude="100.88903671579" StarRating="3" HotelCode="405882|673949" HotelName="March Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323/9 Central Pattaya Road Moo 9, Soi 16, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/42263/2442263/1.jpg?f=15245181</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.63" OriginalAmount="134.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.945106" Longitude="100.887491" StarRating="3" HotelCode="35006|80413" HotelName="Sunshine Vista Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201/1 Moo 9 Soi 3, Beach Road, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/96/b2969ca781961b9223203b107624f5853ca2656d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Soi 3, Beach Road. It enjoys a prime location in the town, and is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.86" OriginalAmount="134.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931622281129" Longitude="100.88314086199" StarRating="3" HotelCode="188299|332353" HotelName="Bay Breeze Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>503/2 Pattaya 2nd Road Soi 11, Pattaya City 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/eb/c0eb5b127d2c16ac718e23da5713192f2f14c012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.82" OriginalAmount="136.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949671389748" Longitude="100.89478434176" StarRating="4" HotelCode="552617|539264" HotelName="Hotel J Inspired Wing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Moo 6, North Pattaya, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/67/a96796f0a04f8055b0c8e550ae733f0e4f89e4f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.74" OriginalAmount="138.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935523" Longitude="100.885197" StarRating="3" HotelCode="18045|60716" HotelName="Sunbeam Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>217/27 Soi 8 Moo 9 Pattaya Beach Road, Nongpure, Banglamung, 20150 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/42/6d/426d9ce167d13ddb2f6dfdf49fe3a61bbd5af1fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated an hour away from Bangkok and is the focal point in the centre of Pattaya. It ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.85" OriginalAmount="140.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93017" Longitude="100.881984" StarRating="4" HotelCode="401221|84510" HotelName="Intimate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>397/42, M.10, Soi 14, South Pattaya 2nd Road, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/bd/aebde68d34b5216f0229676333c01e3ee5e98231.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Pattaya, 5 minutes from the sandy beach, between 2 shopping cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.15" OriginalAmount="141.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95386793" Longitude="100.88767176" StarRating="2" HotelCode="17376|615963" HotelName="Let's Hyde Resort &amp; Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>170/1 Pattaya-Naklua Road Moo 5, Soi Na Klua 18/2, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/bd/d1bd4d1c9f44722a41fab280afec38fa8bb9a2f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.16" OriginalAmount="141.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92661284" Longitude="100.87405907" StarRating="3" HotelCode="321659|188950" HotelName="Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Moo 10, Soi 14 Walking Street, South Pattaya, Pattaya 20260, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/ce/facee98e2bf4f78644adc84a153691d6078ffcea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.16" OriginalAmount="141.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.927867" Longitude="100.881023" StarRating="3" HotelCode="41064|73279" HotelName="Mercure Pattaya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>484 Moo 10, Pattaya Second Road Soi 15, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/39/3039bf3108f7293d93c6d0ded9d3e21b45b475a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Pattaya, a few minutes' walk from the beach and next to the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.64" OriginalAmount="142.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.943256401071" Longitude="100.89151386602" StarRating="5" HotelCode="548412|583462" HotelName="Grand Palazzo Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>292 Petchtrakul Road Moo 6, Naklua, Bang Lamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/1c/761cc76eb76dfb76da295e2307ecd18d02aa5506.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.60" OriginalAmount="149.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.95667396" Longitude="100.89188172" StarRating="4" HotelCode="783216|668220" HotelName="M Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>571/112 Naklua Road Moo 5, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/21/7921f8c27b76454d803f6b8f7e8e09412aca78fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.69" OriginalAmount="149.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94673549" Longitude="100.88492145" StarRating="2" HotelCode="547157|680165" HotelName="The Bedrooms Hostel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Internet,Laundry,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>436/49 Beach Road Moo 9, Soi 1, Nong prue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/17/de17cba5cacd1da28642afb1c3a160829e4eb1e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Pattaya.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.46" OriginalAmount="154.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951188668681" Longitude="100.88643997908" StarRating="3" HotelCode="9029|79045" HotelName="Sunshine Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/3 Moo 5, North Pattaya Circle, 20150 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/1e/f11e439d8ce36670daebb423dc924f012f560e40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the edge of North Pattaya circle, offering easy access to almost everywhere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.37" OriginalAmount="158.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.902624" Longitude="100.874115" StarRating="3" HotelCode="188368|331576" HotelName="Villa Thongbura Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>221/100 Moo 12, Soi Thepprasit 17 Thepprasit Rd., Nongprue, Banglamung, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/4d/1f4da79401d4294e7169e758848aa39eaf24bfe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.23" OriginalAmount="161.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.884176633231" Longitude="100.88334522804" StarRating="2" HotelCode="585136|680247" HotelName="A2Sea Jomtien Pattaya Hotel &amp; Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>279/171 Moo 12, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4d/454d98ea74666d7e30ee643c615fbdbd8f34b1c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.12" OriginalAmount="164.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93116071" Longitude="100.88430592" StarRating="4" HotelCode="613279|659481" HotelName="Acqua Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>666 Moo 10 Pattaya 2nd Road, Soi 11, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/5a/015a7750db04a0116a850f3d62706501ba3e99b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.76" OriginalAmount="164.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.926428" Longitude="100.885486" StarRating="3" HotelCode="168616|140227" HotelName="Vogue Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>315/33 Moo 9 Pattaya 3rd Road, Central Pattaya, Pattaya City 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/90/5990612afe8418a7debfea95d97a433e1e979dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Pattaya 3rd Road, in Central Pattaya city, near the nightlife and shopping ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.69" OriginalAmount="165.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94932457" Longitude="100.89721733" StarRating="4" HotelCode="962787|666064" HotelName="Sn Connx" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>3/353 North Pattaya Sai 3 Moo 6, Na Klua, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1101888/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.70" OriginalAmount="167.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.96268491" Longitude="100.90946302" StarRating="4" HotelCode="781854|653661" HotelName="Centre Point Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>275 Sukhumvit Road Moo 6, Naklua, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8f/55/8f55b2395c5750422d4c3a17b6c5d50ac813c5bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.19" OriginalAmount="170.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.951489" Longitude="100.891688" StarRating="3" HotelCode="18229|84283" HotelName="Thai Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>179/168 Moo 5 North Pattaya Road, Naklua, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/31/0f31981ddea03d6507ec1198295d5fc65dac7b34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in North Pattaya, 5 km from the centre of Pattaya. Sights in the near vicinity...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.68" OriginalAmount="186.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.940182244982" Longitude="100.89091639385" StarRating="3" HotelCode="401202|104714" HotelName="Nova Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80/164 Moo 9, Soi Sukrudee (Soi AR), Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/47/6447336c748fe8bb84c2ffac57c0e7d8ba0ab1bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Well located in Pattaya, the hotel offers guests the perfect base from which to explore the city. Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="196.43" OriginalAmount="190.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.948446547482" Longitude="100.88616248347" StarRating="4" HotelCode="9018|89860" HotelName="Amari Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>240 Pattaya Beach Road, Nong Prue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/0f/0f38d263259525db/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just north of Pattaya, very near to Bangkok. It is situated just across the roa...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="197.85" OriginalAmount="192.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.913518095606" Longitude="100.86227735872" StarRating="4" HotelCode="531456|560861" HotelName="Unique Regency Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>557 Prathumnak Soi 5, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/c9/9dc995df14b44d45d25dd0c7d10fa2cf2df5a40e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.81" OriginalAmount="193.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.85561619" Longitude="100.89925552" StarRating="4" HotelCode="393193|188914" HotelName="Saisawan Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>336-338 M.1 T.Najomtien, A.Satahip, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/cf/dccf0347e889ea85e34f3bcc9425275bd24f80fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.16" OriginalAmount="193.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.941281498011" Longitude="100.88865548372" StarRating="4" HotelCode="907145|155603" HotelName="Centara Pattaya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78/140 Moo 9, Nongprue, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1d/15/1d1501fe5a3a8928c65a23d2ca10cabcae3c56f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in the renowned beach area of Pattaya, a lively destination filled with shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.77" OriginalAmount="194.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.940069803694" Longitude="100.88430150403" StarRating="4" HotelCode="435401|463701" HotelName="Mera Mare Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>420/200 Beach Road Moo 9, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/43/ac4369e78a736ef62a73e4df5d3ed2a086db353d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.61" OriginalAmount="199.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.90104854" Longitude="100.86773807" StarRating="4" HotelCode="353430|185072" HotelName="Welcome World Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>439/8-9 Moo12 Thruppaya Road Dongtarn Beach Nongprue Banglamung Chonburi, 20150 Pattaya South</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/ef/57ef49767d79a448cdfd3c98eb130d13ae57c415.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.63" OriginalAmount="201.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.928506619845" Longitude="100.88209511472" StarRating="3" HotelCode="933420|373217" HotelName="Travelodge Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>236/26 Moo 10, Nongprue, Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/b2/70b2613912f884e73140317f1660750ab5a3f3c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is about 999 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.50" OriginalAmount="205.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.931815" Longitude="100.879819" StarRating="4" HotelCode="187188|171726" HotelName="LK The Empress" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/1 M.10 Soi.12, Pattaya Beach Road, Nongprue, Banglamung, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/c1/1fc1abc1e6973af9e6630ebdb15a9e5fb75e6e0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the heart of Pattaya with beachfront views. Surrounding the hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.63" OriginalAmount="207.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.94589" Longitude="100.888776" StarRating="4" HotelCode="224707|230958" HotelName="Siam@Siam Design Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>390 Moo 9, Pattaya Sai 2 Road, Nongprue, Pattaya 20150, Banglamung, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/b8/66b8c837abbddc7580b5141f85f06552a05f19b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Chonburi.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="222.78" OriginalAmount="216.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.949374805903" Longitude="100.89469030919" StarRating="3" HotelCode="174049|182812" HotelName="Hotel J Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>221 Moo 6, North Pattaya, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/9a/619a2bffdbb476cd74279b592cf74dc5e10dfe0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.90" OriginalAmount="217.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.947777" Longitude="100.887319" StarRating="4" HotelCode="300250|366965" HotelName="Mercure Pattaya Ocean Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>463/100 Moo 9, Pattaya Second Road-Nhongprue Banglamung, 20260 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/ee/f5ee758604c37c92fb79b11f594c68d57e692d83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.20" OriginalAmount="223.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935893818568" Longitude="100.88535636663" StarRating="3" HotelCode="12554|188942" HotelName="Flipper House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>213/3 Soi 7, Pattaya Beach Road, 20260 Pattaya, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/f4/15f4167429b71a626e9ad3e6698d46172d8cca5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.29" OriginalAmount="223.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.985905093307" Longitude="100.91951161623" StarRating="4" HotelCode="56691|52698" HotelName="Cholchan Pattaya Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Moo 1, Tambon Nagulea, Amphur Banglamung, Pattaya, Chonburi 20150, 20150 Pattaya</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/ca/a5ca8ebdd29b1d8d759cc329a8ce0d4275d7e4da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated close in tropical Pattaya. The fully integrated international resort ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.98" OriginalAmount="225.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.950208425287" Longitude="100.88450074196" StarRating="5" HotelCode="9019|33806" HotelName="Dusit Thani Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240/2 Pattaya Beach Road, Pattaya City, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/40/494071a28ad8f76edfef033bdfffcf4a977262d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly beside a private beach at the north end of Pattaya Bay. In abo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.35" OriginalAmount="229.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.8663701" Longitude="100.89270408" StarRating="3" HotelCode="582872|697224" HotelName="Zand Morada Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>126 Jomtien Sai 1 Road, Moo 1, Najomtien, Sattahip, Pattaya, Chaonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/da/f1da4e62be9e8f2dd75430e6e11fb0f4b5b68d31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.70" OriginalAmount="231.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.933580296047" Longitude="100.88188827038" StarRating="4" HotelCode="9427|60698" HotelName="The Bayview Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>310/2 Moo 10, Beach Road, 20150 Pattaya, Cholburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/5c/255c65bcaf9a381e2ccd9d27e6847d8812cf00fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Beach Road runs between the hotel and the beach and there is also a train station in the immedia...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.13" OriginalAmount="234.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.947793" Longitude="100.885572" StarRating="4" HotelCode="900187|125531" HotelName="Holiday Inn Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>463/68 Pattaya Sai 1 Road, Nongprue, Banglamung, Pattaya 20150, Chonburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/6d/c56dcb7b90c349e2cb74bcf77f2aa7370d4c3e35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is located in North Pattaya, roughly 122 km from the Suvarnabhumi International Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.00" OriginalAmount="234.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.832107" Longitude="100.911053" StarRating="4" HotelCode="67538|98606" HotelName="Ravindra Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>246 Moo 4, Sukhumvit Road. (km.157), Na Jomtien, Pattaya, Sattahip, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/71/0471df0a919920f08cef1e904a1568c389fc4a87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach resort is within 100 metres of the beach front, 15 minutes from Pattaya City and only 1.5...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.47" OriginalAmount="236.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.954311" Longitude="100.883342" StarRating="5" HotelCode="186790|176609" HotelName="Cape Dara Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Pattaya-Naklua Road, 256 Dara Beach Soi 20, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/73/6f7334f8a56a282924f332df6910dad427a5928a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in a quiet area in Pattaya.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.32" OriginalAmount="240.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93343164" Longitude="100.88086733" StarRating="3" HotelCode="419542|673635" HotelName="Serenotel Pattaya Beach Front" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Designated Smoking Area,Elevator,Internet,Luggage Storage,Parking,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>310/10 Soi 10 Moo 10, Beach Road, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/69357/2269357/1.jpg?f=15072301</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Serenotel Pattaya Beach Front in Pattaya (Pattaya B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="248.31" OriginalAmount="241.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.962310893508" Longitude="100.89573383331" StarRating="3" HotelCode="26520|60715" HotelName="Naklua Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88/17-18 Moo 5, Pattaya-Naklua Raod, Banglamung, 20150 Cholburi</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0a/32/0a32436bf078489641aefdd06a78f4da6223b610.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on Naklua Road in Pattaya city. The hotel is approximately 90 minutes from Ban...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.23" OriginalAmount="252.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.91566306" Longitude="100.85739671" StarRating="3" HotelCode="71638|107329" HotelName="Birds &amp; Bees Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>366/11 Moo 12, Phra Tam Nak 4 Road, Nongprue, Banglamung, Pattaya, Chonburi  20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/5a/3c5aab40af4e41710e4a5487ef61c3aff97bdd51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.29" OriginalAmount="252.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.859244933581" Longitude="100.89688388295" StarRating="5" HotelCode="327770|435898" HotelName="Veranda Resort Pattaya MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>211 Na Jomtien Soi 4, Moo 1, Chonburi, Pattaya 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a0/a0f166d1e871845a/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located off the beaten track, this hotel is situated about 10 km from the centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="275.09" OriginalAmount="267.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924749089672" Longitude="100.87333946361" StarRating="2" HotelCode="619270|644422" HotelName="7 Days Premium Hotel Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>115/15-16 Moo 10, Tambon Nongprue, Pattaya, Amphur Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/92/0892d80d2ac83c2a8062eedf63a505d2f2a289c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.01" OriginalAmount="284.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.900931" Longitude="100.865486" StarRating="4" HotelCode="71673|80420" HotelName="Avalon Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436, Moo 12, Thuppraya Road, Dongtarn Beach, Nongprue, Banglamung, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/5c/2f5c435eb62b9ba684cf04d6c2d704326b829299.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated in a tropical resort nestling on the beautiful Dongtarn Beach in Jomtien-Pat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.49" OriginalAmount="302.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923704390442" Longitude="100.86962644667" StarRating="4" HotelCode="9028|60699" HotelName="Siam Bayshore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>559 Beach Road, Pattaya City, Cholburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/b2/ddb27c142feec52339ca7362a10fe296e87d6ffa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unique hotel in Pattaya is situated in an 80,000 m² of lush, tropical garden.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.37" OriginalAmount="306.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.885689994663" Longitude="100.8787416339" StarRating="3" HotelCode="47008|79042" HotelName="Grand Jomtien Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>356 Jomtien Beach Road, Pattaya City, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/b5/1fb5ef8194cc305f571ff6df98437988d2f7a907.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet part of the sandy Jomtien Beach, only 2 hours from Suwannabhumi Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.51" OriginalAmount="306.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.929191079676" Longitude="100.87923824787" StarRating="5" HotelCode="9976|60697" HotelName="Avani Pattaya Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>218/2-4 Moo 10, Beach Road, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/f5/c5f55e1ad32d1f439bc0f8a551a45f0f4dcece52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located about 25 minutes from the beach, 90 minutes (130 km) from Suvarnabhumi Interna...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="319.78" OriginalAmount="310.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.83389613" Longitude="100.90935955" StarRating="5" HotelCode="322894|436118" HotelName="Mövenpick Siam Hotel Na Jomtien Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Golf,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Moo 2, Sukhumvit Road km 156.5, Na Jomtien, Sattahip, Chonburi, Pattaya 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/65/fd653e815edc31af63c81a21ca9923535eeaf28a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a quiet area in Pattaya, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.39" OriginalAmount="343.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.81139079" Longitude="100.91465965" StarRating="4" HotelCode="572370|616281" HotelName="X2 Vibe Pattaya Seaphere Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Moo 3 Soi Na Jomtien 32, Sattahip, Pattaya, Chonburi 20250</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/689489/a_689489_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pattaya, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.58" OriginalAmount="352.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.958775" Longitude="100.886228" StarRating="5" HotelCode="9977|110355" HotelName="Centara Grand Mirage Beach Resort Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Club Resort" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Moo 5, Naklua, Banglamung, Pattaya 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b3/a9/b3a943fa7a0d3bab018a2568ecd2cc90eda0dcfa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in North Pattaya, this city hotel stands directly on 230 metres of white sand at Wong Amat B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.13" OriginalAmount="367.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.925615" Longitude="100.862399" StarRating="5" HotelCode="39406|73280" HotelName="InterContinental Pattaya Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 03/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>437 Phra Tamnak Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/6b/196b089056c52c85d76dc48287b90c0dd1a69747.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in a picturesque cliff headlands south of Pattaya, the resort offers sweeping views across t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="416.83" OriginalAmount="404.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.924833157157" Longitude="100.86098849773" StarRating="5" HotelCode="186453|33811" HotelName="Royal Cliff Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>353 Phra Tamnuk Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/50/7650cadab74ed2f167eedd51c2f01947e49bd41e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Pattaya, this hotel is near a sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.87" OriginalAmount="406.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.935179" Longitude="100.882845" StarRating="5" HotelCode="161449|137081" HotelName="Hilton Pattaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333/101 Moo 9, Nong Prue, Banglamung, Pattaya Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/8e/d08eb03d33f928a267dbaf0f7ab579f7224d4bd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the very heart of Pattaya, the beach hotel is close to many of Pattaya's entertainment venues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="478.97" OriginalAmount="465.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92921" Longitude="100.880305" StarRating="5" HotelCode="118743|107778" HotelName="Baraquda Pattaya - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>485/1 Pattaya 2nd Road Moo 10, Pattaya 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1a/b7/1ab7941efa5c27299bca125be4393c206d00ab12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of central Pattaya which is close to The Avenue, (a lifestyle sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="538.22" OriginalAmount="522.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.93417499" Longitude="100.89715946" StarRating="3" HotelCode="754202|636765" HotelName="Chezzotel Pattaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Housekeeping,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>190/190 Soi Central Pattaya 4 Moo 9, Tambon Nongprue, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/30/903049ccf6d6d5c1068a9bf52b34f07568caaed9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Hotel is set in Central Pattaya. Chezzotel Pattaya Hotel features a total of 50 rooms....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="915.72" OriginalAmount="889.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.92806" Longitude="100.878412" StarRating="4" HotelCode="900668|115061" HotelName="Aya Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>555/54 Moo 10, Pattaya Beach Road, Nongprue, Banglamung, Pattaya, Chonburi 20260</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/0f/6a0f0fa8ca28001e65ad6417ae16b9cfdec457ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located just off an attractive tropical beach, and is only minutes from Pattaya city c...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1163.66" OriginalAmount="1129.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.923800524896" Longitude="100.86025893688" StarRating="5" HotelCode="186455|80871" HotelName="Royal Cliff Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>353 Phra Tamnuk Road, Pattaya, Chonburi 20150</AddressLine>
          </AddressLines>
          <CityName>Pattaya</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/08/080871/080871a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.5 km from the centre of Pattaya.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access,Bicycle Rental,Currency Exchange,Garden,Golf,Jacuzzi,Sauna,Swimming Pool,Nightclub,Diet Meals,Kitchen,Heated Pool,Housekeeping,Meeting Room,24 Hour Front Desk,Coffee Shop,Elevator,Luggage Storage,Parking,Dry Cleaning,LCD/Projector</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,CITY HOTEL,SPA HOTEL,CLUB RESORT,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,BUSINESS HOTEL,HOTEL,GOLF HOTEL,GUESTHOUSE,HOSTEL,APARTHOTEL</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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="3357ecd5-67b3-4b7f-af65-260a06fc913f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73722" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="43916|82091" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="3357ecd5-67b3-4b7f-af65-260a06fc913f" TimeStamp="0001-01-01T00:00:00" HotelName="Caesar Palace" HotelCode="43916|82091" StarRating="3" GTCityId="73722" CountryCode="TH" CityName="Pattaya" CountryName="Thailand" Address="176, Moo 10, Pattaya 2nd Road, Pattaya City - Chonburi" PostCode="" PhoneNo="+6638422269" FaxNo="+6638422140" Email="reservation@caesarpattaya.net" CheckInTime="14:00" CheckOutTime="12:00" Latitude="12.934583" Longitude="100.885621" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Double or Twin SUPERIOR" RoomTypeCode="20261108$20261110$W$321$82091$DBT.SU-1$ID_B2B_66$RO$B2B$1~3~0$$N@07~A-SIC~25e6e~679033813~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK0107009100100825e6e|8|MTEwLjk0fEVVUnwyMDI2LTEwLTI2" OriginalAmount="97" TotalPrice="99.48" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 26/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-26T00:00:00" End="2026-11-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="96.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE DELUXE" RoomTypeCode="20261108$20261110$W$321$82091$DBL.DX-1$ID_B2B_66$RO$B2B$1~3~0$$N@07~A-SIC~21c7d~-1001521509~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK0107009100100821c7d|8|MTI1LjI4fEVVUnwyMDI2LTEwLTI2" OriginalAmount="109" TotalPrice="112.34" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 26/10/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Air conditioning (individually regulated)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-26T00:00:00" End="2026-11-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="109.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/ostrovok/dc/59/dc598c0fd0bcb3ba4393385903a27a44bef6bf6f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/13/ab/13ab804d28837eae3397c5bc02314d63e0c129ef.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/92/e4/92e4625c5614bb26315300341415a0fcce9e36cb.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/ff/a5/ffa5ddc00544009ed3d5a297ef1d3e98b08995aa.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/fb/e3/fbe39dea87a213f095796c4af33853118c2df38d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/fb/d6/fbd6f6ee97d2a8b15ebb4690cbda160b37cab89d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/63/25/6325d80521208afea547660abffc8c196c729249.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/2b/91/2b91df2c19b53391da092b07c8e16c3a25e366c7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/33/69/336907822db52f07d8bb9ea4d4ef532953e79007.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/90/44/90441603526b3ecb9889307d5d27b6fdaf56455d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/98/93/989365ab0d23e3234dc9b4b33bd594c05285af26.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/73/e3/73e3f3070d8e145ea53d3576719d37b71516106c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/d1/36/d1363c9a11eb7aa1fbf20a9a6d38dcb1fa0b7a2d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/46/4b/464b02aa6306413ada6ad1d4607a00e4d7e47667.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/0c/0f/0c0f75343264e64e6a4592542876490e9be9a293.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/d1/b8/d1b8a48b2706c57f296beaeb99502a29297640c0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/8f/a4/8fa42d68a092dcb0172c4fafdb4f0a3ad55699d1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/d2/a7/d2a70ae75d5e8c31572e661a1a623c8c213c2f87.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/c6/13/c613e4c8b17e914547547d49c94aae2ece82520c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/5b/42/5b42f59c472e2cb48e0c0b820437fb5f4fbbbd72.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/90/67/9067e33c4b30c5bff2d777cae14dc4c46db0d919.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/18/ed/18ede32bc09c7cd0e8e1c36638119fdbe9c5a71f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/bf/f0/bff088231a47e0805e2b551f3c43bf84f1596441.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/b2/d8/b2d8ac56d1dfe6ad8eb8234a7cc8ee973cd22bce.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/7c/75/7c75995dcafbbe205c0052564f57bb71874a910c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/cb/81/cb812a5b95cbf6161f9a4c07ccf59c62f683b450.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel enjoys a convenient location in the city of Pattaya. Guests will find both scenic beaches and a colourful nightlife nearby.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has 2 suites, 42 single rooms and 176 double rooms. The friendly staff at the reception desk are happy to answer any questions. Amenities include a safe and a currency exchange service. Wireless internet access is provided in public areas. Souvenirs can be purchased at the gift shop. Additional facilities include a newspaper stand. Guests arriving by car can park their vehicles in the car park. Further services and facilities include room service, a laundry service and a hairdresser.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain just the right temperature. A balcony is included as standard in some rooms. A safe and a minibar are also available. Additional features include a refrigerator and a mini fridge. Equipped with a direct dial telephone, a television with satellite/cable channels and WiFi (for a fee), the rooms provide many ways for guests to stay connected and entertained. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The hotel provides a number of options for sport and leisure. The outdoor pool complex includes a children's swimming area and is ideal for working out or just relaxing. There is a poolside snack bar as well. Guests can enjoy indoor activities, including table tennis. Copyright GIATA 2004 - 2020. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Guests can choose options including breakfast, lunch and dinner.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the hotel: VISA and MasterCard.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>663-842-2140</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>663-842-2269</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1988</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>1998</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>220</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>42</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>176</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Café</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Newspaper kiosk</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hairdresser</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with air conditioning </Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Children's Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Pool bar</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Table Tennis</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="3357ecd5-67b3-4b7f-af65-260a06fc913f">
  <Rooms>
    <Room RoomType="Room 1: Double or Twin SUPERIOR" TotalAdult="3" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="43916|82091" SourceId="8" RoomTypeCode="20261108$20261110$W$321$82091$DBT.SU-1$ID_B2B_66$RO$B2B$1~3~0$$N@07~A-SIC~25e6e~679033813~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK0107009100100825e6e|8|MTEwLjk0fEVVUnwyMDI2LTEwLTI2" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-10T00: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
3357ecd5-67b3-4b7f-af65-260a06fc913f|RestelBlock|successfully done supplier prebooking||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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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>
  <TotalAmount>99.48</TotalAmount>
  <TraceId>3357ecd5-67b3-4b7f-af65-260a06fc913f</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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="3357ecd5-67b3-4b7f-af65-260a06fc913f">
  <Rooms>
    <Room RoomType="Room 1: Double or Twin SUPERIOR" TotalAdult="3" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="43916|82091" SourceId="8" RoomTypeCode="20261108$20261110$W$321$82091$DBL.DX-1$ID_B2B_66$RO$B2B$1~3~0$$N@07~A-SIC~21c7d~-1001521509~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK0107009100100821c7d|8|MTI1LjI4fEVVUnwyMDI2LTEwLTI2" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-10T00: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
3357ecd5-67b3-4b7f-af65-260a06fc913f|RestelBlock|successfully done supplier prebooking||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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="3357ecd5-67b3-4b7f-af65-260a06fc913f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73722" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="71655|105860" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
3357ecd5-67b3-4b7f-af65-260a06fc913f|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="3357ecd5-67b3-4b7f-af65-260a06fc913f" TimeStamp="0001-01-01T00:00:00" HotelName="Best Bella Pattaya" HotelCode="71655|105860" StarRating="3" GTCityId="73722" CountryCode="TH" CityName="Pattaya" CountryName="Thailand" Address="38/32 Pattaya-Naklua Road Moo 5, Naklua Banglamung, Pattaya, Chonburi 20150" PostCode="20150" PhoneNo="" FaxNo="" Email="" CheckInTime="14:00" CheckOutTime="10:00" Latitude="12.951856" Longitude="100.883953" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE TRIPLE ROOM" RoomTypeCode="20261108$20261110$W$321$105860$TPL.DX$FLEX-BAR-RO$RO$$1~3~0$$P@07~A-SIC~20883~-1951737386~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK010700910010082406b|8|MTA3LjY0fEVVUnwyMDI2LTEwLTMw" OriginalAmount="94" TotalPrice="96.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><Offer>Exclusive discount Amount: -19.00&lt;br/&gt;Early Booking discount Amount: -22.36</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Oven|Microwave|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="96.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Twin Queen Room - No Balcony" RoomTypeCode="20261108$20261110$W$321$105860$TWN.2Q$FLEX-BAR-RO$RO$$1~3~0$$P@07~A-SIC~20883~1930007782~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK010700910010082406b|8|MTA3LjY0fEVVUnwyMDI2LTEwLTMw" OriginalAmount="94" TotalPrice="96.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><Offer>Exclusive discount Amount: -19.00&lt;br/&gt;Early Booking discount Amount: -22.36</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Oven|Microwave|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="96.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Twin Queen Room" RoomTypeCode="20261108$20261110$W$321$105860$TWN.2Q-DX$FLEX-BAR-RO$RO$$1~3~0$$P@07~A-SIC~20883~149333843~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK010700910010082406b|8|MTA3LjY0fEVVUnwyMDI2LTEwLTMw" OriginalAmount="94" TotalPrice="96.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><Offer>Exclusive discount Amount: -19.00&lt;br/&gt;Early Booking discount Amount: -22.36</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Oven|Microwave|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="96.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE DOUBLE ROOM" RoomTypeCode="20261108$20261110$W$321$105860$DBL.DX$FLEX-BAR-RO$RO$$1~3~0$$P@07~A-SIC~2389a~1831879458~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK010700910010082607e|8|MTI2Ljk2fEVVUnwyMDI2LTEwLTMw" OriginalAmount="111" TotalPrice="113.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><Offer>Exclusive discount Amount: -22.40&lt;br/&gt;Early Booking discount Amount: -26.34</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Oven|Microwave|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="113.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE POOL VIEW DOUBLE OR TWIN" RoomTypeCode="20261108$20261110$W$321$105860$DBT.DX-VP$FLEX-BAR-RO$RO$$1~3~0$$P@07~A-SIC~254ad~-758563838~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK0107009100100824c8e|8|MTQyLjc2fEVVUnwyMDI2LTEwLTMw" OriginalAmount="124" TotalPrice="128.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><Offer>Exclusive discount Amount: -25.20&lt;br/&gt;Early Booking discount Amount: -29.66</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Oven|Microwave|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="128.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE SEA VIEW DOUBLE OR TWIN" RoomTypeCode="20261108$20261110$W$321$105860$DBT.DX-VM$FLEX-BAR-RO$RO$$1~3~0$$P@07~A-SIC~20cc1~1774965086~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK0107009100100823c9e|8|MTU4LjYwfEVVUnwyMDI2LTEwLTMw" OriginalAmount="138" TotalPrice="142.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><Offer>Exclusive discount Amount: -27.98&lt;br/&gt;Early Booking discount Amount: -32.94</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Oven|Microwave|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="142.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Pool Access Room" RoomTypeCode="20261108$20261110$W$321$105860$TWN.DX-VP$FLEX-BAR-RO$RO$$1~3~0$$P@07~A-SIC~20cc1~-108686282~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK0107009100100823c9e|8|MTU4LjYwfEVVUnwyMDI2LTEwLTMw" OriginalAmount="138" TotalPrice="142.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><Offer>Exclusive discount Amount: -27.98&lt;br/&gt;Early Booking discount Amount: -32.94</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Oven|Microwave|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="142.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY SUITE (2 FLOOR)" RoomTypeCode="20261108$20261110$W$321$105860$SUI.B2$FLEX-BAR-RO$RO$$1~3~0$$P@07~A-SIC~23c14b~-2051980089~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK01070091001008220110|8|MjcyLjMyfEVVUnwyMDI2LTEwLTMw" OriginalAmount="237" TotalPrice="244.19" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><Offer>Exclusive discount Amount: -48.04&lt;br/&gt;Early Booking discount Amount: -56.54</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Oven|Microwave|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="244.19" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY SUITE" RoomTypeCode="20261108$20261110$W$321$105860$FAM.ST$FLEX-BAR-RO$RO$$1~3~0$$P@07~A-SIC~25815e~1211788828~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK01070091001008210120|8|Mjg4LjE2fEVVUnwyMDI2LTEwLTMw" OriginalAmount="251" TotalPrice="258.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><Offer>Exclusive discount Amount: -50.84&lt;br/&gt;Early Booking discount Amount: -59.82</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Oven|Microwave|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="258.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE METRO" RoomTypeCode="20261108$20261110$W$321$105860$SUI.ST$FLEX-BAR-RO$RO$$1~3~0$$P@07~A-SIC~22a1a0~-333186181~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK01070091001008260155|8|MzQxLjk2fEVVUnwyMDI2LTEwLTMw" OriginalAmount="298" TotalPrice="306.63" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/10/2026"><Offer>Exclusive discount Amount: -60.36&lt;br/&gt;Early Booking discount Amount: -71.00</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Oven|Microwave|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="306.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/d2/0d/d20d883ce87cb4d422f4be34cc9801da7b06833a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/dc/4b/dc4bda1736b0661718481979cd89a0d5c63bd1ef.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d7/e7/d7e772ba61a2c6c2e8f958073766594876411565.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4e/84/4e84ba6ead7e6a96ce712d3d8fae45a6032380bd.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b6/6d/b66db55687a9d27e4e28797f064d68ca9ad82429.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1f/bb/1fbb065fdd0fce72db4dc4a15a03b8de718c06ac.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8f/86/8f86e9befe1bf19af6d4cb9a880b8556bf99e944.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9d/ee/9deed58e394e15d351584296fbeff46eb145c95a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/dd/95/dd95e0db80918f318e374fabcf39e6e20df7f7ad.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/39/55/3955f2c61d7164111406b9c42149a869e60f36db.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/42/7c/427cd20f879d58b04ca808cac89d30fd55d8f2c1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b5/d4/b5d4c7264f984333ef0cac61435d790b8d535dc5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/14/d7/14d719de394da023333ca006caccda4f1b93c0e0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/05/bb/05bb872e0f90b25a1bb0d09e2821ae4f0c4b8eca.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/bc/13/bc13938861bdba00c135b0d6ac4400a99dcb8d9f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/84/e5/84e53481457e14ace98409d46f00c9e613e76350.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/50/48/50483a41e60c2c3d073bb7f1861ae617712852d8.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4b/63/4b63a6e9071a7c8aec5fbe2591509e1e007de15d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4a/b1/4ab1b0b56ec5097463257df638639b074d0ca11e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/64/62/64627a5d74158d3001ff502fc2a3a052fbb140e7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c8/de/c8deccdbea4d0a4952e2f52ea407dfd8f66ed5c9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/00/4f/004f473b4aa9710b2694c2a874249b2c54e41e5e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/84/57/8457670347a4927a42a2f14776cb1c318f66dea5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/28/c7/28c7de4b0810893fc56ed676dbaa8db0e08c76d9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d1/45/d1458447e49f60fa46ecaaf138c05a1666e816ca.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/16/1c/161c469cbb2fb960baff8e22ae5115ea396de4ea.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/cd/08/cd08dd49a9317e6a2de9b0a34e4f6138da1485ab.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a4/e6/a4e60c8869dfaa26933a9a8861afd3547b95c1fd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3b/6e/3b6e3d7ccb976f6039e5f39042c7b5c4f3b38772.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6b/c8/6bc8505230e4829cd99e1eafafc437e66b6b16a6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/8e/4f/8e4faac92c74a34e631cf50b744a055ac1b184e1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e5/e9/e5e9047fa113a967368e56cdd63cf92808581dc4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/85/84/858412fc921473f7faa3a5ec8347da08093f9fcd.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3a/90/3a90df8577d48e9158f1da89745281507cf64ad5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/73/18/7318862bb2ff7d6c35aa9aa1fd193e6dc95de446.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a6/15/a615a3bb6bf65638542ecdc96c47a39eff9753b5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e3/29/e3299cd2c902e09c2c4d292135b69250430d5b6f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e7/64/e764f7841efa94fca64225bb48efe09fb01c5da5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/69/80/69801a8fd83cc6b65f41fd359f737a7816462cf5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/df/f5/dff5943c081051de11b4513efd7d86ca159b70eb.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6e/ed/6eed5ab1454c9a39841e371812cc82e4a41f7726.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e8/f2/e8f2b3e8fa76acd3d3d5c8c82056152767410a52.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2e/8a/2e8a3b47393815a93b50479437dda51c38de80e4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/96/0c/960cb7d08b2716f6e449a5860b090ec0752cd541.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5b/ff/5bff4c21779505284d0a04e1ff4872d7a7f7f033.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/15/fd/15fddf1ae964a41b8ec98290da951d6984cd37db.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/24/05/24057ff2ded5befa29c31105017dbb2ef89ddc22.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This city hotel is located on Naklua Road, which is relatively close to the centre of Pattaya and provides easy access to various shopping centres, such as Tesco Lotus or Walking Street.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The apartment hotel has 7 suites, 87 studios, 12 single rooms and 75 double rooms, which are located on 9 storeys and are reachable by lift. The friendly staff at the reception desk in the lobby are happy to answer any questions. Valuables can be securely locked in the safe. Wireless internet access allows guests to stay connected while on holiday. Wheelchair-accessible facilities are available. Parking facilities available to guests include a garage and a car park. Further services include a car hire service, a transfer service, room service, a laundry service, a coin-operated laundry and a page service. Bicycle storage is available to guests. There is a bike hire service as well.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain just the right temperature. Guests can enjoy the sea view from a balcony or terrace. Rooms have a double bed or a king-size bed. Extra beds can be requested. A safe, a minibar and a desk are also available. There is a fully-equipped kitchenette with a refrigerator, stovetop, microwave and tea/coffee station. Other amenities available include an ironing set and a trouser press. A direct dial telephone, a television with satellite/cable channels, a DVD player, an alarm clock and WiFi provide all the essentials for a comfortable holiday. Slippers are included. A hairdryer and a vanity mirror are provided in the bathrooms, which include a shower and a bathtub. Cosmetic products ensure additional comfort. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The outdoor pool complex includes 2 saltwater and freshwater pools, which are in part heated. Comfortable sun loungers are available on the terrace. A variety of refreshing drinks await guests at the pool bar. There are a variety of leisure facilities and services to choose from, including golf, a gym, a spa, a sauna, a steam bath, massage treatments and a solarium. The hotel offers an entertainment programme for adults (for a fee). Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Bed and breakfast is bookable. Guests can choose to book options such as breakfast, lunch or dinner.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the hotel: American Express, VISA, Diners Club and MasterCard.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 300.00 THB per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Fee for an extra bed: 800.00 THB per stay.&lt;br /&gt;The number of extra beds depends on the room category. You must take a look at the information about the size of the selected room.&lt;br /&gt;Breakfast for children costs: 150.00 THB.&lt;br /&gt;&lt;b&gt;Pets: &lt;/b&gt;No pets allowed.</HotelDescription><Facilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2007</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>9</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>94</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>12</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>75</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>7</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Studios</Description><Value>87</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Beach</Type><Description>Sandy Beach</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Beach</Type><Description>Sun loungers</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Café</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with air conditioning </Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with non-smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle Cellar</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle Hire</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Kids Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Facilities</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Swimming Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Saltwater Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Pool bar</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun loungers</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun terrace</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Steam bath</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Golf</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Entertainment Programme</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Heated Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Tanning Studio/Solarium</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Beach</Description><Value>300 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Shopping opportunities</Description><Value>500 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Restaurants</Description><Value>500 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bars / Pubs</Description><Value>500 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Nightclub</Description><Value>500 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Golf Course</Description><Value>5000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>300 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bus Station</Description><Value>1500 Meters</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
3357ecd5-67b3-4b7f-af65-260a06fc913f|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="3357ecd5-67b3-4b7f-af65-260a06fc913f" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: DELUXE TRIPLE ROOM" BoardBasis="Room 1: ROOM ONLY" TotalAdult="3" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Ayush" LastName="Tiwari" DOB="20010414" Age="25" />
        <Adult Title="Mr" FirstName="Sahil" LastName="Kumar" DOB="20010414" Age="25" />
        <Adult Title="Mr" FirstName="Ankit" LastName="Singh" DOB="20010414" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="71655|105860" SourceId="8" RoomTypeCode="20261108$20261110$W$321$105860$TPL.DX$FLEX-BAR-RO$RO$$1~3~0$$P@07~A-SIC~20883~-1951737386~N~~~NOR~~BA92C3E0D01649D177616964360405AAUK010700910010082406b|8|MTA3LjY0fEVVUnwyMDI2LTEwLTMw" TotalPrice="96.52" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-08T00:00:00" End="2026-11-10T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Ayush</FirstName>
    <LastName>Tiwari</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>96</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo>+44 (0) 20 8569 8080</SupportNo>
    <Title>Mr</Title>
  </MHLInfo>
</HotelBookRQ>||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
3357ecd5-67b3-4b7f-af65-260a06fc913f|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Ayush</FirstName>
  <LastName>Tiwari</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>96</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo>+44 (0) 20 8569 8080</SupportNo>
  <Title>Mr</Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>Shikha</AgencyReference>
  <AgentMinCnxDate>2026-10-30T00:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2026-10-30T00:00:00" End="2026-11-04T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="96.52" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-11-08T00:00:00</CheckIn>
  <CheckInTime />
  <CheckOut>2026-11-10T00:00:00</CheckOut>
  <CheckOutTime />
  <CostAmountInSalesCurrency>93.71</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>thailand</CountryName>
  <PostCode>20150</PostCode>
  <Rooms>
    <Rooms>
      <Adults>3</Adults>
      <BoardBasis>Room 1: ROOM ONLY</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Ayush Tiwari</GuestName>
      <RoomType>Room 1: DELUXE TRIPLE ROOM</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>96.52</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>107.64</SupplierAmount>
  <SupplierCurrency>EUR</SupplierCurrency>
  <SupplierId>240</SupplierId>
  <SupplierMinCnxDate>2026-10-30T00:00:00</SupplierMinCnxDate>
  <SupplierName>HotelBeds</SupplierName>
  <_address>38/32 Pattaya-Naklua Road Moo 5, Naklua Banglamung, Pattaya, Chonburi 20150</_address>
  <_cityName>Pattaya</_cityName>
  <_fax />
  <_hotelName>Best Bella Pattaya</_hotelName>
  <_phoneNo1 />
</Hotel> Response:-<Root><FileBookingId>260430514</FileBookingId><BookingId>41882</BookingId></Root>||FalseSystem.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
3357ecd5-67b3-4b7f-af65-260a06fc913f|HotelbedsBook|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.FindSync[TProjection](FilterDefinition`1 filter, FindOptions`2 options, CancellationToken cancellationToken)
   at MongoDB.Driver.FindFluent`2.ToCursor(CancellationToken cancellationToken)
   at MongoDB.Driver.IAsyncCursorSourceExtensions.ToList[TDocument](IAsyncCursorSource`1 source, CancellationToken cancellationToken)
   at Core.Audit.InsertBookingLog(String BookingId, String TraceId, String Supplier, String ClientName, String Status, String BookingRQ, String BookingRS, String GTBookingRQ, String GTBookingRS, String FileName) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 211System.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
3357ecd5-67b3-4b7f-af65-260a06fc913f|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>260430514</FileBookingId>
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-10-31T16:59:00+00:00" End="2026-11-04T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="93.71" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Car park YES (with additional debit notes). Check-in hour 14:00 - 00:00. Check-out hour 10:00 - 10:00.&lt;br/&gt;</ImportantInfo>
  <SupplierRef>321-10673344</SupplierRef>
</HotelBookRS>||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
f749b91c-3a8a-454d-8712-bd6a21cdd2b9|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="f749b91c-3a8a-454d-8712-bd6a21cdd2b9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="38" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-23T00:00:00" End="2026-05-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
f749b91c-3a8a-454d-8712-bd6a21cdd2b9|InfiniteSearch|successfull supplier interation||Infinite|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
f749b91c-3a8a-454d-8712-bd6a21cdd2b9|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="2026-04-14T13:35:13.5939556+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f749b91c-3a8a-454d-8712-bd6a21cdd2b9" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="75" TotalAmount="28.57" OriginalAmount="27.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116302857621" Longitude="55.195640982803" StarRating="2" HotelCode="103470|AE000002" HotelName="ibis Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O.Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/5b/d65b0f0b72af73643e0e7d2fdeede20e5296ade8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Mall of the Emirates, the largest mall in Dubai, is right on the hotel's doorstep. Moreover, Gol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="31.57" OriginalAmount="30.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1010522" Longitude="55.17296148" StarRating="4" HotelCode="970907|AE000188" HotelName="Mercure Dubai Barsha Heights Hotel Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/19000000/18740000/18732100/18732016/9306264d_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="32.90" OriginalAmount="31.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116431" Longitude="55.196068" StarRating="3" HotelCode="140884|AE000005" HotelName="Novotel Suites Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O. Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/2f/212f82de0a4f8dbd5bb2dffbe3ac529e40d0eb46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the World Trade Centre and Jebel Ali, and is ideal for business and le...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="32.90" OriginalAmount="31.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112519294245" Longitude="55.189019272491" StarRating="4" HotelCode="212682|AE000003" HotelName="Novotel Dubai Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road Barsha 1, Opposite Sharaf DG Metro Station, Dubai 450011</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/6d/0f6d558f2730dd4f246a9fc1e112d19313086582.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this urban hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="57.08" OriginalAmount="55.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112402" Longitude="55.188998" StarRating="4" HotelCode="309916|AE000026" HotelName="Aparthotel Adagio Premium Dubai Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Fax,Golf,Internet,Laundry,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Off Sharaf DG Metro Station, P.O. Box 450011, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/3d/a93d30b161a8f43d2b9d6f7665b796feb2bb6115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="75.24" OriginalAmount="73.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09771222" Longitude="55.1656398" StarRating="5" HotelCode="855222|AE000450" HotelName="Grand Plaza Mövenpick Media City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Opposite Innovation Hub, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/31/263169e15d165ff537de79ff920ff96045949941.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="93.60" OriginalAmount="90.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09690321" Longitude="55.16865485" StarRating="4" HotelCode="779905|AE001648" HotelName="Zabeel House The Greens by Jumeirah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, The Greens, Dubai 214362</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/86/02861400e0bffadd29cfd2c0beaab4916e208c7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Zabeel House is an eclectic collection of hotels born in Dubai. High on design and low on complexity...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Lounge,Massage Centre,Shopping Arcade,Conference Hall,Sauna,Currency Exchange,Golf,Spa,Swimming Pool,Central Heating,Wheelchair Access,24 Hour Security,Airport Transfer (on Demand),Designated Smoking Area,Parking,Valet Parking</BasicAmenities>
    <HotelRating>2,4,3,5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,HOTEL</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
2c18de05-e95f-4569-80fb-83bd67ff0d79|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="2c18de05-e95f-4569-80fb-83bd67ff0d79">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="38" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-12-04T00:00:00" End="2026-12-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="GB" 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
2c18de05-e95f-4569-80fb-83bd67ff0d79|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="2026-04-14T13:36:29.640063+01:00" Version="0" EchoToken="Search" TransactionIdentifier="2c18de05-e95f-4569-80fb-83bd67ff0d79" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="75" TotalAmount="202.92" OriginalAmount="197.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116302857621" Longitude="55.195640982803" StarRating="2" HotelCode="103470|AE000002" HotelName="ibis Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O.Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/5b/d65b0f0b72af73643e0e7d2fdeede20e5296ade8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Mall of the Emirates, the largest mall in Dubai, is right on the hotel's doorstep. Moreover, Gol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="234.04" OriginalAmount="227.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116431" Longitude="55.196068" StarRating="3" HotelCode="140884|AE000005" HotelName="Novotel Suites Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O. Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/2f/212f82de0a4f8dbd5bb2dffbe3ac529e40d0eb46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the World Trade Centre and Jebel Ali, and is ideal for business and le...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="273.08" OriginalAmount="265.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112519294245" Longitude="55.189019272491" StarRating="4" HotelCode="212682|AE000003" HotelName="Novotel Dubai Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road Barsha 1, Opposite Sharaf DG Metro Station, Dubai 450011</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/6d/0f6d558f2730dd4f246a9fc1e112d19313086582.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this urban hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="369.74" OriginalAmount="358.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1010522" Longitude="55.17296148" StarRating="4" HotelCode="970907|AE000188" HotelName="Mercure Dubai Barsha Heights Hotel Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/19000000/18740000/18732100/18732016/9306264d_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="451.51" OriginalAmount="438.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09771222" Longitude="55.1656398" StarRating="5" HotelCode="855222|AE000450" HotelName="Grand Plaza Mövenpick Media City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Opposite Innovation Hub, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/31/263169e15d165ff537de79ff920ff96045949941.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="468.00" OriginalAmount="454.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09690321" Longitude="55.16865485" StarRating="4" HotelCode="779905|AE001648" HotelName="Zabeel House The Greens by Jumeirah" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD / MODIFIED AMERICAN PLAN" BedType="HALF BOARD / MODIFIED AMERICAN PLAN" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, The Greens, Dubai 214362</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/86/02861400e0bffadd29cfd2c0beaab4916e208c7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Zabeel House is an eclectic collection of hotels born in Dubai. High on design and low on complexity...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="490.21" OriginalAmount="475.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112402" Longitude="55.188998" StarRating="4" HotelCode="309916|AE000026" HotelName="Aparthotel Adagio Premium Dubai Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Fax,Golf,Internet,Laundry,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Off Sharaf DG Metro Station, P.O. Box 450011, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/3d/a93d30b161a8f43d2b9d6f7665b796feb2bb6115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1396.55" OriginalAmount="1355.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.121045661837" Longitude="55.153719484806" StarRating="5" HotelCode="904934|AE000096" HotelName="Rixos The Palm Hotel &amp; Suites" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Plot C40, P.O. Box 18652, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/2c/062c50880e198209847727857ece45be51fec8ee.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel warmly welcomes guests in Dubai. For parents with children, it provides everything ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Lounge,Massage Centre,Shopping Arcade,Conference Hall,Sauna,Central Heating,Golf,Wheelchair Access,24 Hour Security,Airport Transfer (on Demand),Designated Smoking Area,Parking,Spa,Valet Parking,Currency Exchange,Swimming Pool</BasicAmenities>
    <HotelRating>2,3,4,5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HOTEL,APARTMENT HOTEL,BEACH HOTEL</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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|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="3373c8db-7a9f-4314-87d5-f1e7e1487eaf">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="38" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="GB" 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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|InfiniteSearch|successfull supplier interation||Infinite|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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|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="3373c8db-7a9f-4314-87d5-f1e7e1487eaf">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="38" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="779905|AE001648" SourceId="75" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="GB" 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
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|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="3373c8db-7a9f-4314-87d5-f1e7e1487eaf" TimeStamp="0001-01-01T00:00:00" HotelName="Zabeel House The Greens by Jumeirah" HotelCode="779905|AE001648" StarRating="4" GTCityId="38" CountryCode="AE" CityName="Dubai" CountryName="UNITED ARAB EMIRATES" Address="Sheikh Zayed Road, The Greens, Dubai 214362" PostCode="214362" PhoneNo="+97145191111" FaxNo="" Email="reservations@zabeelhouse.com,contact@zabeelhouse.com" CheckInTime="15:00" CheckOutTime="12:00" Latitude="25.09690321" Longitude="55.16865485" SourceId="75" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Popular Room" FilterMealType="POPULAR ROOM" RoomType="Room 1: Room Only" RoomTypeCode="C@_11$XJE1RONS$K1POG#1#_#b6.01~be.2#55694d41$NYQIMVEL~4276$2155b1819|AE001648|75|MTkwLjJ8R0JQfDE2LzA5LzIwMjYgMTg6MDA=" OriginalAmount="190" TotalPrice="195.91" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Disability-friendly bathroom|Wi-fi|Internet access|Wheelchair-accessible|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-12T18:00:00" End="2026-09-12T23:59:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="95.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Popular Room" FilterMealType="POPULAR ROOM" RoomType="Room 1: Bed &amp; Breakfast" RoomTypeCode="C@_11$XJE1BBNS-1$K1POG#1#_#c6.13~cf.b#5eaba9d7$NYQIMVEL~4276$2155b1819|AE001648|75|MjA3LjExfEdCUHwxNi8wOS8yMDI2IDE4OjAw" OriginalAmount="207" TotalPrice="213.32" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Disability-friendly bathroom|Wi-fi|Internet access|Wheelchair-accessible|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-12T18:00:00" End="2026-09-12T23:59:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="103.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Popular Room" FilterMealType="POPULAR ROOM" RoomType="Room 1: Half Board / Modified American Plan" RoomTypeCode="C@_11$XJE1HBNS$K1POG#1#_#102.56~10e.33#cfa70f65$NYQIMVEL~4276$2155b1819|AE001648|75|MjcwLjUxfEdCUHwxNS8wOS8yMDI2IDAwOjAw" OriginalAmount="271" TotalPrice="278.63" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Disability-friendly bathroom|Wi-fi|Internet access|Wheelchair-accessible|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-11T00:00:00" End="2026-09-11T23:59:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="135.25" /></CancelPenalty><CancelPenalty Start="2026-09-12T00:00:00" End="2026-09-12T23:59:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="270.51" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/02/86/02861400e0bffadd29cfd2c0beaab4916e208c7c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/23/76/23764e057841dc8be9b3ca2513c1c5e883ea4159.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/d4/a5/d4a51927750c10c6db8b3acb7e6dbb48a5d2a9d2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/40/ed/40ed6d8ff5d0b3c2db0b2ad5711a715a6d8b39e4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b7/3f/b73f0894f0ef7cf22b994dc9c192de70e44e49f2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b8/b0/b8b092053507742fb4e2d156846099fc2a1e37ca.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9d/8e/9d8eaf6fd0fcbe029d6fe83bab94bbf94c0c97d8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/06/27/0627cdac31dde513ff7dfd9852a26f0ce2943060.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/zz/9e/ad9eec44c27659d0051f7dfe9d0b360dcd24ec45.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e8/76/e8760923fa3a43741c0c43b9932f0e7b81f824f8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e7/27/e72790b9de29dfa3d9c959d98ff4a681f681089b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c5/46/c5464fa4ebdd40c9895873b1deb17d0959d77ba5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9e/cc/9ecc6d71da6fe6145597f90bce9c7c17ff1b3363.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9b/14/9b14197d8b80f604090c306d540415f5604601d8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/8c/16/8c16299ced3b71702a165b1e7fe010d3ac702005.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ff/89/ff894daf1f9b01cdefdd7bb3722ca13e651fccd1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/07/a8/07a8c7af3ea55f9834d80ad679462c83704d1690.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/03/ee/03ee650e11a58bc5dd01f6956c581752f8517042.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d5/20/d5204de42489b8e5ef9e82c669266b3a9f4b9cf5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/e6/97/e697ba0bbf050c64cbd4274190a103710605e57e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7a/8a/7a8a9549ec6cddb4ab64ad7189d686badbe5203c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/fe/de/fedeaa294353c9860c79927b1c3479247c003808.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/29/5f/295f2eb48d7677e33e1a4de486625aa51494c52c.jpeg" /></Images><HotelDescription>&lt;br/&gt;Zabeel House is an eclectic collection of hotels born in Dubai. High on design and low on complexity, for travellers that want a link to the most interesting neighbourhoods in the most vibrant cities.

This comfortable hotel can be found in Jumeirah. Travellers may keep updated with the internet or Wi-Fi access available on the property's communal areas. Customers can enjoy the convenience of 24-hour reception. Common areas are suitable for wheelchair-disabled people. This hotel does not accept pets. Moreover, those travelling by car may make good use of the parking facilities. There is an airport transfer service for guests' convenience. Some services of ZABEEL HOUSE THE GREENS BY JUMEIRAH may be payable.</HotelDescription><Facilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>2019</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Total number of rooms</Description><Value>210</Value></HotelFacilities><HotelFacilities><Type>Hotel Type</Type><Description>hotel</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>JCB</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Visa</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Room Facilities</Type><Description>Number of bedrooms</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Wheelchair-accessible</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Check-in hour 14:00:00</Description><Value /></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Check-out hour 12:00:00</Description><Value /></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Mobile phone coverage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Wi-fi</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Local and international calls</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Transfer service ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Secure parking</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Valet parking</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Airport Shuttle ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry service ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour security</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bellboy service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning in public areas</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel safe</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lift access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Gym</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Newspapers</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Luggage room</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Electric kettle</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Towels and bed linen</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Non-smoking area</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Air conditioning in Restaurant</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Things to keep in mind</Type><Description>Minimum check-in age</Description><Value>18</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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|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="3373c8db-7a9f-4314-87d5-f1e7e1487eaf">
  <Rooms>
    <Room RoomType="Room 1: Room Only" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="779905|AE001648" SourceId="75" RoomTypeCode="C@_11$XJE1HBNS$K1POG#1#_#102.56~10e.33#cfa70f65$NYQIMVEL~4276$2155b1819|AE001648|75|MjcwLjUxfEdCUHwxNS8wOS8yMDI2IDAwOjAw" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-18T00: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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|InfiniteBlock|successfully done supplier prebooking||Infinite|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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|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="3373c8db-7a9f-4314-87d5-f1e7e1487eaf">
  <Rooms>
    <Room RoomType="Room 1: Room Only" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="779905|AE001648" SourceId="75" RoomTypeCode="C@_11$XJE1RONS$K1POG#1#_#b6.01~be.2#55694d41$NYQIMVEL~4276$2155b1819|AE001648|75|MTkwLjJ8R0JQfDE2LzA5LzIwMjYgMTg6MDA=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-18T00: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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|InfiniteBlock|successfully done supplier prebooking||Infinite|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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|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="3373c8db-7a9f-4314-87d5-f1e7e1487eaf">
  <Rooms>
    <Room RoomType="Room 1: Room Only" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="779905|AE001648" SourceId="75" RoomTypeCode="C@_11$XJE1BBNS-1$K1POG#1#_#c6.13~cf.b#5eaba9d7$NYQIMVEL~4276$2155b1819|AE001648|75|MjA3LjExfEdCUHwxNi8wOS8yMDI2IDE4OjAw" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-18T00: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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|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="2026-09-11T18:00:00" End="2026-09-12T23:59:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="213.32" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Check-in 3PM. Check-out 12AM.
Unless otherwise specified city and/or stay taxes may be payable upon check-out at hotel front desk.. 
 Not included: 
CITY_TAX-&gt; £0.00. 

</ImportantInfo>
  <TotalAmount>213.32</TotalAmount>
  <TraceId>3373c8db-7a9f-4314-87d5-f1e7e1487eaf</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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|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="3373c8db-7a9f-4314-87d5-f1e7e1487eaf">
  <Rooms>
    <Room RoomType="Room 1: Bed &amp; Breakfast" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="779905|AE001648" SourceId="75" RoomTypeCode="C@_11$XJE1BBNS-1$K1POG#1#_#c6.13~cf.b#5eaba9d7$NYQIMVEL~4276$2155b1819|AE001648|75|MjA3LjExfEdCUHwxNi8wOS8yMDI2IDE4OjAw" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-18T00: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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|InfiniteBlock|successfully done supplier prebooking||Infinite|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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="3373c8db-7a9f-4314-87d5-f1e7e1487eaf" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Bed &amp; Breakfast" BoardBasis="Room 1: Popular Room" TotalAdult="1" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="John" LastName="Davis" DOB="20010414" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="779905|AE001648" SourceId="75" RoomTypeCode="C@_11$XJE1BBNS-1$K1POG#1#_#c6.13~cf.b#5eaba9d7$NYQIMVEL~4276$2155b1819|AE001648|75|MjA3LjExfEdCUHwxNi8wOS8yMDI2IDE4OjAw" TotalPrice="213.32" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-18T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>John</FirstName>
    <LastName>Davis</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>96</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo>+44 (0) 20 8569 8080</SupportNo>
    <Title>Mr</Title>
  </MHLInfo>
</HotelBookRQ>||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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>John</FirstName>
  <LastName>Davis</LastName>
  <NationalityOfPax />
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>96</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo>+44 (0) 20 8569 8080</SupportNo>
  <Title>Mr</Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>Shikha</AgencyReference>
  <AgentMinCnxDate>2026-09-11T18:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2026-09-11T18:00:00" End="2026-09-12T23:59:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="213.32" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-09-16T00:00:00</CheckIn>
  <CheckInTime>14:00:00</CheckInTime>
  <CheckOut>2026-09-18T00:00:00</CheckOut>
  <CheckOutTime>12:00:00</CheckOutTime>
  <CostAmountInSalesCurrency>207.11</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>united arab emirates</CountryName>
  <PostCode>214362</PostCode>
  <Rooms>
    <Rooms>
      <Adults>1</Adults>
      <BoardBasis>Room 1: Popular Room</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr John Davis</GuestName>
      <RoomType>Room 1: Bed &amp; Breakfast</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>213.32</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>207.11</SupplierAmount>
  <SupplierCurrency>GBP</SupplierCurrency>
  <SupplierId>6300</SupplierId>
  <SupplierMinCnxDate>2026-04-14T13:38:55.5615855+01:00</SupplierMinCnxDate>
  <SupplierName>Infinite</SupplierName>
  <_address>Sheikh Zayed Road, The Greens, Dubai 214362</_address>
  <_cityName>Dubai</_cityName>
  <_fax />
  <_hotelName>Zabeel House The Greens by Jumeirah</_hotelName>
  <_phoneNo1>+97145191111</_phoneNo1>
</Hotel> Response:-<Root><FileBookingId>260430515</FileBookingId><BookingId>41883</BookingId></Root>||FalseSystem.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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|InfiniteBook|successfull supplier interation||Infinite|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
3373c8db-7a9f-4314-87d5-f1e7e1487eaf|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>260430515</FileBookingId>
  <Status>Success</Status>
  <SupplierRef>CF-ZEZZ7J/1</SupplierRef>
</HotelBookRS>||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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|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="4a2fffec-ebe0-4326-aa2c-555fc6e232af">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="53005" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-10T00:00:00" End="2026-11-11T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|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="2026-04-14T13:40:17.1534303+01:00" Version="0" EchoToken="Search" TransactionIdentifier="4a2fffec-ebe0-4326-aa2c-555fc6e232af" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="75" TotalAmount="90.19" OriginalAmount="87.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.850688070786" Longitude="14.270309507847" StarRating="3" HotelCode="49602|IT000127" HotelName="ibis Styles Napoli Garibaldi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Ricciardi 33, 80142 Napoli</AddressLine>
          </AddressLines>
          <CityName>Naples</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/ae/beae3c38f0ede42b375c58faafd69b09bad3db85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located at the centre of the city and within 200 m of the main train station a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="94.69" OriginalAmount="91.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.854045761715" Longitude="14.268536567688" StarRating="3" HotelCode="29800|IT011944" HotelName="Best Western Hotel Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Principe Umberto I 23, 80142 Neapel, Napoli</AddressLine>
          </AddressLines>
          <CityName>Naples</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ab/d8/abd834db42e1fa0cc125155b7b3c9b5e4d2687fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This futuristic-style hotel is situated in the centre of the city, within metres of Corso Garibaldi....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="131.89" OriginalAmount="128.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.840419" Longitude="14.254014" StarRating="4" HotelCode="44208|IT000122" HotelName="Mercure Napoli Centro Angioino" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Depretis 123, 80133 Napoli</AddressLine>
          </AddressLines>
          <CityName>Naples</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/93/249320f57bb8b6c39e766c3f9c8f3d14f5554341.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel lies just a few paces from the old town and exclusive shopping streets. The Roy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="139.60" OriginalAmount="135.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.854802406319" Longitude="14.26129145561" StarRating="4" HotelCode="901684|IT000129" HotelName="Palazzo Caracciolo Napoli - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Carbonara 112, 80139 Napoli</AddressLine>
          </AddressLines>
          <CityName>Naples</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/8f/ab8f9d6a64a3f2ab68103d48392f636cbf807c33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in an excellent location in the heart of Naples, within a few minutes of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="142.03" OriginalAmount="137.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.826224" Longitude="14.217414" StarRating="4" HotelCode="11006|IT011904" HotelName="BW Signature Collection Hotel Paradiso" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Catullo 11, 80122 Napoli, Napoli</AddressLine>
          </AddressLines>
          <CityName>Naples</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/3c/3d3c2adb87460bdf381e1be68cce46f2b91d47e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most enchanting areas of the city, on the charming hill of Posil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Conference Hall,Nightclub,Spa,Sauna,Diet Meals,Garden,Lounge</BasicAmenities>
    <HotelRating>3,4</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME</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
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|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="4a2fffec-ebe0-4326-aa2c-555fc6e232af" TimeStamp="0001-01-01T00:00:00" HotelName="Best Western Hotel Plaza" HotelCode="29800|IT011944" StarRating="3" GTCityId="53005" CountryCode="IT" CityName="Naples" CountryName="Italy" Address="Piazza Principe Umberto I 23, 80142 Neapel, Napoli" PostCode="80142" PhoneNo="+390815636168" FaxNo="+390815636177" Email="plaza.na@bestwestern.it" CheckInTime="14:00" CheckOutTime="11:00" Latitude="40.854045761715" Longitude="14.268536567688" SourceId="75" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: 2 Single Beds, Superior Room, Soundproof, Free Wi-Fi" FilterMealType="2 SINGLE BEDS, SUPERIOR ROOM, SOUNDPROOF, FREE WI-FI" RoomType="Room 1: Room Only" RoomTypeCode="C@_13$LP3$2292459#2#_#57.61~5b.5d#e02a5cd1$98247$2155e02f8|IT011944|75|OTEuOTN8R0JQfDA5LzExLzIwMjYgMTY6MDA=" OriginalAmount="92" TotalPrice="94.69" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-05T16:00:00" End="2026-11-06T23:59:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="91.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: 1 King Bed, Superior Room, Soundproof, Free Wi-Fi" FilterMealType="1 KING BED, SUPERIOR ROOM, SOUNDPROOF, FREE WI-FI" RoomType="Room 1: Bed and Breakfast" RoomTypeCode="C@_13$LP3B$2292458#2#_#65.03~69.3a#a31f7c94$98247$2155e02f8|IT011944|75|MTA1LjU4fEdCUHwwOS8xMS8yMDI2IDE2OjAw" OriginalAmount="106" TotalPrice="108.75" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-05T16:00:00" End="2026-11-06T23:59:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="105.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: 2 Single Beds, Superior Room, Soundproof, Free Wi-Fi Non Refundable" FilterMealType="2 SINGLE BEDS, SUPERIOR ROOM, SOUNDPROOF, FREE WI-FI NON REFUNDABLE" RoomType="Room 1: Bed and Breakfast" RoomTypeCode="NRF_C@_13$15DB$2292459#2#_#68.08~6c.4c#bf5dbc0b$98247$2155e02f8|IT011944|75|MTA4Ljc2fEdCUHwxNC8wNC8yMDI2IDAwOjAw" OriginalAmount="109" TotalPrice="112.02" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-14T13:40:26.7109031+01:00" End="2026-11-06T23:59:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="108.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/extranet/ab/d8/abd834db42e1fa0cc125155b7b3c9b5e4d2687fa.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/extranet/cd/7c/cd7c67f6e4b55b5c9763a160d698caeb860d3bef.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/54/96/54965377e5b6205d22979547f7d4733343c4ec42.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/e3/60/e36006a53410fa58ece03d0953e0aa7aa3828986.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/95/d0/95d067906a27f9a2611b965d261576ed2a37c2ec.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/00/70/00703aede2a384d06c2d5d5a23b4337268e5dd23.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/75/a7/75a7f005737df3b027e1c8f0ac5d87472a8a815b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/d2/b4/d2b4fb21c79c7bf69ed48e22386c1fc8ebc03211.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/50/5c/505cf4af2939e66e35bf1f867be058cb2d9c0045.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/34/01/340158ffcbfebdc0fb8fec98f9c8c4271ba9af4d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/40/ca/40ca30dd41215e60a4b6c3858b35d2080fa3334e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/10/92/109204e76af4a2f3e7326deb13f7bc88785a966b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/17/63/176337bb81c1d4b5cd74fd491f8408a36c1e745e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/c7/54/c7549e6e2998c8b0180fb3c4f6873f8975a0de51.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/08/8d/088d95a4937115146de62422c370304e1c47bbbe.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/44/bf/44bf9acfd7db4b2a5877b93826526b931048a0f7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/dc/c0/dcc0e89d810b3d862df7193bc841639fcb2bccd5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/bb/f5/bbf56bfb920e8a6a03555fb34037963243ce93ae.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/68/1a/681a6efbd872687b210da3c7db09139041078f8b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/29/e5/29e5b229a24474d8fa64ddd72bc548340e63efbe.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/7c/f5/7cf5e3a5565ff384d069d38175f1248308c79779.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/99/0f/990f3bdd0b085727c02cdf183c7da11dfaacbfe1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/e7/9e/e79ead0cdc53528eb4d2bf7637b58037b68f62df.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/82/20/82204331c150f69a26d66801d386afd7152c1bdd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/29/e7/29e73e285c4b95ee015060408c60c231fd051ff4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/32/6f/326f0a1cac8d708972138f1c25af09c5ee0a6851.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/95/d7/95d7759108b2bc02e3a164471cba6ca9bdc68a15.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/zz/2d/ad2de59964db6395fb3eadfeeda86d59999e2fb9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/31/e3/31e3c408d739809d48797b9facbff56d169b9245.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/8b/8d/8b8d95bd125d3e236ee0e174243c2bbf3c75f767.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/b2/b8/b2b864056977506a62c0ecf46f96327b50c7ce66.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/f1/7d/f17da3bb1019bcad5afc7c354f45cde9c89719b1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/e7/fa/e7fa07d3ef1b2edf5b701ca30d841197b40c7a9e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/b7/7e/b77e6fa0827a710a738db6b3864f2719cba010d0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/f7/00/f700ba5635173e736243b85e3714109b751b441f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/1b/b5/1bb512c54d43fb3cba7dfbb85b517aa50b3e06a3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/16/03/16033d7d3cfbd8aa30f62430bca40cff13cf3957.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/b9/8b/b98baab90f843f3d3ff7bece9dd087e7cd12b73b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/25/ae/25aec92aabacdd43b1a883f5bb8ca1e199b426b6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/72/3e/723effe6b7dec653e4a79cb49fa46b477b40b43a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/83/49/83497a9456f8b81c4250230f145aaf863d7629d0.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This futuristic-style hotel is situated in the centre of the city, within metres of Corso Garibaldi. Countless shops, bars and links to the public transport network are within metres of the hotel's entrance. Nightclubs are approximately 1.5 km away. The sea is 3 km away and Naples airport just 6 km, 15 minutes drive from the hotel.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel was built in 1820. 57 rooms, including junior suites, 16 single rooms and 40 double rooms, are located on 5 storeys and can be reached by lift. Staffed 24 hours a day, the reception desk makes check-in and check-out easy. Services and facilities include a cloakroom, a safe, a newspaper stand, a TV room, room service and a conference room. Wireless internet access in public areas allows guests to stay connected. The hotel has wheelchair-accessible facilities. Parking facilities available to guests include a garage (for a fee) and a car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and central heating ensure that rooms maintain comfortable temperatures. Some rooms have a balcony, which gives guests additional space for rest and relaxation. Rooms have a double bed or a king-size bed. Children's beds can be requested for younger guests. A safe and a minibar are also available. Additional features include a refrigerator, a mini fridge and a tea/coffee station. An ironing set is provided for guests' convenience. There is a direct dial telephone, a television with satellite/cable channels and WiFi (for a fee) in the rooms. Bathrooms include a hairdryer and are equipped with a shower and a bathtub. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has family rooms and non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. Fine weather can be enjoyed on the terrace. Leisure activities and facilities at the hotel include cycling/mountain biking or, for a fee, a gym. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the accommodation: American Express, VISA, Diners Club and MasterCard.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 10.00 EUR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast for children costs: 10.00 EUR.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;City tax might not be included in the accommodation price (up to 1 nights of stay).&lt;br /&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable parking available. Cost: 18.00 EUR.&lt;br /&gt;&lt;b&gt;Transfer: &lt;/b&gt;Transfer from/to airport available. Cost: 30.00 EUR one way.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;A cleaning tax is not included in the reservation price and is payable separately at the hotel.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>39-081-5636177</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>39-081-5636168</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1820</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2002</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Terrace (m²)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>57</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>16</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>40</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour check-in</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Cloakroom</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Newspaper kiosk</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>TV Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Cycling/Mountain Biking</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Shopping opportunities</Description><Value>10 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bars / Pubs</Description><Value>20 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Nightclub</Description><Value>1500 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>300 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bus Station</Description><Value>200 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Train Station</Description><Value>300 Meters</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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|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="4a2fffec-ebe0-4326-aa2c-555fc6e232af">
  <Rooms>
    <Room RoomType="Room 1: Room Only" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="29800|IT011944" SourceId="75" RoomTypeCode="C@_13$LP3$2292459#2#_#57.61~5b.5d#e02a5cd1$98247$2155e02f8|IT011944|75|OTEuOTN8R0JQfDA5LzExLzIwMjYgMTY6MDA=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-10T00:00:00" End="2026-11-11T00: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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|InfiniteBlock|successfully done supplier prebooking||Infinite|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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|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="2026-11-04T16:00:00" End="2026-11-06T23:59:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="94.69" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>
Unless otherwise specified city and/or stay taxes may be payable upon check-out at hotel front desk.. 
 Not included: 
CITY_TAX-&gt; £8.71. 

</ImportantInfo>
  <TotalAmount>94.69</TotalAmount>
  <TraceId>4a2fffec-ebe0-4326-aa2c-555fc6e232af</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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|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="4a2fffec-ebe0-4326-aa2c-555fc6e232af">
  <Rooms>
    <Room RoomType="Room 1: Room Only" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="29800|IT011944" SourceId="75" RoomTypeCode="C@_13$LP3$2292459#2#_#57.61~5b.5d#e02a5cd1$98247$2155e02f8|IT011944|75|OTEuOTN8R0JQfDA5LzExLzIwMjYgMTY6MDA=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-10T00:00:00" End="2026-11-11T00: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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|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="2026-11-04T16:00:00" End="2026-11-06T23:59:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="94.69" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>
Unless otherwise specified city and/or stay taxes may be payable upon check-out at hotel front desk.. 
 Not included: 
CITY_TAX-&gt; £8.71. 

</ImportantInfo>
  <TotalAmount>94.69</TotalAmount>
  <TraceId>4a2fffec-ebe0-4326-aa2c-555fc6e232af</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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|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="4a2fffec-ebe0-4326-aa2c-555fc6e232af">
  <Rooms>
    <Room RoomType="Room 1: Room Only" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="29800|IT011944" SourceId="75" RoomTypeCode="C@_13$LP3B$2292458#2#_#65.03~69.3a#a31f7c94$98247$2155e02f8|IT011944|75|MTA1LjU4fEdCUHwwOS8xMS8yMDI2IDE2OjAw" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-10T00:00:00" End="2026-11-11T00: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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|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="2026-11-04T16:00:00" End="2026-11-06T23:59:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="108.75" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>
Unless otherwise specified city and/or stay taxes may be payable upon check-out at hotel front desk.. 
 Not included: 
CITY_TAX-&gt; £8.71. 

</ImportantInfo>
  <TotalAmount>108.75</TotalAmount>
  <TraceId>4a2fffec-ebe0-4326-aa2c-555fc6e232af</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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|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="4a2fffec-ebe0-4326-aa2c-555fc6e232af">
  <Rooms>
    <Room RoomType="Room 1: Bed and Breakfast" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="29800|IT011944" SourceId="75" RoomTypeCode="C@_13$LP3B$2292458#2#_#65.03~69.3a#a31f7c94$98247$2155e02f8|IT011944|75|MTA1LjU4fEdCUHwwOS8xMS8yMDI2IDE2OjAw" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-10T00:00:00" End="2026-11-11T00: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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|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="2026-11-04T16:00:00" End="2026-11-06T23:59:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="108.75" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>
Unless otherwise specified city and/or stay taxes may be payable upon check-out at hotel front desk.. 
 Not included: 
CITY_TAX-&gt; £8.71. 

</ImportantInfo>
  <TotalAmount>108.75</TotalAmount>
  <TraceId>4a2fffec-ebe0-4326-aa2c-555fc6e232af</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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="4a2fffec-ebe0-4326-aa2c-555fc6e232af" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Bed and Breakfast" BoardBasis="Room 1: 1 King Bed, Superior Room, Soundproof, Free Wi-Fi" TotalAdult="2" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Ansh" LastName="Kumar" DOB="20010414" Age="25" />
        <Adult Title="Mr" FirstName="Piyush" LastName="Kumar" DOB="20010414" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="29800|IT011944" SourceId="75" RoomTypeCode="C@_13$LP3B$2292458#2#_#65.03~69.3a#a31f7c94$98247$2155e02f8|IT011944|75|MTA1LjU4fEdCUHwwOS8xMS8yMDI2IDE2OjAw" TotalPrice="108.75" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-10T00:00:00" End="2026-11-11T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Ansh</FirstName>
    <LastName>Kumar</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>96</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo>+44 (0) 20 8569 8080</SupportNo>
    <Title>Mr</Title>
  </MHLInfo>
</HotelBookRQ>||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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Ansh</FirstName>
  <LastName>Kumar</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>96</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo>+44 (0) 20 8569 8080</SupportNo>
  <Title>Mr</Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>Shikha</AgencyReference>
  <AgentMinCnxDate>2026-11-04T16:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2026-11-04T16:00:00" End="2026-11-06T23:59:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="108.75" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-11-10T00:00:00</CheckIn>
  <CheckInTime>24-Hour</CheckInTime>
  <CheckOut>2026-11-11T00:00:00</CheckOut>
  <CheckOutTime>24-Hour</CheckOutTime>
  <CostAmountInSalesCurrency>105.58</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>italy</CountryName>
  <PostCode>80142</PostCode>
  <Rooms>
    <Rooms>
      <Adults>2</Adults>
      <BoardBasis>Room 1: 1 King Bed, Superior Room, Soundproof, Free Wi-Fi</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Ansh Kumar</GuestName>
      <RoomType>Room 1: Bed and Breakfast</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>108.75</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>105.58</SupplierAmount>
  <SupplierCurrency>GBP</SupplierCurrency>
  <SupplierId>6300</SupplierId>
  <SupplierMinCnxDate>2026-09-11T16:00:00</SupplierMinCnxDate>
  <SupplierName>Infinite</SupplierName>
  <_address>Piazza Principe Umberto I 23, 80142 Neapel, Napoli</_address>
  <_cityName>Naples</_cityName>
  <_fax>+390815636177</_fax>
  <_hotelName>Best Western Hotel Plaza</_hotelName>
  <_phoneNo1>+390815636168</_phoneNo1>
</Hotel> Response:-<Root><FileBookingId>260430516</FileBookingId><BookingId>41884</BookingId></Root>||FalseSystem.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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|InfiniteBook|successfull supplier interation||Infinite|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
4a2fffec-ebe0-4326-aa2c-555fc6e232af|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>260430516</FileBookingId>
  <Status>Success</Status>
  <SupplierRef>CF-HTPMLV/1</SupplierRef>
</HotelBookRS>||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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|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="f1bfacf9-e9ea-4202-85ff-6864ef409d52">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2027-01-06T00:00:00" End="2027-01-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|InfiniteSearch|successfull supplier interation||Infinite|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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|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="2026-04-14T13:48:52.4087083+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f1bfacf9-e9ea-4202-85ff-6864ef409d52" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="75" TotalAmount="121.50" OriginalAmount="117.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.832942" Longitude="2.359269" StarRating="3" HotelCode="165674|FR000130" HotelName="Jack's" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Stephen Pichon, Paris 75013, France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/49/f1494e4cbf60fb2cba13a39110f3a26aea0f3e9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="121.68" OriginalAmount="118.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865546" Longitude="2.417213" StarRating="3" HotelCode="63961|FR004840" HotelName="Campanile Porte de Bagnolet" Meals="ROOM ONLY,HALF BOARD" BedType="HALF BOARD,HALF BOARD" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28, Avenue du General de Gaulle, Bagnolet 93170</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/63/e5639206d9f415acfef929fb7e7dbc09d811c26d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel-restaurant is situated in the east of Paris, near Porte de Bagnolet. The centre of Paris ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="130.05" OriginalAmount="126.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.854546897702" Longitude="2.415554523468" StarRating="3" HotelCode="32824|FR003711" HotelName="Hôtel ibis Paris Porte de Montreuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue du Professeur Andre Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/4b/b44bde6b530be60a756a11e527c948ccac415c0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel provides direct access to the center of Paris (Metro L9 in 15 minutes). It is located to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="132.31" OriginalAmount="128.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8761948005" Longitude="2.3570635914803" StarRating="3" HotelCode="34890|FR001758" HotelName="Libertel Gare de l’Est Français" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/3c/bd3c7bb2dde082ab2211c94879aa84c3196066b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel lies at the heart of the beautiful French capital a mere 100 m from the nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="132.31" OriginalAmount="128.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882335107523" Longitude="2.3710432648659" StarRating="2" HotelCode="50293|FR006901" HotelName="Libertel Canal St Martin" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/18/a218b5b2d0a67638cb3f0a56f6b59cd6dcbe6bec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Technical Museum of La Villette (Parc de la Cité des Sciences), Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="141.75" OriginalAmount="137.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.836837320281" Longitude="2.295513600111" StarRating="3" HotelCode="34440|FR007270" HotelName="Quality Hotel Abaca Messidor" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Free CXL until 31/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>330 rue de Vaugirard, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/49/d14927522801fb79d411945efc11017eaefdc004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="143.77" OriginalAmount="139.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.837805542124" Longitude="2.3463812502613" StarRating="3" HotelCode="934272|FR001743" HotelName="The Five Hotel" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="Apartment Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Flatters, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4e/af4e381d579309bf9f5fe5472052a9d7f526c00b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming aparthotel is situated in the 5th arrondissement or Latin Quarter. Bordering the Seine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="144.01" OriginalAmount="139.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.892176371259" Longitude="2.3148375749588" StarRating="3" HotelCode="317178|FR003716" HotelName="Hôtel ibis Paris 17 Clichy-Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Bernard Buffet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/a4/eca4621ad5fa103dea1862a2c60450159a661868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated, close to Montmartre, the Champs Elysées and many more of the Frenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="144.39" OriginalAmount="140.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.823500062262" Longitude="2.3306472987788" StarRating="3" HotelCode="36459|FR000842" HotelName="Villa Royale Montsouris" Meals="BREAKFAST INCLUDED,ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Rue De La Tombe Issoire, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/39/37397110363a02737b77528dfc4a6ee7c6e53949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 10-minute tram ride (T3) from the Porte de Versailles Exhibition Park. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="144.45" OriginalAmount="140.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877987" Longitude="2.354781" StarRating="2" HotelCode="25351|FR006902" HotelName="Libertel Gare du Nord Suède" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/ef/8eefa8e534ba809439b1ed9ced41778848b11a28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated between Gare du Nord and Gare de l'Est and close to the famous Montmartre. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="150.01" OriginalAmount="145.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875389" Longitude="2.357073" StarRating="3" HotelCode="65041|FR007573" HotelName="Alane" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard Magenta, Paris 75010</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/98/4c9843a0ac5915a9e9f7cc0f253af1f0cc2f1e11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is close to Gare du Nord and a 2-minute walk from the train, bus and metro stations ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="153.00" OriginalAmount="148.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.887179" Longitude="2.386331" StarRating="2" HotelCode="97699|FR005250" HotelName="Appart'City Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>157 Avenue Jean Jaures, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/c4/b3c4d418eba1a17fbd1f48eaf0e66777626d92bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located nearby the Cité des Sciences, and both Gare de l'Est and Gare du Nord train st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="155.14" OriginalAmount="150.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.835124432283" Longitude="2.4054594433885" StarRating="3" HotelCode="110504|FR003744" HotelName="Hôtel ibis Daumesnil Porte Dorée" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Boulevard Poniatowski, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/a1/2da1de99b162c6b6461402bcddc95b6e8eee05ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="156.58" OriginalAmount="152.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882112126215" Longitude="2.3345641188998" StarRating="3" HotelCode="50205|FR000709" HotelName="Libertel Montmartre Opéra" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Duperré, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a5/f0a592b6ed2c151688356b95b9c1aaf7bfdaa190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel with maritime flair lies around 100 m away from the Place Pigalle and at the foot ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="156.58" OriginalAmount="152.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.842371684351" Longitude="2.3631870746612" StarRating="3" HotelCode="59790|FR006900" HotelName="Libertel Austerlitz" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard de l’Hôpital, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/3e/523e0a5af5d24c8ff1eb15c61db47082b74d740d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="160.97" OriginalAmount="156.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.859693" Longitude="2.402814" StarRating="2" HotelCode="151774|FR005772" HotelName="Mama Shelter Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109, rue de Bagnolet, 75020 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/ac/90ac41e9038af08a60669658b78bc4e8f011d1fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="162.12" OriginalAmount="157.4" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.891959461053" Longitude="2.384762763977" StarRating="3" HotelCode="71253|FR003693" HotelName="Hôtel ibis Paris la Villette Cité des Sciences 19ème" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD,HALF BORD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 quai de l'Oise, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/82/368291f8e863bbf401301bef52afa8ce43db9737.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="163.34" OriginalAmount="158.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848929691528" Longitude="2.3468553909261" StarRating="3" HotelCode="34425|FR004484" HotelName="Claude Bernard" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/6d/da6d44321bca09acd5867862867d5d9e5eb7da08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="163.69" OriginalAmount="158.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846472549873" Longitude="2.4062604312106" StarRating="3" HotelCode="104071|FR046626" HotelName="Hotel le Twelve" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue du Docteur Arnold Netter, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/7e/c57ec806c79c03153b8883c86028eb95e0f1c556.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in one of the areas of Paris with the most vegetation, this charming city hotel is next to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="165.73" OriginalAmount="160.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.850237902541" Longitude="2.2903302311897" StarRating="3" HotelCode="35366|FR070611" HotelName="Beaugrenelle Tour Eiffel" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/89/a089e4543ad23a98293209781c5997a3e47ca443.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated on the left-hand bank of the River Seine, this hotel affords a wonderful location w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="168.84" OriginalAmount="163.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.835491863508" Longitude="2.3211735969658" StarRating="4" HotelCode="77028|FR037612" HotelName="Best Western Bretagne Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9b/879b7adf93fee1a1b84ba12d0b9839217c8010b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in Montparnasse. The district has a free-living atmosphere and was the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="173.39" OriginalAmount="168.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884573" Longitude="2.3793029999999" StarRating="1" HotelCode="310578|FR003798" HotelName="Ibis Styles Paris Buttes Chaumont" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Petit, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/63/3363c5b64f88289d9b43d87821ea0ceaf7770134.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 54 rooms. A business centre is available to guests. Wireless internet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="173.72" OriginalAmount="168.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880044427" Longitude="2.4077876415253" StarRating="2" HotelCode="300870|FR006718" HotelName="B&amp;B Hôtel PARIS Porte des Lilas" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Free CXL until 31/12/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Avenue René Fonck, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/62/db625a2b8a4cc785c02235b5c3cdedc5d84de8b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="174.05" OriginalAmount="168.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.834893527714" Longitude="2.3296058177948" StarRating="4" HotelCode="25179|FR001221" HotelName="Villa Montparnasse" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Boulard, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/f1/28f1ed2b5b9559fa6840afeb112a189a09dfc90d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in very quiet and safe surroundings on the Left Bank, in the heart of the Mont...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="175.41" OriginalAmount="170.3" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.816054606817" Longitude="2.3643310368061" StarRating="4" HotelCode="38276|FR003330" HotelName="Novotel Paris Porte d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue Voltaire, 94270 Le Kremlin Bicetre, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/85/25854f726613408557b8f8613bdc7991982ab5be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business conference hotel lies on the southern outskirts of the French capital. It is just a fe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="175.49" OriginalAmount="170.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880988" Longitude="2.323053" StarRating="3" HotelCode="47341|FR000822" HotelName="Hôtel Cervantes by HappyCulture" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue de Berne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c50b7a657dc1244c8c17bcd262d0f325ab168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located city hotel is located close to the opera house and La Madeleine. It is 5 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="178.50" OriginalAmount="173.3" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8779749" Longitude="2.327723" StarRating="3" HotelCode="94375|FR007472" HotelName="ATN" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 rue d'Athenes, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/1b/441b633cff74f840a7cb889becbd404d462b043d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="178.50" OriginalAmount="173.3" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877728" Longitude="2.327507" StarRating="3" HotelCode="74032|FR009812" HotelName="de Genève" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de Londres, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/76/2276be5be1a58256f9b8f56ef30b77f79c0f6117.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Saint Lazare train station, near Opéra Garnier, great department store...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="179.88" OriginalAmount="174.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.838946" Longitude="2.322602" StarRating="3" HotelCode="25178|FR005450" HotelName="Arcadié Montparnasse" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/56/e5564e300019f1b6c87c7f9cd44a214cca6a90f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="179.98" OriginalAmount="174.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849335991702" Longitude="2.390439260965" StarRating="3" HotelCode="13549|FR030301" HotelName="Le Patio Bastille" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 bis Rue du Fauburg Saint Antoine, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/00/23007ebcf8c6ce06bffab25e343cfc38a82933ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the historical heart of Paris, only a few minutes away from the Marais, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="180.41" OriginalAmount="175.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884892853814" Longitude="2.3974278532803" StarRating="4" HotelCode="406136|FR007220" HotelName="Hipark by Adagio Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Boulevard d'Indochine, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/55/8055e97795c016b66cdb7b29e835d634ed92030f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="181.05" OriginalAmount="175.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.855123990744" Longitude="2.4095369875431" StarRating="2" HotelCode="29451|FR006859" HotelName="ibis Styles Paris Nation Porte De Montreuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de la Croix Saint Simon, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/42/c742cc5a526efd4eafc29f6369dc46c8cf8c79d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on a street corner directly beside Porte de Montreuil metro station. From here...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="181.28" OriginalAmount="176.0" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.827442507044" Longitude="2.3210307955742" StarRating="3" HotelCode="29356|FR003680" HotelName="Hôtel ibis Paris Alésia Montparnasse 14ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 rue des Plantes, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/85/dc8581785612c6871a2d8cd9fc21dc0a4f70c50c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in a convenient location in the south of Paris between the districts of Alesia ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="182.25" OriginalAmount="176.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872104218384" Longitude="2.3600607915699" StarRating="3" HotelCode="326445|FR000819" HotelName="Hotel Magenta 38 by HappyCulture" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>38 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/81/2581c8285df6deedcdf71a5ef27c974050a2d50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Sacré Coeur and Bastille, only 5 minutes from Gare du Nord and Gar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="184.97" OriginalAmount="179.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.817297097111" Longitude="2.3504278063774" StarRating="3" HotelCode="29464|FR002603" HotelName="ibis Paris Porte d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du Val de Marne, 94250 Gentilly</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/9a/679a4053a3b2082fc597613dc27cf50e78f15339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located opposite the Charléty stadium, close to the exhibition centre. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="188.98" OriginalAmount="183.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.829358" Longitude="2.374886" StarRating="3" HotelCode="28200|FR000006" HotelName="Quality Suites Bercy Bibliothèque by HappyCulture" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/99/9199d9d67f8089e7085f90770e24642df47ddf32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the Grande Bibliothèque François Mitterrand and the Bercy business di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="188.98" OriginalAmount="183.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876364" Longitude="2.347271" StarRating="3" HotelCode="14086|FR004603" HotelName="LE 9Hotel Opera" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Papillon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/11/7311f5058960f384f0a07628a5afb3422fae9541.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tasteful hotel enjoys a convenient location at the heart of Paris, within a short distance of A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="188.98" OriginalAmount="183.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848805" Longitude="2.288145" StarRating="3" HotelCode="72445|FR022428" HotelName="Exposition Tour Eiffel" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 bis, rue du Théâtre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/fc/41fc5688bf7c83e817455d9b1f2dd7126cf78fef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the Left Bank near the Eiffel Tower (15-minute walk), between the exhibitio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="189.48" OriginalAmount="183.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.830385969175" Longitude="2.3234474658966" StarRating="3" HotelCode="59522|FR003778" HotelName="Ibis Styles Paris Alésia Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue des Plantes, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/57/b257afa10c365e7570d2f54da8a6a38973e8ce81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="190.47" OriginalAmount="184.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8801918" Longitude="2.302567" StarRating="2" HotelCode="267512|FR004675" HotelName="Mederic" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Médéric, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/aa/d7aa5cf0db6db8554d9babb42a968c5fbf1ff183.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="190.49" OriginalAmount="184.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884078" Longitude="2.313303" StarRating="3" HotelCode="32472|FR007306" HotelName="Hotel Duette" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Rue de Lévis, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/bf/f7bff79ae663916982f580e58fc1cc57eaa9fc45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A popular city hotel located in the famous pedestrianised area of the Rue de Lévis. Villiers métro s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="193.12" OriginalAmount="187.5" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876551138832" Longitude="2.3270148038864" StarRating="3" HotelCode="36461|FR047401" HotelName="Grand Hotel du Havre" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue D'amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/1d/871da5c50b4b3e891b66c386d8c2ebf759e67411.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located just steps away from Saint Lazare train station. Numerous restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="194.04" OriginalAmount="188.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85726" Longitude="2.37143" StarRating="3" HotelCode="14417|FR007516" HotelName="Hôtel Marais Bastille" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/36/4e36934a7a85a90fd538671b59cf6771b86c33d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This special timeless hotel lies near the Bastille opera house, the Marais district, the Place des V...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="195.00" OriginalAmount="189.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.835158" Longitude="2.387685" StarRating="3" HotelCode="47501|FR004558" HotelName="Kyriad Hotel Bercy Village" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Baron Le Roy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/6a/a56a1ea585e1127ceebeb44b9115a8bd455a77c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="195.00" OriginalAmount="189.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.827848661454" Longitude="2.3796097534439" StarRating="4" HotelCode="899668|FR001353" HotelName="Appart'City Confort Paris Grande Bibliothèque" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue de France, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/47/b9476d1807159f4c65c9fcaa0927297b59a52295.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern-style hotel is ideally located near the Seine River, on the left bank. Very well served ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="196.34" OriginalAmount="190.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868809" Longitude="2.368125" StarRating="2" HotelCode="94369|FR047241" HotelName="Absolute" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue de la Fontaine au Roi, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/de/eddece8d60ef62f4872ba9a4902532d0d0b949f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="196.36" OriginalAmount="190.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.830186447811" Longitude="2.352879345417" StarRating="3" HotelCode="36586|FR003686" HotelName="Mercure Place d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 boulevard Auguste Blanqui, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/97/df97378f9782ce467cc7620ac415bb7dc275896f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming and comfortable hotel is located in Paris near Austerlitz, Gare de Lyon and Montparnas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="196.89" OriginalAmount="191.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873700361104" Longitude="2.3440924286842" StarRating="3" HotelCode="337161|FR001229" HotelName="Pavillon Opera Grands Boulevards" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8a/0d8aac61a367e3424f0d6ef19d6ece858bcf70ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of Paris' theatre district, within a short distance of the renowne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="197.04" OriginalAmount="191.3" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.831689018368" Longitude="2.3217844963074" StarRating="2" HotelCode="34877|FR003781" HotelName="Ibis Styles Paris Maine Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Hippolyte Maindron, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/bc/d6bce6f6d2dfe75df0846b536b85111ba9068bae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel enjoys a peaceful location in the Pernety district, only minutes away from Tour ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="197.24" OriginalAmount="191.5" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.837795947699" Longitude="2.3557788133621" StarRating="3" HotelCode="29321|FR041817" HotelName="Best Western Plus Hôtel La Demeure" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Saint-Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/52/0c52fab0b9635db35d83588b342fb731da9abd1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies in the Quartier Latin, within a short distance of the botanical gardens ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="197.66" OriginalAmount="191.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87541672331" Longitude="2.3585029233403" StarRating="3" HotelCode="187851|FR008756" HotelName="Hôtel ibis Paris Gare de L'Est 10ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Saint Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769e1944abae875702fbb8f4a4a2d13e8e55540.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="198.38" OriginalAmount="192.6" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875526938538" Longitude="2.3585283237692" StarRating="3" HotelCode="13702|FR003712" HotelName="Hôtel ibis Paris Gare de l'Est TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Saint-Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/cb/78cb0a17c7df4475dfa06c494fb28d66525157e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="199.61" OriginalAmount="193.8" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.823555000406" Longitude="2.3715488612652" StarRating="3" HotelCode="56962|FR003797" HotelName="ibis Styles Paris Massena Olympiades" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 rue Regnault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/64/d3643d8bf0d7240385445ef1223d6526b79a1c03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the southeast of Paris, near the Bercy business area and the exhibition par...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="200.46" OriginalAmount="194.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.856095119172" Longitude="2.4151786441803" StarRating="4" HotelCode="82268|FR003736" HotelName="Novotel Suites Paris Montreuil Vincennes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Professeur Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5d/555d71810efa34c8c051a21b4c13dc466e340dcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This suite hotel is located 200 m from the metro and 2 km from the centre of Paris. It lies 18 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="200.81" OriginalAmount="194.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.842541" Longitude="2.323563" StarRating="3" HotelCode="70874|FR008907" HotelName="Waldorf" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Départ, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cc/1bccfc19d2fae85d7f80ee4732f9b79c6be878d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="202.31" OriginalAmount="196.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885640436118" Longitude="2.3344740271568" StarRating="3" HotelCode="23062|FR022729" HotelName="29 Lepic Montmartre" Meals="BREAKFAST INCLUDED,ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Lepic, Montmartre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/1c/f21cc982f20eaa514cdc1816c0765f750fcc303f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Montmartre district in the northeast of Paris. Picturesque Montmartre c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="202.50" OriginalAmount="196.6" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870809" Longitude="2.360562" StarRating="3" HotelCode="16638|FR006739" HotelName="9 Hotel République" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pierre Chausson, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/f8/26f83dc8aff1de14fd955847f770f3d489c9768d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located near the Jacques Bonsergent metro station, and the Eurostar station and Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="202.83" OriginalAmount="196.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.833766388485" Longitude="2.3229264290319" StarRating="3" HotelCode="14331|FR003670" HotelName="ibis Paris Maine Montparnasse 14ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Rue du Château, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a0/f0a0855b5791ff173a5df344c3ac3e180814a555.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="205.69" OriginalAmount="199.7" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84648192943" Longitude="2.410290093254" StarRating="4" HotelCode="34876|FR037605" HotelName="Best Western Plus 61 Paris Nation Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue de la Voute, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3c/723caaace4db49e6506b29743b7af72dae9ca797.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet area in the east of Paris, near to the Place de la Nation and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="205.86" OriginalAmount="199.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846931117195" Longitude="2.4079920351505" StarRating="3" HotelCode="31196|FR022327" HotelName="Hôtel ibis Styles Paris Nation Cours de Vincennes" Meals="BED &amp; BREAKFAST,BREAKFAST INCLUDED" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Cours de Vincennes, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/1f/d11f5db4f4e25441024ef2e239377c6b7721da28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Paris directly opposite Porte de Vincennes metro station. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="207.24" OriginalAmount="201.2" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876114" Longitude="2.346522" StarRating="3" HotelCode="74040|FR029283" HotelName="Best Western Anjou Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Riboutté, Square Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/09/f4095b82fc2d76b6e0e2ad6cfec055ffff31e6bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="208.68" OriginalAmount="202.6" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.830238" Longitude="2.302024" StarRating="3" HotelCode="110522|FR003707" HotelName="Hôtel ibis Paris Brancion Parc des Expositions 15ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 Rue Brancion, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/dd/d4ddbae1f4693f351481098ba741b50826e52f3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="210.00" OriginalAmount="203.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876397548519" Longitude="2.3489555907402" StarRating="3" HotelCode="73729|FR005063" HotelName="Hotel Paris Lafayette" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue des Messageries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/28/3828c524b6dd12e54c6fd6ec9c1e02f04ee70c89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet street in a business and leisure area in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="211.15" OriginalAmount="205.0" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.832071" Longitude="2.387479" StarRating="4" HotelCode="73716|FR003757" HotelName="Adagio Paris Bercy Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Cour Du Minervois, 12. Arrondissement - Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/97/e29783297b6972061e27c55b46784ab855d2fdc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a stunning location in the heart of the Village de Bercy and in the cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="211.31" OriginalAmount="205.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.831012030522" Longitude="2.3299178134919" StarRating="4" HotelCode="77340|FR001279" HotelName="Best Western Nouvel Orléans Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 avenue du Général Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/83/bf83971f1a083c7c018f8b1ee4aeea6ca3fc32e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="211.46" OriginalAmount="205.3" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8364" Longitude="2.4037" StarRating="3" HotelCode="110505|FR001172" HotelName="Hotel L' Interlude" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>258 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/3e/083e51cf7ea1b9ebe7bd7ec418d3a7750c50af75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="211.50" OriginalAmount="205.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870785908027" Longitude="2.3517018556595" StarRating="3" HotelCode="39378|FR001744" HotelName="Hôtel Regina Opéra Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Mazagran, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/36/7936b56239e34d07256eb7ccaf72a97936618bd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous, bustling Grands Boulevards at the heart of Paris' lively theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="211.93" OriginalAmount="205.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83849504563" Longitude="2.3808360099792" StarRating="3" HotelCode="14740|FR003678" HotelName="Ibis Styles Paris Bercy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/be/cb/becb43d5116db3e1e2330545c73ce331ff33dc13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an ideal location in a shopping district, in the eastern part of Paris. Withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="215.17" OriginalAmount="208.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.828957519946" Longitude="2.3740942776203" StarRating="3" HotelCode="34549|FR003777" HotelName="Ibis Styles Paris Tolbiac Bibliotheque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/c8/5bc8764e61a90d6ce897dfd283ff95f3c92b8eec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located directly in the heart of the city's Rive Gauche area. An array of res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="216.01" OriginalAmount="209.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.832248" Longitude="2.350429" StarRating="3" HotelCode="110510|FR006782" HotelName="Le Vert Galant" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Croulebarbe, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/26/c326b88fd10e774a7059e8ddc622194927b066f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="216.01" OriginalAmount="209.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882088" Longitude="2.331708" StarRating="4" HotelCode="67788|FR000833" HotelName="R. Kipling" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Blanche, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/c0/23c06b31761f61dcea23fbcf39c7e3fb9a8df5fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in a lively area of Paris, only 100 m from the Moulin Rouge. The famous a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="216.07" OriginalAmount="209.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.895245" Longitude="2.340911" StarRating="2" HotelCode="901643|FR003774" HotelName="Ibis Styles Paris Montmartre Nord" Meals="BED &amp; BREAKFAST,BREAKFAST INCLUDED" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77, rue du Ruisseau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e9/7be955f8a94798d8377403a7cfd949ba08d2d637.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="216.65" OriginalAmount="210.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878057894145" Longitude="2.3526607055226" StarRating="3" HotelCode="110492|FR003671" HotelName="Hôtel ibis Paris Gare du Nord la Fayette 10ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/07/7d07a0b0f97190be14798b223f62f77d9fae3bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="217.58" OriginalAmount="211.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.832412" Longitude="2.386746" StarRating="3" HotelCode="110503|FR003699" HotelName="ibis Paris Bercy Village 12ème" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD,HALF BORD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Place des Vins de France, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ed/bfedb1806962762b5fe6bc9f6e6899f28828fb18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="218.26" OriginalAmount="211.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.850415281972" Longitude="2.2887396812439" StarRating="2" HotelCode="36466|FR004220" HotelName="Campanile Paris 15 Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/2b/a92b216a419d026181c53b8451c21fa6652b80d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris, just around 5 mins from the Eiffel Tower and so ideal as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="219.45" OriginalAmount="213.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.823731" Longitude="2.324101" StarRating="4" HotelCode="15448|FR005805" HotelName="Mercure Paris Alésia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/c2/fdc2b9a763f4967b09fd36b2f22c0366f5e7e557.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated on the Rive Gauche of the Seine River.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="219.46" OriginalAmount="213.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847088" Longitude="2.318546" StarRating="3" HotelCode="80405|FR002430" HotelName="Mayet" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Mayet, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a5/0ba5f1c50d1a168f2c2b43d4e94c62f183c96221.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="220.05" OriginalAmount="213.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84069433" Longitude="2.3978775" StarRating="4" HotelCode="973433|FR047301" HotelName="Aparthotel Adagio Paris Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Ter Rue Lamblardie, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/e8/a7e87df02e78ead1539b0d1289938a6db0041cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="220.23" OriginalAmount="213.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.835885" Longitude="2.294965" StarRating="3" HotelCode="128332|FR003737" HotelName="Hôtel ibis Paris Vaugirard Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Eugène Gibez, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1a/2f1a5b91f28ac34b331d8d8ff3a47225360a12b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="223.16" OriginalAmount="216.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.862037825325" Longitude="2.3854585509262" StarRating="3" HotelCode="110499|FR003714" HotelName="Hotel ibis Paris Père Lachaise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Rue de la Folie Régnault, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a2/baa2d3d6b13ca2c5a3810e39047ff0375cc1f49d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="225.45" OriginalAmount="218.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880052" Longitude="2.326273" StarRating="3" HotelCode="64604|FR007301" HotelName="Alexandrine Opera" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue De Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/zz/50adcb40014edbd585becdbcbe7a81e91c25182b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is well located in a pleasant and quiet area in the heart of Paris, very close to Sai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="225.47" OriginalAmount="218.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.857146" Longitude="2.380669" StarRating="4" HotelCode="166540|FR003773" HotelName="Mercure Paris Bastille Marais Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue Richard Lenoir, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/f3/68/f36827d68e6b6e39b7df66a6a95338904d8e34a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="226.08" OriginalAmount="219.5" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879625774536" Longitude="2.3507349193096" StarRating="3" HotelCode="31202|FR007569" HotelName="De Rocroy" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ba/52ba5091a112999f4f9dedc47b684d17c0955613.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near Montmartre and Galeries Lafayette. The Gare du Nord train station and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="227.58" OriginalAmount="220.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88357" Longitude="2.334037" StarRating="4" HotelCode="73811|FR001203" HotelName="Le Chat Noir Design" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>68 Boulevard De Clichy, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e8/25e8aa44d467ed2f0792a8ee55bd652622d81998.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the foot of La Butte Montmartre, a few metres from the famous Moulin Rouge ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="227.79" OriginalAmount="221.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879213011707" Longitude="2.3622268438339" StarRating="3" HotelCode="36931|FR003724" HotelName="ibis Styles Paris Gare de l'Est Château Landon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/01/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 rue de Château Landon, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1e/7d1e87a2a84cd46ea0de82aa65dba68aa0cdf584.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="228.37" OriginalAmount="221.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871894725711" Longitude="2.3447898030281" StarRating="3" HotelCode="25354|FR037244" HotelName="Aston" Meals="BREAKFAST INCLUDED,ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/8d/478dcaba55546627807e20e74e3b8048fd6e8054.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a splendid location in a peaceful side street near to Grands Boulevards métro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="229.50" OriginalAmount="222.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849422478562" Longitude="2.380967438221" StarRating="3" HotelCode="33001|FR022739" HotelName="Color Design Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2026" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de Citeaux, 12ème Arrondissement, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d5/08d5fcc51ff66d6370eb49fb4daaeaa8570a1695.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within a few paces of the Place de la Bastille and the Gare de Lyon. Although locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="231.24" OriginalAmount="224.5" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843031883449" Longitude="2.405099272728" StarRating="4" HotelCode="57105|FR000025" HotelName="Best Western Allegro Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue du Docteur Arnold Netter, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/67/ee678f91e88527435d0e927e0da97cb952599f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 12th arrondissement of Paris, only a short distance (800 m) from the Pla...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="232.68" OriginalAmount="225.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="4" HotelCode="94373|FR037613" HotelName="Best Western Sèvres Montparnasse" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/ac/05ace6797e8756bea70906aeb1866dbaa0843c84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located between the Porte de Versailles exposition ground and Gare Montparnas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="232.88" OriginalAmount="226.1" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877141319935" Longitude="2.2936745335214" StarRating="3" HotelCode="82231|FR022425" HotelName="Best Western Star Champs Elysees" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de l’Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/68/0668f3b59d70d34be031eed8abbe824e96e7bb3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests will really appreciate the peace and quiet of this city business hotel on the Rue de l'Arc de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="233.27" OriginalAmount="226.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.890499260539" Longitude="2.3175626993179" StarRating="3" HotelCode="32473|FR056051" HotelName="Abrial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 31/12/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Rue Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/95/97/9597cf832d06b5ee10d4f4d76a21a9f853d81cdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 17th arrondissement in the west of Paris near the enchanting Parc Moncea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="233.48" OriginalAmount="226.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.81702582" Longitude="2.35957274" StarRating="3" HotelCode="780043|FR036532" HotelName="ibis Styles Paris Meteor Avenue d'Italie" Meals="BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD,HALF BORD" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 20 Avenue De La Porte D Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/44/f144a91cff328af00843e08d974db8d1ebd6a09d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="234.00" OriginalAmount="227.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.832126" Longitude="2.321826" StarRating="3" HotelCode="73982|FR000033" HotelName="Ariane Montparnasse" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de la Sablière, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cd/94cdb9e9f946d0fb642de3db4aba947aeab8cb16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the Montparnasse area, the hotel offers a top location. In a very quiet street and n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="234.00" OriginalAmount="227.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847102" Longitude="2.372075" StarRating="2" HotelCode="212002|FR048369" HotelName="Adriatic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6bis rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/92/7f9236d76bf624cfc8cef6c5cd4acb4e9dc41eeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="235.19" OriginalAmount="228.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.883395164662" Longitude="2.342794239521" StarRating="3" HotelCode="25692|FR003760" HotelName="Aparthotel Adagio Paris Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 place Charles Dullin, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/fe/97fe071c08c095c97d3a39b4f457179d3de78802.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the peaceful heart of Montmartre, only a few minutes' walk away from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="235.50" OriginalAmount="228.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.857399649075" Longitude="2.3728685081005" StarRating="3" HotelCode="13687|FR003691" HotelName="ibis Paris Bastille Opera 11th Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD,HALF BORD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bréguet, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/81/df817b03f30ed6539d081a32d854ffb813cdc63c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies some 20 minutes drive from the centre of the French capital in a suburb, which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="237.58" OriginalAmount="230.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.834349517018" Longitude="2.3239605742397" StarRating="3" HotelCode="11354|FR004442" HotelName="Campanile Paris XIV - Maine Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/19/4519d1ae7beb574b690fa8b69c89f11dabcd195e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="239.45" OriginalAmount="232.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848009978474" Longitude="2.3005810208653" StarRating="3" HotelCode="12265|FR005780" HotelName="ibis Styles Paris Eiffel Cambronne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/8e/f38e0623fe134346890c6db45d0540d7439cb1f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated directly at the heart of Paris, this hotel is located close to many of the sights of intere...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="240.92" OriginalAmount="233.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869139" Longitude="2.3641" StarRating="3" HotelCode="110489|FR003668" HotelName="Ibis Styles Paris République" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Leon Jouhaux, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a7/d6a79a7bd51a765e74f185cb2d9b37047ef8f053.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="241.49" OriginalAmount="234.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848872677627" Longitude="2.3470522463322" StarRating="4" HotelCode="316723|FR001222" HotelName="Villa Pantheon" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b6/c7b6b8a87232b70a67a875e356587489b37e6f5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Latin Quarter, 1 km from Notre Dame de Paris and 3 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="243.00" OriginalAmount="235.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.883036" Longitude="2.332893" StarRating="3" HotelCode="58165|FR008674" HotelName="Moulin Plaza" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39, rue Pierre Fontaine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f4/0cf429b44bf4969e41e0e9c6d733e1356f7fc7c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the foot of Montmartre, in an ideal location between the opera (around 1.5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="243.53" OriginalAmount="236.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8486135" Longitude="2.40787912" StarRating="3" HotelCode="399689|FR008791" HotelName="Hotel Comete" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/12/2026" HotelFacility="Bar,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Bis Rue des Maraichers, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/549850/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="244.50" OriginalAmount="237.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873701" Longitude="2.359048" StarRating="3" HotelCode="25355|FR009367" HotelName="Staycity Aparthotels Gare de L’Est" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Fax,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Passage Dubail, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/aa/adaa1cb76bdfea84eccde2eaef546731be893e85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="245.66" OriginalAmount="238.5" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880910785724" Longitude="2.3626747727394" StarRating="3" HotelCode="69779|FR003702" HotelName="Hôtel ibis Paris Gare du Nord Château-Landon 10ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197-199 Rue La Fayette, Near Gare du Nord and Gare de l'Est Train Stations, l’Entrepôt/10. Arrondissement, 75010 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/e0/10e0f7ac0729ed985bbe1eb5b634871db37b28f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="246.46" OriginalAmount="239.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878244" Longitude="2.347468" StarRating="2" HotelCode="35368|FR003775" HotelName="Hotel Ibis Styles Paris Cadet Lafayette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Bis Rue Pierre Semard, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/db/2e/db2ef211f72c86539f21a7e8c40ade09a5a95fc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This homely hotel is ideally located close to the links to the public transport network. An abundanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="247.20" OriginalAmount="240.0" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.829274" Longitude="2.356618" StarRating="3" HotelCode="110508|FR003749" HotelName="ibis Paris Avenue d'Italie 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 bis Avenue d'Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/8f/4c8fd2688e39e59d22c6867f27023983c0e5a012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="249.49" OriginalAmount="242.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85371627975" Longitude="2.3806107399178" StarRating="3" HotelCode="50415|FR000654" HotelName="Hotel Exquis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cf57d0cc2b640008b3320e68cd8f07b246c93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="250.19" OriginalAmount="242.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.859083163768" Longitude="2.3668174445629" StarRating="4" HotelCode="18996|FR001231" HotelName="Villa Beaumarchais" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue des Arquebusiers, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/bd/05bdc8b6b426cfe1034d38689e51383ebc6d37c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Marais, one of the oldest and now most vibrant neighbourhoods in Paris, this family-f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="250.25" OriginalAmount="242.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.825801525043" Longitude="2.3526600668982" StarRating="3" HotelCode="64086|FR003675" HotelName="Hôtel ibis Paris Italie Tolbiac 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>177 Rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/a1/d8a1213b0abf6fe921838ef8545b37d34e857773.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="251.03" OriginalAmount="243.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877963656687" Longitude="2.3875173926353" StarRating="3" HotelCode="24650|FR003759" HotelName="Aparthotel Adagio Paris Buttes Chaumont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Cours du 7ème Art, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/a4/dca45e91c5b74921fca60135ac475dc84e79d3e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Paris' 19th arrondissement in the Buttes-Chaumont distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="251.84" OriginalAmount="244.5" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.884910047539" Longitude="2.3033376038074" StarRating="4" HotelCode="64781|FR000919" HotelName="Best Western Hotel Mercedes Arc de Triomphe" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/04/4304003c23d319fd90278fb215d51afb2a5d7d41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Avenue Wagram in Paris' 17th arrondissement, a few minutes from Place des T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="253.50" OriginalAmount="246.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877682" Longitude="2.349189" StarRating="4" HotelCode="284326|FR037604" HotelName="Best Western Premier Faubourg 88" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2026" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Rue du Faubourg Poissonniere, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e3/dee3412d75996bda02a7ad208d9346481858a91c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="254.90" OriginalAmount="247.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.886488780318" Longitude="2.3356421291828" StarRating="2" HotelCode="50290|FR007215" HotelName="Best Western Plus Hôtel Littéraire Marcel Aymé" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tholoze, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/ee/c7ee21214487b2dd72ccb51541a942d7bd90e4df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel, recognisable by its typical Montmartre corner frontage, is located between the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="255.13" OriginalAmount="247.7" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879366501546" Longitude="2.355977466559" StarRating="2" HotelCode="97424|FR037638" HotelName="Hotel Whistler" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de Saint-Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/13/8913ff1f9df69edf0fdfde8b491be3fa7fe7116e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="256.45" OriginalAmount="248.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846315979846" Longitude="2.3764626681805" StarRating="3" HotelCode="13703|FR003735" HotelName="ibis Paris Gare de Lyon Diderot 12ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Bis Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/0f/4f0f88351336dce69180c71679354192173e3def.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="256.49" OriginalAmount="249.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.860544588477" Longitude="2.368002728836" StarRating="4" HotelCode="13548|FR030300" HotelName="Les Jardins du Marais" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74 rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3a/0d3a8303425ab96bc15c69bb5cc635ff4c608596.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly boutique hotel is nestled in the heart of historical Paris, in the fam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="256.49" OriginalAmount="249.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879574590155" Longitude="2.3557519766865" StarRating="3" HotelCode="110493|FR004863" HotelName="Timhotel Paris Gare du Nord" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue de Saint Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5f/b55fc640aca23534fc0451b22f19a5163e27232e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="256.49" OriginalAmount="249.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875615" Longitude="2.295667" StarRating="3" HotelCode="16216|FR007334" HotelName="Princesse Caroline" Meals="BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/3a/c13ab002ea86744302fea50317d4cfddd470e78a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to the Champs-Élysées (1500 m), the Arc de Triomphe (450 m), and the major luxury...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="257.07" OriginalAmount="249.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84904668155" Longitude="2.3856808730186" StarRating="3" HotelCode="263474|FR003793" HotelName="Aparthotel Adagio access Paris Reuilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/a7/09a72fffcce6875384d5eafda6333b0f64a07501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="262.09" OriginalAmount="254.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843647943741" Longitude="2.3524582386017" StarRating="3" HotelCode="29351|FR037593" HotelName="Best Western Plus Quartier Latin Panthéon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e7/68e77b279f0103d5abaab8b287c9d1e84c56febd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Paris around 2 km from Notre-Dame de Paris. The railway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="264.63" OriginalAmount="256.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849824014757" Longitude="2.3430275917053" StarRating="3" HotelCode="336620|FR026355" HotelName="Central Saint-Germain" Meals="BREAKFAST INCLUDED,ROOM ONLY" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Champollion, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/fd/75fd931beca14c8219eeeeaa42fde5079969cd5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated at the heart of the Latin Quarter, on the outskirts o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="265.95" OriginalAmount="258.2" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846370698252" Longitude="2.3795592784882" StarRating="3" HotelCode="39441|FR001745" HotelName="Hôtel Trianon Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/2d/672d9f1018dbc38a2b949f6e53a2fbc8b7fb8333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the new business district close to the Palais Omnisports de Paris-Bercy (POPB) and the Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="267.20" OriginalAmount="259.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849812098764" Longitude="2.2854853730164" StarRating="4" HotelCode="75641|FR003758" HotelName="Aparthotel Adagio Paris Centre Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Théatre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/b2/dab29aac9522bff8ea7cbf001b61c3ebca46fef3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the 15th arrondissement, in the centre of Paris, this apartment hotel is ideally situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="268.48" OriginalAmount="260.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.851688" Longitude="2.337415" StarRating="3" HotelCode="78826|FR006672" HotelName="Tonic Hotel Saint Germain" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Pets allowed,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue des Quatre Vents, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/4b/7e4b9ed101727eba4f965b848beac384eabfa2c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Tonic Hôtel Saint Germain, you'll be centrally loca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="268.77" OriginalAmount="260.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873022" Longitude="2.344645" StarRating="4" HotelCode="80563|FR003681" HotelName="Mercure Paris Opéra Faubourg Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Montyon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/bf/c1bf9624c682dea5b6827583c06bf5c5f1e1899a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet street in the centre of Paris, opposite the Folies Bergère and with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="269.34" OriginalAmount="261.5" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873262851133" Longitude="2.3450446128845" StarRating="3" HotelCode="12898|FR007456" HotelName="Hôtel Diva Opera" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Trévise, 75009 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/93/40930688af2f5d378a466cb5619b449d14c4c066.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an excellent location in a calm street, right in the heart of Paris. The hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="270.11" OriginalAmount="262.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.858873168694" Longitude="2.3911061882973" StarRating="2" HotelCode="55392|FR003782" HotelName="Adagio access Paris Philippe Auguste" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Pierre Bayle, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/47/60477c7a77862845816a074e56db33ddab616f4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="271.08" OriginalAmount="263.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.850379802059" Longitude="2.2927046747096" StarRating="4" HotelCode="74456|FR003695" HotelName="Hôtel Mercure Paris Tour Eiffel Grenelle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/30/1430d783f0b4a9110190056f1cb7333fb2d37432.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is superbly located near to the Champs-Élysées, the Eiffel Tower, Napoléon's grave and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="271.51" OriginalAmount="263.6" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.856284333529" Longitude="2.3319594562054" StarRating="3" HotelCode="36463|FR037664" HotelName="Du Danube" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58, rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/aa/acaa16e3729d32fb9a223e8ae214883b2087d4b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="272.27" OriginalAmount="264.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885317673527" Longitude="2.330185174942" StarRating="3" HotelCode="13781|FR003666" HotelName="ibis Paris Montmartre 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Caulaincourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/df/ecdf9ab9425392d20fe440f8149ba7630b3626bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="273.49" OriginalAmount="265.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.841527554756" Longitude="2.3023891207038" StarRating="2" HotelCode="335189|FR008979" HotelName="Hôtel Eiffel Blomet" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7b/cb7b48408d8c07e3b1323e36806d304c9d1ca424.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="274.21" OriginalAmount="266.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865236" Longitude="2.336291" StarRating="3" HotelCode="58701|FR007275" HotelName="Pavillon Louvre Rivoli" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Molière, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f1/42f1c2685a2e09da3722b6ffbd2693802bfa2d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an exceptional location, right in the heart of Paris. It is just a few minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="275.38" OriginalAmount="267.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847052" Longitude="2.301381" StarRating="3" HotelCode="110524|FR003692" HotelName="Hôtel ibis Paris Tour Eiffel Cambronne 15ème" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD,HALF BORD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Cambronne, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/12/79125e281d33549bdb428b23e12ae03a12b2ebd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="275.40" OriginalAmount="267.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.843745029915" Longitude="2.3391263186932" StarRating="3" HotelCode="36933|FR043018" HotelName="Observatoire Luxembourg" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Boulevard Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/e5/efe55279b507091c7fd83b2a228271bf6bc0e25c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="276.51" OriginalAmount="268.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.88809974" Longitude="2.30681389" StarRating="4" HotelCode="639640|FR030010" HotelName="Hotel Mercure Paris 17 Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>118 Rue De Tocqueville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/61/b3617f93e2d0ced8315f0b5098db418b9b56280a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="276.62" OriginalAmount="268.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877973820784" Longitude="2.2955471277237" StarRating="3" HotelCode="31211|FR037610" HotelName="Best Western Empire Élysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Montenotte, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/5d/a15d596178bcef7ea518231b3664ebf72f43d491.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies close to the Arc de Triomphe just a few minutes walk from the famous Champs-Ély...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="277.50" OriginalAmount="269.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3279750347138" StarRating="3" HotelCode="19073|FR004171" HotelName="Hôtel La Villa Modigliani" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/5a/175adf24da5c31fd5f50aa8f6acf10a893d81548.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Montparnasse district of Paris, just 1.9 km from the Jardin du Luxembou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="278.59" OriginalAmount="270.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.832704205735" Longitude="2.3591123556455" StarRating="3" HotelCode="110509|FR003700" HotelName="Hôtel ibis Paris Place d'Italie 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Avenue Stephen Pichon, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/76/4b76cbdb6750e0510a86a26f343f1b0dcb2f80d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="279.54" OriginalAmount="271.4" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.851781751752" Longitude="2.378707924311" StarRating="3" HotelCode="16675|FR003739" HotelName="ibis Paris Bastille Faubourg-Saint-Antoine 11ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/f8/aaf8110be5268bc5e1ad637bce6bae9f01b7661b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="281.50" OriginalAmount="273.3" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847206470346" Longitude="2.3316409438848" StarRating="3" HotelCode="180114|FR005672" HotelName="Perreyve" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/71/0571ad8f85bdb84a1fdcf108a82b2ab56b5e0675.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="281.62" OriginalAmount="273.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.880331" Longitude="2.319552" StarRating="4" HotelCode="25344|FR037578" HotelName="Best Western Paris Gare Saint Lazare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/9b/439b0f326245ec740cccadd75c9bc3601eb15130.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="283.51" OriginalAmount="275.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882179889283" Longitude="2.3185953497887" StarRating="3" HotelCode="34588|FR004697" HotelName="Hôtel du Théâtre" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Cheroy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/58/bd58ea1e62592c7e97fe0ea60ac427fde8ef29fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, modern city hotel is just 5 minutes from the opera, the Champs-Élysées and the Port...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="284.61" OriginalAmount="276.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846868" Longitude="2.37282" StarRating="3" HotelCode="48366|FR083628" HotelName="Lyon Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Parrot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/d6/58d6ce4d7dc8ce091285baa92fcf75b08c7e4717.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated 100 m from the public transport links, 150 m from the Gare de L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="284.86" OriginalAmount="276.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849600353996" Longitude="2.3723683398812" StarRating="2" HotelCode="263473|FR003794" HotelName="Aparthotel Adagio access Paris Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Moreau, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/03/930346009ad7bbe245d0202ad8b29e231453da5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="284.94" OriginalAmount="276.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84835977" Longitude="2.37191483" StarRating="3" HotelCode="974598|FR047414" HotelName="Ibis Styles Paris Gare De Lyon Bastille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Avenue Ledru Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/1c/6e1c3627d018c17b2d66272f8d575a8d6607bf50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="285.43" OriginalAmount="277.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85477120311" Longitude="2.2922828793526" StarRating="4" HotelCode="25336|FR003715" HotelName="Hôtel Mercure Paris Centre Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD,HALF BORD" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/dd/51dd3c3106dfedcfdf3d25606ae8ba8ecfd185cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located close the River Seine just 200 m as the crow flies from the Eiffe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="285.60" OriginalAmount="277.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8824" Longitude="2.33654" StarRating="4" HotelCode="445970|FR005778" HotelName="Hôtel Mercure Paris 9 Pigalle Sacré-Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD,HALF BORD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Boulevard de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/77/1f77fc68a3f54d9d65ae52f95c386a430767ce39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="287.02" OriginalAmount="278.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.837356" Longitude="2.372985" StarRating="4" HotelCode="64600|FR003676" HotelName="Mercure Paris Bercy Bibliothèque Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Boulevard Vincent Auriol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/94/979439bb7b55fde270cb191e28f0256607308f26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the River Seine in the heart of Paris, and is ideal for either ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="288.01" OriginalAmount="279.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872786" Longitude="2.344934" StarRating="3" HotelCode="110483|FR083697" HotelName="Ibis Styles Paris Lafayette Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/5 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ee/03ee56f7a855519e8f5ce3e0ed0eef1913f21c20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="289.20" OriginalAmount="280.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.850406" Longitude="2.342375" StarRating="3" HotelCode="10796|FR000119" HotelName="Belloy Saint-Germain" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Racine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e6/18e65ab4a95c4a745ff7028fe2ab04a47686a983.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally located the historical Saint Germain district of Paris. Numerous sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="290.05" OriginalAmount="281.6" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.856726" Longitude="2.30303" StarRating="3" HotelCode="110466|FR008701" HotelName="Hôtel de la Paix - Quartier Tour Eiffel" Meals="BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Free CXL until 29/12/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, rue du Gros Caillou, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/2c/9e2ce3b0d274a288cb32ea4621a7c6898d417146.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="291.00" OriginalAmount="282.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.842906" Longitude="2.329846" StarRating="3" HotelCode="25339|FR008851" HotelName="Jardin le Brea" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Hostel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue Bréa, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/9f/ec9f1f928d3fc156356f54ea5059a849f78b6de3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a very lively street, with bars, restaurants and theatres, a few metres from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="291.00" OriginalAmount="282.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8466113" Longitude="2.3698675" StarRating="3" HotelCode="263479|FR081854" HotelName="Elysee Gare De Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>234 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/9d/299d02e03b9fa22b254b007bb9de2014fb4a0aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="291.80" OriginalAmount="283.3" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.886406" Longitude="2.312637" StarRating="3" HotelCode="69951|FR004667" HotelName="Hotel Romance Malesherbes" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Rue Cardinet, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ca/dbca44034844869342bc4805dc9a5d42a1d33a45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a smart, calm and safe residential area of Paris’s 17th arrondissement. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="292.48" OriginalAmount="283.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848971" Longitude="2.369794" StarRating="4" HotelCode="59719|FR026535" HotelName="Marceau Bastille" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Jules Cesar, Paris 75012</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/78/3b784a22db8b5eb5286a6f0492bac6984c5a4b20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between the Bastille, the historic old town of Marais and the railway station G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="294.00" OriginalAmount="285.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.877046832983" Longitude="2.2976526618004" StarRating="3" HotelCode="12110|FR006655" HotelName="Elysees Ceramic" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de Wagram, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/ed/88ed882edd644febb9e0b8a53b65399159b6c891.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel enjoys a central location, only minutes from the Arc de Triomphe and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="294.19" OriginalAmount="285.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.847890482821" Longitude="2.3708920193293" StarRating="3" HotelCode="66564|FR003708" HotelName="Hôtel ibis Paris Gare de Lyon Ledru Rollin 12ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41/43 avenue Ledru Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/af/73af9ea2b37f630c13e35bece52fa2d7503de6a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="295.63" OriginalAmount="287.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.838582" Longitude="2.315039" StarRating="4" HotelCode="60919|FR003745" HotelName="Novotel Paris Centre Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Cotentin, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/48/ca48859fb513b08b86af20fbe2b2813a3a26f0bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Montparnasse, close to the TGV station Atlantique. In the imme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="296.50" OriginalAmount="287.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879408809884" Longitude="2.3683744668961" StarRating="3" HotelCode="27108|FR003672" HotelName="Hôtel ibis Paris Canal Saint-Martin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Louis Blanc, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/62/8f620ca4cbf9fbf79ca4ccd5bf73dc4a72f36435.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="296.99" OriginalAmount="288.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.845255" Longitude="2.342429" StarRating="4" HotelCode="151122|FR030246" HotelName="Le Petit Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>214, Rue Saint Jacques, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/36/0d36f4c4751a4fe26a7bd576874485db4489c8c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="297.28" OriginalAmount="288.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879699589668" Longitude="2.3209988273492" StarRating="4" HotelCode="16886|FR022548" HotelName="ibis Styles Paris Gare Saint-Lazare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue De Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/40/4c40db80fe0e287a942215af255fcfe95565e789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Europe District. An abundance of shops and other cultural ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="298.47" OriginalAmount="289.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.865028835094" Longitude="2.3417280614376" StarRating="3" HotelCode="34428|FR008471" HotelName="Hotel Odyssey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Hérold, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/ac/afac60695f52a0171b5a87705431d92b56edf933.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of an exclusive art and fashion district close to the Palais Roya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="299.53" OriginalAmount="290.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873996" Longitude="2.362457" StarRating="3" HotelCode="100905|FR008479" HotelName="Belta" Meals="BREAKFAST INCLUDED,ROOM ONLY" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/09/2209728b9767923f37c2728fb61361637b55e4a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 3 km from the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="299.96" OriginalAmount="291.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.863990758947" Longitude="2.3414552944774" StarRating="3" HotelCode="899745|FR008503" HotelName="Hotel Crayon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue du Bouloi, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/8b/db8bda97c08fcd02ff84104f5b462a4faee96643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated just a few steps away from the famous Louvre Museum, the Forum des Halle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="302.12" OriginalAmount="293.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.828397248484" Longitude="2.3473508247987" StarRating="2" HotelCode="35312|FR007458" HotelName="ibis Styles Paris Place d'Italie Butte aux Cailles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Barrault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/f2/ecf2cc9a968945ed34826218a3ee77cbb4c3a630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This endearing city hotel is situated not far from the vibrant city centre. Shops, bars, pubs and pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="303.89" OriginalAmount="295.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.839875558845" Longitude="2.3030760884285" StarRating="4" HotelCode="67806|FR003710" HotelName="Novotel Paris Vaugirard Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>257 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/bc/e7bc427aafda650fde4b518d1f57f475423dec3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is well-connected to the city centre by metro and yet offers a tranquil haven in the capi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="305.64" OriginalAmount="296.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.841226024086" Longitude="2.3301489651203" StarRating="3" HotelCode="60656|FR003657" HotelName="Mercure Paris Montparnasse Raspail" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>207 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4c/574c0731b7d5b9f474384f7e149e1f641e6972ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="305.75" OriginalAmount="296.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879775708909" Longitude="2.3206874728203" StarRating="4" HotelCode="29499|FR000806" HotelName="Best Western Premier Le Swann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/97/8597e38a12f1beb298af297d7e2a30e50f1b3262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Gare Saint-Lazare station, 1 km from the Opéra Garnier and the G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="310.36" OriginalAmount="301.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.862215" Longitude="2.34882" StarRating="3" HotelCode="110425|FR008502" HotelName="Handsome by Elegancia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Rue Rambuteau, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/37/9137a001bd4a45e3c2030fa38534612f8204093b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="310.77" OriginalAmount="301.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849458661076" Longitude="2.3853152990341" StarRating="3" HotelCode="59056|FR003790" HotelName="Hôtel ibis Paris Gare de Lyon Reuilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/23/0b2330422f5381b69382c5b873b2435fecd45ee1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="314.91" OriginalAmount="305.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84748" Longitude="2.302283" StarRating="4" HotelCode="180062|FR002332" HotelName="First Hotel" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e7/eae75ee1b2b194d0a8fa58c8c6ff1928c5a308e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="315.86" OriginalAmount="306.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.879207541196" Longitude="2.3556600911134" StarRating="3" HotelCode="32507|FR003795" HotelName="Hôtel ibis Paris Gare du Nord TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue De Saint-Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/14/6e14ead801e9147d93c33310311408fbd1e374ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="321.88" OriginalAmount="312.5" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846725483886" Longitude="2.3263992369175" StarRating="3" HotelCode="34419|FR037609" HotelName="Best Western Hôtel Aramis Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/55/20552e97d55f48095fb0b4d17e830e442039cb5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="325.01" OriginalAmount="315.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873043212629" Longitude="2.3180294036865" StarRating="3" HotelCode="32476|FR026333" HotelName="Elysees 8" Meals="BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue Cambacérès, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a9/91/a991a545f1940096d045a8854aa35b08a2379da9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located near to the Élysée Palace and magnificent Rue du Faubourg Saint-Honoré. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="325.60" OriginalAmount="316.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.842813543967" Longitude="2.3678935644874" StarRating="4" HotelCode="451199|FR008505" HotelName="OFF Paris Seine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/12/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>86 Port d'Austerlitz, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/f7/4ff7509cc6895e42281021bad62358c7ef11cadc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="326.06" OriginalAmount="316.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870949100716" Longitude="2.3557063937187" StarRating="3" HotelCode="29170|FR008577" HotelName="Best Western Hôtel Littéraire Arthur Rimbaud" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gustave Goublier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/82/6f822cc7f9bb2fc4b38c970fb8e7a543a5d963b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 10th district of Paris in a peaceful area between Gare de l'Est railway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="327.50" OriginalAmount="317.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.833361038624" Longitude="2.3169377446175" StarRating="3" HotelCode="173012|FR055854" HotelName="Atelier Montparnasse" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/18/611889a365509219fcf1946a7603ae79598c0387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="328.51" OriginalAmount="318.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870544" Longitude="2.326868" StarRating="3" HotelCode="110484|FR046556" HotelName="Du Triangle d'Or" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Godot de Mauroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/30/3930d203c501922bc3d7813d7a9f40dfcd53002b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="330.07" OriginalAmount="320.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.885271" Longitude="2.330073" StarRating="4" HotelCode="14782|FR003660" HotelName="Mercure Paris Montmartre Sacre Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Caulaincourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b0/46b0c4e485df9bd363859544bd7b239c69ad2213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The appealing city hotel lies at the foot of the hill of Montmartre close to the former artist's dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="330.57" OriginalAmount="320.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873911" Longitude="2.347065" StarRating="3" HotelCode="337153|FR003842" HotelName="Peyris Opera" Meals="BREAKFAST INCLUDED,ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/1c/c21c842af9eb6e2cb33bca471996e8f144b8b336.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This romantic city hotel is located at the heart of the French capital's 9th arrondissement, around ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="335.18" OriginalAmount="325.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85272821694" Longitude="2.3442707955837" StarRating="3" HotelCode="34420|FR044966" HotelName="Europe Saint Severin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 rue St Séverin, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/cc/bccc7b742fcdcfe50c61cbc37533e62e76b5a67b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="335.24" OriginalAmount="325.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.839956764319" Longitude="2.3236539959908" StarRating="4" HotelCode="29761|FR003674" HotelName="Mercure Paris Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de la Gaite, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/01/c2/01c25c6faeaab3c76374386309eaef82d5fdab1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="335.31" OriginalAmount="325.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.831634283921" Longitude="2.3870399594307" StarRating="4" HotelCode="29500|FR003717" HotelName="Pullman Paris Centre - Bercy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue de Libourne, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/79/3a7961e9fcac11dc126cd380dc1b29da7d3f8e5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Bercy Village. Guests can reach the Place de la M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="337.22" OriginalAmount="327.4" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875995388175" Longitude="2.2959896922112" StarRating="4" HotelCode="74061|FR003713" HotelName="Hôtel Mercure Paris Arc de Triomphe Wagram" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/11/341190a3772a79ccafbcd72864a6cf0db58b398a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the famous Champs Elysées. It lies only 2 minutes' walk from the Arc de T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="339.01" OriginalAmount="329.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875173755287" Longitude="2.3220930468511" StarRating="4" HotelCode="259891|FR035739" HotelName="Hotel Le Belleval" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de la Pépinière, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/cd/f5cd3a0a950712479f2f8da83062d90c06ee86e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the heart of the most desirable district of Paris, a stone's throw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="340.50" OriginalAmount="330.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.857424953792" Longitude="2.3061755157772" StarRating="3" HotelCode="303906|FR007524" HotelName="Grand Hotel Leveque" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 rue Cler, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/f2/bef27bd17a1fe768d5770e8adef17c5ca23bf7e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="342.83" OriginalAmount="332.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.83878453" Longitude="2.38076238" StarRating="4" HotelCode="60654|FR003677" HotelName="Novotel Paris Centre Bercy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/2d/4a2d1af76a7ae65cf007adc799c29a085221d8c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a 3-star hotel in a new neighbourhood in the east of Paris, 8 minutes from the centre of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="347.23" OriginalAmount="337.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.838346752945" Longitude="2.3207652568817" StarRating="4" HotelCode="14225|FR030306" HotelName="Pullman Paris Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Commandant Rene Mouchotte, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/f2/79f2888471a31848e165d3cb2d3b00038102fceb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the Montparnasse are in the south of Paris. It is situated right...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="348.70" OriginalAmount="338.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875534" Longitude="2.318752" StarRating="3" HotelCode="34412|FR007528" HotelName="Maison Malesherbes" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 place Saint Augustin, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/d2/e4d27dc7ae8ef1aaf21ca74da9ffc5ec6cdb4fff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="351.00" OriginalAmount="340.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.852555" Longitude="2.319179" StarRating="3" HotelCode="78730|FR001888" HotelName="Hôtel de Suède" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue Vaneau, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/06/dd06b21e292878b57a5a513ed5e19a107a3f2c5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful residential district within walking distance of Saint-Germain-d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="352.94" OriginalAmount="342.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.853493356606" Longitude="2.3092123091926" StarRating="3" HotelCode="110465|FR006654" HotelName="Hôtel de France Invalides" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de La Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/79/827917c0f89ee9131433feb024ac3c90d83df69d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="354.79" OriginalAmount="344.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.838969932346" Longitude="2.3456507921219" StarRating="4" HotelCode="63700|FR001238" HotelName="Hotel Seven Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/e1/23e1e5a00ce67202f5a509ef52b9681b67c100bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city's 5th district, next to the Barrio Latino and Rue Mouffetard, in a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="355.14" OriginalAmount="344.8" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873962" Longitude="2.346864" StarRating="3" HotelCode="76924|FR043585" HotelName="Aida Opera Hotel" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Richer, alternativ: 17 Rue Du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae09a079c5e494472631145f3d3a4300b3a3a4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the middle of Paris, in one of the most lively districts of the city, close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="362.42" OriginalAmount="351.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.845372519215" Longitude="2.3752677440643" StarRating="4" HotelCode="15231|FR003698" HotelName="Novotel Paris Gare de Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a6/44a69685bcd0ec8cff96dea48a7c7d124b44fe72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right by the Gare de Lyon railway station, a 10-minute walk from the Bastille a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="364.15" OriginalAmount="353.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84450406079" Longitude="2.3729449510574" StarRating="4" HotelCode="35943|FR003718" HotelName="Mercure Paris Gare de Lyon TGV Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 place Louis Armand, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/b3/3fb3f5b58e51cb1a48c621f33a57b875db7e8627.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located behind the clock tower of the Gare du Lyon station. Its location guarantees gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="366.70" OriginalAmount="356.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875039329539" Longitude="2.3048329353333" StarRating="4" HotelCode="337164|FR000012" HotelName="Champs Elysees Friedland" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/bd/24bdd94ffa91ad684a97a955866adc5cc29b20a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Paris on a famous street, within paces of the Champs-Él...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="371.23" OriginalAmount="360.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.872199932948" Longitude="2.3250648379326" StarRating="3" HotelCode="74029|FR037630" HotelName="Best Western Hôtel Folkestone Opera" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Castellane, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5b/4c5b87db159176a3130d086a856a75aec700b807.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="371.99" OriginalAmount="361.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869059" Longitude="2.297245" StarRating="4" HotelCode="78991|FR046900" HotelName="Bassano" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/b4/0cb49fbddbc31dfd5ce47dc8e71c70cd33652dbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel offers luxury accommodation in the elegant 16th arrondissement of Paris...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="379.51" OriginalAmount="368.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.837676" Longitude="2.306316" StarRating="3" HotelCode="906469|FR083676" HotelName="Holiday Inn Paris - Montparnasse Pasteur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Gager Gabillot, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/15/ea15d2d227d0f853b129b1068879c400221aba4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 15 minutes walking distance from Montparnasse train station and tower, Les Inva...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="380.73" OriginalAmount="369.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.886612238773" Longitude="2.358820438385" StarRating="4" HotelCode="66362|FR000835" HotelName="Kube" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-5 Passage Ruelle, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/bf/5abf5247d652e70aa48ddf47090e57110ba4242d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of the 18th district, a few steps from Montmartre, this futuristic hotel is tu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="382.50" OriginalAmount="371.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874677688105" Longitude="2.30578109622" StarRating="3" HotelCode="15940|FR022992" HotelName="Hôtel Plaza Elysées" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Free CXL until 31/12/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/e6/b8e68b055ee79c2505c45653751631913fc275d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Paris, some 200 m from the Champs Elysées. The George V métro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="383.23" OriginalAmount="372.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873165822194" Longitude="2.3252552747726" StarRating="3" HotelCode="32566|FR002273" HotelName="Cordélia" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Greffuhle, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/28/0228f136c6a831f5e15b5e89d2e8735c077e1290.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A few steps away from the well-known Galeries Lafayette and Le Printemps department stores, the hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="388.45" OriginalAmount="377.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871774759351" Longitude="2.349269092083" StarRating="4" HotelCode="13508|FR005792" HotelName="Hôtel L'Échiquier Opéra Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue De L'Echiquier, 75010 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/92/0b92d6a0ca2ef9064e96a6c583158c9a8448489f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located close to the 'Grands Boulevards' and the opera house in Paris. The nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="389.98" OriginalAmount="378.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848558502953" Longitude="2.2987604141235" StarRating="3" HotelCode="89350|FR030945" HotelName="Hotel Grenelle" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>140-142 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/zz/43ad4197fd6f6a5eeb3a96e2f182d4f53325805b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="390.16" OriginalAmount="378.8" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875104601129" Longitude="2.3583644628525" StarRating="2" HotelCode="59524|FR081834" HotelName="Sibour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Sibour, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a1/12a1b1944b1304efa5b8bf58c1b5e3b42d2cac05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="392.70" OriginalAmount="381.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.881076591215" Longitude="2.3653542995453" StarRating="3" HotelCode="11353|FR004493" HotelName="Paris Louis Blanc" Meals="ROOM ONLY,BREAKFAST INCLUDED,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Rue du Faubourg St Martin, 75010 Paris-10, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/15/8e154ae25a0b96f102d4fe46682588cde59357f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Rue du Faubourg Saint Martin and very close to both Gare du Nord and Gare d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="392.92" OriginalAmount="381.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8748754" Longitude="2.3260143" StarRating="4" HotelCode="14788|FR003705" HotelName="Mercure Paris Opéra Garnier Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de L'isly, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/d9/69/d969c6596fbd3cfea812c70c5b7469cfdb00ede9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the French capital, just a short distance from the Opéra Garnier and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="393.11" OriginalAmount="381.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.863957353267" Longitude="2.3659693877315" StarRating="4" HotelCode="101121|FR000849" HotelName="1K Hotel Paris" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard du Temple, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/0c/b50cabf2f5fa30cdac4d2d686dd7fa1543bcaa74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Marais, one of city's oldest and most fashionable districts, this futuristic hotel is onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="395.25" OriginalAmount="383.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866293080173" Longitude="2.3679431539828" StarRating="3" HotelCode="317179|FR005774" HotelName="Hôtel ibis Paris Avenue de la République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Rampon, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/65/d265161afae7800b1509a44d0a4a4b4307f898e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="398.20" OriginalAmount="386.6" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.845758" Longitude="2.371773" StarRating="3" HotelCode="110506|FR044967" HotelName="Terminus Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard Diderot, Gare de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/19/6b19e3f2a545af3c29b0e392f3c8c0b29b51ce7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="404.79" OriginalAmount="393.0" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87539514" Longitude="2.34435138" StarRating="5" HotelCode="593040|FR048433" HotelName="Hôtel Parister" Meals="BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Saulnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/85/28859c52da06a64b53712017df7e90be787e8b3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="407.86" OriginalAmount="395.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873072321402" Longitude="2.3425045609474" StarRating="3" HotelCode="29348|FR037618" HotelName="Best Western Hotel Opéra Drouot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Grange Batelière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/25/9e25b13ab5af4a5f6719d77e16df491a646d6c97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Paris hotel enjoys a central location near the Grevin Museum and the Palais Garnier opera house...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="408.99" OriginalAmount="397.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.851893954791" Longitude="2.3837665823316" StarRating="5" HotelCode="415420|FR005442" HotelName="Hôtel Paris Bastille Boutet - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Rue Faidherbe, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d5/d56e3f78d5cbec8e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the authentic Bastille district and near Marais, this new 5-star hotel lies within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="414.37" OriginalAmount="402.3" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866260406845" Longitude="2.3372340202331" StarRating="4" HotelCode="19326|FR008473" HotelName="Golden Tulip Washington Opera" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3f/de3fb3b5d5c642fed91f4d30d159746946dbd705.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the luxurious area of the 1st district and is to be found in amongst the fam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="416.18" OriginalAmount="404.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.873936756028" Longitude="2.350083142519" StarRating="3" HotelCode="337353|FR003800" HotelName="Mercure Paris Opera Grands Boulevards Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Petites Écuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/10/ac10d7e3aab4e2a4e0ff372177497c4cdc8c678c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located near to Les Grandes Boulevards and the Opera. It is not far from Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="417.01" OriginalAmount="404.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874336331476" Longitude="2.3321016132832" StarRating="3" HotelCode="34568|FR008649" HotelName="Antin Trinite" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Rue de Provence, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/52/175243b702b3e7782173195cf6b6ccaf8ad101a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris, only a few steps from Garnier opera house. An abundanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="418.26" OriginalAmount="406.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.878686173204" Longitude="2.3276502045453" StarRating="4" HotelCode="562278|FR020785" HotelName="LAZ ' Hotel &amp; Spa Urbain" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>17 rue de Milan, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/f7/53f71a997e631fcd759b0e0b13c9af367fc765d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="422.82" OriginalAmount="410.5" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.854701267207" Longitude="2.3710971259953" StarRating="2" HotelCode="935857|FR083760" HotelName="Daval" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Daval, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/5d/275d7de560334861cde1c7a4fa4fc1574aabd534.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="430.31" OriginalAmount="417.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.85434719" Longitude="2.39798889" StarRating="3" HotelCode="592812|FR047240" HotelName="Hotel Terre Neuve" Meals="BREAKFAST INCLUDED,ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Rue de Terre Neuve, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/40/644049d72003996b77eb4eb10562e19beaaab9f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="432.02" OriginalAmount="419.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870034" Longitude="2.360198" StarRating="3" HotelCode="97446|FR043588" HotelName="Aida Marais" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/12/2026" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Château d'Eau, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/ea/29ea624f15ff7101564b85c0d348410d15a5348a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in Paris near the Marais district. It is situated in a diverse and live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="434.68" OriginalAmount="422.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874777" Longitude="2.342763" StarRating="4" HotelCode="97700|FR009117" HotelName="Cadet Residence" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/d9/92d99ad31d4ee8a7f0d0614e88e5a4262c90493a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city apartment hotel is situated in one of the most typical areas of Paris. Rue Cadet is bustli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="439.34" OriginalAmount="426.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.850304412426" Longitude="2.3450624809857" StarRating="4" HotelCode="260007|FR003799" HotelName="Mercure Paris Notre Dame Saint Germain des Prés" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/11/6911c9786921a4da37fcc6b9b9ac719bf8ed0dc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive renovated hotel lies at the heart of the Rive Gauche, between Saint-Germain des Prés...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="441.03" OriginalAmount="428.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871069951175" Longitude="2.3395447432995" StarRating="4" HotelCode="47982|FR003697" HotelName="Mercure Paris Opéra Louvre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Rue de Richelieu, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/5a/6a5aea29bbe0082e7606914daf9f2cc132e5f07c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the centre of Paris, near the Opéra Garnier and department stores, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="442.20" OriginalAmount="429.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8495874" Longitude="2.3401602" StarRating="4" HotelCode="68017|FR007478" HotelName="Saint Paul Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/12/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Monsieur le Prince, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c2/20c2ef2385b44f7bc8bf9444fd578696437ebcad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="443.99" OriginalAmount="431.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869047211254" Longitude="2.3028279840946" StarRating="4" HotelCode="38418|FR047393" HotelName="Chateau Frontenac" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Pierre Charron, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/e5/d9e51291b0c9806aeae419a8d5346bdd05369df7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an exquisite, peaceful location within a short distance of the Champs Elysées...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="450.67" OriginalAmount="437.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.874358715335" Longitude="2.3420964072276" StarRating="3" HotelCode="24547|FR003730" HotelName="Hôtel ibis Paris Grands Boulevards Opéra 9ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue du Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/0b/ef0b74f2133f9bd026e7772ab92fc674cd2e6c3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="459.71" OriginalAmount="446.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.833595" Longitude="2.317705" StarRating="3" HotelCode="79992|FR070614" HotelName="Le 55 Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue de Plaisance, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/06/1b0675f799877de2bdf4c23151fb43f63016153f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="460.06" OriginalAmount="446.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.864013383152" Longitude="2.3341628909111" StarRating="4" HotelCode="33470|FR001220" HotelName="Normandy" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de l’Echelle, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/a0/36a0065ad8b0a0c89d34eca06c5e96335b29b111.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is exceptionally situated, near the Louvre Museum and on the corner of the street St. Hono...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="466.49" OriginalAmount="452.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.8865222905" Longitude="2.3094262182713" StarRating="3" HotelCode="34956|FR030224" HotelName="Glasgow Monceau" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Felicite, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/8e/858e0bb89049704ef72671cb8d0e248f730f5d26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is centrally located near to the Champs-Élysées and the enchanting Parc Monc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="475.18" OriginalAmount="461.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.838325645712" Longitude="2.2904708208808" StarRating="4" HotelCode="14789|FR003673" HotelName="Mercure Paris 15 Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Lambert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f2/b8f20a2e6f77d7814d870a347e4404cfa3a289c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="478.91" OriginalAmount="464.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.863790175054" Longitude="2.2866515815258" StarRating="3" HotelCode="24418|FR037611" HotelName="Best Western au Trocadéro" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2026" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Avenue Raymond Poincare, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/cc/8fccd339a6f915da6df4795def914fb108dc7771.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="480.82" OriginalAmount="466.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.838826937191" Longitude="2.2894021868706" StarRating="3" HotelCode="29128|FR003767" HotelName="Ibis Styles Paris 15 Lecourbe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 rue de La Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/31/1b31decf78714c400888ff1b1c8863655e06477f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located at the heart of Paris, close to the Eiffel Tower and the Porte de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="481.50" OriginalAmount="467.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.854733" Longitude="2.324234" StarRating="3" HotelCode="101177|FR001715" HotelName="Saint Germain" Meals="BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 rue du Bac, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4d/064dd56c4ac15f2f18e92c86a938b387921d8ea6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the historical quarter of Saint Germain des Prés, a small area within the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="482.86" OriginalAmount="468.8" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87598" Longitude="2.342063" StarRating="3" HotelCode="14090|FR003771" HotelName="ibis Paris Opéra la Fayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/c1/59c1f27d48a407ce0f752126e0357a72e139d6ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located at the heart of Paris, with countless shopping venues, bars, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="487.95" OriginalAmount="473.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.860602" Longitude="2.346566" StarRating="4" HotelCode="15238|FR003669" HotelName="Novotel Paris Les Halles" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Place Marguerite de Navarre, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c1/88c1673e1666a54a55d9b37b1c492b1e4e0540f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="491.43" OriginalAmount="477.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875597" Longitude="2.325543" StarRating="4" HotelCode="47693|FR048426" HotelName="Hilton Paris Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Saint Lazare, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/90/df9077748ca4c167760731c7f8ccb81e4b933d9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated is a wonderful, central location, close to the opera and the large department...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="507.38" OriginalAmount="492.6" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.84376294" Longitude="2.28875665" StarRating="4" HotelCode="731748|FR034539" HotelName="Hôtel Rose Bourbon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue de l'Église, 15ème Arrondissement, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/65/4b65de721326beda74fd50abff703430d594ef7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for the gay community, this comfortable hotel is located in Arr14/15:Montparnasse-T. Eiffel....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="508.70" OriginalAmount="493.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.868635243297" Longitude="2.298489511013" StarRating="4" HotelCode="12111|FR046899" HotelName="Elysees Regencia" Meals="BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 avenue Marceau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/4b/b54bef464abce87f25e97f84d8d65805f0c8fddc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Le Triangle d'Or (Golden Triangle) in Paris, this hotel is just 700 metres f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="523.12" OriginalAmount="507.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871804750968" Longitude="2.3235909640789" StarRating="3" HotelCode="15147|FR047402" HotelName="Vendome Opera Hotel" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis rue de l’Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/19/67197cc179606a42e717d41af14c46a42966195e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the business and tourism district. Guests can take advantage o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="525.03" OriginalAmount="509.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87219" Longitude="2.345265" StarRating="4" HotelCode="73727|FR026353" HotelName="Hotel Adèle &amp; Jules" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 et 4 bis Cité Rougemont, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ca/55ca13203a5902f7217dd95a85fe16a624bf9d00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris on a small, quiet street around 10 minutes from must-see ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="535.79" OriginalAmount="520.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.866383033032" Longitude="2.2893176972866" StarRating="5" HotelCode="10904|FR003727" HotelName="Sofitel Paris Baltimore Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Bis Avenue Kleber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/93/68930b6c60c8e75939b0f960c89d5503505347ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Paris’ most elegant district, near to the Champs-Élysées, the Arc de Triomph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="543.37" OriginalAmount="527.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.886543" Longitude="2.332909" StarRating="4" HotelCode="18219|FR048853" HotelName="Terrass" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Joseph de Maistre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/af/f7/aff7920d99a4d4958ec88c02e0c26b016a1f23c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Montmartre, within a short walk of must-see Parisian attractions such as the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="544.03" OriginalAmount="528.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.853218" Longitude="2.334475" StarRating="4" HotelCode="82828|FR026385" HotelName="Madison" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>143 Boulevard Saint Germain, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a8/0ba87716866e6fb66da53434415d8c0978526cb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated opposite Saint-Germain-des-Prés Church, the hotel is located in the heart of Paris' Latin Q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="552.72" OriginalAmount="536.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.871309928689" Longitude="2.2981838443874" StarRating="3" HotelCode="318608|FR044960" HotelName="Ekta Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Galilée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/41/04419f710f15d2e95e16f6505ff26f7d8f982a17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="554.90" OriginalAmount="538.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.882585055654" Longitude="2.3415677901783" StarRating="3" HotelCode="25176|FR003665" HotelName="Hôtel ibis Paris Sacré-Coeur 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/12/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Boulevard Rochechouart, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/80/d080cb43981f52ae3c2c591a9f7087cebe5c2b93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="558.12" OriginalAmount="541.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.844275" Longitude="2.323281" StarRating="3" HotelCode="82341|FR048930" HotelName="Terminus Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/3e/c93e0b24b8bede9c5bd9f67a870daa4b6e11e5f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="561.51" OriginalAmount="545.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.855595190221" Longitude="2.2927951812744" StarRating="4" HotelCode="33468|FR003766" HotelName="Hôtel Pullman Paris Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue de Suffren, Entrée au 22 rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/2f/8f2ff48f0ffbeed11aa5f51ca3bee140acfee336.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the fashionable Avenue de Suffren, this city and business hotel is just a stone’s throw ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="671.99" OriginalAmount="652.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.876791048358" Longitude="2.3075875639916" StarRating="5" HotelCode="34207|FR029278" HotelName="L'Hotel du Collectionneur" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51-57 Rue de Courcelles, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/28/2f28d60f4b14ece6e0b044a79cbf90ed0298ca28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the 8th district and faces the wonderful Parc Monceau. The Cham...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="697.56" OriginalAmount="677.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.836327104101" Longitude="2.3601615428925" StarRating="4" HotelCode="31197|FR001233" HotelName="Villa Lutèce Port Royal" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-52 bis Rue Jenner, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/4d/ff4daafba412c057a05f16a39de54fb1a4d988fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located close to the Place d`Italie and the French National Library. L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="734.39" OriginalAmount="713.0" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.849142856841" Longitude="2.3471908316656" StarRating="4" HotelCode="11326|FR006998" HotelName="Hôtel Les Bulles de Paris" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 29/12/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Garden,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/54/9754a3c4bb20f6c6d2b4378d8c11edc2d6184ab6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and warm establishment is situated in the heart of the Quartier Latin and Saint-Germain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="781.34" OriginalAmount="758.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.869090436818" Longitude="2.3220285773277" StarRating="5" HotelCode="17721|FR003689" HotelName="Sofitel Paris Le Faubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Boissy d'Anglas, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/4f/604f8e5a9affc1a479dfa788f1c2d8d2498ffab7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel lies at the heart of Paris, between the Place de la Concorde, the wonderfu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="802.49" OriginalAmount="779.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.891334755721" Longitude="2.3246041938291" StarRating="3" HotelCode="377824|FR006578" HotelName="Hôtel Le Mireille" Meals="ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Davy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/23/542392d168839856b7d4229fa88f1ffe6c6d208f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="849.36" OriginalAmount="824.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.870395125533" Longitude="2.3297211527824" StarRating="5" HotelCode="17368|FR003664" HotelName="Sofitel Le Scribe Paris Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Scribe, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/ef/30ef395ee3363cd47d81629cfe63cc330545c1ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city, the family-friendly hotel is located just a few metres from Opera Garnier ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="888.60" OriginalAmount="862.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.844943587363" Longitude="2.325145304203" StarRating="3" HotelCode="337261|FR033630" HotelName="Royal Saint Germain" Meals="BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/db/f1db9f7419bfb6260f28e0b96766fcae8d5aa6f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has an ideal location. Many tourist attractions as well as restaurants, bars and nightclu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="923.00" OriginalAmount="896.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.89118175087" Longitude="2.3390538990498" StarRating="2" HotelCode="200878|FR047276" HotelName="The Originals Paris Montmartre Apolonia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 Rue Marcadet, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/19/3e199790e106d20b1d24c9df6cde24ea2ca8c9bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This privately-run hotel is centrally located at the heart of the famous Montmartre district of Pari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="945.58" OriginalAmount="918.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87928" Longitude="2.29596" StarRating="4" HotelCode="18989|FR000850" HotelName="Villa Alessandra" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Place Boulnois, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f0/b4f0819fd06fd1d6070d1363bddf45b6f26569aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel enjoys a peaceful location in an elegant district of the city, only around 500 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1428.82" OriginalAmount="1387.2" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.848782" Longitude="2.341076" StarRating="3" HotelCode="18683|FR020555" HotelName="Trianon Rive Gauche" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/dd/d1dd1a7156fcca6af0886c8cda37fae6103a1ab4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly opposite the Sorbonne University in the Marais district of Paris. Res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1482.48" OriginalAmount="1439.3" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.86959" Longitude="2.334625" StarRating="4" HotelCode="79267|FR008474" HotelName="Golden Tulip Opera de Noailles" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de la Michodière, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f1/56f1e5e9a3f26e9cbbb62cab59f4f1a922bc2aec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1765.03" OriginalAmount="1713.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.823994" Longitude="2.327468" StarRating="3" HotelCode="154978|FR083694" HotelName="Virgina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66, Rue Pere Corentin, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/0e/820ee590592d5aed4f364d11709c336b05568c51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at de Port d'Orléans between the Montsouris Parc, Cité Universitaire and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1807.16" OriginalAmount="1754.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.875817290786" Longitude="2.300466299057" StarRating="5" HotelCode="16989|FR007300" HotelName="Le Royal Monceau - Raffles Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Hoche, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ec/04ec35766d5d2cbe802cd90724c1bce5f1e7ac2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1831.12" OriginalAmount="1777.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.858411" Longitude="2.34647" StarRating="3" HotelCode="110422|FR083758" HotelName="Hotel Elixir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Jean Lantier, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/be/91be6d191779c3eec91360f04ec3cf68ff16b13a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="2549.93" OriginalAmount="2475.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.87430369519" Longitude="2.3426225781441" StarRating="4" HotelCode="336399|FR007231" HotelName="Monsieur Cadet Hôtel &amp; Spa" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY,ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/dd/2bddb80137a466bf6f176ab623beb4a4a75589d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in a quarter close to the Les Grandes Boulevards. The Musée Grévin, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="2549.93" OriginalAmount="2475.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.861851839952" Longitude="2.3626251518726" StarRating="3" HotelCode="101180|FR037555" HotelName="Saintonge" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED,BREAKFAST INCLUDED" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16, rue Saintonge, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/3c/f83ca15a95e4fda269eafcdc73b12b50964577b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="3037.43" OriginalAmount="2948.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.863701" Longitude="2.29339" StarRating="5" HotelCode="165809|FR009806" HotelName="Shangri-La Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST,BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 avenue d'Iéna, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/d0/8dd02f7dbacd13e0b07f4b1a2ed49e31d0162567.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Paris, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="15962.65" OriginalAmount="15497.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.846572" Longitude="2.305486" StarRating="3" HotelCode="144521|FR005587" HotelName="Baldi" Meals="BREAKFAST INCLUDED,ROOM ONLY" BedType="ROOM ONLY,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/12/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42, Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/1f/8c1f29becc2f82c1f7950fc0bc7e32d816fb14fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Telephone Service,Bar,Central Heating,Conference Hall,Designated Smoking Area,Restaurant,Room Service,Shopping Arcade,Wheelchair Access,Laundry,Garden,Kitchen,Lounge,Massage Centre,Swimming Pool,Bicycle Rental,Nightclub,Currency Exchange,Sauna,Spa,Jacuzzi,Golf,Concierge,Dry Cleaning,Elevator,LCD/Projector,Pets allowed,Wake-up Call Service,Diet Meals</BasicAmenities>
    <HotelRating>1,2,3,4,5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,ECO HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,APARTMENT HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,CONFERENCE HOTEL,HOSTEL,HOTEL,AIRPORT HOTEL,SPA HOTEL</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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|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="f1bfacf9-e9ea-4202-85ff-6864ef409d52">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2027-01-06T00:00:00" End="2027-01-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="77340|FR001279" SourceId="75" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|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="f1bfacf9-e9ea-4202-85ff-6864ef409d52" TimeStamp="0001-01-01T00:00:00" HotelName="Best Western Nouvel Orléans Montparnasse" HotelCode="77340|FR001279" StarRating="4" GTCityId="39286" CountryCode="FR" CityName="Paris" CountryName="France" Address="25 avenue du Général Leclerc, 75014 Paris" PostCode="75014" PhoneNo="+33143278020" FaxNo="" Email="nouvelorleans@aol.com" CheckInTime="15:00" CheckOutTime="12:00" Latitude="48.831012030522" Longitude="2.3299178134919" SourceId="75" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: 1 Queen Bed, Non-Smoking, Standard Room, Twin Beds On Request|Room 2: 1 Queen Bed, Non-Smoking, Standard Room, Twin Beds On Request" FilterMealType="1 QUEEN BED, NON-SMOKING, STANDARD ROOM, TWIN BEDS ON REQUEST" RoomType="Room 1: Room Only|Room 2: Room Only" RoomTypeCode="C@_13$LP3$2281623#1#_#62.10~66.3a#2863764f,2281623#1#_#62.10~66.3a#2863764f$93544$21565e32b|FR001279|75|MjA1LjE2fEdCUHwyMy8xMi8yMDI2IDE2OjAw" OriginalAmount="205" TotalPrice="211.31" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/12/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-12-19T16:00:00" End="2027-01-02T23:59:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="205.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: 1 Queen Bed, Non-Smoking, Standard Room, Twin Beds On Request Non Refundable|Room 2: 1 Queen Bed, Non-Smoking, Standard Room, Twin Beds On Request Non Refundable" FilterMealType="1 QUEEN BED, NON-SMOKING, STANDARD ROOM, TWIN BEDS ON REQUEST NON REFUNDABLE" RoomType="Room 1: Room Only|Room 2: Room Only" RoomTypeCode="NRF_C@_13$15D$2281623#1#_#67.3a~6c.18#a58c642b,2281623#1#_#67.3a~6c.18#a58c642b$93544$21565e32b|FR001279|75|MjE2LjQ4fEdCUHwxNC8wNC8yMDI2IDAwOjAw" OriginalAmount="216" TotalPrice="222.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-14T13:49:22.0133168+01:00" End="2027-01-02T23:59:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="216.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: 1 Queen Bed, Non-Smoking, Standard Room, Twin Beds On Request|Room 2: 1 Queen Bed, Non-Smoking, Standard Room, Twin Beds On Request" FilterMealType="1 QUEEN BED, NON-SMOKING, STANDARD ROOM, TWIN BEDS ON REQUEST" RoomType="Room 1: Bed and Breakfast|Room 2: Bed and Breakfast" RoomTypeCode="C@_13$LP3B$2281623#1#_#6b.3~70.d#c91ff693,2281623#1#_#6b.3~70.d#c91ff693$93544$21565e32b|FR001279|75|MjI0LjI2fEdCUHwyMy8xMi8yMDI2IDE2OjAw" OriginalAmount="224" TotalPrice="230.99" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/12/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-12-19T16:00:00" End="2027-01-02T23:59:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="224.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: 1 Queen Bed, Non-Smoking, Standard Room, Twin Beds On Request Non Refundable|Room 2: 1 Queen Bed, Non-Smoking, Standard Room, Twin Beds On Request Non Refundable" FilterMealType="1 QUEEN BED, NON-SMOKING, STANDARD ROOM, TWIN BEDS ON REQUEST NON REFUNDABLE" RoomType="Room 1: Bed and Breakfast|Room 2: Bed and Breakfast" RoomTypeCode="NRF_C@_13$15DB$2281623#1#_#77.5~7c.58#f114c4eb,2281623#1#_#77.5~7c.58#f114c4eb$93544$21565e32b|FR001279|75|MjQ5Ljc2fEdCUHwxNC8wNC8yMDI2IDAwOjAw" OriginalAmount="250" TotalPrice="257.25" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-14T13:49:22.0133168+01:00" End="2027-01-02T23:59:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="249.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/bf/83/bf83971f1a083c7c018f8b1ee4aeea6ca3fc32e2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4e/ed/4eed40b913cdf6b591984b27323ec4bedb9d8d9d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/89/ba/89baf46d5e3ab3e20bda3840ab668a60fa95b902.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b4/49/b4495124718dce7e42c103cf1dd73129c70a5a32.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/55/6b/556b6939905af9e24e5c41e728dd87596393872d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/11/07/1107b2eaec1cc93139ce00c4b03e0c2906939c67.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/62/fe/62fe7e68823eb5a23755bbe97af48ea247c67907.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9e/4e/9e4e6aab3da22cb6a56e6674acd7962dbf37c80b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8b/1c/8b1c03afbe0b382bb31e8c5fb611349e41ed6165.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ff/23/ff230432c0e1d374acce57f9e61d8dacceb33bdf.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d2/c0/d2c093ecfcfd6f935527dcc883886041a5c1cdea.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/52/bc/52bce4b47eed6b1a0f7aeda3086d3bffaeacb1e7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/cd/b6/cdb64e6b844d370cf34ad331a65c17ac1a8c9f5f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a8/ea/a8ea3f2ed410054cd3de8891d7b501b6c2414612.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c3/21/c32169ba92ef16b022c26c90e0607f28f63aca9d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2d/18/2d187f37602882abc5632f935a25ddaa9ecb06d8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9b/f1/9bf127995f147de15a2d4b7b5a91dce5ffa39a2a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/cb/87/cb87658a60d96c56b913113daee1d2482c47db13.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/58/ed/58edd0e211794cb44877e92445773e7c31cc8c3e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a7/1d/a71d2679ad97dd3de1e96568bfc2643356381c7b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/20/f6/20f6ba91850355a60199fcf5f5826be223632c25.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/63/cf/63cf2d14f6fefcd5e2fccf29e8a07d5d4b585e1f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2b/e7/2be738fe5362abfa77014f08735be25a6d6a9d16.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in the centre of Paris.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;42 rooms are available to guests at this hotel, which includes a lift and a reception desk. To ensure guests a comfortable and relaxing stay, the hotel provides various services and facilities, including a safe and a business centre. Wireless internet access allows guests to stay connected while on holiday. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain just the right temperature. A balcony or terrace is among the standard amenities of some rooms. There is also a safe and, for a fee, a minibar. Additional features include a refrigerator, a mini fridge and a tea/coffee station. A telephone, a TV and WiFi provide all the essentials for a comfortable holiday. Bathrooms include a hairdryer and are equipped with a shower and a bathtub. The hotel has family rooms and non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;A wellness area with massage treatments is available at the hotel. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;**National Rating**&lt;br /&gt;&lt;br /&gt;This property has received its official star rating from the French Tourism Development Agency, ATOUT France.&lt;br /&gt;&lt;br /&gt;**Know Before You Go**&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;No pets and no service animals are allowed at this property. &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;**Fees**&lt;br /&gt;&lt;br /&gt;The following fees and deposits are charged by the property at time of service, check-in, or check-out. &lt;br /&gt;  &lt;br /&gt;Fee for buffet breakfast: EUR 13 per person (approximately)&lt;br /&gt;       &lt;br /&gt;Self parking fee: EUR 17 per night&lt;br /&gt;                        &lt;br /&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &lt;br /&gt;&lt;br /&gt;**Mandatory Fees and Taxes**&lt;br /&gt;&lt;br /&gt;You&amp;#39;ll be asked to pay the following charges at the property:&lt;br /&gt; &lt;br /&gt;A tax is imposed by the city: EUR 2.53 per person, per night. This tax does not apply to children under 18 years of age. &lt;br /&gt; &lt;br /&gt;We have included all charges provided to us by the property. However, charges can vary, for example, based on length of stay or the room you book.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>33-1-43353657</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>33-1-43278020</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>42</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|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="f1bfacf9-e9ea-4202-85ff-6864ef409d52">
  <Rooms>
    <Room RoomType="Room 1: Room Only" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: Room Only" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="77340|FR001279" SourceId="75" RoomTypeCode="C@_13$LP3$2281623#1#_#62.10~66.3a#2863764f,2281623#1#_#62.10~66.3a#2863764f$93544$21565e32b|FR001279|75|MjA1LjE2fEdCUHwyMy8xMi8yMDI2IDE2OjAw" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2027-01-06T00:00:00" End="2027-01-07T00: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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|InfiniteBlock|successfully done supplier prebooking||Infinite|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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|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="f1bfacf9-e9ea-4202-85ff-6864ef409d52">
  <Rooms>
    <Room RoomType="Room 1: Room Only" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: Room Only" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="77340|FR001279" SourceId="75" RoomTypeCode="C@_13$LP3$2281623#1#_#62.10~66.3a#2863764f,2281623#1#_#62.10~66.3a#2863764f$93544$21565e32b|FR001279|75|MjA1LjE2fEdCUHwyMy8xMi8yMDI2IDE2OjAw" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2027-01-06T00:00:00" End="2027-01-07T00: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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|InfiniteBlock|successfully done supplier prebooking||Infinite|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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|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="2026-12-18T16:00:00" End="2027-01-02T23:59:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="211.31" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>
Unless otherwise specified city and/or stay taxes may be payable upon check-out at hotel front desk.. 
 Not included: 
CITY_TAX-&gt; £14.72. 

</ImportantInfo>
  <TotalAmount>211.31</TotalAmount>
  <TraceId>f1bfacf9-e9ea-4202-85ff-6864ef409d52</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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|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="f1bfacf9-e9ea-4202-85ff-6864ef409d52">
  <Rooms>
    <Room RoomType="Room 1: Room Only" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: Room Only" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="77340|FR001279" SourceId="75" RoomTypeCode="C@_13$LP3B$2281623#1#_#6b.3~70.d#c91ff693,2281623#1#_#6b.3~70.d#c91ff693$93544$21565e32b|FR001279|75|MjI0LjI2fEdCUHwyMy8xMi8yMDI2IDE2OjAw" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2027-01-06T00:00:00" End="2027-01-07T00: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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|InfiniteBlock|successfully done supplier prebooking||Infinite|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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|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="f1bfacf9-e9ea-4202-85ff-6864ef409d52">
  <Rooms>
    <Room RoomType="Room 1: Bed and Breakfast" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: Bed and Breakfast" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="77340|FR001279" SourceId="75" RoomTypeCode="C@_13$LP3B$2281623#1#_#6b.3~70.d#c91ff693,2281623#1#_#6b.3~70.d#c91ff693$93544$21565e32b|FR001279|75|MjI0LjI2fEdCUHwyMy8xMi8yMDI2IDE2OjAw" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2027-01-06T00:00:00" End="2027-01-07T00: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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|InfiniteBlock|successfully done supplier prebooking||Infinite|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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|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="2026-12-18T16:00:00" End="2027-01-02T23:59:00">
        <AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="230.99" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>
Unless otherwise specified city and/or stay taxes may be payable upon check-out at hotel front desk.. 
 Not included: 
CITY_TAX-&gt; £14.72. 

</ImportantInfo>
  <TotalAmount>230.99</TotalAmount>
  <TraceId>f1bfacf9-e9ea-4202-85ff-6864ef409d52</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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="f1bfacf9-e9ea-4202-85ff-6864ef409d52" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Bed and Breakfast" BoardBasis="Room 1: 1 Queen Bed, Non-Smoking, Standard Room, Twin Beds On Request" TotalAdult="1" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Prem" LastName="Kumar" DOB="20010414" Age="25" />
      </Adults>
    </Room>
    <Room RoomType="Room 2: Bed and Breakfast" BoardBasis="Room 2: 1 Queen Bed, Non-Smoking, Standard Room, Twin Beds On Request" TotalAdult="1" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Usman" LastName="Khan" DOB="20010414" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="77340|FR001279" SourceId="75" RoomTypeCode="C@_13$LP3B$2281623#1#_#6b.3~70.d#c91ff693,2281623#1#_#6b.3~70.d#c91ff693$93544$21565e32b|FR001279|75|MjI0LjI2fEdCUHwyMy8xMi8yMDI2IDE2OjAw" TotalPrice="230.99" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2027-01-06T00:00:00" End="2027-01-07T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>SHikha</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Prem</FirstName>
    <LastName>Kumar</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>96</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo>+44 (0) 20 8569 8080</SupportNo>
    <Title>Mr</Title>
  </MHLInfo>
</HotelBookRQ>||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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Prem</FirstName>
  <LastName>Kumar</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>96</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo>+44 (0) 20 8569 8080</SupportNo>
  <Title>Mr</Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>SHikha</AgencyReference>
  <AgentMinCnxDate>2026-12-18T16:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2026-12-18T16:00:00" End="2027-01-02T23:59:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="230.99" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2027-01-06T00:00:00</CheckIn>
  <CheckInTime />
  <CheckOut>2027-01-07T00:00:00</CheckOut>
  <CheckOutTime />
  <CostAmountInSalesCurrency>224.26</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>france</CountryName>
  <PostCode>75014</PostCode>
  <Rooms>
    <Rooms>
      <Adults>1</Adults>
      <BoardBasis>Room 1: 1 Queen Bed, Non-Smoking, Standard Room, Twin Beds On Request</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Prem Kumar</GuestName>
      <RoomType>Room 1: Bed and Breakfast</RoomType>
    </Rooms>
    <Rooms>
      <Adults>1</Adults>
      <BoardBasis>Room 2: 1 Queen Bed, Non-Smoking, Standard Room, Twin Beds On Request</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Usman Khan</GuestName>
      <RoomType>Room 2: Bed and Breakfast</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>230.99</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>224.26</SupplierAmount>
  <SupplierCurrency>GBP</SupplierCurrency>
  <SupplierId>6300</SupplierId>
  <SupplierMinCnxDate>2026-04-14T13:52:32.8660771+01:00</SupplierMinCnxDate>
  <SupplierName>Infinite</SupplierName>
  <_address>25 avenue du Général Leclerc, 75014 Paris</_address>
  <_cityName>Paris</_cityName>
  <_fax />
  <_hotelName>Best Western Nouvel Orléans Montparnasse</_hotelName>
  <_phoneNo1>+33143278020</_phoneNo1>
</Hotel> Response:-<Root><FileBookingId>260430517</FileBookingId><BookingId>41885</BookingId></Root>||FalseSystem.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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|InfiniteBook|successfull supplier interation||Infinite|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
f1bfacf9-e9ea-4202-85ff-6864ef409d52|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>260430517</FileBookingId>
  <Status>Success</Status>
  <SupplierRef>CF-JCTUNK/1</SupplierRef>
</HotelBookRS>||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
a6b8a0d8-8943-46dc-8ece-db3750b17399|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="a6b8a0d8-8943-46dc-8ece-db3750b17399">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="76952" DestinationId="0" CityId="0" />
    <StayDateRange Start="2027-02-04T00:00:00" End="2027-02-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" 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
a6b8a0d8-8943-46dc-8ece-db3750b17399|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>a6b8a0d8-8943-46dc-8ece-db3750b17399</RecordID>
    <ShortText>No Record Found!</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||True