<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
f9d8aa23-7017-4612-943d-3bce46581ab7|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="f9d8aa23-7017-4612-943d-3bce46581ab7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="9" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
f9d8aa23-7017-4612-943d-3bce46581ab7|TravcoSearch|supplier interation failed||Travco|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
f9d8aa23-7017-4612-943d-3bce46581ab7|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
f9d8aa23-7017-4612-943d-3bce46581ab7|MikiSearch|successfull supplier interation||Miki|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
f9d8aa23-7017-4612-943d-3bce46581ab7|TravellandaSearch|successfull supplier interation||Travellanda|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
f9d8aa23-7017-4612-943d-3bce46581ab7|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-06-16T06:54:55.8847279+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f9d8aa23-7017-4612-943d-3bce46581ab7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="3061.02" OriginalAmount="3001.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|new_west_inn_amsterdam" HotelName="New West Inn" 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,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/f8/def81e3aa1d6aea7451c53995edd65cf763bc021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3103.79" OriginalAmount="3042.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|45494" HotelName="Best Western Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/42/e94265ecc9983b0854c6be13a3938841f1346ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3938.05" OriginalAmount="3860.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|2906795" HotelName="Conscious Hotel The Tire Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/1b/9c1bd32298c599bc084722b44cda3e20ba417655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4137.94" OriginalAmount="4056.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|2370735" HotelName="Leonardo Royal Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/c5/5ec5d65d26f259c3c3fed9f2ee89fd02718e5f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4611.63" OriginalAmount="4521.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|591741" HotelName="Fletcher Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/1c/3d1cb1b8080c9f4624f8effdcc9bb646f3249464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4644.16" OriginalAmount="4553.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|861065" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81d9fcc05a903553/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4695.08" OriginalAmount="4603.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3" HotelCode="376492|1844588" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/13/5b1391a381be9b9ea3e9cdc90a84965d13fcd5df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4722.60" OriginalAmount="4630.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348917" Longitude="4.908607" StarRating="2" HotelCode="71422|flipper" HotelName="Flipper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Borssenburgstraat 5, 1078 VA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/be/2fbeea23ce1b9a9b3bf0856f42d831460ace02f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the southern part of the centre of Amsterdam, just a 5-minute trip on public transport f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="4767.09" OriginalAmount="4673.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335183372878" Longitude="4.9137425422669" StarRating="4" HotelCode="318143|CAG726600" HotelName="Mercure Hotel Amsterdam City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 10, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/9a/de9a1d9fab7f42a959322e05e1673a55a2a72f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern upmarket hotel lies in the south of the city, close to Amsterdam Arena and the A2 Utrech...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4845.36" OriginalAmount="4750.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353535" Longitude="4.871992" StarRating="3" HotelCode="337317|17404" HotelName="The Alfred Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cornelis Schuytstraat 58-60, 1071 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/dd/8fdd026756f843908004c030f5706480c4be9928.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in an ivy-covered building located just a short distance from the lively...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4875.41" OriginalAmount="4779.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|2906035" HotelName="Conscious Hotel Westerpark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/45/864590681e12dbef1da5db1b808ff5e3fc70a01e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4935.29" OriginalAmount="4838.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353746928084" Longitude="4.9119412772336" StarRating="3" HotelCode="313022|683894" HotelName="Volkshotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wibautstraat 150, 1091 GR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/44/544486ddd1f59c2c543853185a4b84fe945f00ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5126.52" OriginalAmount="5026.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38424267" Longitude="4.90393048" StarRating="2" HotelCode="388540|clinknoord__hostel" HotelName="Clink Noord Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Badhuiskade 3, 1031 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/b3/7fb3a801f3f21906dcff9d6b46af042ec2d81676.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5220.68" OriginalAmount="5118.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|1727398" HotelName="Amadi Panorama Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/82/6582a9803115fd62acfa3649974d0eeac0019230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5317.94" OriginalAmount="5213.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|17523" HotelName="Dutch Design Hotel Artemis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/07/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>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c1c48cf53b9d30a067cc74479cc6da73de5f1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5357.00" OriginalAmount="5251.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362872" Longitude="4.876461" StarRating="3" HotelCode="186137|296443" HotelName="Hotel Espresso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 57, 1054 HC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/b0/e1b010283f767042298106b7aa88102a49107b09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5375.63" OriginalAmount="5270.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360991118708" Longitude="4.8829782431889" StarRating="3" HotelCode="337174|185604" HotelName="Hotel Cornelisz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 24, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/0a/9a0aae34f7ade53ba2e55ac87243f975c44a81a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the most exclusive shopping street in the city, close to Amsterdam's most i...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5394.78" OriginalAmount="5289.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36125467" Longitude="4.881606" StarRating="3" HotelCode="211216|hotel_vossius_vondelpark" HotelName="Vossius Vondelpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 8/9, 1071 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c1/09c1a1244ab62427144a9de51d3ce2010dcfc0ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 39 rooms. Most of the storeys can be reached by lift. Services and fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="5413.37" OriginalAmount="5307.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372127663755" Longitude="4.8939210176468" StarRating="3" HotelCode="16717|2596080" HotelName="Rho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 05-23, 1012  KC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/90/72902923237b916c0f094a684b1e402f5afe0c73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Old Town on a quiet side street, a few steps from the histo...</HotelDescription>
        <Offer>Discount:GBP53.61</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5490.66" OriginalAmount="5383.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.375506" Longitude="4.895853" StarRating="1" HotelCode="337248|hotel_manofa_2" HotelName="Manofa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 47-48, 1012 LL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/81/0f811621970ad17f38ec82cd288afe4b1b2dc489.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated directly at the Damrak, within a few minutes' walk of Rembrandt Square, Leidse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5499.84" OriginalAmount="5392.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38732408" Longitude="4.83522673" StarRating="0" HotelCode="943545|citadines_sloterdijk_station_amsterdam" HotelName="Citadines Sloterdijk Station Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 3, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/eb/96eb453d95b8c444de19761b201b982405ea47d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5620.20" OriginalAmount="5510.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358985" Longitude="4.893583" StarRating="2" HotelCode="116303|kap" HotelName="Kap" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Den Texstraat 5b, 1017 XW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/33/8333b91544546f6542f17ab7b7fdfab0af3a81dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5632.18" OriginalAmount="5521.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="3" HotelCode="677840|775387" HotelName="Hotel Levell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0a/ac0a612cf4778d0693dc405e5d2f218fa8424607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5642.88" OriginalAmount="5532.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|189635" HotelName="Amsterdam ID Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1c/191ca8b9c5485da9f4803e74e5baaf36b9f0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5651.82" OriginalAmount="5541.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357985" Longitude="4.890528" StarRating="2" HotelCode="81840|hotel_vivaldi_4" HotelName="Blossoms City Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 76, 1072 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/40/8b40c767d74a1af60dff2728dfa340146f247d2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5662.02" OriginalAmount="5551.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348652" Longitude="4.765684" StarRating="4" HotelCode="69636|park_plaza_amsterdam_airport_2" HotelName="Park Plaza Amsterdam Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Melbournestraat 1, 1175 RM  Lijnden, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3c/c43c8efaec0571635059246181e0bd7973782886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located in the west of Amsterdam, only 5 km from Schiphol International Airpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5676.45" OriginalAmount="5565.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|121849" HotelName="WestCord Fashion Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fb/abfbd43d58e118ef8c967db0c375c4c69ee8f387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5748.72" OriginalAmount="5636.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361733242928" Longitude="4.9105657774473" StarRating="3" HotelCode="143266|hotel_allure" HotelName="Allure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatistraat 117-119, 1018 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/18/ca1814c570e278bd1202fa92bd16662a0c792ae7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5764.38" OriginalAmount="5651.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.364891631283" Longitude="4.8779150202049" StarRating="3" HotelCode="150171|2482685" HotelName="Hotel Jupiter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tweede Helmersstraat 14, 1054 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f7/f8f723fbb4601bf0a563995c06d3b42aaaa73c7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5881.32" OriginalAmount="5766.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|hotel_washington_2" HotelName="Washington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/6b/0d6ba016cc43f9ebca75061e4a2c1f6771d977d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5923.14" OriginalAmount="5807.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385501902765" Longitude="4.8326808884399" StarRating="3" HotelCode="333982|amsterdam_teleport_hotel" HotelName="Amsterdam Teleport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Heathrowstraat 3-5, 1043 CE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/9f/a49f2d074543a5813b503413d430dac9627b3915.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5972.79" OriginalAmount="5855.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="3" HotelCode="951173|2483545" HotelName="Olympic Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12, 1076 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/81/28813e802e5df54a2c32118ec6788f2b6515008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5975.55" OriginalAmount="5858.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360345472057" Longitude="4.8783812082713" StarRating="2" HotelCode="385722|686186" HotelName="The Flying Pig Uptown Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="24 Hour Front Desk,Bar,Designated Smoking Area,Elevator,Internet,Kitchen,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46, 1071 AJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c83ad5b5b0e5bbbc83446392b88079d93a70f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;The Flying Pig Uptown Hostel is in the heart of Amsterdam, walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5982.30" OriginalAmount="5865.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3649572" Longitude="4.880067" StarRating="2" HotelCode="154214|hotel_titus" HotelName="Titus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 74, 1017 PM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/3c/593c1061eaa2a8f00e9c6371750884ca7e49e46a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6002.28" OriginalAmount="5884.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362107406324" Longitude="4.8783124703484" StarRating="3" HotelCode="200950|47864" HotelName="Leonardo Hotel Amsterdam City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesselschadestraat 23, 1054 ET Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7683/a_7683_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the city centre and near to the Van Gogh Museum, the Rijksm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6094.08" OriginalAmount="5974.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|117322" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4d/af4dcb2a7bfe27f04378cef7d284db9c0211d12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6136.32" OriginalAmount="6016.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361117278711" Longitude="4.9006848427564" StarRating="2" HotelCode="116282|hotel_de_munck_2" HotelName="De Munck" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Achtergracht 3, 1017 WL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/10/261074bf35d44f9849dbaf45e7b76912498c40b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6188.92" OriginalAmount="6067.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.356398" Longitude="4.8783989999999" StarRating="2" HotelCode="38371|17535" HotelName="Trianon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jan Willem Brouwersstr 3-7, 1071 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/62/a1626ddc79b85e73249c4f1a205ca256d6ab77d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This captivating hotel is on a peaceful side street off the van Baerlestraat shopping street. From t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6190.89" OriginalAmount="6069.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37121531" Longitude="4.89017679" StarRating="3" HotelCode="284247|296975" HotelName="Nova Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 276, 1012 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/6b/946b5f72305b2b5531939b3de70795472fa0cc2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6262.80" OriginalAmount="6140.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.376066" Longitude="4.8966350000001" StarRating="2" HotelCode="116415|amsterdam_orange_tulip_hotel" HotelName="Orange Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 32, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/bf/20bf372e6a0a29fa18a59127ef624501efe6a5a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of the main streets of central Amsterdam, the Damrak. The location is id...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6262.80" OriginalAmount="6140.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37606271" Longitude="4.89668846" StarRating="2" HotelCode="934444|budget_dam_hotel" HotelName="Damhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 32, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/6a/d16a15f93d98813dbd9e07e1a1ba947d36d1de2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is only a 2-minute walk from Amsterdam central station and the bus station, and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6299.51" OriginalAmount="6175.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36965073" Longitude="4.88005577" StarRating="3" HotelCode="711127|2279565" HotelName="Melrose Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elandsgracht 92, 1016 TZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/a2/d2a29ea1a2f5583ab47429947734308770eb599e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6309.46" OriginalAmount="6185.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|2485335" HotelName="Hotel New Kit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9e/089e764d41c6a9672f92af9f8cb2a643debfbf99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6365.82" OriginalAmount="6241.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358182" Longitude="4.889771" StarRating="2" HotelCode="400757|symphony_budget_hotel_paganini" HotelName="Aston City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 68, 1072 AD Amsterdam, Oud-Zuid</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/9e/379e262d14aa3c86b0c4e405fc67e0f53a7eea2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a convenient location in the heart of Amsterdam, overlooking one of character...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6458.64" OriginalAmount="6332.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.365146558714" Longitude="4.8733229935169" StarRating="3" HotelCode="193898|mosaic_city_centre" HotelName="Hotel Mosaic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 16a, 1054 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/11/7711e9a44a7a9d10fe3bfdef1458b968da8058ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6529.65" OriginalAmount="6401.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|87265" HotelName="XO Hotels Blue Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/75/f875059412012fcb29355951252d62b38d06ec85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6664.17" OriginalAmount="6533.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|458025" HotelName="Crowne Plaza Amsterdam South" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/23/302366dec9389c37d6f247e9883a5ab46b13d96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6750.36" OriginalAmount="6618.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.365943952643" Longitude="4.8955864404754" StarRating="3" HotelCode="337222|hotel_atlanta_2" HotelName="Hotel Atlanta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtsplein 8-10, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/1b/1a1b9ba7ce31226b7c910a581df0c59341efb8fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam and over looks the eminent Rembrandtplein. Scores o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="6763.70" OriginalAmount="6631.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|CAU969900" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM - Plein 28, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5c/a95cac132d9561fbc63cecab621c80697e866d2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6765.53" OriginalAmount="6632.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|186341" HotelName="XO Hotels Park West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/86/6e865308e20bff1c37048d28dd741c0bcbb32acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6836.47" OriginalAmount="6702.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|370627" HotelName="XO Hotels Couture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1a/351ae3563f68338fd3536d6946e7c15b44d85abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6846.21" OriginalAmount="6711.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.376005" Longitude="4.901172" StarRating="3" HotelCode="12650|482085" HotelName="France Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Kolk 11, 1012 AL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/a5/7ca5da566f35970e6663da43697b1f8d937da4a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a modern building in the centre of Amsterdam. Some of the rooms offer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="6869.09" OriginalAmount="6734.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|CAI873300" HotelName="Mövenpick Amsterdam City Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6871.74" OriginalAmount="6737.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.363522" Longitude="4.886314" StarRating="3" HotelCode="68534|mozart" HotelName="Mozart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 518-520, 1017 KJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/b5/72b541734ea9c47b74d1ace915cea14f31dd5849.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6903.36" OriginalAmount="6768.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.374824107265" Longitude="4.8966812349402" StarRating="2" HotelCode="45368|travel" HotelName="Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Beurstraat 23, 1012 JV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0e/370e9b5f9a125566efaa37c7f01199074f22cf42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Amsterdam. Travel features a total of 32 guests rooms. This establishment ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6976.80" OriginalAmount="6840.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3549500625" Longitude="4.8770424" StarRating="3" HotelCode="78507|concert_inn" HotelName="The Concert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Lairessestraat 11, 1071 NR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/39/2139fd5f039a96a7dccbc70b749103ac94f21819.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7017.62" OriginalAmount="6880.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362245458387" Longitude="4.8984680324793" StarRating="2" HotelCode="193876|830405" HotelName="ITC Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 1051, 1017 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/a4/aca42a3f6d413ea817bd1b568850865c20e705bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7026.33" OriginalAmount="6888.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|104299" HotelName="XO Hotels Blue Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8c/ae8c691e4c69dbb7fc75da2bb39dddb15e8072be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7169.18" OriginalAmount="7028.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.308949440353" Longitude="4.7597776441803" StarRating="4" HotelCode="29262|20174" HotelName="Sheraton Amsterdam Airport Hotel and Conference Center" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiphol Boulevard 101, 1118 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/13/2d13794ebc3d244d6dcb3d3d0c9d2d51e6785437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;As a conference venue, the hotel is of international importance. The centre of Amsterdam can be reac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7252.20" OriginalAmount="7110.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359365871644" Longitude="4.8940745741129" StarRating="1" HotelCode="193930|sphinx_hotel_2" HotelName="Sphinx Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 82, 1017 XR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/7b/187b21e843ec16d2d00fa73262b56759b93fcd06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="7266.56" OriginalAmount="7124.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33328575" Longitude="4.91453469" StarRating="4" HotelCode="757211|86414180" HotelName="Hotel Amsterdam Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 20, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/1d/8e1d3d741f6c97dfd1144fc75af22126633f08af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Hotel is situated in Amsterdam. Situated within 6. 0 kilometre(s) from the town centre, ...</HotelDescription>
        <Offer>Discount:GBP71.96</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7278.72" OriginalAmount="7136.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360758226607" Longitude="4.9188441638237" StarRating="1" HotelCode="429373|generator_amsterdam" HotelName="Generator Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Banquet Hall,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Diet Meals,Meeting Room,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mauritskade 57, 1092 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/9e/979e75258a7590e0d0c7e3a68c4ad098fcdf8bd1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Generator Amsterdam is located in the up-and-coming eastern side of the city overlooking Oosterpark....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7284.75" OriginalAmount="7141.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|623306" HotelName="Twenty Eight" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8d/ea8da6ef0244cdf5c340e2c71c288b69d5a7d4d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7294.92" OriginalAmount="7151.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|CAY221000" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f4/8af4149f763a36c75e366dccfc9bc084864f93e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7334.31" OriginalAmount="7190.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.368308377123" Longitude="4.8796666822091" StarRating="3" HotelCode="11621|480855" HotelName="De Looier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3e Looiersdwarsstraat 75, 1016 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ea/f4ea0d611df542da480223fcf5060ab7828aac80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a nice part of the city centre known as the Jordaan (garden). The hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7460.28" OriginalAmount="7314.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357985" Longitude="4.900697" StarRating="3" HotelCode="89083|all_seasons_4" HotelName="Ibis Styles Amsterdam City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 135, 1074 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/71/7f71840bd9a9b5893a81014fe07fd97902143c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is located in the city centre, within walking distance of one of the major entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7481.78" OriginalAmount="7335.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.356965" Longitude="4.877437" StarRating="3" HotelCode="95617|126231" HotelName="XO Hotel Inner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wanningstraat 1, 1071 LA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef733b6345b63613fd50bfce1eba248391a12499.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The budget hotel is located in the centre of Amsterdam, close to Museum Square and Leidse Square as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7493.97" OriginalAmount="7347.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="97121|102663" HotelName="Hotel Roemer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10, 1054 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1d/531dd3ee8f302c4eb873d99b0b8824ae1a7fefb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location close to the lively Leidseplein square where guests can find re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7657.14" OriginalAmount="7507.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.365826506694" Longitude="4.8847546596803" StarRating="2" HotelCode="143433|amsterdam_downtown_hotel" HotelName="Amsterdam Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kerkstraat 25, 1017 GA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/71/8b712806b397f63063cea1ecca459a997865c571.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7931.36" OriginalAmount="7775.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3760433" Longitude="4.89638567" StarRating="3" HotelCode="974552|803155" HotelName="Hotel Van Gelder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 34, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c5/f8c58d95ea0271bf48ec5ab6deef4be73f7e229f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8184.48" OriginalAmount="8024.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3647606" Longitude="4.9042788" StarRating="2" HotelCode="148799|hotel_hermitage_amsterdam" HotelName="Hermitage Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Keizersgracht 16, 1018 DR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/b0/cab05c3faa299f27ab04f4aeb247bb900bc9a4c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8194.86" OriginalAmount="8034.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|293481" HotelName="St. Christopher's at the Winston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/99/b599c72cbfd70a9fb2698bcf2c160438718659ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8301.78" OriginalAmount="8139.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.35901047" Longitude="4.89787533" StarRating="3" HotelCode="466447|golden_mansion_apartment_amsterdam" HotelName="Golden Mansion City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Huidekoperstraat 21-23, 1017 ZL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b4/66b4fdbec19a7b867741c8cea877f0c5c3e2f6c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Golden Mansion Apartment Amsterdam places you in the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8393.89" OriginalAmount="8229.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.880936" StarRating="4" HotelCode="29315|228156" HotelName="American Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/da/da596e6f6c56b284/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a building with a listed Art Noveau façade, this well-known hotel is centrally located on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8478.83" OriginalAmount="8312.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372133" Longitude="4.894852" StarRating="2" HotelCode="101717|480835" HotelName="De Gerstekorrel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Central Heating,Fax,Golf,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 22, 1012 JM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8d/ca8d3e940c751ddd559b59fc2765d7a250e85003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the famous Dam Square, major shopping streets such as De Kalver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8482.88" OriginalAmount="8316.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="4" HotelCode="591230|2485385" HotelName="The Wittenberg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Keizersgracht 760, 1018VG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/e9/6ee9af7434a260a8d05315197ad7f0d37345a4b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8648.36" OriginalAmount="8478.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|619508" HotelName="Pestana Amsterdam Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/a3/a9a3a6356029c030d0b0dc015b33751d7d98fb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8948.51" OriginalAmount="8773.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|17874" HotelName="XO Hotels Van Gogh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0c/370c70742631abafaae5ed8294e1a5f068174a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9022.92" OriginalAmount="8846.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36830127" Longitude="4.92356095" StarRating="4" HotelCode="428729|yays_concierged_boutique_apartments_oostenburgergracht" HotelName="YAYS Oostenburgergracht - Concierged Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Oostenburgergracht 73, 1018 NC Amsterdam-Oost, Niederlande</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e1/7be1d9ae301e98571ec86acdddfaf358edc953da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at YAYS Concierged Boutique Apartments Oostenburgergra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9057.49" OriginalAmount="8879.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.374698" Longitude="4.903854" StarRating="5" HotelCode="387464|84498" HotelName="Grand Hotel Amrâth Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 108, 1011 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bc92ae67a1f6d73838a8a427f67d207af676e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a perfect location in Prins Hendrikkade in the city centre, only around 500...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9196.52" OriginalAmount="9016.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3759113" Longitude="4.8988722" StarRating="2" HotelCode="901508|1892985" HotelName="Old Quarter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 22, 1012 JD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/7e/737ee3da2789dcd65ec7d0bb264c53af60355f22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9252.42" OriginalAmount="9071.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362595951237" Longitude="4.880042345074" StarRating="5" HotelCode="336273|amsterdam_marriott_hotel" HotelName="Marriott Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 12, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9f/879fe0c7ff4730fc262f5a7645189d6a2e6ae46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel enjoys an ideal location across the street from Leidseplein's fine shopping, d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9310.29" OriginalAmount="9127.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|104298" HotelName="XO Hotels City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289b1c2dfac50e749de08d281a736e2b1c7c1c06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9457.44" OriginalAmount="9272.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367966" Longitude="4.8926300000001" StarRating="2" HotelCode="337231|hotel_des_arts_6" HotelName="Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156, 1012 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a5/5fa58649f8e4cae97b234b6e851a0158733dc204.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 17th century building, this hotel is centrally located between Dam Square and Munt Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9513.14" OriginalAmount="9326.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|252486" HotelName="Hotel V Frederiksplein" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/13/48132be6b4f46a562648211e53f569aa73ca3dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportuni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9885.33" OriginalAmount="9691.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36173969" Longitude="4.91160577" StarRating="5" HotelCode="533996|2382465" HotelName="Hyatt Regency Amsterdam" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatiestraat 104, 1018 GV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b8/9fb8bde25aa9b116716838f4f4429a55f1d11368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9926.86" OriginalAmount="9732.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|1540465" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72, 1012 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1c/aa1c513bbfffbefd7d7be6dc86671f3fbb52396e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just arou...</HotelDescription>
        <Offer>Discount:GBP98.31</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10290.52" OriginalAmount="10088.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37395" Longitude="4.905356" StarRating="2" HotelCode="76110|480795" HotelName="City Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 130, 1011 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6b/b06b7fa7528d59fa44838b9b5f50c6bfb18bc272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam next to Amsterdam Central Station and close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10334.30" OriginalAmount="10131.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|9396" HotelName="NH City Centre Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/11/d9115505eff4de45fe277db34c007cb3aae897f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10431.54" OriginalAmount="10227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.378158" Longitude="4.894374" StarRating="5" HotelCode="29270|renaissance_amsterdam_hotel" HotelName="Renaissance Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kattengat 1, 1012 SZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/13/0413e686abdbe9781f13356873ed0132b287a1cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel is situated in a strategic and central location. Links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10521.30" OriginalAmount="10315.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38407035" Longitude="4.88840731" StarRating="4" HotelCode="486682|yays_bickersgracht" HotelName="YAYS Concierged Boutique Apartments Bickersgracht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bickersgracht 1, 1013 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b5/96b5d3b8679643903487f3462286d75a3d029cb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10825.26" OriginalAmount="10613.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367003152497" Longitude="4.8969672649513" StarRating="3" HotelCode="143431|amstelzicht" HotelName="Amstelzicht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 104, 1017 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8a/878a333cf4b8c2fcb018febc27061a33dd758cb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="11144.15" OriginalAmount="10925.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|CAQ019300" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/08/8708ec7edbad7cc4ca973fbac9453b98387ecc74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="12771.88" OriginalAmount="12521.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|5881" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9, 1012 JS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/zz/aeadbfa05f1fef1e48408c0b16ae1fb5e989b7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="12888.30" OriginalAmount="12635.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|5894" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/9b/e39b5f415871894c3bfb4bf08d0300ab0d694327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13428.30" OriginalAmount="13165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38852428" Longitude="4.88860918" StarRating="3" HotelCode="602469|yays_concierged_boutique_apartments_zoutkeetsgracht_2" HotelName="Yays Zoutkeetsgracht Concierged Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Zoutkeetsgracht 114-118, 1013 LC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/1a/741a3a59b578fec007e38a2ce0bfac451d73c342.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YAYS Concierged Boutique Apartments - Zoutkeetsgra is a popular choice amongst travelers in Amsterda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13455.46" OriginalAmount="13191.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|461495" HotelName="Park Plaza Vondelpark, Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/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>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/23/f3235af5546fa8775f752c71088ef170b99f1c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13858.74" OriginalAmount="13587.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370633" Longitude="4.893014" StarRating="3" HotelCode="901948|rokin" HotelName="Rokin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 73, 1012 KL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ed/d0edf6a7cf8e4b1e340743eb9cba6d787e9f1b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city on a main street. It lies just a few steps from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="14109.84" OriginalAmount="13833.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.371164761838" Longitude="4.8954606056213" StarRating="5" HotelCode="18321|CAF565300" HotelName="Sofitel Legend The Grand Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/b1/fab1e3a0cbaba69db3724454ca8754822dfd5b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Amsterdam's historical centre, this city hotel is set between 2 pict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14403.25" OriginalAmount="14120.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38333999" Longitude="4.84639468" StarRating="2" HotelCode="497987|874300" HotelName="Dutchies Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sara Burgerthartstraat 21A, 1055 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/b9/22b97fb4e185200d5cf3d10fe99ebfaca173cd9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15339.35" OriginalAmount="15038.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|47524" HotelName="Okura Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc60d2ad3afd5eb3b415e9b5ae614781e7e2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15882.99" OriginalAmount="15571.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372774004203" Longitude="4.8897762444687" StarRating="5" HotelCode="317464|1608638" HotelName="W Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175, 1012 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a8/b9a833bd92b1b9036ebaa79c0bc1eaf0721bcee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="16122.52" OriginalAmount="15806.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377157993675" Longitude="4.8979738354683" StarRating="4" HotelCode="18933|5884" HotelName="Park Plaza Victoria Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 1-5, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de40051abb446abf1165a82fdd66c1cdbe83d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This extremely sophisticated hotel is centrally located opposite the main railway station. Public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="16993.47" OriginalAmount="16660.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|184057" HotelName="Andaz Amsterdam Prinsengracht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/80/eb8061f83bb88ac400491a1c3e641cd77d6d0630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18689.01" OriginalAmount="18322.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367620839981" Longitude="4.8943018913269" StarRating="5" HotelCode="11634|192166" HotelName="De L'Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 2-14, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/1e/541e520f390a89056d7bc8a40017807a152a5ca4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Amsterdam's old town on the banks of the River Amstel. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20492.42" OriginalAmount="20090.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|749535" HotelName="Conservatorium" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d4/47d4990262081209f212976928e5cb07072ccfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25824.14" OriginalAmount="25317.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|20034" HotelName="InterContinental Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ed/96ed5aaf375448fdbe6af942d62200330415c175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37380.96" OriginalAmount="36648" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.369247083416" Longitude="4.884224832058" StarRating="5" HotelCode="11307|749545" HotelName="The Dylan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 384, 1016 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/54/4f542b6f09b62180f59e0714e60347a8ed8f6fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is situated on the Keizersgracht, one of the main canals in Amsterdam. It is loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Designated Smoking Area,Jacuzzi,Swimming Pool,Lounge,Spa,Nightclub,Wheelchair Access,Golf,24 Hour Security,ATM/Cash Machine,Housekeeping,Meeting Room,Parking,Printer,Wake-up Call Service,Diet Meals,24 Hour Front Desk,Elevator,Kitchen,Library,Luggage Storage,24 Hour Power Supply,Banquet Hall,LCD/Projector,Dry Cleaning,Concierge,Vending Machine</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,APARTMENT,SPA HOTEL,FAMILY-FRIENDLY HOTEL,HOTEL DE CHARME,AIRPORT HOTEL,HOSTELS,HOSTEL</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
f9d8aa23-7017-4612-943d-3bce46581ab7|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="f9d8aa23-7017-4612-943d-3bce46581ab7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="9" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
f9d8aa23-7017-4612-943d-3bce46581ab7|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|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
f9d8aa23-7017-4612-943d-3bce46581ab7|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-06-16T06:55:38.9642255+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f9d8aa23-7017-4612-943d-3bce46581ab7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="3734.23" OriginalAmount="3661.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|17528|Bed &amp; Breakfast" HotelName="New West Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/f8/def81e3aa1d6aea7451c53995edd65cf763bc021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tra...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4026.98" OriginalAmount="3948.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|45494|Bed &amp; Breakfast" HotelName="Best Western Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/42/e94265ecc9983b0854c6be13a3938841f1346ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4695.08" OriginalAmount="4603.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3" HotelCode="376492|1844588|Bed &amp; Breakfast" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/13/5b1391a381be9b9ea3e9cdc90a84965d13fcd5df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5265.62" OriginalAmount="5162.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|2906795|Bed &amp; Breakfast" HotelName="Conscious Hotel The Tire Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/1b/9c1bd32298c599bc084722b44cda3e20ba417655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5386.23" OriginalAmount="5280.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|2370735|Bed &amp; Breakfast" HotelName="Leonardo Royal Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/c5/5ec5d65d26f259c3c3fed9f2ee89fd02718e5f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5594.81" OriginalAmount="5485.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|591741|Bed &amp; Breakfast" HotelName="Fletcher Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/1c/3d1cb1b8080c9f4624f8effdcc9bb646f3249464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5788.72" OriginalAmount="5675.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353535" Longitude="4.871992" StarRating="3" HotelCode="337317|17404|Bed &amp; Breakfast" HotelName="The Alfred Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cornelis Schuytstraat 58-60, 1071 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/dd/8fdd026756f843908004c030f5706480c4be9928.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in an ivy-covered building located just a short distance from the lively...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5916.03" OriginalAmount="5800.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|861065|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81d9fcc05a903553/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5972.79" OriginalAmount="5855.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="3" HotelCode="951173|2483545|Bed &amp; Breakfast" HotelName="Olympic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12, 1076 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/81/28813e802e5df54a2c32118ec6788f2b6515008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="6141.54" OriginalAmount="6021.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335183372878" Longitude="4.9137425422669" StarRating="4" HotelCode="318143|CAG726600|Bed &amp; Breakfast" HotelName="Mercure Hotel Amsterdam City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 10, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/9a/de9a1d9fab7f42a959322e05e1673a55a2a72f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern upmarket hotel lies in the south of the city, close to Amsterdam Arena and the A2 Utrech...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6157.60" OriginalAmount="6036.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|1727398|Bed &amp; Breakfast" HotelName="Amadi Panorama Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/82/6582a9803115fd62acfa3649974d0eeac0019230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6245.99" OriginalAmount="6123.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|2906035|Bed &amp; Breakfast" HotelName="Conscious Hotel Westerpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/45/864590681e12dbef1da5db1b808ff5e3fc70a01e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6400.42" OriginalAmount="6274.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360991118708" Longitude="4.8829782431889" StarRating="3" HotelCode="337174|185604|Bed &amp; Breakfast" HotelName="Hotel Cornelisz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 24, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/0a/9a0aae34f7ade53ba2e55ac87243f975c44a81a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the most exclusive shopping street in the city, close to Amsterdam's most i...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6760.69" OriginalAmount="6628.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|121849|Bed &amp; Breakfast" HotelName="WestCord Fashion Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fb/abfbd43d58e118ef8c967db0c375c4c69ee8f387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="6814.30" OriginalAmount="6680.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372127663755" Longitude="4.8939210176468" StarRating="3" HotelCode="16717|2596080|Bed &amp; Breakfast" HotelName="Rho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 05-23, 1012  KC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/90/72902923237b916c0f094a684b1e402f5afe0c73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Old Town on a quiet side street, a few steps from the histo...</HotelDescription>
        <Offer>Discount:GBP67.48</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6831.66" OriginalAmount="6697.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360345472057" Longitude="4.8783812082713" StarRating="2" HotelCode="385722|686186|Bed &amp; Breakfast" HotelName="The Flying Pig Uptown Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="24 Hour Front Desk,Bar,Designated Smoking Area,Elevator,Internet,Kitchen,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46, 1071 AJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c83ad5b5b0e5bbbc83446392b88079d93a70f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;The Flying Pig Uptown Hostel is in the heart of Amsterdam, walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6904.08" OriginalAmount="6768.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|17523|Bed &amp; Breakfast" HotelName="Dutch Design Hotel Artemis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/07/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>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c1c48cf53b9d30a067cc74479cc6da73de5f1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7033.48" OriginalAmount="6895.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362107406324" Longitude="4.8783124703484" StarRating="3" HotelCode="200950|47864|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesselschadestraat 23, 1054 ET Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7683/a_7683_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the city centre and near to the Van Gogh Museum, the Rijksm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7114.83" OriginalAmount="6975.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|117322|Bed &amp; Breakfast" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4d/af4dcb2a7bfe27f04378cef7d284db9c0211d12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7235.13" OriginalAmount="7093.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|4702015|Bed &amp; Breakfast" HotelName="Washington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/6b/0d6ba016cc43f9ebca75061e4a2c1f6771d977d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7263.15" OriginalAmount="7120.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="3" HotelCode="677840|775387|Bed &amp; Breakfast" HotelName="Hotel Levell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0a/ac0a612cf4778d0693dc405e5d2f218fa8424607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7273.36" OriginalAmount="7130.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37121531" Longitude="4.89017679" StarRating="3" HotelCode="284247|296975|Bed &amp; Breakfast" HotelName="Nova Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 276, 1012 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/6b/946b5f72305b2b5531939b3de70795472fa0cc2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7294.92" OriginalAmount="7151.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|CAY221000|Bed &amp; Breakfast" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f4/8af4149f763a36c75e366dccfc9bc084864f93e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7493.97" OriginalAmount="7347.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="97121|102663|Bed &amp; Breakfast" HotelName="Hotel Roemer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10, 1054 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1d/531dd3ee8f302c4eb873d99b0b8824ae1a7fefb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location close to the lively Leidseplein square where guests can find re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7610.46" OriginalAmount="7461.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|2485335|Bed &amp; Breakfast" HotelName="Hotel New Kit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9e/089e764d41c6a9672f92af9f8cb2a643debfbf99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7887.09" OriginalAmount="7732.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|189635|Bed &amp; Breakfast" HotelName="Amsterdam ID Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1c/191ca8b9c5485da9f4803e74e5baaf36b9f0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8001.20" OriginalAmount="7844.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38732408" Longitude="4.83522673" StarRating="0" HotelCode="943545|2421895|Bed &amp; Breakfast" HotelName="Citadines Sloterdijk Station Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 3, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/eb/96eb453d95b8c444de19761b201b982405ea47d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8130.36" OriginalAmount="7970.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|CAI873300|Bed &amp; Breakfast" HotelName="Mövenpick Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8160.62" OriginalAmount="8000.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|87265|Bed &amp; Breakfast" HotelName="XO Hotels Blue Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/75/f875059412012fcb29355951252d62b38d06ec85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8245.69" OriginalAmount="8084.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.368308377123" Longitude="4.8796666822091" StarRating="3" HotelCode="11621|480855|Bed &amp; Breakfast" HotelName="De Looier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3e Looiersdwarsstraat 75, 1016 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ea/f4ea0d611df542da480223fcf5060ab7828aac80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a nice part of the city centre known as the Jordaan (garden). The hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8267.97" OriginalAmount="8105.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33328575" Longitude="4.91453469" StarRating="4" HotelCode="757211|2483495|Bed &amp; Breakfast" HotelName="Hotel Amsterdam Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 20, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/1d/8e1d3d741f6c97dfd1144fc75af22126633f08af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Hotel is situated in Amsterdam. Situated within 6. 0 kilometre(s) from the town centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8318.84" OriginalAmount="8155.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|104299|Bed &amp; Breakfast" HotelName="XO Hotels Blue Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8c/ae8c691e4c69dbb7fc75da2bb39dddb15e8072be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8335.81" OriginalAmount="8172.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|CAU969900|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM - Plein 28, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5c/a95cac132d9561fbc63cecab621c80697e866d2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8364.33" OriginalAmount="8200.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|458025|Bed &amp; Breakfast" HotelName="Crowne Plaza Amsterdam South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/23/302366dec9389c37d6f247e9883a5ab46b13d96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8403.22" OriginalAmount="8238.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|186341|Bed &amp; Breakfast" HotelName="XO Hotels Park West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/86/6e865308e20bff1c37048d28dd741c0bcbb32acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8463.62" OriginalAmount="8297.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|370627|Bed &amp; Breakfast" HotelName="XO Hotels Couture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1a/351ae3563f68338fd3536d6946e7c15b44d85abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8478.83" OriginalAmount="8312.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372133" Longitude="4.894852" StarRating="2" HotelCode="101717|480835|Bed &amp; Breakfast" HotelName="De Gerstekorrel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Central Heating,Fax,Golf,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 22, 1012 JM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8d/ca8d3e940c751ddd559b59fc2765d7a250e85003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the famous Dam Square, major shopping streets such as De Kalver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8756.08" OriginalAmount="8584.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.356965" Longitude="4.877437" StarRating="3" HotelCode="95617|126231|Bed &amp; Breakfast" HotelName="XO Hotel Inner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wanningstraat 1, 1071 LA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef733b6345b63613fd50bfce1eba248391a12499.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The budget hotel is located in the centre of Amsterdam, close to Museum Square and Leidse Square as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8786.85" OriginalAmount="8614.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|623306|Bed &amp; Breakfast" HotelName="Twenty Eight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8d/ea8da6ef0244cdf5c340e2c71c288b69d5a7d4d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9045.10" OriginalAmount="8867.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|293481|Bed &amp; Breakfast" HotelName="St. Christopher's at the Winston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/99/b599c72cbfd70a9fb2698bcf2c160438718659ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9073.81" OriginalAmount="8895.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.308949440353" Longitude="4.7597776441803" StarRating="4" HotelCode="29262|20174|Bed &amp; Breakfast" HotelName="Sheraton Amsterdam Airport Hotel and Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiphol Boulevard 101, 1118 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/13/2d13794ebc3d244d6dcb3d3d0c9d2d51e6785437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;As a conference venue, the hotel is of international importance. The centre of Amsterdam can be reac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9391.41" OriginalAmount="9207.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.880936" StarRating="4" HotelCode="29315|228156|Bed &amp; Breakfast" HotelName="American Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/da/da596e6f6c56b284/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a building with a listed Art Noveau façade, this well-known hotel is centrally located on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9457.44" OriginalAmount="9272.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367966" Longitude="4.8926300000001" StarRating="2" HotelCode="337231|hotel_des_arts_6" HotelName="Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156, 1012 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a5/5fa58649f8e4cae97b234b6e851a0158733dc204.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 17th century building, this hotel is centrally located between Dam Square and Munt Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9694.00" OriginalAmount="9503.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.374698" Longitude="4.903854" StarRating="5" HotelCode="387464|1632079|Bed &amp; Breakfast" HotelName="Grand Hotel Amrâth Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 108, 1011 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bc92ae67a1f6d73838a8a427f67d207af676e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a perfect location in Prins Hendrikkade in the city centre, only around 500...</HotelDescription>
        <Offer>Discount:GBP96.00</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9755.07" OriginalAmount="9563.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|619508|Bed &amp; Breakfast" HotelName="Pestana Amsterdam Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/a3/a9a3a6356029c030d0b0dc015b33751d7d98fb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9926.86" OriginalAmount="9732.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|1540465|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72, 1012 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1c/aa1c513bbfffbefd7d7be6dc86671f3fbb52396e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just arou...</HotelDescription>
        <Offer>Discount:GBP98.31</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10199.35" OriginalAmount="9999.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3759113" Longitude="4.8988722" StarRating="2" HotelCode="901508|1892985|Bed &amp; Breakfast" HotelName="Old Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 22, 1012 JD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/7e/737ee3da2789dcd65ec7d0bb264c53af60355f22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10290.52" OriginalAmount="10088.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37395" Longitude="4.905356" StarRating="2" HotelCode="76110|480795|Bed &amp; Breakfast" HotelName="City Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 130, 1011 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6b/b06b7fa7528d59fa44838b9b5f50c6bfb18bc272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam next to Amsterdam Central Station and close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10559.88" OriginalAmount="10352.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|17874|Bed &amp; Breakfast" HotelName="XO Hotels Van Gogh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0c/370c70742631abafaae5ed8294e1a5f068174a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10584.57" OriginalAmount="10377.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|104298|Bed &amp; Breakfast" HotelName="XO Hotels City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289b1c2dfac50e749de08d281a736e2b1c7c1c06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10738.37" OriginalAmount="10527.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|252486|Bed &amp; Breakfast" HotelName="Hotel V Frederiksplein" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/13/48132be6b4f46a562648211e53f569aa73ca3dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportuni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11766.56" OriginalAmount="11535.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362595951237" Longitude="4.880042345074" StarRating="5" HotelCode="336273|107962|Bed &amp; Breakfast" HotelName="Marriott Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 12, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9f/879fe0c7ff4730fc262f5a7645189d6a2e6ae46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel enjoys an ideal location across the street from Leidseplein's fine shopping, d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11819.54" OriginalAmount="11587.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|9396|Bed &amp; Breakfast" HotelName="NH City Centre Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/11/d9115505eff4de45fe277db34c007cb3aae897f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="13350.09" OriginalAmount="13088.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|CAQ019300|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/08/8708ec7edbad7cc4ca973fbac9453b98387ecc74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13858.74" OriginalAmount="13587.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370633" Longitude="4.893014" StarRating="3" HotelCode="901948|rokin" HotelName="Rokin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 73, 1012 KL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ed/d0edf6a7cf8e4b1e340743eb9cba6d787e9f1b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city on a main street. It lies just a few steps from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14504.90" OriginalAmount="14220.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|5894|Bed &amp; Breakfast" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/9b/e39b5f415871894c3bfb4bf08d0300ab0d694327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14752.25" OriginalAmount="14462.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|5881|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9, 1012 JS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/zz/aeadbfa05f1fef1e48408c0b16ae1fb5e989b7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14872.92" OriginalAmount="14581.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|461495|Bed &amp; Breakfast" HotelName="Park Plaza Vondelpark, Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/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>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/23/f3235af5546fa8775f752c71088ef170b99f1c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16192.08" OriginalAmount="15874.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36173969" Longitude="4.91160577" StarRating="5" HotelCode="533996|2382465|Bed &amp; Breakfast" HotelName="Hyatt Regency Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatiestraat 104, 1018 GV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b8/9fb8bde25aa9b116716838f4f4429a55f1d11368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="16629.85" OriginalAmount="16303.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.371164761838" Longitude="4.8954606056213" StarRating="5" HotelCode="18321|CAF565300|Bed &amp; Breakfast" HotelName="Sofitel Legend The Grand Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/b1/fab1e3a0cbaba69db3724454ca8754822dfd5b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Amsterdam's historical centre, this city hotel is set between 2 pict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17543.93" OriginalAmount="17199.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377157993675" Longitude="4.8979738354683" StarRating="4" HotelCode="18933|20204|Bed &amp; Breakfast" HotelName="Park Plaza Victoria Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 1-5, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de40051abb446abf1165a82fdd66c1cdbe83d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This extremely sophisticated hotel is centrally located opposite the main railway station. Public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18893.75" OriginalAmount="18523.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|47524|Bed &amp; Breakfast" HotelName="Okura Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc60d2ad3afd5eb3b415e9b5ae614781e7e2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="18978.88" OriginalAmount="18606.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|184057|Bed &amp; Breakfast" HotelName="Andaz Amsterdam Prinsengracht" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/80/eb8061f83bb88ac400491a1c3e641cd77d6d0630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19264.11" OriginalAmount="18886.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372774004203" Longitude="4.8897762444687" StarRating="5" HotelCode="317464|1608638|Bed &amp; Breakfast" HotelName="W Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175, 1012 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a8/b9a833bd92b1b9036ebaa79c0bc1eaf0721bcee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30166.61" OriginalAmount="29575.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367620839981" Longitude="4.8943018913269" StarRating="5" HotelCode="11634|192166|Bed &amp; Breakfast" HotelName="De L'Europe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 2-14, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/1e/541e520f390a89056d7bc8a40017807a152a5ca4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Amsterdam's old town on the banks of the River Amstel. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30420.02" OriginalAmount="29823.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|749535|Bed &amp; Breakfast" HotelName="Conservatorium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d4/47d4990262081209f212976928e5cb07072ccfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32169.17" OriginalAmount="31538.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|20034|Bed &amp; Breakfast" HotelName="InterContinental Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ed/96ed5aaf375448fdbe6af942d62200330415c175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Jacuzzi,Lounge,Swimming Pool,Spa,24 Hour Security,ATM/Cash Machine,Housekeeping,Meeting Room,Parking,Printer,Wake-up Call Service,Kitchen,24 Hour Front Desk,Elevator,Library,Luggage Storage</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT,HOSTEL,HOTEL DE CHARME,HOSTELS,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
f9d8aa23-7017-4612-943d-3bce46581ab7|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="f9d8aa23-7017-4612-943d-3bce46581ab7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="9" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="58830|CAI873300|Bed &amp; Breakfast" SourceId="1" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="ae" ClientCountry="United Arab Emirates" 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
f9d8aa23-7017-4612-943d-3bce46581ab7|DOTWPrice|successfull supplier interation||DOTW|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
f9d8aa23-7017-4612-943d-3bce46581ab7|RateHawkPrice|exception while supplier interation||RateHawk|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
f9d8aa23-7017-4612-943d-3bce46581ab7|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="f9d8aa23-7017-4612-943d-3bce46581ab7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="9" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
f9d8aa23-7017-4612-943d-3bce46581ab7|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|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
f9d8aa23-7017-4612-943d-3bce46581ab7|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-06-16T06:56:40.7606534+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f9d8aa23-7017-4612-943d-3bce46581ab7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="3734.23" OriginalAmount="3661.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|17528|Bed &amp; Breakfast" HotelName="New West Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/f8/def81e3aa1d6aea7451c53995edd65cf763bc021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tra...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4026.98" OriginalAmount="3948.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|45494|Bed &amp; Breakfast" HotelName="Best Western Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/42/e94265ecc9983b0854c6be13a3938841f1346ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4695.08" OriginalAmount="4603.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3" HotelCode="376492|1844588|Bed &amp; Breakfast" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/13/5b1391a381be9b9ea3e9cdc90a84965d13fcd5df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5265.62" OriginalAmount="5162.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|2906795|Bed &amp; Breakfast" HotelName="Conscious Hotel The Tire Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/1b/9c1bd32298c599bc084722b44cda3e20ba417655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5386.23" OriginalAmount="5280.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|2370735|Bed &amp; Breakfast" HotelName="Leonardo Royal Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/c5/5ec5d65d26f259c3c3fed9f2ee89fd02718e5f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5594.81" OriginalAmount="5485.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|591741|Bed &amp; Breakfast" HotelName="Fletcher Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/1c/3d1cb1b8080c9f4624f8effdcc9bb646f3249464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5788.72" OriginalAmount="5675.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353535" Longitude="4.871992" StarRating="3" HotelCode="337317|17404|Bed &amp; Breakfast" HotelName="The Alfred Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cornelis Schuytstraat 58-60, 1071 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/dd/8fdd026756f843908004c030f5706480c4be9928.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in an ivy-covered building located just a short distance from the lively...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5916.03" OriginalAmount="5800.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|861065|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81d9fcc05a903553/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5972.79" OriginalAmount="5855.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="3" HotelCode="951173|2483545|Bed &amp; Breakfast" HotelName="Olympic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12, 1076 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/81/28813e802e5df54a2c32118ec6788f2b6515008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="6141.54" OriginalAmount="6021.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335183372878" Longitude="4.9137425422669" StarRating="4" HotelCode="318143|CAG726600|Bed &amp; Breakfast" HotelName="Mercure Hotel Amsterdam City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 10, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/9a/de9a1d9fab7f42a959322e05e1673a55a2a72f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern upmarket hotel lies in the south of the city, close to Amsterdam Arena and the A2 Utrech...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6157.60" OriginalAmount="6036.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|1727398|Bed &amp; Breakfast" HotelName="Amadi Panorama Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/82/6582a9803115fd62acfa3649974d0eeac0019230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6245.99" OriginalAmount="6123.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|2906035|Bed &amp; Breakfast" HotelName="Conscious Hotel Westerpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/45/864590681e12dbef1da5db1b808ff5e3fc70a01e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6400.42" OriginalAmount="6274.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360991118708" Longitude="4.8829782431889" StarRating="3" HotelCode="337174|185604|Bed &amp; Breakfast" HotelName="Hotel Cornelisz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 24, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/0a/9a0aae34f7ade53ba2e55ac87243f975c44a81a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the most exclusive shopping street in the city, close to Amsterdam's most i...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6760.69" OriginalAmount="6628.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|121849|Bed &amp; Breakfast" HotelName="WestCord Fashion Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fb/abfbd43d58e118ef8c967db0c375c4c69ee8f387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="6814.30" OriginalAmount="6680.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372127663755" Longitude="4.8939210176468" StarRating="3" HotelCode="16717|2596080|Bed &amp; Breakfast" HotelName="Rho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 05-23, 1012  KC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/90/72902923237b916c0f094a684b1e402f5afe0c73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Old Town on a quiet side street, a few steps from the histo...</HotelDescription>
        <Offer>Discount:GBP67.48</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6831.66" OriginalAmount="6697.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360345472057" Longitude="4.8783812082713" StarRating="2" HotelCode="385722|686186|Bed &amp; Breakfast" HotelName="The Flying Pig Uptown Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="24 Hour Front Desk,Bar,Designated Smoking Area,Elevator,Internet,Kitchen,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46, 1071 AJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c83ad5b5b0e5bbbc83446392b88079d93a70f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;The Flying Pig Uptown Hostel is in the heart of Amsterdam, walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6904.08" OriginalAmount="6768.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|17523|Bed &amp; Breakfast" HotelName="Dutch Design Hotel Artemis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/07/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>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c1c48cf53b9d30a067cc74479cc6da73de5f1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7033.48" OriginalAmount="6895.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362107406324" Longitude="4.8783124703484" StarRating="3" HotelCode="200950|47864|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesselschadestraat 23, 1054 ET Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7683/a_7683_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the city centre and near to the Van Gogh Museum, the Rijksm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7114.83" OriginalAmount="6975.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|117322|Bed &amp; Breakfast" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4d/af4dcb2a7bfe27f04378cef7d284db9c0211d12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7235.13" OriginalAmount="7093.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|4702015|Bed &amp; Breakfast" HotelName="Washington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/6b/0d6ba016cc43f9ebca75061e4a2c1f6771d977d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7263.15" OriginalAmount="7120.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="3" HotelCode="677840|775387|Bed &amp; Breakfast" HotelName="Hotel Levell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0a/ac0a612cf4778d0693dc405e5d2f218fa8424607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7273.36" OriginalAmount="7130.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37121531" Longitude="4.89017679" StarRating="3" HotelCode="284247|296975|Bed &amp; Breakfast" HotelName="Nova Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 276, 1012 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/6b/946b5f72305b2b5531939b3de70795472fa0cc2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7294.92" OriginalAmount="7151.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|CAY221000|Bed &amp; Breakfast" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f4/8af4149f763a36c75e366dccfc9bc084864f93e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7493.97" OriginalAmount="7347.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="97121|102663|Bed &amp; Breakfast" HotelName="Hotel Roemer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10, 1054 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1d/531dd3ee8f302c4eb873d99b0b8824ae1a7fefb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location close to the lively Leidseplein square where guests can find re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7610.46" OriginalAmount="7461.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|2485335|Bed &amp; Breakfast" HotelName="Hotel New Kit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9e/089e764d41c6a9672f92af9f8cb2a643debfbf99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7887.09" OriginalAmount="7732.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|189635|Bed &amp; Breakfast" HotelName="Amsterdam ID Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1c/191ca8b9c5485da9f4803e74e5baaf36b9f0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8001.20" OriginalAmount="7844.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38732408" Longitude="4.83522673" StarRating="0" HotelCode="943545|2421895|Bed &amp; Breakfast" HotelName="Citadines Sloterdijk Station Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 3, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/eb/96eb453d95b8c444de19761b201b982405ea47d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8130.36" OriginalAmount="7970.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|CAI873300|Bed &amp; Breakfast" HotelName="Mövenpick Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8160.62" OriginalAmount="8000.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|87265|Bed &amp; Breakfast" HotelName="XO Hotels Blue Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/75/f875059412012fcb29355951252d62b38d06ec85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8245.69" OriginalAmount="8084.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.368308377123" Longitude="4.8796666822091" StarRating="3" HotelCode="11621|480855|Bed &amp; Breakfast" HotelName="De Looier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3e Looiersdwarsstraat 75, 1016 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ea/f4ea0d611df542da480223fcf5060ab7828aac80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a nice part of the city centre known as the Jordaan (garden). The hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8267.97" OriginalAmount="8105.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33328575" Longitude="4.91453469" StarRating="4" HotelCode="757211|2483495|Bed &amp; Breakfast" HotelName="Hotel Amsterdam Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 20, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/1d/8e1d3d741f6c97dfd1144fc75af22126633f08af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Hotel is situated in Amsterdam. Situated within 6. 0 kilometre(s) from the town centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8318.84" OriginalAmount="8155.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|104299|Bed &amp; Breakfast" HotelName="XO Hotels Blue Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8c/ae8c691e4c69dbb7fc75da2bb39dddb15e8072be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8335.81" OriginalAmount="8172.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|CAU969900|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM - Plein 28, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5c/a95cac132d9561fbc63cecab621c80697e866d2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8364.33" OriginalAmount="8200.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|458025|Bed &amp; Breakfast" HotelName="Crowne Plaza Amsterdam South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/23/302366dec9389c37d6f247e9883a5ab46b13d96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8403.22" OriginalAmount="8238.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|186341|Bed &amp; Breakfast" HotelName="XO Hotels Park West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/86/6e865308e20bff1c37048d28dd741c0bcbb32acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8463.62" OriginalAmount="8297.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|370627|Bed &amp; Breakfast" HotelName="XO Hotels Couture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1a/351ae3563f68338fd3536d6946e7c15b44d85abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8478.83" OriginalAmount="8312.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372133" Longitude="4.894852" StarRating="2" HotelCode="101717|480835|Bed &amp; Breakfast" HotelName="De Gerstekorrel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Central Heating,Fax,Golf,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 22, 1012 JM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8d/ca8d3e940c751ddd559b59fc2765d7a250e85003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the famous Dam Square, major shopping streets such as De Kalver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8756.08" OriginalAmount="8584.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.356965" Longitude="4.877437" StarRating="3" HotelCode="95617|126231|Bed &amp; Breakfast" HotelName="XO Hotel Inner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wanningstraat 1, 1071 LA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef733b6345b63613fd50bfce1eba248391a12499.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The budget hotel is located in the centre of Amsterdam, close to Museum Square and Leidse Square as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8786.85" OriginalAmount="8614.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|623306|Bed &amp; Breakfast" HotelName="Twenty Eight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8d/ea8da6ef0244cdf5c340e2c71c288b69d5a7d4d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9045.10" OriginalAmount="8867.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|293481|Bed &amp; Breakfast" HotelName="St. Christopher's at the Winston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/99/b599c72cbfd70a9fb2698bcf2c160438718659ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9073.81" OriginalAmount="8895.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.308949440353" Longitude="4.7597776441803" StarRating="4" HotelCode="29262|20174|Bed &amp; Breakfast" HotelName="Sheraton Amsterdam Airport Hotel and Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiphol Boulevard 101, 1118 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/13/2d13794ebc3d244d6dcb3d3d0c9d2d51e6785437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;As a conference venue, the hotel is of international importance. The centre of Amsterdam can be reac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9391.41" OriginalAmount="9207.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.880936" StarRating="4" HotelCode="29315|228156|Bed &amp; Breakfast" HotelName="American Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/da/da596e6f6c56b284/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a building with a listed Art Noveau façade, this well-known hotel is centrally located on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9457.44" OriginalAmount="9272.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367966" Longitude="4.8926300000001" StarRating="2" HotelCode="337231|hotel_des_arts_6" HotelName="Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156, 1012 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a5/5fa58649f8e4cae97b234b6e851a0158733dc204.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 17th century building, this hotel is centrally located between Dam Square and Munt Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9694.00" OriginalAmount="9503.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.374698" Longitude="4.903854" StarRating="5" HotelCode="387464|1632079|Bed &amp; Breakfast" HotelName="Grand Hotel Amrâth Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 108, 1011 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bc92ae67a1f6d73838a8a427f67d207af676e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a perfect location in Prins Hendrikkade in the city centre, only around 500...</HotelDescription>
        <Offer>Discount:GBP96.00</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9755.07" OriginalAmount="9563.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|619508|Bed &amp; Breakfast" HotelName="Pestana Amsterdam Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/a3/a9a3a6356029c030d0b0dc015b33751d7d98fb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9926.86" OriginalAmount="9732.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|1540465|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72, 1012 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1c/aa1c513bbfffbefd7d7be6dc86671f3fbb52396e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just arou...</HotelDescription>
        <Offer>Discount:GBP98.31</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10199.35" OriginalAmount="9999.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3759113" Longitude="4.8988722" StarRating="2" HotelCode="901508|1892985|Bed &amp; Breakfast" HotelName="Old Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 22, 1012 JD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/7e/737ee3da2789dcd65ec7d0bb264c53af60355f22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10290.52" OriginalAmount="10088.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37395" Longitude="4.905356" StarRating="2" HotelCode="76110|480795|Bed &amp; Breakfast" HotelName="City Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 130, 1011 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6b/b06b7fa7528d59fa44838b9b5f50c6bfb18bc272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam next to Amsterdam Central Station and close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10559.88" OriginalAmount="10352.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|17874|Bed &amp; Breakfast" HotelName="XO Hotels Van Gogh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0c/370c70742631abafaae5ed8294e1a5f068174a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10584.57" OriginalAmount="10377.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|104298|Bed &amp; Breakfast" HotelName="XO Hotels City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289b1c2dfac50e749de08d281a736e2b1c7c1c06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10738.37" OriginalAmount="10527.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|252486|Bed &amp; Breakfast" HotelName="Hotel V Frederiksplein" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/13/48132be6b4f46a562648211e53f569aa73ca3dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportuni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11766.56" OriginalAmount="11535.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362595951237" Longitude="4.880042345074" StarRating="5" HotelCode="336273|107962|Bed &amp; Breakfast" HotelName="Marriott Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 12, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9f/879fe0c7ff4730fc262f5a7645189d6a2e6ae46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel enjoys an ideal location across the street from Leidseplein's fine shopping, d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11819.54" OriginalAmount="11587.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|9396|Bed &amp; Breakfast" HotelName="NH City Centre Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/11/d9115505eff4de45fe277db34c007cb3aae897f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="13350.09" OriginalAmount="13088.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|CAQ019300|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/08/8708ec7edbad7cc4ca973fbac9453b98387ecc74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13858.74" OriginalAmount="13587.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370633" Longitude="4.893014" StarRating="3" HotelCode="901948|rokin" HotelName="Rokin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 73, 1012 KL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ed/d0edf6a7cf8e4b1e340743eb9cba6d787e9f1b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city on a main street. It lies just a few steps from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14504.90" OriginalAmount="14220.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|5894|Bed &amp; Breakfast" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/9b/e39b5f415871894c3bfb4bf08d0300ab0d694327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14752.25" OriginalAmount="14462.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|5881|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9, 1012 JS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/zz/aeadbfa05f1fef1e48408c0b16ae1fb5e989b7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14872.92" OriginalAmount="14581.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|461495|Bed &amp; Breakfast" HotelName="Park Plaza Vondelpark, Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/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>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/23/f3235af5546fa8775f752c71088ef170b99f1c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16192.08" OriginalAmount="15874.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36173969" Longitude="4.91160577" StarRating="5" HotelCode="533996|2382465|Bed &amp; Breakfast" HotelName="Hyatt Regency Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatiestraat 104, 1018 GV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b8/9fb8bde25aa9b116716838f4f4429a55f1d11368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="16629.85" OriginalAmount="16303.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.371164761838" Longitude="4.8954606056213" StarRating="5" HotelCode="18321|CAF565300|Bed &amp; Breakfast" HotelName="Sofitel Legend The Grand Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/b1/fab1e3a0cbaba69db3724454ca8754822dfd5b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Amsterdam's historical centre, this city hotel is set between 2 pict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17543.93" OriginalAmount="17199.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377157993675" Longitude="4.8979738354683" StarRating="4" HotelCode="18933|20204|Bed &amp; Breakfast" HotelName="Park Plaza Victoria Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 1-5, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de40051abb446abf1165a82fdd66c1cdbe83d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This extremely sophisticated hotel is centrally located opposite the main railway station. Public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18893.75" OriginalAmount="18523.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|47524|Bed &amp; Breakfast" HotelName="Okura Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc60d2ad3afd5eb3b415e9b5ae614781e7e2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="18978.88" OriginalAmount="18606.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|184057|Bed &amp; Breakfast" HotelName="Andaz Amsterdam Prinsengracht" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/80/eb8061f83bb88ac400491a1c3e641cd77d6d0630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19264.11" OriginalAmount="18886.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372774004203" Longitude="4.8897762444687" StarRating="5" HotelCode="317464|1608638|Bed &amp; Breakfast" HotelName="W Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175, 1012 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a8/b9a833bd92b1b9036ebaa79c0bc1eaf0721bcee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30166.61" OriginalAmount="29575.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367620839981" Longitude="4.8943018913269" StarRating="5" HotelCode="11634|192166|Bed &amp; Breakfast" HotelName="De L'Europe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 2-14, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/1e/541e520f390a89056d7bc8a40017807a152a5ca4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Amsterdam's old town on the banks of the River Amstel. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30420.02" OriginalAmount="29823.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|749535|Bed &amp; Breakfast" HotelName="Conservatorium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d4/47d4990262081209f212976928e5cb07072ccfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32169.17" OriginalAmount="31538.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|20034|Bed &amp; Breakfast" HotelName="InterContinental Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ed/96ed5aaf375448fdbe6af942d62200330415c175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Jacuzzi,Lounge,Swimming Pool,Spa,24 Hour Security,ATM/Cash Machine,Housekeeping,Meeting Room,Parking,Printer,Wake-up Call Service,Kitchen,24 Hour Front Desk,Elevator,Library,Luggage Storage</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,HOSTEL,HOTEL DE CHARME,HOSTELS,APARTMENT,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
f9d8aa23-7017-4612-943d-3bce46581ab7|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="f9d8aa23-7017-4612-943d-3bce46581ab7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="9" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
f9d8aa23-7017-4612-943d-3bce46581ab7|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|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
f9d8aa23-7017-4612-943d-3bce46581ab7|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-06-16T06:57:02.4261522+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f9d8aa23-7017-4612-943d-3bce46581ab7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="3734.23" OriginalAmount="3661.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|17528|Bed &amp; Breakfast" HotelName="New West Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/f8/def81e3aa1d6aea7451c53995edd65cf763bc021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tra...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4026.98" OriginalAmount="3948.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|45494|Bed &amp; Breakfast" HotelName="Best Western Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/42/e94265ecc9983b0854c6be13a3938841f1346ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4695.08" OriginalAmount="4603.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3" HotelCode="376492|1844588|Bed &amp; Breakfast" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/13/5b1391a381be9b9ea3e9cdc90a84965d13fcd5df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5265.62" OriginalAmount="5162.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|2906795|Bed &amp; Breakfast" HotelName="Conscious Hotel The Tire Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/1b/9c1bd32298c599bc084722b44cda3e20ba417655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5386.23" OriginalAmount="5280.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|2370735|Bed &amp; Breakfast" HotelName="Leonardo Royal Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/c5/5ec5d65d26f259c3c3fed9f2ee89fd02718e5f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5594.81" OriginalAmount="5485.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|591741|Bed &amp; Breakfast" HotelName="Fletcher Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/1c/3d1cb1b8080c9f4624f8effdcc9bb646f3249464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5788.72" OriginalAmount="5675.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353535" Longitude="4.871992" StarRating="3" HotelCode="337317|17404|Bed &amp; Breakfast" HotelName="The Alfred Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cornelis Schuytstraat 58-60, 1071 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/dd/8fdd026756f843908004c030f5706480c4be9928.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in an ivy-covered building located just a short distance from the lively...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5916.03" OriginalAmount="5800.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|861065|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81d9fcc05a903553/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5972.79" OriginalAmount="5855.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="3" HotelCode="951173|2483545|Bed &amp; Breakfast" HotelName="Olympic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12, 1076 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/81/28813e802e5df54a2c32118ec6788f2b6515008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="6141.54" OriginalAmount="6021.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335183372878" Longitude="4.9137425422669" StarRating="4" HotelCode="318143|CAG726600|Bed &amp; Breakfast" HotelName="Mercure Hotel Amsterdam City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 10, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/9a/de9a1d9fab7f42a959322e05e1673a55a2a72f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern upmarket hotel lies in the south of the city, close to Amsterdam Arena and the A2 Utrech...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6157.60" OriginalAmount="6036.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|1727398|Bed &amp; Breakfast" HotelName="Amadi Panorama Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/82/6582a9803115fd62acfa3649974d0eeac0019230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6245.99" OriginalAmount="6123.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|2906035|Bed &amp; Breakfast" HotelName="Conscious Hotel Westerpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/45/864590681e12dbef1da5db1b808ff5e3fc70a01e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6400.42" OriginalAmount="6274.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360991118708" Longitude="4.8829782431889" StarRating="3" HotelCode="337174|185604|Bed &amp; Breakfast" HotelName="Hotel Cornelisz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 24, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/0a/9a0aae34f7ade53ba2e55ac87243f975c44a81a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the most exclusive shopping street in the city, close to Amsterdam's most i...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6760.69" OriginalAmount="6628.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|121849|Bed &amp; Breakfast" HotelName="WestCord Fashion Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fb/abfbd43d58e118ef8c967db0c375c4c69ee8f387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="6814.30" OriginalAmount="6680.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372127663755" Longitude="4.8939210176468" StarRating="3" HotelCode="16717|2596080|Bed &amp; Breakfast" HotelName="Rho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 05-23, 1012  KC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/90/72902923237b916c0f094a684b1e402f5afe0c73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Old Town on a quiet side street, a few steps from the histo...</HotelDescription>
        <Offer>Discount:GBP67.48</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6831.66" OriginalAmount="6697.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360345472057" Longitude="4.8783812082713" StarRating="2" HotelCode="385722|686186|Bed &amp; Breakfast" HotelName="The Flying Pig Uptown Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="24 Hour Front Desk,Bar,Designated Smoking Area,Elevator,Internet,Kitchen,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46, 1071 AJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c83ad5b5b0e5bbbc83446392b88079d93a70f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;The Flying Pig Uptown Hostel is in the heart of Amsterdam, walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6904.08" OriginalAmount="6768.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|17523|Bed &amp; Breakfast" HotelName="Dutch Design Hotel Artemis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/07/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>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c1c48cf53b9d30a067cc74479cc6da73de5f1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7033.48" OriginalAmount="6895.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362107406324" Longitude="4.8783124703484" StarRating="3" HotelCode="200950|47864|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesselschadestraat 23, 1054 ET Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7683/a_7683_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the city centre and near to the Van Gogh Museum, the Rijksm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7114.83" OriginalAmount="6975.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|117322|Bed &amp; Breakfast" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4d/af4dcb2a7bfe27f04378cef7d284db9c0211d12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7235.13" OriginalAmount="7093.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|4702015|Bed &amp; Breakfast" HotelName="Washington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/6b/0d6ba016cc43f9ebca75061e4a2c1f6771d977d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7263.15" OriginalAmount="7120.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="3" HotelCode="677840|775387|Bed &amp; Breakfast" HotelName="Hotel Levell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0a/ac0a612cf4778d0693dc405e5d2f218fa8424607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7273.36" OriginalAmount="7130.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37121531" Longitude="4.89017679" StarRating="3" HotelCode="284247|296975|Bed &amp; Breakfast" HotelName="Nova Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 276, 1012 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/6b/946b5f72305b2b5531939b3de70795472fa0cc2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7294.92" OriginalAmount="7151.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|CAY221000|Bed &amp; Breakfast" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f4/8af4149f763a36c75e366dccfc9bc084864f93e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7493.97" OriginalAmount="7347.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="97121|102663|Bed &amp; Breakfast" HotelName="Hotel Roemer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10, 1054 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1d/531dd3ee8f302c4eb873d99b0b8824ae1a7fefb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location close to the lively Leidseplein square where guests can find re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7610.46" OriginalAmount="7461.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|2485335|Bed &amp; Breakfast" HotelName="Hotel New Kit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9e/089e764d41c6a9672f92af9f8cb2a643debfbf99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7887.09" OriginalAmount="7732.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|189635|Bed &amp; Breakfast" HotelName="Amsterdam ID Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1c/191ca8b9c5485da9f4803e74e5baaf36b9f0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8001.20" OriginalAmount="7844.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38732408" Longitude="4.83522673" StarRating="0" HotelCode="943545|2421895|Bed &amp; Breakfast" HotelName="Citadines Sloterdijk Station Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 3, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/eb/96eb453d95b8c444de19761b201b982405ea47d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8130.36" OriginalAmount="7970.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|CAI873300|Bed &amp; Breakfast" HotelName="Mövenpick Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8160.62" OriginalAmount="8000.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|87265|Bed &amp; Breakfast" HotelName="XO Hotels Blue Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/75/f875059412012fcb29355951252d62b38d06ec85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8245.69" OriginalAmount="8084.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.368308377123" Longitude="4.8796666822091" StarRating="3" HotelCode="11621|480855|Bed &amp; Breakfast" HotelName="De Looier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3e Looiersdwarsstraat 75, 1016 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ea/f4ea0d611df542da480223fcf5060ab7828aac80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a nice part of the city centre known as the Jordaan (garden). The hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8267.97" OriginalAmount="8105.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33328575" Longitude="4.91453469" StarRating="4" HotelCode="757211|2483495|Bed &amp; Breakfast" HotelName="Hotel Amsterdam Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 20, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/1d/8e1d3d741f6c97dfd1144fc75af22126633f08af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Hotel is situated in Amsterdam. Situated within 6. 0 kilometre(s) from the town centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8318.84" OriginalAmount="8155.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|104299|Bed &amp; Breakfast" HotelName="XO Hotels Blue Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8c/ae8c691e4c69dbb7fc75da2bb39dddb15e8072be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8335.81" OriginalAmount="8172.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|CAU969900|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM - Plein 28, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5c/a95cac132d9561fbc63cecab621c80697e866d2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8364.33" OriginalAmount="8200.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|458025|Bed &amp; Breakfast" HotelName="Crowne Plaza Amsterdam South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/23/302366dec9389c37d6f247e9883a5ab46b13d96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8403.22" OriginalAmount="8238.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|186341|Bed &amp; Breakfast" HotelName="XO Hotels Park West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/86/6e865308e20bff1c37048d28dd741c0bcbb32acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8463.62" OriginalAmount="8297.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|370627|Bed &amp; Breakfast" HotelName="XO Hotels Couture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1a/351ae3563f68338fd3536d6946e7c15b44d85abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8478.83" OriginalAmount="8312.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372133" Longitude="4.894852" StarRating="2" HotelCode="101717|480835|Bed &amp; Breakfast" HotelName="De Gerstekorrel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Central Heating,Fax,Golf,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 22, 1012 JM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8d/ca8d3e940c751ddd559b59fc2765d7a250e85003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the famous Dam Square, major shopping streets such as De Kalver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8756.08" OriginalAmount="8584.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.356965" Longitude="4.877437" StarRating="3" HotelCode="95617|126231|Bed &amp; Breakfast" HotelName="XO Hotel Inner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wanningstraat 1, 1071 LA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef733b6345b63613fd50bfce1eba248391a12499.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The budget hotel is located in the centre of Amsterdam, close to Museum Square and Leidse Square as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8786.85" OriginalAmount="8614.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|623306|Bed &amp; Breakfast" HotelName="Twenty Eight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8d/ea8da6ef0244cdf5c340e2c71c288b69d5a7d4d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9045.10" OriginalAmount="8867.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|293481|Bed &amp; Breakfast" HotelName="St. Christopher's at the Winston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/99/b599c72cbfd70a9fb2698bcf2c160438718659ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9073.81" OriginalAmount="8895.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.308949440353" Longitude="4.7597776441803" StarRating="4" HotelCode="29262|20174|Bed &amp; Breakfast" HotelName="Sheraton Amsterdam Airport Hotel and Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiphol Boulevard 101, 1118 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/13/2d13794ebc3d244d6dcb3d3d0c9d2d51e6785437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;As a conference venue, the hotel is of international importance. The centre of Amsterdam can be reac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9391.41" OriginalAmount="9207.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.880936" StarRating="4" HotelCode="29315|228156|Bed &amp; Breakfast" HotelName="American Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/da/da596e6f6c56b284/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a building with a listed Art Noveau façade, this well-known hotel is centrally located on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9457.44" OriginalAmount="9272.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367966" Longitude="4.8926300000001" StarRating="2" HotelCode="337231|hotel_des_arts_6" HotelName="Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156, 1012 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a5/5fa58649f8e4cae97b234b6e851a0158733dc204.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 17th century building, this hotel is centrally located between Dam Square and Munt Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9694.00" OriginalAmount="9503.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.374698" Longitude="4.903854" StarRating="5" HotelCode="387464|1632079|Bed &amp; Breakfast" HotelName="Grand Hotel Amrâth Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 108, 1011 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bc92ae67a1f6d73838a8a427f67d207af676e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a perfect location in Prins Hendrikkade in the city centre, only around 500...</HotelDescription>
        <Offer>Discount:GBP96.00</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9755.07" OriginalAmount="9563.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|619508|Bed &amp; Breakfast" HotelName="Pestana Amsterdam Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/a3/a9a3a6356029c030d0b0dc015b33751d7d98fb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9926.86" OriginalAmount="9732.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|1540465|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72, 1012 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1c/aa1c513bbfffbefd7d7be6dc86671f3fbb52396e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just arou...</HotelDescription>
        <Offer>Discount:GBP98.31</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10199.35" OriginalAmount="9999.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3759113" Longitude="4.8988722" StarRating="2" HotelCode="901508|1892985|Bed &amp; Breakfast" HotelName="Old Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 22, 1012 JD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/7e/737ee3da2789dcd65ec7d0bb264c53af60355f22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10290.52" OriginalAmount="10088.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37395" Longitude="4.905356" StarRating="2" HotelCode="76110|480795|Bed &amp; Breakfast" HotelName="City Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 130, 1011 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6b/b06b7fa7528d59fa44838b9b5f50c6bfb18bc272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam next to Amsterdam Central Station and close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10559.88" OriginalAmount="10352.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|17874|Bed &amp; Breakfast" HotelName="XO Hotels Van Gogh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0c/370c70742631abafaae5ed8294e1a5f068174a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10584.57" OriginalAmount="10377.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|104298|Bed &amp; Breakfast" HotelName="XO Hotels City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289b1c2dfac50e749de08d281a736e2b1c7c1c06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10738.37" OriginalAmount="10527.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|252486|Bed &amp; Breakfast" HotelName="Hotel V Frederiksplein" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/13/48132be6b4f46a562648211e53f569aa73ca3dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportuni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11766.56" OriginalAmount="11535.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362595951237" Longitude="4.880042345074" StarRating="5" HotelCode="336273|107962|Bed &amp; Breakfast" HotelName="Marriott Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 12, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9f/879fe0c7ff4730fc262f5a7645189d6a2e6ae46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel enjoys an ideal location across the street from Leidseplein's fine shopping, d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11819.54" OriginalAmount="11587.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|9396|Bed &amp; Breakfast" HotelName="NH City Centre Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/11/d9115505eff4de45fe277db34c007cb3aae897f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="13350.09" OriginalAmount="13088.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|CAQ019300|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/08/8708ec7edbad7cc4ca973fbac9453b98387ecc74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13858.74" OriginalAmount="13587.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370633" Longitude="4.893014" StarRating="3" HotelCode="901948|rokin" HotelName="Rokin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 73, 1012 KL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ed/d0edf6a7cf8e4b1e340743eb9cba6d787e9f1b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city on a main street. It lies just a few steps from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14504.90" OriginalAmount="14220.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|5894|Bed &amp; Breakfast" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/9b/e39b5f415871894c3bfb4bf08d0300ab0d694327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14752.25" OriginalAmount="14462.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|5881|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9, 1012 JS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/zz/aeadbfa05f1fef1e48408c0b16ae1fb5e989b7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14872.92" OriginalAmount="14581.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|461495|Bed &amp; Breakfast" HotelName="Park Plaza Vondelpark, Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/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>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/23/f3235af5546fa8775f752c71088ef170b99f1c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16192.08" OriginalAmount="15874.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36173969" Longitude="4.91160577" StarRating="5" HotelCode="533996|2382465|Bed &amp; Breakfast" HotelName="Hyatt Regency Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatiestraat 104, 1018 GV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b8/9fb8bde25aa9b116716838f4f4429a55f1d11368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="16629.85" OriginalAmount="16303.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.371164761838" Longitude="4.8954606056213" StarRating="5" HotelCode="18321|CAF565300|Bed &amp; Breakfast" HotelName="Sofitel Legend The Grand Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/b1/fab1e3a0cbaba69db3724454ca8754822dfd5b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Amsterdam's historical centre, this city hotel is set between 2 pict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17543.93" OriginalAmount="17199.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377157993675" Longitude="4.8979738354683" StarRating="4" HotelCode="18933|20204|Bed &amp; Breakfast" HotelName="Park Plaza Victoria Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 1-5, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de40051abb446abf1165a82fdd66c1cdbe83d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This extremely sophisticated hotel is centrally located opposite the main railway station. Public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18893.75" OriginalAmount="18523.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|47524|Bed &amp; Breakfast" HotelName="Okura Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc60d2ad3afd5eb3b415e9b5ae614781e7e2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="18978.88" OriginalAmount="18606.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|184057|Bed &amp; Breakfast" HotelName="Andaz Amsterdam Prinsengracht" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/80/eb8061f83bb88ac400491a1c3e641cd77d6d0630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19264.11" OriginalAmount="18886.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372774004203" Longitude="4.8897762444687" StarRating="5" HotelCode="317464|1608638|Bed &amp; Breakfast" HotelName="W Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175, 1012 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a8/b9a833bd92b1b9036ebaa79c0bc1eaf0721bcee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30166.61" OriginalAmount="29575.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367620839981" Longitude="4.8943018913269" StarRating="5" HotelCode="11634|192166|Bed &amp; Breakfast" HotelName="De L'Europe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 2-14, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/1e/541e520f390a89056d7bc8a40017807a152a5ca4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Amsterdam's old town on the banks of the River Amstel. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30420.02" OriginalAmount="29823.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|749535|Bed &amp; Breakfast" HotelName="Conservatorium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d4/47d4990262081209f212976928e5cb07072ccfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32169.17" OriginalAmount="31538.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|20034|Bed &amp; Breakfast" HotelName="InterContinental Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ed/96ed5aaf375448fdbe6af942d62200330415c175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Jacuzzi,Lounge,Swimming Pool,Spa,24 Hour Security,ATM/Cash Machine,Housekeeping,Meeting Room,Parking,Printer,Wake-up Call Service,Kitchen,24 Hour Front Desk,Elevator,Library,Luggage Storage</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT,HOTEL DE CHARME,SPA HOTEL,HOSTEL,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
f9d8aa23-7017-4612-943d-3bce46581ab7|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="f9d8aa23-7017-4612-943d-3bce46581ab7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="9" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="58830|CAI873300|Bed &amp; Breakfast" SourceId="1" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" ClientCountry="United Arab Emirates" 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
f9d8aa23-7017-4612-943d-3bce46581ab7|DOTWPrice|successfull supplier interation||DOTW|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
f9d8aa23-7017-4612-943d-3bce46581ab7|RateHawkPrice|exception while supplier interation||RateHawk|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
f9d8aa23-7017-4612-943d-3bce46581ab7|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="f9d8aa23-7017-4612-943d-3bce46581ab7" TimeStamp="0001-01-01T00:00:00" HotelName="Mövenpick Amsterdam City Centre" HotelCode="58830|CAI873300" StarRating="4" GTCityId="63219" CountryCode="NL" CityName="Amsterdam" CountryName="Netherlands" Address="Piet Heinkade 11, 1019 BR Amsterdam" PostCode="1019 BR" PhoneNo="+31205191200" FaxNo="" Email="socialmedia@movenpick.com" CheckInTime="15:00" CheckOutTime="12:00" Latitude="52.377859" Longitude="4.9140640000001" SourceId="1" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Classic Twin|Room 2: Classic Twin|Room 3: Classic Twin" RoomTypeCode="00003|e6d1f5ed-6947-11f1-91be-8f6dc03b8d8c$0pw-gZXr5g3cg2pL_IJFRDe8h5co0FghYV9qE8nzCmohJGJIy9IikmiyB_Pw6GMKnsjYLyfRwUKu5kxrqVyd4gqL7x5T3ImQrdC4qcq5b8wAWbvAa5LKpUM_VI55kdQoPCG-UevLQ9KwM6f5Gl1mJ-YWKovCs3dAm3QiFn7jXRJGnEyu11ALJk-odY3a4tXd8MKNr6lqfo1-afFgv3IPysWwRV7XU9R_gqYPO1ZdzE0zlGfa1CbC5DIxQROXmcPjloSWOtL8Bkdk0lbxM2O3cVnGrVxSJ-YwCQnFx4gZf8pgvOaCiiIabvdGBZ7aviXKZVemYhJiPPKVY67u2X26sMKcMTDY2s8kBmo0RtjBlcVb1op7ySSaTVpav5Eum0aao90EttVEMc2YVcx1xipi5VMfFG23P-Oqa5fxsuPAHtGaC5dN-33m07JozBhfdPfP|2244.80^00003|e6d1f5ed-6947-11f1-91be-8f6dc03b8d8c$0pw-gZXr5g3cg2pL_IJFRDe8h5co0FghYV9qE8nzCmohJGJIy9IikmiyB_Pw6GMKnsjYLyfRwUKu5kxrqVyd4gqL7x5T3ImQrdC4qcq5b8wAWbvAa5LKpUM_VI55kdQoPCG-UevLQ9KwM6f5Gl1mJ-YWKovCs3dAm3QiFn7jXRJGnEyu11ALJk-odY3a4tXd8MKNr6lqfo1-afFgv3IPysWwRV7XU9R_gqYPO1ZdzE0zlGfa1CbC5DIxQROXmcPjloSWOtL8Bkdk0lbxM2O3cVnGrVxSJ-YwCQnFx4gZf8pgvOaCiiIabvdGBZ7aviXKZVemYhJiPPKVY67u2X26sMKcMTDY2s8kBmo0RtjBlcVb1op7ySSaTVpav5Eum0aao90EttVEMc2YVcx1xipi5VMfFG23P-Oqa5fxsuPAHtGaC5dN-33m07JozBhfdPfP|2244.80^00003|e6d1f5ed-6947-11f1-91be-8f6dc03b8d8c$0pw-gZXr5g3cg2pL_IJFRDe8h5co0FghYV9qE8nzCmohJGJIy9IikmiyB_Pw6GMKnsjYLyfRwUKu5kxrqVyd4gqL7x5T3ImQrdC4qcq5b8wAWbvAa5LKpUM_VI55kdQoPCG-UevLQ9KwM6f5Gl1mJ-YWKovCs3dAm3QiFn7jXRJGnEyu11ALJk-odY3a4tXd8MKNr6lqfo2ljFEFdVLAPxh1PoNCFf8pNec98Ogm39Y6iHheHpbLfifk1rgU89IMoy0bFSQojbnpjDm93GZsRB8nXzWQKxy7TctiUJVf8K4xXC0oSr4f5rHWdCI9dYD79fPUGUXuZ99byKZOSY1Jz3AFT9O5qebe_QnCqN55QUbshSx7dDOBv-YNWftQ5aggweYCnCEOaRP-1dh6zAkJmdXizbxTYMNKGKWvRIYoa97WtPoZx34PlUjSFPW7325DHNpc5T56PPk|2244.80|58830|CAI873300|1|NjczNC40MHxHQlB8MjAyNi0wNy0zMA==" OriginalAmount="6734" TotalPrice="6869.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/07/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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-30T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="6869.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Classic Twin|Room 2: Classic Twin|Room 3: Classic Twin" RoomTypeCode="20260805$20260817$W$221$87268$TWN.AS$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~24112bb~-633275884~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060824112bb^20260805$20260817$W$221$87268$TWN.AS$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~24112bb~-633275884~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060824112bb^20260805$20260817$W$221$87268$TWN.AS$ID_B2B_88$RO$PKGEUXX$1~2~1$9$N@07~A-SIC~230c2e~275365797~N~~~NOR~~74B68CFCDA53439178158929610105AAUK00640046000608230c2e|8|NzkxNC4xMnxFVVJ8MjAyNi0wNy0yOQ==" OriginalAmount="6844" TotalPrice="6981.26" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-29T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="6844.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: TWIN WITH VIEWS|Room 2: TWIN WITH VIEWS|Room 3: TWIN WITH VIEWS" RoomTypeCode="20260805$20260817$W$221$87268$TWN.WV-1$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~21a13d6~1832690351~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060821a13d6^20260805$20260817$W$221$87268$TWN.WV-1$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~21a13d6~1832690351~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060821a13d6^20260805$20260817$W$221$87268$TWN.WV-1$ID_B2B_88$RO$PKGEUXX$1~2~1$9$N@07~A-SIC~227cc3~525469334~N~~~NOR~~74B68CFCDA53439178158929610105AAUK00640046000608227cc3|8|ODM0NS42NXxFVVJ8MjAyNi0wNy0yOQ==" OriginalAmount="7218" TotalPrice="7361.92" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-29T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7217.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: TWIN CLASSIC WITH VIEWS|Room 2: TWIN CLASSIC WITH VIEWS|Room 3: TWIN CLASSIC WITH VIEWS" RoomTypeCode="20260805$20260817$W$221$87268$TWN.AS-WV$ID_B2B_87$RO$PKGEUXX$2~2~0$$N@07~A-SIC~24613f4~424988039~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060824613f4^20260805$20260817$W$221$87268$TWN.AS-WV$ID_B2B_87$RO$PKGEUXX$2~2~0$$N@07~A-SIC~24613f4~424988039~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060824613f4^20260805$20260817$W$221$87268$TWN.AS-WV$ID_B2B_87$RO$PKGEUXX$1~2~1$9$N@07~A-SIC~230cf6~183632026~N~~~NOR~~74B68CFCDA53439178158929610105AAUK00640046000608230cf6|8|ODQyNy4xOHxFVVJ8MjAyNi0wNy0yOQ==" OriginalAmount="7288" TotalPrice="7433.84" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-29T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7288.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLASSIC, TWIN BEDS|Room 2: CLASSIC, TWIN BEDS|Room 3: CLASSIC, TWIN BEDS" RoomTypeCode="0|0|1134080615|1781589427056981B2119B0||no^1|0|1134080615|1781589427056981B2119B12||no^2|0|1134080615|1781589427056981B2119B24||no|145206|16|NzM0Ni44OXxHQlB8MjAyNi0wOC0wMQ==" OriginalAmount="7347" TotalPrice="7493.83" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/07/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-28T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7493.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Room RUN OF HOUSE|Room 2: Room RUN OF HOUSE|Room 3: Room RUN OF HOUSE" RoomTypeCode="20260805$20260817$W$221$87268$ROO.RO-2$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~22b143c~949509493~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060822b143c^20260805$20260817$W$221$87268$ROO.RO-2$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~22b143c~949509493~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060822b143c^20260805$20260817$W$221$87268$ROO.RO-2$ID_B2B_88$RO$PKGEUXX$1~2~1$9$N@07~A-SIC~241d5c~6379566~N~~~NOR~~74B68CFCDA53439178158929610105AAUK00640046000608241d5c|8|ODYwMS4wOXxFVVJ8MjAyNi0wNy0yOQ==" OriginalAmount="7438" TotalPrice="7587.25" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-29T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7438.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: SLEEP Twin|Room 2: SLEEP Twin|Room 3: SLEEP Twin" RoomTypeCode="20260805$20260817$W$221$87268$TWN.ST$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~20d14a9~-378915225~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060820d14a9^20260805$20260817$W$221$87268$TWN.ST$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~20d14a9~-378915225~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060820d14a9^20260805$20260817$W$221$87268$TWN.ST$ID_B2B_88$RO$PKGEUXX$1~2~1$9$N@07~A-SIC~24ad2b~-1119310444~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060824ad2b|8|ODY2MC44NnxFVVJ8MjAyNi0wNy0yOQ==" OriginalAmount="7490" TotalPrice="7639.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-29T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7490.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Twin|Room 2: Superior Twin|Room 3: Superior Twin" RoomTypeCode="20260805$20260817$W$221$87268$TWN.SU$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~21614f5~-204438890~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060821614f5^20260805$20260817$W$221$87268$TWN.SU$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~21614f5~-204438890~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060821614f5^20260805$20260817$W$221$87268$TWN.SU$ID_B2B_88$RO$PKGEUXX$1~2~1$9$N@07~A-SIC~241d5c~785711445~N~~~NOR~~74B68CFCDA53439178158929610105AAUK00640046000608241d5c|8|ODc4NS44N3xFVVJ8MjAyNi0wNy0yOQ==" OriginalAmount="7598" TotalPrice="7750.25" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-29T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7598.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLASSIC, TWIN BEDS, WITH VIEW|Room 2: CLASSIC, TWIN BEDS, WITH VIEW|Room 3: CLASSIC, TWIN BEDS, WITH VIEW" RoomTypeCode="0|0|1134083745|1781589427056981B2119B4||no^1|0|1134083745|1781589427056981B2119B16||no^2|0|1134083745|1781589427056981B2119B28||no|145206|16|NzY3Ny42NHxHQlB8MjAyNi0wOC0wMQ==" OriginalAmount="7678" TotalPrice="7831.19" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/07/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-28T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7831.19" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: TWIN SUPERIOR|Room 2: TWIN SUPERIOR|Room 3: TWIN SUPERIOR" RoomTypeCode="20260805$20260817$W$221$87268$TWN.SU-1$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~22315b2~-1362348178~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060822315b2^20260805$20260817$W$221$87268$TWN.SU-1$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~22315b2~-1362348178~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060822315b2^20260805$20260817$W$221$87268$TWN.SU-1$ID_B2B_88$RO$PKGEUXX$1~2~1$9$N@07~A-SIC~223de2~-1309259879~N~~~NOR~~74B68CFCDA53439178158929610105AAUK00640046000608223de2|8|OTEwOC43MXxFVVJ8MjAyNi0wNy0yOQ==" OriginalAmount="7877" TotalPrice="8035.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-29T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7877.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: TWIN SUPERIOR WITH VIEWS|Room 2: TWIN SUPERIOR WITH VIEWS|Room 3: TWIN SUPERIOR WITH VIEWS" RoomTypeCode="20260805$20260817$W$221$87268$TWN.SU-WV$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~22315b2~124965468~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060822315b2^20260805$20260817$W$221$87268$TWN.SU-WV$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~22315b2~124965468~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060822315b2^20260805$20260817$W$221$87268$TWN.SU-WV$ID_B2B_88$RO$PKGEUXX$1~2~1$9$N@07~A-SIC~223de2~1371117291~N~~~NOR~~74B68CFCDA53439178158929610105AAUK00640046000608223de2|8|OTEwOC43MXxFVVJ8MjAyNi0wNy0yOQ==" OriginalAmount="7877" TotalPrice="8035.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-29T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7877.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: RUN OF HOUSE|Room 2: RUN OF HOUSE|Room 3: RUN OF HOUSE" RoomTypeCode="0|0|1160232625|1781589427056981B2119B8||no^1|0|1160232625|1781589427056981B2119B20||no^2|0|1160232625|1781589427056981B2119B32||no|145206|16|ODA0Ny4wM3xHQlB8MjAyNi0wOC0wMQ==" OriginalAmount="8047" TotalPrice="8207.97" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/07/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-28T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8207.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: TWIN CITY VIEW|Room 2: TWIN CITY VIEW|Room 3: TWIN CITY VIEW" RoomTypeCode="20260805$20260817$W$221$87268$TWN.CV-1$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~2001676~-1036951653~N~~~NOR~~74B68CFCDA53439178158929610105AAUK006400460006082001676^20260805$20260817$W$221$87268$TWN.CV-1$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~2001676~-1036951653~N~~~NOR~~74B68CFCDA53439178158929610105AAUK006400460006082001676^20260805$20260817$W$221$87268$TWN.CV-1$ID_B2B_88$RO$PKGEUXX$1~2~1$9$N@07~A-SIC~216e51~-1559262998~N~~~NOR~~74B68CFCDA53439178158929610105AAUK00640046000608216e51|8|OTQxNS4yMnxFVVJ8MjAyNi0wNy0yOQ==" OriginalAmount="8143" TotalPrice="8305.41" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-29T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8142.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, TWIN BEDS|Room 2: SUPERIOR, TWIN BEDS|Room 3: SUPERIOR, TWIN BEDS" RoomTypeCode="0|0|1134084175|1781589427056981B2119B2||no^1|0|1134084175|1781589427056981B2119B14||no^2|0|1134084175|1781589427056981B2119B26||no|145206|16|ODE2My44OXxHQlB8MjAyNi0wOC0wMQ==" OriginalAmount="8164" TotalPrice="8327.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/07/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-28T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8327.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, TWIN BEDS, WITH VIEW|Room 2: ROOM, TWIN BEDS, WITH VIEW|Room 3: ROOM, TWIN BEDS, WITH VIEW" RoomTypeCode="0|0|1160234035|1781589427056981B2119B10||no^1|0|1160234035|1781589427056981B2119B22||no^2|0|1160234035|1781589427056981B2119B34||no|145206|16|ODM0OS4wNnxHQlB8MjAyNi0wOC0wMQ==" OriginalAmount="8349" TotalPrice="8516.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/07/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-28T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8516.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, TWIN BEDS, WITH VIEW|Room 2: SUPERIOR, TWIN BEDS, WITH VIEW|Room 3: SUPERIOR, TWIN BEDS, WITH VIEW" RoomTypeCode="0|0|1160231835|1781589427056981B2119B6||no^1|0|1160231835|1781589427056981B2119B18||no^2|0|1160231835|1781589427056981B2119B30||no|145206|16|ODQ2NS45MHxHQlB8MjAyNi0wOC0wMQ==" OriginalAmount="8466" TotalPrice="8635.22" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/07/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-28T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8635.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior King|Room 2: Superior King|Room 3: Superior King" RoomTypeCode="20260805$20260817$W$221$87268$DBL.KG-SU$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~2601794~1071061500~N~~~NOR~~74B68CFCDA53439178158929610105AAUK006400460006082601794^20260805$20260817$W$221$87268$DBL.KG-SU$ID_B2B_88$RO$PKGEUXX$2~2~0$$N@07~A-SIC~2601794~1071061500~N~~~NOR~~74B68CFCDA53439178158929610105AAUK006400460006082601794^20260805$20260817$W$221$87268$DBL.KG-SU$ID_B2B_88$RO$PKGEUXX$1~2~1$9$N@07~A-SIC~246ee0~1918757911~N~~~NOR~~74B68CFCDA53439178158929610105AAUK00640046000608246ee0|8|OTg0NS42NnxFVVJ8MjAyNi0wNy0yOQ==" OriginalAmount="8515" TotalPrice="8685.12" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-29T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8514.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST|Room 2: BED AND BREAKFAST|Room 3: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: -|Room 2: -|Room 3: -" RoomTypeCode="20260805$20260817$W$221$87268$JSU.ST$ID_B2B_88$BB$PKGEUXX$2~2~0$$N@07~A-SIC~24e1bde~988138451~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060824e1bde^20260805$20260817$W$221$87268$JSU.ST$ID_B2B_88$BB$PKGEUXX$2~2~0$$N@07~A-SIC~24e1bde~988138451~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060824e1bde^20260805$20260817$W$221$87268$JSU.ST$ID_B2B_88$BB$PKGEUXX$1~2~1$9$N@07~A-SIC~2111164~-1993514732~N~~~NOR~~74B68CFCDA53439178158929610105AAUK006400460006082111164|8|MTE1ODYuOTV8RVVSfDIwMjYtMDctMjk=" OriginalAmount="10021" TotalPrice="10221.15" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-29T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="10020.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST|Room 2: BED AND BREAKFAST|Room 3: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Junior Suite|Room 2: Junior Suite|Room 3: Junior Suite" RoomTypeCode="20260805$20260817$W$221$87268$JSU.KG$ID_B2B_88$BB$PKGEUXX$2~2~0$$N@07~A-SIC~2411ddd~-963755630~N~~~NOR~~74B68CFCDA53439178158929610105AAUK006400460006082411ddd^20260805$20260817$W$221$87268$JSU.KG$ID_B2B_88$BB$PKGEUXX$2~2~0$$N@07~A-SIC~2411ddd~-963755630~N~~~NOR~~74B68CFCDA53439178158929610105AAUK006400460006082411ddd^20260805$20260817$W$221$87268$JSU.KG$ID_B2B_88$BB$PKGEUXX$1~2~1$9$N@07~A-SIC~24a12a3~-267984685~N~~~NOR~~74B68CFCDA53439178158929610105AAUK0064004600060824a12a3|8|MTI0MTcuMzh8RVVSfDIwMjYtMDctMjk=" OriginalAmount="10739" TotalPrice="10953.70" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/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|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-29T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="10738.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/05/2a/052a75abd6fb281b988e4132fa4fe75147336f4c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/56/b2/56b2dc2d4fe7305d3d509c42d8b9a0d8f1cdf5b1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7b/42/7b42054c170a5b552a4c7f7e2665a61956554e9f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b8/c0/b8c009b8ebd3a49f3c811b913125cc30e450d824.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c2/60/c260738ff67d3edfb1eca19076e3b537702d3d35.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4f/eb/4febd5e1a3f7fa8f8f1d60748bd89f5cd3cb3859.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/20/56/205615ad9bbcc64402b8ea594edf9abe12f40b07.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5f/3a/5f3aabe206172aa9df33b324006b366525a72fc6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3c/cd/3ccd6f9437b99a287e240c88de899d4edaeceeb6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ce/8e/ce8e13bcf6efa4cb0b2c8e121a6c93ece83d52f1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/da/62/da62b3bb7ef78f2ab7b38568c473df299428f0d5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/53/44/5344b138bf360e61d11dd54654665a8fee66bd2d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0f/c8/0fc815fcba08f6c463ea514044e05e724898f025.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/33/94/339408c6c6715c3ad2555158c562a5ff9809d30e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b0/e5/b0e5bf9668d0cdde25162c73256733c13f298e53.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/91/25/9125b54de87ed8d3ac8a845fe9100358dfea3224.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2a/c1/2ac16d309d427eb00078d1dd8479e492b4882260.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/45/d4/45d40bbcb4a06d60b0d286c61d451d336158b7b2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b5/18/b5186510d65c7bd330900856401dc94af03d9912.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9d/61/9d615854c36fc98d3ed48fec566fa38ed4061cce.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e7/a2/e7a2f480c9bcaf418fc362ab46e26b7336827161.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4f/14/4f14f645200b3fd8c1c2d054eaef2fbf52d8ed69.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/19/86/1986af875ca81e571ad37c0fe0206d47ee71c26d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fa/03/fa031bc84b68a7d5d9772806f385fe29252bb2ad.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ba/e8/bae8efe45cf1f98fc072049b6b46eb89a28f1f96.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/93/ff/93ffe146dbbafbab944187d649e0d9f4d563262d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/73/25/7325469c385e95f9d766d66be7dba4393cf2e8fa.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/78/fb/78fb01b050d00bdc6b6c2147efec4299e6a6ea08.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/77/19/77199a57a57cab64ce5d8d82be3f26d727a47d53.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a1/4f/a14f3624304a9039972263a98cfa6487c0e7d834.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/41/42/4142cfb54349396df4ce60b5ae8bb59bef9d5f01.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e1/f6/e1f696c02bd4e085546a2ff166cd47764c77fb19.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a3/5c/a35c0c481162ba7806b79505304d63ccc9859026.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f7/9f/f79f9335e3aa258be9be1f79cb1cdc9c705a479d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/64/51/6451a6fa02e11335c22f52fec96edc68af85a904.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6b/34/6b34c0ea39c59f8f8aecba9928f3c217978eed70.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/05/a3/05a3043f2d113407709bd2a9b7aac8d34dedf4d9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/38/02/3802688659a0f717f290d20440e8b6d52a7d6180.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f5/60/f560334d983fce61af66652bda156e848c484a83.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/83/83/838330a4ddf66dcd719636a7517c8359f70b3229.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/20/zz/20ad722ad8d1425becba6a0b602c3d5a9b0530a0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/01/92/0192c25fb99678c62fc3e93137bd08a4028e0e1f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0b/9c/0b9c4c1263ad24502f67ad276bb10671e82227d7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/88/bc/88bc8e4b665065893055ee65ea8933ec5c601850.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4c/01/4c01e88450eef8754ae2aa465cbf184e54bc0a9f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/62/f9/62f9bb09e4ad32a2a4a3b4cf621e535140e14873.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/db/34/db345f0d94336b4489b939180c6fdc742a6d89fe.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/95/37/9537f2776a06d1106ecf0515538435cee0c2466e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/73/00/73002e87053b817910033d648a1f4b565b2ffcc0.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amsterdam and the Central Station. Restaurants and bars can be found within around 1 km of the hotel. Dam Square is around 2 km away and the museum district is about 6 km away.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has a lift and features 408 non-smoking rooms. Check-in and check-out are possible at any time at the reception desk. Services and facilities include a baggage storage service, a safe, a babysitting service on request, translation services, room service, a conference room and a business centre. Wireless internet access is provided in public areas. The hotel has wheelchair-accessible facilities. Guests arriving by car can park their vehicles in the garage or in the car park. Services include a hotel shuttle bus.&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, a king-size bed or a sofa bed. A safe, a minibar and a desk are also available. Additional features include a refrigerator, a mini fridge and a tea/coffee station. An ironing set is provided for guests' convenience. A direct dial telephone, a television with satellite/cable channels, a radio and WiFi are provided as well. Amenities provided in the rooms include slippers and a daily paper. A hairdryer and bathrobes are available in the bathrooms, which 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;A sun terrace is a great place to while away the hours. There are a variety of leisure facilities and services to choose from, including a gym, a spa, a sauna, a beauty salon, massage treatments and a solarium. 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. The chefs prepare delicious specialities during the show cooking.&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 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;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;**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;Deposit: EUR 50.00 per night&lt;br /&gt;&lt;br /&gt;City tax: EUR 17.00 per person, per night&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.&lt;br /&gt;&lt;br /&gt;**Know Before You Go**&lt;br /&gt; &lt;br /&gt;This property offers transfers from the train station. Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. &lt;br /&gt;&lt;br /&gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &lt;br /&gt; &lt;br /&gt;One child 12 years old or younger stays free when occupying the parent or guardian&amp;#39;s room, using existing bedding. &lt;br /&gt;&lt;br /&gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &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 25.00 per person (approximately)&lt;br /&gt;  &lt;br /&gt;Fee for in-room wired Internet: EUR 15.00 per day (rates may vary)&lt;br /&gt;  &lt;br /&gt;Fee for wired Internet in public areas: EUR 15.00 per day (rates may vary)&lt;br /&gt;   &lt;br /&gt;Self parking fee: EUR 47.50 per day&lt;br /&gt;           &lt;br /&gt;Rollaway bed fee: EUR 50.00 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.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>31-20-5191249</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>31-20-5191200</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>4.5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>2006</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2006</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>408</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>Facilities</Type><Description>Air conditioning</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>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 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>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</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>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Tanning Studio/Solarium</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>City Centre</Description><Value>2000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Restaurants</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bars / Pubs</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>500 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bus Station</Description><Value>500 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Train Station</Description><Value>500 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
f9d8aa23-7017-4612-943d-3bce46581ab7|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="f9d8aa23-7017-4612-943d-3bce46581ab7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="9" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
f9d8aa23-7017-4612-943d-3bce46581ab7|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|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
f9d8aa23-7017-4612-943d-3bce46581ab7|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-06-16T06:58:20.7351515+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f9d8aa23-7017-4612-943d-3bce46581ab7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="3734.23" OriginalAmount="3661.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|17528|Bed &amp; Breakfast" HotelName="New West Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/f8/def81e3aa1d6aea7451c53995edd65cf763bc021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tra...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4026.98" OriginalAmount="3948.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|45494|Bed &amp; Breakfast" HotelName="Best Western Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/42/e94265ecc9983b0854c6be13a3938841f1346ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4695.08" OriginalAmount="4603.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3" HotelCode="376492|1844588|Bed &amp; Breakfast" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/13/5b1391a381be9b9ea3e9cdc90a84965d13fcd5df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5265.62" OriginalAmount="5162.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|2906795|Bed &amp; Breakfast" HotelName="Conscious Hotel The Tire Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/1b/9c1bd32298c599bc084722b44cda3e20ba417655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5386.23" OriginalAmount="5280.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|2370735|Bed &amp; Breakfast" HotelName="Leonardo Royal Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/c5/5ec5d65d26f259c3c3fed9f2ee89fd02718e5f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5594.81" OriginalAmount="5485.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|591741|Bed &amp; Breakfast" HotelName="Fletcher Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/1c/3d1cb1b8080c9f4624f8effdcc9bb646f3249464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5788.72" OriginalAmount="5675.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353535" Longitude="4.871992" StarRating="3" HotelCode="337317|17404|Bed &amp; Breakfast" HotelName="The Alfred Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cornelis Schuytstraat 58-60, 1071 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/dd/8fdd026756f843908004c030f5706480c4be9928.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in an ivy-covered building located just a short distance from the lively...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5916.03" OriginalAmount="5800.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|861065|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81d9fcc05a903553/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5972.79" OriginalAmount="5855.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="3" HotelCode="951173|2483545|Bed &amp; Breakfast" HotelName="Olympic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12, 1076 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/81/28813e802e5df54a2c32118ec6788f2b6515008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="6141.54" OriginalAmount="6021.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335183372878" Longitude="4.9137425422669" StarRating="4" HotelCode="318143|CAG726600|Bed &amp; Breakfast" HotelName="Mercure Hotel Amsterdam City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 10, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/9a/de9a1d9fab7f42a959322e05e1673a55a2a72f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern upmarket hotel lies in the south of the city, close to Amsterdam Arena and the A2 Utrech...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6157.60" OriginalAmount="6036.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|1727398|Bed &amp; Breakfast" HotelName="Amadi Panorama Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/82/6582a9803115fd62acfa3649974d0eeac0019230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6245.99" OriginalAmount="6123.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|2906035|Bed &amp; Breakfast" HotelName="Conscious Hotel Westerpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/45/864590681e12dbef1da5db1b808ff5e3fc70a01e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6400.42" OriginalAmount="6274.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360991118708" Longitude="4.8829782431889" StarRating="3" HotelCode="337174|185604|Bed &amp; Breakfast" HotelName="Hotel Cornelisz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 24, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/0a/9a0aae34f7ade53ba2e55ac87243f975c44a81a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the most exclusive shopping street in the city, close to Amsterdam's most i...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6760.69" OriginalAmount="6628.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|121849|Bed &amp; Breakfast" HotelName="WestCord Fashion Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fb/abfbd43d58e118ef8c967db0c375c4c69ee8f387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="6814.30" OriginalAmount="6680.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372127663755" Longitude="4.8939210176468" StarRating="3" HotelCode="16717|2596080|Bed &amp; Breakfast" HotelName="Rho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 05-23, 1012  KC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/90/72902923237b916c0f094a684b1e402f5afe0c73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Old Town on a quiet side street, a few steps from the histo...</HotelDescription>
        <Offer>Discount:GBP67.48</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6831.66" OriginalAmount="6697.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360345472057" Longitude="4.8783812082713" StarRating="2" HotelCode="385722|686186|Bed &amp; Breakfast" HotelName="The Flying Pig Uptown Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="24 Hour Front Desk,Bar,Designated Smoking Area,Elevator,Internet,Kitchen,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46, 1071 AJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c83ad5b5b0e5bbbc83446392b88079d93a70f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;The Flying Pig Uptown Hostel is in the heart of Amsterdam, walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6904.08" OriginalAmount="6768.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|17523|Bed &amp; Breakfast" HotelName="Dutch Design Hotel Artemis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/07/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>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c1c48cf53b9d30a067cc74479cc6da73de5f1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7033.48" OriginalAmount="6895.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362107406324" Longitude="4.8783124703484" StarRating="3" HotelCode="200950|47864|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesselschadestraat 23, 1054 ET Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7683/a_7683_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the city centre and near to the Van Gogh Museum, the Rijksm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7114.83" OriginalAmount="6975.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|117322|Bed &amp; Breakfast" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4d/af4dcb2a7bfe27f04378cef7d284db9c0211d12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7235.13" OriginalAmount="7093.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|4702015|Bed &amp; Breakfast" HotelName="Washington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/6b/0d6ba016cc43f9ebca75061e4a2c1f6771d977d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7263.15" OriginalAmount="7120.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="3" HotelCode="677840|775387|Bed &amp; Breakfast" HotelName="Hotel Levell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0a/ac0a612cf4778d0693dc405e5d2f218fa8424607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7273.36" OriginalAmount="7130.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37121531" Longitude="4.89017679" StarRating="3" HotelCode="284247|296975|Bed &amp; Breakfast" HotelName="Nova Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 276, 1012 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/6b/946b5f72305b2b5531939b3de70795472fa0cc2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7294.92" OriginalAmount="7151.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|CAY221000|Bed &amp; Breakfast" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f4/8af4149f763a36c75e366dccfc9bc084864f93e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7493.97" OriginalAmount="7347.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="97121|102663|Bed &amp; Breakfast" HotelName="Hotel Roemer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10, 1054 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1d/531dd3ee8f302c4eb873d99b0b8824ae1a7fefb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location close to the lively Leidseplein square where guests can find re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7610.46" OriginalAmount="7461.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|2485335|Bed &amp; Breakfast" HotelName="Hotel New Kit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9e/089e764d41c6a9672f92af9f8cb2a643debfbf99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7887.09" OriginalAmount="7732.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|189635|Bed &amp; Breakfast" HotelName="Amsterdam ID Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1c/191ca8b9c5485da9f4803e74e5baaf36b9f0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8001.20" OriginalAmount="7844.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38732408" Longitude="4.83522673" StarRating="0" HotelCode="943545|2421895|Bed &amp; Breakfast" HotelName="Citadines Sloterdijk Station Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 3, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/eb/96eb453d95b8c444de19761b201b982405ea47d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8130.36" OriginalAmount="7970.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|CAI873300|Bed &amp; Breakfast" HotelName="Mövenpick Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8160.62" OriginalAmount="8000.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|87265|Bed &amp; Breakfast" HotelName="XO Hotels Blue Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/75/f875059412012fcb29355951252d62b38d06ec85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8245.69" OriginalAmount="8084.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.368308377123" Longitude="4.8796666822091" StarRating="3" HotelCode="11621|480855|Bed &amp; Breakfast" HotelName="De Looier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3e Looiersdwarsstraat 75, 1016 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ea/f4ea0d611df542da480223fcf5060ab7828aac80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a nice part of the city centre known as the Jordaan (garden). The hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8267.97" OriginalAmount="8105.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33328575" Longitude="4.91453469" StarRating="4" HotelCode="757211|2483495|Bed &amp; Breakfast" HotelName="Hotel Amsterdam Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 20, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/1d/8e1d3d741f6c97dfd1144fc75af22126633f08af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Hotel is situated in Amsterdam. Situated within 6. 0 kilometre(s) from the town centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8318.84" OriginalAmount="8155.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|104299|Bed &amp; Breakfast" HotelName="XO Hotels Blue Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8c/ae8c691e4c69dbb7fc75da2bb39dddb15e8072be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8335.81" OriginalAmount="8172.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|CAU969900|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM - Plein 28, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5c/a95cac132d9561fbc63cecab621c80697e866d2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8364.33" OriginalAmount="8200.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|458025|Bed &amp; Breakfast" HotelName="Crowne Plaza Amsterdam South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/23/302366dec9389c37d6f247e9883a5ab46b13d96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8403.22" OriginalAmount="8238.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|186341|Bed &amp; Breakfast" HotelName="XO Hotels Park West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/86/6e865308e20bff1c37048d28dd741c0bcbb32acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8463.62" OriginalAmount="8297.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|370627|Bed &amp; Breakfast" HotelName="XO Hotels Couture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1a/351ae3563f68338fd3536d6946e7c15b44d85abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8478.83" OriginalAmount="8312.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372133" Longitude="4.894852" StarRating="2" HotelCode="101717|480835|Bed &amp; Breakfast" HotelName="De Gerstekorrel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Central Heating,Fax,Golf,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 22, 1012 JM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8d/ca8d3e940c751ddd559b59fc2765d7a250e85003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the famous Dam Square, major shopping streets such as De Kalver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8756.08" OriginalAmount="8584.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.356965" Longitude="4.877437" StarRating="3" HotelCode="95617|126231|Bed &amp; Breakfast" HotelName="XO Hotel Inner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wanningstraat 1, 1071 LA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef733b6345b63613fd50bfce1eba248391a12499.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The budget hotel is located in the centre of Amsterdam, close to Museum Square and Leidse Square as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8786.85" OriginalAmount="8614.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|623306|Bed &amp; Breakfast" HotelName="Twenty Eight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8d/ea8da6ef0244cdf5c340e2c71c288b69d5a7d4d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9045.10" OriginalAmount="8867.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|293481|Bed &amp; Breakfast" HotelName="St. Christopher's at the Winston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/99/b599c72cbfd70a9fb2698bcf2c160438718659ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9073.81" OriginalAmount="8895.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.308949440353" Longitude="4.7597776441803" StarRating="4" HotelCode="29262|20174|Bed &amp; Breakfast" HotelName="Sheraton Amsterdam Airport Hotel and Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiphol Boulevard 101, 1118 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/13/2d13794ebc3d244d6dcb3d3d0c9d2d51e6785437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;As a conference venue, the hotel is of international importance. The centre of Amsterdam can be reac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9391.41" OriginalAmount="9207.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.880936" StarRating="4" HotelCode="29315|228156|Bed &amp; Breakfast" HotelName="American Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/da/da596e6f6c56b284/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a building with a listed Art Noveau façade, this well-known hotel is centrally located on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9457.44" OriginalAmount="9272.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367966" Longitude="4.8926300000001" StarRating="2" HotelCode="337231|hotel_des_arts_6" HotelName="Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156, 1012 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a5/5fa58649f8e4cae97b234b6e851a0158733dc204.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 17th century building, this hotel is centrally located between Dam Square and Munt Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9694.00" OriginalAmount="9503.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.374698" Longitude="4.903854" StarRating="5" HotelCode="387464|1632079|Bed &amp; Breakfast" HotelName="Grand Hotel Amrâth Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 108, 1011 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bc92ae67a1f6d73838a8a427f67d207af676e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a perfect location in Prins Hendrikkade in the city centre, only around 500...</HotelDescription>
        <Offer>Discount:GBP96.00</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9755.07" OriginalAmount="9563.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|619508|Bed &amp; Breakfast" HotelName="Pestana Amsterdam Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/a3/a9a3a6356029c030d0b0dc015b33751d7d98fb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9926.86" OriginalAmount="9732.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|1540465|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72, 1012 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1c/aa1c513bbfffbefd7d7be6dc86671f3fbb52396e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just arou...</HotelDescription>
        <Offer>Discount:GBP98.31</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10199.35" OriginalAmount="9999.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3759113" Longitude="4.8988722" StarRating="2" HotelCode="901508|1892985|Bed &amp; Breakfast" HotelName="Old Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 22, 1012 JD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/7e/737ee3da2789dcd65ec7d0bb264c53af60355f22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10290.52" OriginalAmount="10088.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37395" Longitude="4.905356" StarRating="2" HotelCode="76110|480795|Bed &amp; Breakfast" HotelName="City Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 130, 1011 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6b/b06b7fa7528d59fa44838b9b5f50c6bfb18bc272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam next to Amsterdam Central Station and close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10559.88" OriginalAmount="10352.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|17874|Bed &amp; Breakfast" HotelName="XO Hotels Van Gogh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0c/370c70742631abafaae5ed8294e1a5f068174a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10584.57" OriginalAmount="10377.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|104298|Bed &amp; Breakfast" HotelName="XO Hotels City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289b1c2dfac50e749de08d281a736e2b1c7c1c06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10738.37" OriginalAmount="10527.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|252486|Bed &amp; Breakfast" HotelName="Hotel V Frederiksplein" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/13/48132be6b4f46a562648211e53f569aa73ca3dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportuni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11766.56" OriginalAmount="11535.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362595951237" Longitude="4.880042345074" StarRating="5" HotelCode="336273|107962|Bed &amp; Breakfast" HotelName="Marriott Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 12, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9f/879fe0c7ff4730fc262f5a7645189d6a2e6ae46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel enjoys an ideal location across the street from Leidseplein's fine shopping, d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11819.54" OriginalAmount="11587.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|9396|Bed &amp; Breakfast" HotelName="NH City Centre Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/11/d9115505eff4de45fe277db34c007cb3aae897f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="13350.09" OriginalAmount="13088.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|CAQ019300|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/08/8708ec7edbad7cc4ca973fbac9453b98387ecc74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13858.74" OriginalAmount="13587.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370633" Longitude="4.893014" StarRating="3" HotelCode="901948|rokin" HotelName="Rokin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 73, 1012 KL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ed/d0edf6a7cf8e4b1e340743eb9cba6d787e9f1b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city on a main street. It lies just a few steps from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14504.90" OriginalAmount="14220.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|5894|Bed &amp; Breakfast" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/9b/e39b5f415871894c3bfb4bf08d0300ab0d694327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14752.25" OriginalAmount="14462.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|5881|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9, 1012 JS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/zz/aeadbfa05f1fef1e48408c0b16ae1fb5e989b7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14872.92" OriginalAmount="14581.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|461495|Bed &amp; Breakfast" HotelName="Park Plaza Vondelpark, Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/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>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/23/f3235af5546fa8775f752c71088ef170b99f1c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16192.08" OriginalAmount="15874.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36173969" Longitude="4.91160577" StarRating="5" HotelCode="533996|2382465|Bed &amp; Breakfast" HotelName="Hyatt Regency Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatiestraat 104, 1018 GV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b8/9fb8bde25aa9b116716838f4f4429a55f1d11368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="16629.85" OriginalAmount="16303.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.371164761838" Longitude="4.8954606056213" StarRating="5" HotelCode="18321|CAF565300|Bed &amp; Breakfast" HotelName="Sofitel Legend The Grand Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/b1/fab1e3a0cbaba69db3724454ca8754822dfd5b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Amsterdam's historical centre, this city hotel is set between 2 pict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17543.93" OriginalAmount="17199.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377157993675" Longitude="4.8979738354683" StarRating="4" HotelCode="18933|20204|Bed &amp; Breakfast" HotelName="Park Plaza Victoria Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 1-5, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de40051abb446abf1165a82fdd66c1cdbe83d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This extremely sophisticated hotel is centrally located opposite the main railway station. Public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18893.75" OriginalAmount="18523.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|47524|Bed &amp; Breakfast" HotelName="Okura Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc60d2ad3afd5eb3b415e9b5ae614781e7e2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="18978.88" OriginalAmount="18606.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|184057|Bed &amp; Breakfast" HotelName="Andaz Amsterdam Prinsengracht" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/80/eb8061f83bb88ac400491a1c3e641cd77d6d0630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19264.11" OriginalAmount="18886.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372774004203" Longitude="4.8897762444687" StarRating="5" HotelCode="317464|1608638|Bed &amp; Breakfast" HotelName="W Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175, 1012 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a8/b9a833bd92b1b9036ebaa79c0bc1eaf0721bcee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30166.61" OriginalAmount="29575.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367620839981" Longitude="4.8943018913269" StarRating="5" HotelCode="11634|192166|Bed &amp; Breakfast" HotelName="De L'Europe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 2-14, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/1e/541e520f390a89056d7bc8a40017807a152a5ca4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Amsterdam's old town on the banks of the River Amstel. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30420.02" OriginalAmount="29823.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|749535|Bed &amp; Breakfast" HotelName="Conservatorium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d4/47d4990262081209f212976928e5cb07072ccfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32169.17" OriginalAmount="31538.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|20034|Bed &amp; Breakfast" HotelName="InterContinental Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ed/96ed5aaf375448fdbe6af942d62200330415c175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Jacuzzi,Lounge,Swimming Pool,Spa,24 Hour Security,ATM/Cash Machine,Housekeeping,Meeting Room,Parking,Printer,Wake-up Call Service,Kitchen,24 Hour Front Desk,Elevator,Library,Luggage Storage</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,HOSTEL,HOTEL DE CHARME,HOSTELS,APARTMENT,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
f9d8aa23-7017-4612-943d-3bce46581ab7|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="f9d8aa23-7017-4612-943d-3bce46581ab7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="9" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
f9d8aa23-7017-4612-943d-3bce46581ab7|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|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
f9d8aa23-7017-4612-943d-3bce46581ab7|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-06-16T06:58:30.7767636+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f9d8aa23-7017-4612-943d-3bce46581ab7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="3061.02" OriginalAmount="3001.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|new_west_inn_amsterdam" HotelName="New West Inn" 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,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/f8/def81e3aa1d6aea7451c53995edd65cf763bc021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3103.79" OriginalAmount="3042.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|45494" HotelName="Best Western Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/42/e94265ecc9983b0854c6be13a3938841f1346ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3938.05" OriginalAmount="3860.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|2906795" HotelName="Conscious Hotel The Tire Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/1b/9c1bd32298c599bc084722b44cda3e20ba417655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4137.94" OriginalAmount="4056.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|2370735" HotelName="Leonardo Royal Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/c5/5ec5d65d26f259c3c3fed9f2ee89fd02718e5f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4611.63" OriginalAmount="4521.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|591741" HotelName="Fletcher Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/1c/3d1cb1b8080c9f4624f8effdcc9bb646f3249464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4644.16" OriginalAmount="4553.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|861065" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81d9fcc05a903553/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4695.08" OriginalAmount="4603.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3" HotelCode="376492|1844588" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/13/5b1391a381be9b9ea3e9cdc90a84965d13fcd5df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4722.60" OriginalAmount="4630.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348917" Longitude="4.908607" StarRating="2" HotelCode="71422|flipper" HotelName="Flipper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Borssenburgstraat 5, 1078 VA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/be/2fbeea23ce1b9a9b3bf0856f42d831460ace02f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the southern part of the centre of Amsterdam, just a 5-minute trip on public transport f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="4767.09" OriginalAmount="4673.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335183372878" Longitude="4.9137425422669" StarRating="4" HotelCode="318143|CAG726600" HotelName="Mercure Hotel Amsterdam City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 10, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/9a/de9a1d9fab7f42a959322e05e1673a55a2a72f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern upmarket hotel lies in the south of the city, close to Amsterdam Arena and the A2 Utrech...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4845.36" OriginalAmount="4750.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353535" Longitude="4.871992" StarRating="3" HotelCode="337317|17404" HotelName="The Alfred Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cornelis Schuytstraat 58-60, 1071 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/dd/8fdd026756f843908004c030f5706480c4be9928.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in an ivy-covered building located just a short distance from the lively...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4875.41" OriginalAmount="4779.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|2906035" HotelName="Conscious Hotel Westerpark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/45/864590681e12dbef1da5db1b808ff5e3fc70a01e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4935.29" OriginalAmount="4838.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353746928084" Longitude="4.9119412772336" StarRating="3" HotelCode="313022|683894" HotelName="Volkshotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wibautstraat 150, 1091 GR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/44/544486ddd1f59c2c543853185a4b84fe945f00ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5126.52" OriginalAmount="5026.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38424267" Longitude="4.90393048" StarRating="2" HotelCode="388540|clinknoord__hostel" HotelName="Clink Noord Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Badhuiskade 3, 1031 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/b3/7fb3a801f3f21906dcff9d6b46af042ec2d81676.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5220.68" OriginalAmount="5118.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|1727398" HotelName="Amadi Panorama Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/82/6582a9803115fd62acfa3649974d0eeac0019230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5317.94" OriginalAmount="5213.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|17523" HotelName="Dutch Design Hotel Artemis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/07/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>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c1c48cf53b9d30a067cc74479cc6da73de5f1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5357.00" OriginalAmount="5251.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362872" Longitude="4.876461" StarRating="3" HotelCode="186137|296443" HotelName="Hotel Espresso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 57, 1054 HC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/b0/e1b010283f767042298106b7aa88102a49107b09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5375.63" OriginalAmount="5270.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360991118708" Longitude="4.8829782431889" StarRating="3" HotelCode="337174|185604" HotelName="Hotel Cornelisz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 24, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/0a/9a0aae34f7ade53ba2e55ac87243f975c44a81a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the most exclusive shopping street in the city, close to Amsterdam's most i...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5394.78" OriginalAmount="5289.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36125467" Longitude="4.881606" StarRating="3" HotelCode="211216|hotel_vossius_vondelpark" HotelName="Vossius Vondelpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 8/9, 1071 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c1/09c1a1244ab62427144a9de51d3ce2010dcfc0ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 39 rooms. Most of the storeys can be reached by lift. Services and fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="5413.37" OriginalAmount="5307.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372127663755" Longitude="4.8939210176468" StarRating="3" HotelCode="16717|2596080" HotelName="Rho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 05-23, 1012  KC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/90/72902923237b916c0f094a684b1e402f5afe0c73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Old Town on a quiet side street, a few steps from the histo...</HotelDescription>
        <Offer>Discount:GBP53.61</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5490.66" OriginalAmount="5383.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.375506" Longitude="4.895853" StarRating="1" HotelCode="337248|hotel_manofa_2" HotelName="Manofa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 47-48, 1012 LL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/81/0f811621970ad17f38ec82cd288afe4b1b2dc489.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated directly at the Damrak, within a few minutes' walk of Rembrandt Square, Leidse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5499.84" OriginalAmount="5392.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38732408" Longitude="4.83522673" StarRating="0" HotelCode="943545|citadines_sloterdijk_station_amsterdam" HotelName="Citadines Sloterdijk Station Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 3, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/eb/96eb453d95b8c444de19761b201b982405ea47d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5620.20" OriginalAmount="5510.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358985" Longitude="4.893583" StarRating="2" HotelCode="116303|kap" HotelName="Kap" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Den Texstraat 5b, 1017 XW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/33/8333b91544546f6542f17ab7b7fdfab0af3a81dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5632.18" OriginalAmount="5521.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="3" HotelCode="677840|775387" HotelName="Hotel Levell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0a/ac0a612cf4778d0693dc405e5d2f218fa8424607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5642.88" OriginalAmount="5532.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|189635" HotelName="Amsterdam ID Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1c/191ca8b9c5485da9f4803e74e5baaf36b9f0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5651.82" OriginalAmount="5541.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357985" Longitude="4.890528" StarRating="2" HotelCode="81840|hotel_vivaldi_4" HotelName="Blossoms City Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 76, 1072 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/40/8b40c767d74a1af60dff2728dfa340146f247d2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5662.02" OriginalAmount="5551.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348652" Longitude="4.765684" StarRating="4" HotelCode="69636|park_plaza_amsterdam_airport_2" HotelName="Park Plaza Amsterdam Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Melbournestraat 1, 1175 RM  Lijnden, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3c/c43c8efaec0571635059246181e0bd7973782886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located in the west of Amsterdam, only 5 km from Schiphol International Airpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5676.45" OriginalAmount="5565.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|121849" HotelName="WestCord Fashion Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fb/abfbd43d58e118ef8c967db0c375c4c69ee8f387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5748.72" OriginalAmount="5636.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361733242928" Longitude="4.9105657774473" StarRating="3" HotelCode="143266|hotel_allure" HotelName="Allure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatistraat 117-119, 1018 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/18/ca1814c570e278bd1202fa92bd16662a0c792ae7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5764.38" OriginalAmount="5651.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.364891631283" Longitude="4.8779150202049" StarRating="3" HotelCode="150171|2482685" HotelName="Hotel Jupiter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tweede Helmersstraat 14, 1054 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f7/f8f723fbb4601bf0a563995c06d3b42aaaa73c7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5881.32" OriginalAmount="5766.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|hotel_washington_2" HotelName="Washington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/6b/0d6ba016cc43f9ebca75061e4a2c1f6771d977d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5923.14" OriginalAmount="5807.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385501902765" Longitude="4.8326808884399" StarRating="3" HotelCode="333982|amsterdam_teleport_hotel" HotelName="Amsterdam Teleport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Heathrowstraat 3-5, 1043 CE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/9f/a49f2d074543a5813b503413d430dac9627b3915.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5972.79" OriginalAmount="5855.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="3" HotelCode="951173|2483545" HotelName="Olympic Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12, 1076 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/81/28813e802e5df54a2c32118ec6788f2b6515008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5975.55" OriginalAmount="5858.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360345472057" Longitude="4.8783812082713" StarRating="2" HotelCode="385722|686186" HotelName="The Flying Pig Uptown Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="24 Hour Front Desk,Bar,Designated Smoking Area,Elevator,Internet,Kitchen,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46, 1071 AJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c83ad5b5b0e5bbbc83446392b88079d93a70f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;The Flying Pig Uptown Hostel is in the heart of Amsterdam, walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5982.30" OriginalAmount="5865.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3649572" Longitude="4.880067" StarRating="2" HotelCode="154214|hotel_titus" HotelName="Titus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 74, 1017 PM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/3c/593c1061eaa2a8f00e9c6371750884ca7e49e46a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6002.28" OriginalAmount="5884.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362107406324" Longitude="4.8783124703484" StarRating="3" HotelCode="200950|47864" HotelName="Leonardo Hotel Amsterdam City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesselschadestraat 23, 1054 ET Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7683/a_7683_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the city centre and near to the Van Gogh Museum, the Rijksm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6094.08" OriginalAmount="5974.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|117322" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4d/af4dcb2a7bfe27f04378cef7d284db9c0211d12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6136.32" OriginalAmount="6016.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361117278711" Longitude="4.9006848427564" StarRating="2" HotelCode="116282|hotel_de_munck_2" HotelName="De Munck" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Achtergracht 3, 1017 WL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/10/261074bf35d44f9849dbaf45e7b76912498c40b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6188.92" OriginalAmount="6067.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.356398" Longitude="4.8783989999999" StarRating="2" HotelCode="38371|17535" HotelName="Trianon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jan Willem Brouwersstr 3-7, 1071 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/62/a1626ddc79b85e73249c4f1a205ca256d6ab77d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This captivating hotel is on a peaceful side street off the van Baerlestraat shopping street. From t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6190.89" OriginalAmount="6069.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37121531" Longitude="4.89017679" StarRating="3" HotelCode="284247|296975" HotelName="Nova Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 276, 1012 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/6b/946b5f72305b2b5531939b3de70795472fa0cc2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6262.80" OriginalAmount="6140.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.376066" Longitude="4.8966350000001" StarRating="2" HotelCode="116415|amsterdam_orange_tulip_hotel" HotelName="Orange Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 32, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/bf/20bf372e6a0a29fa18a59127ef624501efe6a5a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of the main streets of central Amsterdam, the Damrak. The location is id...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6262.80" OriginalAmount="6140.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37606271" Longitude="4.89668846" StarRating="2" HotelCode="934444|budget_dam_hotel" HotelName="Damhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 32, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/6a/d16a15f93d98813dbd9e07e1a1ba947d36d1de2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is only a 2-minute walk from Amsterdam central station and the bus station, and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6299.51" OriginalAmount="6175.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36965073" Longitude="4.88005577" StarRating="3" HotelCode="711127|2279565" HotelName="Melrose Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elandsgracht 92, 1016 TZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/a2/d2a29ea1a2f5583ab47429947734308770eb599e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6309.46" OriginalAmount="6185.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|2485335" HotelName="Hotel New Kit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9e/089e764d41c6a9672f92af9f8cb2a643debfbf99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6365.82" OriginalAmount="6241.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358182" Longitude="4.889771" StarRating="2" HotelCode="400757|symphony_budget_hotel_paganini" HotelName="Aston City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 68, 1072 AD Amsterdam, Oud-Zuid</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/9e/379e262d14aa3c86b0c4e405fc67e0f53a7eea2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a convenient location in the heart of Amsterdam, overlooking one of character...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6458.64" OriginalAmount="6332.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.365146558714" Longitude="4.8733229935169" StarRating="3" HotelCode="193898|mosaic_city_centre" HotelName="Hotel Mosaic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 16a, 1054 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/11/7711e9a44a7a9d10fe3bfdef1458b968da8058ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6529.65" OriginalAmount="6401.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|87265" HotelName="XO Hotels Blue Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/75/f875059412012fcb29355951252d62b38d06ec85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6664.17" OriginalAmount="6533.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|458025" HotelName="Crowne Plaza Amsterdam South" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/23/302366dec9389c37d6f247e9883a5ab46b13d96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6750.36" OriginalAmount="6618.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.365943952643" Longitude="4.8955864404754" StarRating="3" HotelCode="337222|hotel_atlanta_2" HotelName="Hotel Atlanta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtsplein 8-10, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/1b/1a1b9ba7ce31226b7c910a581df0c59341efb8fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam and over looks the eminent Rembrandtplein. Scores o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="6763.70" OriginalAmount="6631.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|CAU969900" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM - Plein 28, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5c/a95cac132d9561fbc63cecab621c80697e866d2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6765.53" OriginalAmount="6632.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|186341" HotelName="XO Hotels Park West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/86/6e865308e20bff1c37048d28dd741c0bcbb32acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6836.47" OriginalAmount="6702.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|370627" HotelName="XO Hotels Couture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1a/351ae3563f68338fd3536d6946e7c15b44d85abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6846.21" OriginalAmount="6711.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.376005" Longitude="4.901172" StarRating="3" HotelCode="12650|482085" HotelName="France Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Kolk 11, 1012 AL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/a5/7ca5da566f35970e6663da43697b1f8d937da4a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a modern building in the centre of Amsterdam. Some of the rooms offer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="6869.09" OriginalAmount="6734.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|CAI873300" HotelName="Mövenpick Amsterdam City Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6871.74" OriginalAmount="6737.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.363522" Longitude="4.886314" StarRating="3" HotelCode="68534|mozart" HotelName="Mozart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 518-520, 1017 KJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/b5/72b541734ea9c47b74d1ace915cea14f31dd5849.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6903.36" OriginalAmount="6768.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.374824107265" Longitude="4.8966812349402" StarRating="2" HotelCode="45368|travel" HotelName="Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Beurstraat 23, 1012 JV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0e/370e9b5f9a125566efaa37c7f01199074f22cf42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Amsterdam. Travel features a total of 32 guests rooms. This establishment ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6976.80" OriginalAmount="6840.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3549500625" Longitude="4.8770424" StarRating="3" HotelCode="78507|concert_inn" HotelName="The Concert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Lairessestraat 11, 1071 NR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/39/2139fd5f039a96a7dccbc70b749103ac94f21819.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7017.62" OriginalAmount="6880.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362245458387" Longitude="4.8984680324793" StarRating="2" HotelCode="193876|830405" HotelName="ITC Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 1051, 1017 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/a4/aca42a3f6d413ea817bd1b568850865c20e705bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7026.33" OriginalAmount="6888.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|104299" HotelName="XO Hotels Blue Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8c/ae8c691e4c69dbb7fc75da2bb39dddb15e8072be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7169.18" OriginalAmount="7028.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.308949440353" Longitude="4.7597776441803" StarRating="4" HotelCode="29262|20174" HotelName="Sheraton Amsterdam Airport Hotel and Conference Center" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiphol Boulevard 101, 1118 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/13/2d13794ebc3d244d6dcb3d3d0c9d2d51e6785437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;As a conference venue, the hotel is of international importance. The centre of Amsterdam can be reac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7252.20" OriginalAmount="7110.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359365871644" Longitude="4.8940745741129" StarRating="1" HotelCode="193930|sphinx_hotel_2" HotelName="Sphinx Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 82, 1017 XR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/7b/187b21e843ec16d2d00fa73262b56759b93fcd06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="7266.56" OriginalAmount="7124.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33328575" Longitude="4.91453469" StarRating="4" HotelCode="757211|86414180" HotelName="Hotel Amsterdam Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 20, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/1d/8e1d3d741f6c97dfd1144fc75af22126633f08af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Hotel is situated in Amsterdam. Situated within 6. 0 kilometre(s) from the town centre, ...</HotelDescription>
        <Offer>Discount:GBP71.96</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7278.72" OriginalAmount="7136.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360758226607" Longitude="4.9188441638237" StarRating="1" HotelCode="429373|generator_amsterdam" HotelName="Generator Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Banquet Hall,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Diet Meals,Meeting Room,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mauritskade 57, 1092 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/9e/979e75258a7590e0d0c7e3a68c4ad098fcdf8bd1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Generator Amsterdam is located in the up-and-coming eastern side of the city overlooking Oosterpark....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7284.75" OriginalAmount="7141.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|623306" HotelName="Twenty Eight" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8d/ea8da6ef0244cdf5c340e2c71c288b69d5a7d4d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7294.92" OriginalAmount="7151.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|CAY221000" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f4/8af4149f763a36c75e366dccfc9bc084864f93e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7334.31" OriginalAmount="7190.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.368308377123" Longitude="4.8796666822091" StarRating="3" HotelCode="11621|480855" HotelName="De Looier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3e Looiersdwarsstraat 75, 1016 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ea/f4ea0d611df542da480223fcf5060ab7828aac80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a nice part of the city centre known as the Jordaan (garden). The hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7460.28" OriginalAmount="7314.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357985" Longitude="4.900697" StarRating="3" HotelCode="89083|all_seasons_4" HotelName="Ibis Styles Amsterdam City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 135, 1074 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/71/7f71840bd9a9b5893a81014fe07fd97902143c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is located in the city centre, within walking distance of one of the major entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7481.78" OriginalAmount="7335.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.356965" Longitude="4.877437" StarRating="3" HotelCode="95617|126231" HotelName="XO Hotel Inner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wanningstraat 1, 1071 LA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef733b6345b63613fd50bfce1eba248391a12499.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The budget hotel is located in the centre of Amsterdam, close to Museum Square and Leidse Square as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7493.97" OriginalAmount="7347.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="97121|102663" HotelName="Hotel Roemer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10, 1054 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1d/531dd3ee8f302c4eb873d99b0b8824ae1a7fefb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location close to the lively Leidseplein square where guests can find re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7657.14" OriginalAmount="7507.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.365826506694" Longitude="4.8847546596803" StarRating="2" HotelCode="143433|amsterdam_downtown_hotel" HotelName="Amsterdam Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kerkstraat 25, 1017 GA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/71/8b712806b397f63063cea1ecca459a997865c571.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7931.36" OriginalAmount="7775.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3760433" Longitude="4.89638567" StarRating="3" HotelCode="974552|803155" HotelName="Hotel Van Gelder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 34, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c5/f8c58d95ea0271bf48ec5ab6deef4be73f7e229f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8184.48" OriginalAmount="8024.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3647606" Longitude="4.9042788" StarRating="2" HotelCode="148799|hotel_hermitage_amsterdam" HotelName="Hermitage Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Keizersgracht 16, 1018 DR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/b0/cab05c3faa299f27ab04f4aeb247bb900bc9a4c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8194.86" OriginalAmount="8034.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|293481" HotelName="St. Christopher's at the Winston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/99/b599c72cbfd70a9fb2698bcf2c160438718659ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8301.78" OriginalAmount="8139.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.35901047" Longitude="4.89787533" StarRating="3" HotelCode="466447|golden_mansion_apartment_amsterdam" HotelName="Golden Mansion City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Huidekoperstraat 21-23, 1017 ZL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b4/66b4fdbec19a7b867741c8cea877f0c5c3e2f6c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Golden Mansion Apartment Amsterdam places you in the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8393.89" OriginalAmount="8229.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.880936" StarRating="4" HotelCode="29315|228156" HotelName="American Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/da/da596e6f6c56b284/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a building with a listed Art Noveau façade, this well-known hotel is centrally located on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8478.83" OriginalAmount="8312.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372133" Longitude="4.894852" StarRating="2" HotelCode="101717|480835" HotelName="De Gerstekorrel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Central Heating,Fax,Golf,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 22, 1012 JM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8d/ca8d3e940c751ddd559b59fc2765d7a250e85003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the famous Dam Square, major shopping streets such as De Kalver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8482.88" OriginalAmount="8316.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="4" HotelCode="591230|2485385" HotelName="The Wittenberg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Keizersgracht 760, 1018VG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/e9/6ee9af7434a260a8d05315197ad7f0d37345a4b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8648.36" OriginalAmount="8478.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|619508" HotelName="Pestana Amsterdam Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/a3/a9a3a6356029c030d0b0dc015b33751d7d98fb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8948.51" OriginalAmount="8773.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|17874" HotelName="XO Hotels Van Gogh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0c/370c70742631abafaae5ed8294e1a5f068174a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9022.92" OriginalAmount="8846.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36830127" Longitude="4.92356095" StarRating="4" HotelCode="428729|yays_concierged_boutique_apartments_oostenburgergracht" HotelName="YAYS Oostenburgergracht - Concierged Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Oostenburgergracht 73, 1018 NC Amsterdam-Oost, Niederlande</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e1/7be1d9ae301e98571ec86acdddfaf358edc953da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at YAYS Concierged Boutique Apartments Oostenburgergra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9057.49" OriginalAmount="8879.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.374698" Longitude="4.903854" StarRating="5" HotelCode="387464|84498" HotelName="Grand Hotel Amrâth Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 108, 1011 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bc92ae67a1f6d73838a8a427f67d207af676e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a perfect location in Prins Hendrikkade in the city centre, only around 500...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9196.52" OriginalAmount="9016.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3759113" Longitude="4.8988722" StarRating="2" HotelCode="901508|1892985" HotelName="Old Quarter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 22, 1012 JD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/7e/737ee3da2789dcd65ec7d0bb264c53af60355f22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9252.42" OriginalAmount="9071.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362595951237" Longitude="4.880042345074" StarRating="5" HotelCode="336273|amsterdam_marriott_hotel" HotelName="Marriott Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 12, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9f/879fe0c7ff4730fc262f5a7645189d6a2e6ae46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel enjoys an ideal location across the street from Leidseplein's fine shopping, d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9310.29" OriginalAmount="9127.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|104298" HotelName="XO Hotels City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289b1c2dfac50e749de08d281a736e2b1c7c1c06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9457.44" OriginalAmount="9272.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367966" Longitude="4.8926300000001" StarRating="2" HotelCode="337231|hotel_des_arts_6" HotelName="Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156, 1012 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a5/5fa58649f8e4cae97b234b6e851a0158733dc204.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 17th century building, this hotel is centrally located between Dam Square and Munt Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9513.14" OriginalAmount="9326.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|252486" HotelName="Hotel V Frederiksplein" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/13/48132be6b4f46a562648211e53f569aa73ca3dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportuni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9885.33" OriginalAmount="9691.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36173969" Longitude="4.91160577" StarRating="5" HotelCode="533996|2382465" HotelName="Hyatt Regency Amsterdam" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatiestraat 104, 1018 GV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b8/9fb8bde25aa9b116716838f4f4429a55f1d11368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9926.86" OriginalAmount="9732.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|1540465" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72, 1012 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1c/aa1c513bbfffbefd7d7be6dc86671f3fbb52396e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just arou...</HotelDescription>
        <Offer>Discount:GBP98.31</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10290.52" OriginalAmount="10088.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37395" Longitude="4.905356" StarRating="2" HotelCode="76110|480795" HotelName="City Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 130, 1011 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6b/b06b7fa7528d59fa44838b9b5f50c6bfb18bc272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam next to Amsterdam Central Station and close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10334.30" OriginalAmount="10131.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|9396" HotelName="NH City Centre Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/11/d9115505eff4de45fe277db34c007cb3aae897f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10431.54" OriginalAmount="10227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.378158" Longitude="4.894374" StarRating="5" HotelCode="29270|renaissance_amsterdam_hotel" HotelName="Renaissance Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kattengat 1, 1012 SZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/13/0413e686abdbe9781f13356873ed0132b287a1cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel is situated in a strategic and central location. Links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10521.30" OriginalAmount="10315.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38407035" Longitude="4.88840731" StarRating="4" HotelCode="486682|yays_bickersgracht" HotelName="YAYS Concierged Boutique Apartments Bickersgracht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bickersgracht 1, 1013 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b5/96b5d3b8679643903487f3462286d75a3d029cb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10825.26" OriginalAmount="10613.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367003152497" Longitude="4.8969672649513" StarRating="3" HotelCode="143431|amstelzicht" HotelName="Amstelzicht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 104, 1017 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8a/878a333cf4b8c2fcb018febc27061a33dd758cb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="11144.15" OriginalAmount="10925.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|CAQ019300" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/08/8708ec7edbad7cc4ca973fbac9453b98387ecc74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="12771.88" OriginalAmount="12521.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|5881" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9, 1012 JS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/zz/aeadbfa05f1fef1e48408c0b16ae1fb5e989b7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="12888.30" OriginalAmount="12635.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|5894" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/9b/e39b5f415871894c3bfb4bf08d0300ab0d694327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13428.30" OriginalAmount="13165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38852428" Longitude="4.88860918" StarRating="3" HotelCode="602469|yays_concierged_boutique_apartments_zoutkeetsgracht_2" HotelName="Yays Zoutkeetsgracht Concierged Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Zoutkeetsgracht 114-118, 1013 LC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/1a/741a3a59b578fec007e38a2ce0bfac451d73c342.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YAYS Concierged Boutique Apartments - Zoutkeetsgra is a popular choice amongst travelers in Amsterda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13455.46" OriginalAmount="13191.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|461495" HotelName="Park Plaza Vondelpark, Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/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>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/23/f3235af5546fa8775f752c71088ef170b99f1c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13858.74" OriginalAmount="13587.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370633" Longitude="4.893014" StarRating="3" HotelCode="901948|rokin" HotelName="Rokin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 73, 1012 KL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ed/d0edf6a7cf8e4b1e340743eb9cba6d787e9f1b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city on a main street. It lies just a few steps from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="14109.84" OriginalAmount="13833.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.371164761838" Longitude="4.8954606056213" StarRating="5" HotelCode="18321|CAF565300" HotelName="Sofitel Legend The Grand Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/b1/fab1e3a0cbaba69db3724454ca8754822dfd5b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Amsterdam's historical centre, this city hotel is set between 2 pict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14403.25" OriginalAmount="14120.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38333999" Longitude="4.84639468" StarRating="2" HotelCode="497987|874300" HotelName="Dutchies Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sara Burgerthartstraat 21A, 1055 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/b9/22b97fb4e185200d5cf3d10fe99ebfaca173cd9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15339.35" OriginalAmount="15038.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|47524" HotelName="Okura Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc60d2ad3afd5eb3b415e9b5ae614781e7e2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15882.99" OriginalAmount="15571.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372774004203" Longitude="4.8897762444687" StarRating="5" HotelCode="317464|1608638" HotelName="W Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175, 1012 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a8/b9a833bd92b1b9036ebaa79c0bc1eaf0721bcee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="16122.52" OriginalAmount="15806.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377157993675" Longitude="4.8979738354683" StarRating="4" HotelCode="18933|5884" HotelName="Park Plaza Victoria Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 1-5, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de40051abb446abf1165a82fdd66c1cdbe83d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This extremely sophisticated hotel is centrally located opposite the main railway station. Public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="16993.47" OriginalAmount="16660.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|184057" HotelName="Andaz Amsterdam Prinsengracht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/80/eb8061f83bb88ac400491a1c3e641cd77d6d0630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18689.01" OriginalAmount="18322.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367620839981" Longitude="4.8943018913269" StarRating="5" HotelCode="11634|192166" HotelName="De L'Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 2-14, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/1e/541e520f390a89056d7bc8a40017807a152a5ca4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Amsterdam's old town on the banks of the River Amstel. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20492.42" OriginalAmount="20090.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|749535" HotelName="Conservatorium" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d4/47d4990262081209f212976928e5cb07072ccfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25824.14" OriginalAmount="25317.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|20034" HotelName="InterContinental Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ed/96ed5aaf375448fdbe6af942d62200330415c175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37380.96" OriginalAmount="36648" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.369247083416" Longitude="4.884224832058" StarRating="5" HotelCode="11307|749545" HotelName="The Dylan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 384, 1016 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/54/4f542b6f09b62180f59e0714e60347a8ed8f6fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is situated on the Keizersgracht, one of the main canals in Amsterdam. It is loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Jacuzzi,Lounge,Swimming Pool,Spa,24 Hour Security,ATM/Cash Machine,Housekeeping,Meeting Room,Parking,Printer,Wake-up Call Service,24 Hour Front Desk,Elevator,Kitchen,Library,Luggage Storage,24 Hour Power Supply,Banquet Hall,LCD/Projector,Dry Cleaning,Concierge,Vending Machine</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT,SPA HOTEL,HOTEL DE CHARME,HOSTELS,HOSTEL</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
f9d8aa23-7017-4612-943d-3bce46581ab7|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="f9d8aa23-7017-4612-943d-3bce46581ab7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="9" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
f9d8aa23-7017-4612-943d-3bce46581ab7|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|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
f9d8aa23-7017-4612-943d-3bce46581ab7|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-06-16T06:58:31.5624364+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f9d8aa23-7017-4612-943d-3bce46581ab7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="3734.23" OriginalAmount="3661.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|17528|Bed &amp; Breakfast" HotelName="New West Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/f8/def81e3aa1d6aea7451c53995edd65cf763bc021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tra...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4026.98" OriginalAmount="3948.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|45494|Bed &amp; Breakfast" HotelName="Best Western Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/42/e94265ecc9983b0854c6be13a3938841f1346ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4695.08" OriginalAmount="4603.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3" HotelCode="376492|1844588|Bed &amp; Breakfast" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/13/5b1391a381be9b9ea3e9cdc90a84965d13fcd5df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5265.62" OriginalAmount="5162.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|2906795|Bed &amp; Breakfast" HotelName="Conscious Hotel The Tire Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/1b/9c1bd32298c599bc084722b44cda3e20ba417655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5386.23" OriginalAmount="5280.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|2370735|Bed &amp; Breakfast" HotelName="Leonardo Royal Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/c5/5ec5d65d26f259c3c3fed9f2ee89fd02718e5f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5594.81" OriginalAmount="5485.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|591741|Bed &amp; Breakfast" HotelName="Fletcher Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/1c/3d1cb1b8080c9f4624f8effdcc9bb646f3249464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5788.72" OriginalAmount="5675.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353535" Longitude="4.871992" StarRating="3" HotelCode="337317|17404|Bed &amp; Breakfast" HotelName="The Alfred Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cornelis Schuytstraat 58-60, 1071 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/dd/8fdd026756f843908004c030f5706480c4be9928.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in an ivy-covered building located just a short distance from the lively...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5916.03" OriginalAmount="5800.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|861065|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81d9fcc05a903553/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5972.79" OriginalAmount="5855.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="3" HotelCode="951173|2483545|Bed &amp; Breakfast" HotelName="Olympic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12, 1076 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/81/28813e802e5df54a2c32118ec6788f2b6515008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="6141.54" OriginalAmount="6021.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335183372878" Longitude="4.9137425422669" StarRating="4" HotelCode="318143|CAG726600|Bed &amp; Breakfast" HotelName="Mercure Hotel Amsterdam City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 10, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/9a/de9a1d9fab7f42a959322e05e1673a55a2a72f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern upmarket hotel lies in the south of the city, close to Amsterdam Arena and the A2 Utrech...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6157.60" OriginalAmount="6036.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|1727398|Bed &amp; Breakfast" HotelName="Amadi Panorama Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/82/6582a9803115fd62acfa3649974d0eeac0019230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6245.99" OriginalAmount="6123.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|2906035|Bed &amp; Breakfast" HotelName="Conscious Hotel Westerpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/45/864590681e12dbef1da5db1b808ff5e3fc70a01e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6400.42" OriginalAmount="6274.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360991118708" Longitude="4.8829782431889" StarRating="3" HotelCode="337174|185604|Bed &amp; Breakfast" HotelName="Hotel Cornelisz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 24, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/0a/9a0aae34f7ade53ba2e55ac87243f975c44a81a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the most exclusive shopping street in the city, close to Amsterdam's most i...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6760.69" OriginalAmount="6628.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|121849|Bed &amp; Breakfast" HotelName="WestCord Fashion Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fb/abfbd43d58e118ef8c967db0c375c4c69ee8f387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="6814.30" OriginalAmount="6680.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372127663755" Longitude="4.8939210176468" StarRating="3" HotelCode="16717|2596080|Bed &amp; Breakfast" HotelName="Rho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 05-23, 1012  KC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/90/72902923237b916c0f094a684b1e402f5afe0c73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Old Town on a quiet side street, a few steps from the histo...</HotelDescription>
        <Offer>Discount:GBP67.48</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6831.66" OriginalAmount="6697.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360345472057" Longitude="4.8783812082713" StarRating="2" HotelCode="385722|686186|Bed &amp; Breakfast" HotelName="The Flying Pig Uptown Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="24 Hour Front Desk,Bar,Designated Smoking Area,Elevator,Internet,Kitchen,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46, 1071 AJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c83ad5b5b0e5bbbc83446392b88079d93a70f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;The Flying Pig Uptown Hostel is in the heart of Amsterdam, walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6904.08" OriginalAmount="6768.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|17523|Bed &amp; Breakfast" HotelName="Dutch Design Hotel Artemis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/07/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>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c1c48cf53b9d30a067cc74479cc6da73de5f1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7033.48" OriginalAmount="6895.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362107406324" Longitude="4.8783124703484" StarRating="3" HotelCode="200950|47864|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesselschadestraat 23, 1054 ET Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7683/a_7683_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the city centre and near to the Van Gogh Museum, the Rijksm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7114.83" OriginalAmount="6975.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|117322|Bed &amp; Breakfast" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4d/af4dcb2a7bfe27f04378cef7d284db9c0211d12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7235.13" OriginalAmount="7093.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|4702015|Bed &amp; Breakfast" HotelName="Washington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/6b/0d6ba016cc43f9ebca75061e4a2c1f6771d977d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7263.15" OriginalAmount="7120.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="3" HotelCode="677840|775387|Bed &amp; Breakfast" HotelName="Hotel Levell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0a/ac0a612cf4778d0693dc405e5d2f218fa8424607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7273.36" OriginalAmount="7130.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37121531" Longitude="4.89017679" StarRating="3" HotelCode="284247|296975|Bed &amp; Breakfast" HotelName="Nova Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 276, 1012 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/6b/946b5f72305b2b5531939b3de70795472fa0cc2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7294.92" OriginalAmount="7151.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|CAY221000|Bed &amp; Breakfast" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f4/8af4149f763a36c75e366dccfc9bc084864f93e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7493.97" OriginalAmount="7347.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="97121|102663|Bed &amp; Breakfast" HotelName="Hotel Roemer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10, 1054 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1d/531dd3ee8f302c4eb873d99b0b8824ae1a7fefb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location close to the lively Leidseplein square where guests can find re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7610.46" OriginalAmount="7461.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|2485335|Bed &amp; Breakfast" HotelName="Hotel New Kit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9e/089e764d41c6a9672f92af9f8cb2a643debfbf99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7887.09" OriginalAmount="7732.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|189635|Bed &amp; Breakfast" HotelName="Amsterdam ID Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1c/191ca8b9c5485da9f4803e74e5baaf36b9f0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8001.20" OriginalAmount="7844.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38732408" Longitude="4.83522673" StarRating="0" HotelCode="943545|2421895|Bed &amp; Breakfast" HotelName="Citadines Sloterdijk Station Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 3, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/eb/96eb453d95b8c444de19761b201b982405ea47d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8130.36" OriginalAmount="7970.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|CAI873300|Bed &amp; Breakfast" HotelName="Mövenpick Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8160.62" OriginalAmount="8000.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|87265|Bed &amp; Breakfast" HotelName="XO Hotels Blue Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/75/f875059412012fcb29355951252d62b38d06ec85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8245.69" OriginalAmount="8084.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.368308377123" Longitude="4.8796666822091" StarRating="3" HotelCode="11621|480855|Bed &amp; Breakfast" HotelName="De Looier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3e Looiersdwarsstraat 75, 1016 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ea/f4ea0d611df542da480223fcf5060ab7828aac80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a nice part of the city centre known as the Jordaan (garden). The hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8267.97" OriginalAmount="8105.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33328575" Longitude="4.91453469" StarRating="4" HotelCode="757211|2483495|Bed &amp; Breakfast" HotelName="Hotel Amsterdam Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 20, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/1d/8e1d3d741f6c97dfd1144fc75af22126633f08af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Hotel is situated in Amsterdam. Situated within 6. 0 kilometre(s) from the town centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8318.84" OriginalAmount="8155.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|104299|Bed &amp; Breakfast" HotelName="XO Hotels Blue Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8c/ae8c691e4c69dbb7fc75da2bb39dddb15e8072be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8335.81" OriginalAmount="8172.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|CAU969900|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM - Plein 28, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5c/a95cac132d9561fbc63cecab621c80697e866d2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8364.33" OriginalAmount="8200.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|458025|Bed &amp; Breakfast" HotelName="Crowne Plaza Amsterdam South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/23/302366dec9389c37d6f247e9883a5ab46b13d96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8403.22" OriginalAmount="8238.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|186341|Bed &amp; Breakfast" HotelName="XO Hotels Park West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/86/6e865308e20bff1c37048d28dd741c0bcbb32acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8463.62" OriginalAmount="8297.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|370627|Bed &amp; Breakfast" HotelName="XO Hotels Couture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1a/351ae3563f68338fd3536d6946e7c15b44d85abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8478.83" OriginalAmount="8312.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372133" Longitude="4.894852" StarRating="2" HotelCode="101717|480835|Bed &amp; Breakfast" HotelName="De Gerstekorrel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Central Heating,Fax,Golf,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 22, 1012 JM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8d/ca8d3e940c751ddd559b59fc2765d7a250e85003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the famous Dam Square, major shopping streets such as De Kalver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8756.08" OriginalAmount="8584.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.356965" Longitude="4.877437" StarRating="3" HotelCode="95617|126231|Bed &amp; Breakfast" HotelName="XO Hotel Inner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wanningstraat 1, 1071 LA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef733b6345b63613fd50bfce1eba248391a12499.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The budget hotel is located in the centre of Amsterdam, close to Museum Square and Leidse Square as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8786.85" OriginalAmount="8614.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|623306|Bed &amp; Breakfast" HotelName="Twenty Eight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8d/ea8da6ef0244cdf5c340e2c71c288b69d5a7d4d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9045.10" OriginalAmount="8867.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|293481|Bed &amp; Breakfast" HotelName="St. Christopher's at the Winston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/99/b599c72cbfd70a9fb2698bcf2c160438718659ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9073.81" OriginalAmount="8895.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.308949440353" Longitude="4.7597776441803" StarRating="4" HotelCode="29262|20174|Bed &amp; Breakfast" HotelName="Sheraton Amsterdam Airport Hotel and Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiphol Boulevard 101, 1118 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/13/2d13794ebc3d244d6dcb3d3d0c9d2d51e6785437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;As a conference venue, the hotel is of international importance. The centre of Amsterdam can be reac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9391.41" OriginalAmount="9207.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.880936" StarRating="4" HotelCode="29315|228156|Bed &amp; Breakfast" HotelName="American Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/da/da596e6f6c56b284/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a building with a listed Art Noveau façade, this well-known hotel is centrally located on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9457.44" OriginalAmount="9272.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367966" Longitude="4.8926300000001" StarRating="2" HotelCode="337231|hotel_des_arts_6" HotelName="Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156, 1012 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a5/5fa58649f8e4cae97b234b6e851a0158733dc204.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 17th century building, this hotel is centrally located between Dam Square and Munt Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9694.00" OriginalAmount="9503.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.374698" Longitude="4.903854" StarRating="5" HotelCode="387464|1632079|Bed &amp; Breakfast" HotelName="Grand Hotel Amrâth Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 108, 1011 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bc92ae67a1f6d73838a8a427f67d207af676e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a perfect location in Prins Hendrikkade in the city centre, only around 500...</HotelDescription>
        <Offer>Discount:GBP96.00</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9755.07" OriginalAmount="9563.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|619508|Bed &amp; Breakfast" HotelName="Pestana Amsterdam Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/a3/a9a3a6356029c030d0b0dc015b33751d7d98fb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9926.86" OriginalAmount="9732.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|1540465|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72, 1012 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1c/aa1c513bbfffbefd7d7be6dc86671f3fbb52396e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just arou...</HotelDescription>
        <Offer>Discount:GBP98.31</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10199.35" OriginalAmount="9999.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3759113" Longitude="4.8988722" StarRating="2" HotelCode="901508|1892985|Bed &amp; Breakfast" HotelName="Old Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 22, 1012 JD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/7e/737ee3da2789dcd65ec7d0bb264c53af60355f22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10290.52" OriginalAmount="10088.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37395" Longitude="4.905356" StarRating="2" HotelCode="76110|480795|Bed &amp; Breakfast" HotelName="City Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 130, 1011 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6b/b06b7fa7528d59fa44838b9b5f50c6bfb18bc272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam next to Amsterdam Central Station and close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10559.88" OriginalAmount="10352.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|17874|Bed &amp; Breakfast" HotelName="XO Hotels Van Gogh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0c/370c70742631abafaae5ed8294e1a5f068174a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10584.57" OriginalAmount="10377.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|104298|Bed &amp; Breakfast" HotelName="XO Hotels City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289b1c2dfac50e749de08d281a736e2b1c7c1c06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10738.37" OriginalAmount="10527.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|252486|Bed &amp; Breakfast" HotelName="Hotel V Frederiksplein" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/13/48132be6b4f46a562648211e53f569aa73ca3dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportuni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11766.56" OriginalAmount="11535.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362595951237" Longitude="4.880042345074" StarRating="5" HotelCode="336273|107962|Bed &amp; Breakfast" HotelName="Marriott Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 12, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9f/879fe0c7ff4730fc262f5a7645189d6a2e6ae46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel enjoys an ideal location across the street from Leidseplein's fine shopping, d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11819.54" OriginalAmount="11587.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|9396|Bed &amp; Breakfast" HotelName="NH City Centre Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/11/d9115505eff4de45fe277db34c007cb3aae897f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="13350.09" OriginalAmount="13088.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|CAQ019300|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/08/8708ec7edbad7cc4ca973fbac9453b98387ecc74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13858.74" OriginalAmount="13587.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370633" Longitude="4.893014" StarRating="3" HotelCode="901948|rokin" HotelName="Rokin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 73, 1012 KL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ed/d0edf6a7cf8e4b1e340743eb9cba6d787e9f1b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city on a main street. It lies just a few steps from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14504.90" OriginalAmount="14220.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|5894|Bed &amp; Breakfast" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/9b/e39b5f415871894c3bfb4bf08d0300ab0d694327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14752.25" OriginalAmount="14462.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|5881|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9, 1012 JS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/zz/aeadbfa05f1fef1e48408c0b16ae1fb5e989b7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14872.92" OriginalAmount="14581.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|461495|Bed &amp; Breakfast" HotelName="Park Plaza Vondelpark, Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/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>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/23/f3235af5546fa8775f752c71088ef170b99f1c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16192.08" OriginalAmount="15874.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36173969" Longitude="4.91160577" StarRating="5" HotelCode="533996|2382465|Bed &amp; Breakfast" HotelName="Hyatt Regency Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatiestraat 104, 1018 GV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b8/9fb8bde25aa9b116716838f4f4429a55f1d11368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="16629.85" OriginalAmount="16303.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.371164761838" Longitude="4.8954606056213" StarRating="5" HotelCode="18321|CAF565300|Bed &amp; Breakfast" HotelName="Sofitel Legend The Grand Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/b1/fab1e3a0cbaba69db3724454ca8754822dfd5b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Amsterdam's historical centre, this city hotel is set between 2 pict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17543.93" OriginalAmount="17199.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377157993675" Longitude="4.8979738354683" StarRating="4" HotelCode="18933|20204|Bed &amp; Breakfast" HotelName="Park Plaza Victoria Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 1-5, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de40051abb446abf1165a82fdd66c1cdbe83d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This extremely sophisticated hotel is centrally located opposite the main railway station. Public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18893.75" OriginalAmount="18523.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|47524|Bed &amp; Breakfast" HotelName="Okura Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc60d2ad3afd5eb3b415e9b5ae614781e7e2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="18978.88" OriginalAmount="18606.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|184057|Bed &amp; Breakfast" HotelName="Andaz Amsterdam Prinsengracht" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/80/eb8061f83bb88ac400491a1c3e641cd77d6d0630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19264.11" OriginalAmount="18886.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372774004203" Longitude="4.8897762444687" StarRating="5" HotelCode="317464|1608638|Bed &amp; Breakfast" HotelName="W Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175, 1012 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a8/b9a833bd92b1b9036ebaa79c0bc1eaf0721bcee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30166.61" OriginalAmount="29575.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367620839981" Longitude="4.8943018913269" StarRating="5" HotelCode="11634|192166|Bed &amp; Breakfast" HotelName="De L'Europe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 2-14, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/1e/541e520f390a89056d7bc8a40017807a152a5ca4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Amsterdam's old town on the banks of the River Amstel. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30420.02" OriginalAmount="29823.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|749535|Bed &amp; Breakfast" HotelName="Conservatorium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d4/47d4990262081209f212976928e5cb07072ccfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32169.17" OriginalAmount="31538.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|20034|Bed &amp; Breakfast" HotelName="InterContinental Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ed/96ed5aaf375448fdbe6af942d62200330415c175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Jacuzzi,Lounge,Swimming Pool,Spa,24 Hour Security,ATM/Cash Machine,Housekeeping,Meeting Room,Parking,Printer,Wake-up Call Service,Kitchen,24 Hour Front Desk,Elevator,Library,Luggage Storage</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT,HOSTEL,HOTEL DE CHARME,HOSTELS,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
f9d8aa23-7017-4612-943d-3bce46581ab7|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="f9d8aa23-7017-4612-943d-3bce46581ab7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="9" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
f9d8aa23-7017-4612-943d-3bce46581ab7|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|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
f9d8aa23-7017-4612-943d-3bce46581ab7|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-06-16T06:58:32.6501399+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f9d8aa23-7017-4612-943d-3bce46581ab7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="3734.23" OriginalAmount="3661.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|17528|Bed &amp; Breakfast" HotelName="New West Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/f8/def81e3aa1d6aea7451c53995edd65cf763bc021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tra...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4026.98" OriginalAmount="3948.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|45494|Bed &amp; Breakfast" HotelName="Best Western Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/42/e94265ecc9983b0854c6be13a3938841f1346ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4695.08" OriginalAmount="4603.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3" HotelCode="376492|1844588|Bed &amp; Breakfast" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/13/5b1391a381be9b9ea3e9cdc90a84965d13fcd5df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5265.62" OriginalAmount="5162.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|2906795|Bed &amp; Breakfast" HotelName="Conscious Hotel The Tire Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/1b/9c1bd32298c599bc084722b44cda3e20ba417655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5386.23" OriginalAmount="5280.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|2370735|Bed &amp; Breakfast" HotelName="Leonardo Royal Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/c5/5ec5d65d26f259c3c3fed9f2ee89fd02718e5f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5594.81" OriginalAmount="5485.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|591741|Bed &amp; Breakfast" HotelName="Fletcher Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/1c/3d1cb1b8080c9f4624f8effdcc9bb646f3249464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5788.72" OriginalAmount="5675.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353535" Longitude="4.871992" StarRating="3" HotelCode="337317|17404|Bed &amp; Breakfast" HotelName="The Alfred Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cornelis Schuytstraat 58-60, 1071 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/dd/8fdd026756f843908004c030f5706480c4be9928.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in an ivy-covered building located just a short distance from the lively...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5916.03" OriginalAmount="5800.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|861065|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81d9fcc05a903553/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5972.79" OriginalAmount="5855.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="3" HotelCode="951173|2483545|Bed &amp; Breakfast" HotelName="Olympic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12, 1076 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/81/28813e802e5df54a2c32118ec6788f2b6515008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="6141.54" OriginalAmount="6021.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335183372878" Longitude="4.9137425422669" StarRating="4" HotelCode="318143|CAG726600|Bed &amp; Breakfast" HotelName="Mercure Hotel Amsterdam City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 10, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/9a/de9a1d9fab7f42a959322e05e1673a55a2a72f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern upmarket hotel lies in the south of the city, close to Amsterdam Arena and the A2 Utrech...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6157.60" OriginalAmount="6036.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|1727398|Bed &amp; Breakfast" HotelName="Amadi Panorama Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/82/6582a9803115fd62acfa3649974d0eeac0019230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6245.99" OriginalAmount="6123.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|2906035|Bed &amp; Breakfast" HotelName="Conscious Hotel Westerpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/45/864590681e12dbef1da5db1b808ff5e3fc70a01e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6400.42" OriginalAmount="6274.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360991118708" Longitude="4.8829782431889" StarRating="3" HotelCode="337174|185604|Bed &amp; Breakfast" HotelName="Hotel Cornelisz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 24, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/0a/9a0aae34f7ade53ba2e55ac87243f975c44a81a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the most exclusive shopping street in the city, close to Amsterdam's most i...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6760.69" OriginalAmount="6628.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|121849|Bed &amp; Breakfast" HotelName="WestCord Fashion Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fb/abfbd43d58e118ef8c967db0c375c4c69ee8f387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="6814.30" OriginalAmount="6680.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372127663755" Longitude="4.8939210176468" StarRating="3" HotelCode="16717|2596080|Bed &amp; Breakfast" HotelName="Rho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 05-23, 1012  KC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/90/72902923237b916c0f094a684b1e402f5afe0c73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Old Town on a quiet side street, a few steps from the histo...</HotelDescription>
        <Offer>Discount:GBP67.48</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6831.66" OriginalAmount="6697.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360345472057" Longitude="4.8783812082713" StarRating="2" HotelCode="385722|686186|Bed &amp; Breakfast" HotelName="The Flying Pig Uptown Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="24 Hour Front Desk,Bar,Designated Smoking Area,Elevator,Internet,Kitchen,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46, 1071 AJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c83ad5b5b0e5bbbc83446392b88079d93a70f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;The Flying Pig Uptown Hostel is in the heart of Amsterdam, walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6904.08" OriginalAmount="6768.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|17523|Bed &amp; Breakfast" HotelName="Dutch Design Hotel Artemis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/07/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>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c1c48cf53b9d30a067cc74479cc6da73de5f1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7033.48" OriginalAmount="6895.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362107406324" Longitude="4.8783124703484" StarRating="3" HotelCode="200950|47864|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesselschadestraat 23, 1054 ET Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7683/a_7683_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the city centre and near to the Van Gogh Museum, the Rijksm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7114.83" OriginalAmount="6975.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|117322|Bed &amp; Breakfast" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4d/af4dcb2a7bfe27f04378cef7d284db9c0211d12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7235.13" OriginalAmount="7093.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|4702015|Bed &amp; Breakfast" HotelName="Washington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/6b/0d6ba016cc43f9ebca75061e4a2c1f6771d977d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7263.15" OriginalAmount="7120.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="3" HotelCode="677840|775387|Bed &amp; Breakfast" HotelName="Hotel Levell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0a/ac0a612cf4778d0693dc405e5d2f218fa8424607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7273.36" OriginalAmount="7130.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37121531" Longitude="4.89017679" StarRating="3" HotelCode="284247|296975|Bed &amp; Breakfast" HotelName="Nova Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 276, 1012 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/6b/946b5f72305b2b5531939b3de70795472fa0cc2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7294.92" OriginalAmount="7151.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|CAY221000|Bed &amp; Breakfast" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f4/8af4149f763a36c75e366dccfc9bc084864f93e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7493.97" OriginalAmount="7347.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="97121|102663|Bed &amp; Breakfast" HotelName="Hotel Roemer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10, 1054 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1d/531dd3ee8f302c4eb873d99b0b8824ae1a7fefb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location close to the lively Leidseplein square where guests can find re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7610.46" OriginalAmount="7461.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|2485335|Bed &amp; Breakfast" HotelName="Hotel New Kit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9e/089e764d41c6a9672f92af9f8cb2a643debfbf99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7887.09" OriginalAmount="7732.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|189635|Bed &amp; Breakfast" HotelName="Amsterdam ID Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1c/191ca8b9c5485da9f4803e74e5baaf36b9f0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8001.20" OriginalAmount="7844.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38732408" Longitude="4.83522673" StarRating="0" HotelCode="943545|2421895|Bed &amp; Breakfast" HotelName="Citadines Sloterdijk Station Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 3, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/eb/96eb453d95b8c444de19761b201b982405ea47d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8130.36" OriginalAmount="7970.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|CAI873300|Bed &amp; Breakfast" HotelName="Mövenpick Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8160.62" OriginalAmount="8000.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|87265|Bed &amp; Breakfast" HotelName="XO Hotels Blue Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/75/f875059412012fcb29355951252d62b38d06ec85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8245.69" OriginalAmount="8084.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.368308377123" Longitude="4.8796666822091" StarRating="3" HotelCode="11621|480855|Bed &amp; Breakfast" HotelName="De Looier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3e Looiersdwarsstraat 75, 1016 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ea/f4ea0d611df542da480223fcf5060ab7828aac80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a nice part of the city centre known as the Jordaan (garden). The hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8267.97" OriginalAmount="8105.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33328575" Longitude="4.91453469" StarRating="4" HotelCode="757211|2483495|Bed &amp; Breakfast" HotelName="Hotel Amsterdam Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 20, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/1d/8e1d3d741f6c97dfd1144fc75af22126633f08af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Hotel is situated in Amsterdam. Situated within 6. 0 kilometre(s) from the town centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8318.84" OriginalAmount="8155.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|104299|Bed &amp; Breakfast" HotelName="XO Hotels Blue Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8c/ae8c691e4c69dbb7fc75da2bb39dddb15e8072be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8335.81" OriginalAmount="8172.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|CAU969900|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM - Plein 28, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5c/a95cac132d9561fbc63cecab621c80697e866d2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8364.33" OriginalAmount="8200.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|458025|Bed &amp; Breakfast" HotelName="Crowne Plaza Amsterdam South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/23/302366dec9389c37d6f247e9883a5ab46b13d96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8403.22" OriginalAmount="8238.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|186341|Bed &amp; Breakfast" HotelName="XO Hotels Park West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/86/6e865308e20bff1c37048d28dd741c0bcbb32acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8463.62" OriginalAmount="8297.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|370627|Bed &amp; Breakfast" HotelName="XO Hotels Couture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1a/351ae3563f68338fd3536d6946e7c15b44d85abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8478.83" OriginalAmount="8312.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372133" Longitude="4.894852" StarRating="2" HotelCode="101717|480835|Bed &amp; Breakfast" HotelName="De Gerstekorrel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Central Heating,Fax,Golf,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 22, 1012 JM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8d/ca8d3e940c751ddd559b59fc2765d7a250e85003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the famous Dam Square, major shopping streets such as De Kalver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8756.08" OriginalAmount="8584.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.356965" Longitude="4.877437" StarRating="3" HotelCode="95617|126231|Bed &amp; Breakfast" HotelName="XO Hotel Inner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wanningstraat 1, 1071 LA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef733b6345b63613fd50bfce1eba248391a12499.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The budget hotel is located in the centre of Amsterdam, close to Museum Square and Leidse Square as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8786.85" OriginalAmount="8614.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|623306|Bed &amp; Breakfast" HotelName="Twenty Eight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8d/ea8da6ef0244cdf5c340e2c71c288b69d5a7d4d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9045.10" OriginalAmount="8867.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|293481|Bed &amp; Breakfast" HotelName="St. Christopher's at the Winston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/99/b599c72cbfd70a9fb2698bcf2c160438718659ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9073.81" OriginalAmount="8895.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.308949440353" Longitude="4.7597776441803" StarRating="4" HotelCode="29262|20174|Bed &amp; Breakfast" HotelName="Sheraton Amsterdam Airport Hotel and Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiphol Boulevard 101, 1118 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/13/2d13794ebc3d244d6dcb3d3d0c9d2d51e6785437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;As a conference venue, the hotel is of international importance. The centre of Amsterdam can be reac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9391.41" OriginalAmount="9207.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.880936" StarRating="4" HotelCode="29315|228156|Bed &amp; Breakfast" HotelName="American Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/da/da596e6f6c56b284/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a building with a listed Art Noveau façade, this well-known hotel is centrally located on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9457.44" OriginalAmount="9272.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367966" Longitude="4.8926300000001" StarRating="2" HotelCode="337231|hotel_des_arts_6" HotelName="Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156, 1012 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a5/5fa58649f8e4cae97b234b6e851a0158733dc204.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 17th century building, this hotel is centrally located between Dam Square and Munt Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9694.00" OriginalAmount="9503.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.374698" Longitude="4.903854" StarRating="5" HotelCode="387464|1632079|Bed &amp; Breakfast" HotelName="Grand Hotel Amrâth Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 108, 1011 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bc92ae67a1f6d73838a8a427f67d207af676e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a perfect location in Prins Hendrikkade in the city centre, only around 500...</HotelDescription>
        <Offer>Discount:GBP96.00</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9755.07" OriginalAmount="9563.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|619508|Bed &amp; Breakfast" HotelName="Pestana Amsterdam Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/a3/a9a3a6356029c030d0b0dc015b33751d7d98fb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9926.86" OriginalAmount="9732.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|1540465|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72, 1012 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1c/aa1c513bbfffbefd7d7be6dc86671f3fbb52396e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just arou...</HotelDescription>
        <Offer>Discount:GBP98.31</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10199.35" OriginalAmount="9999.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3759113" Longitude="4.8988722" StarRating="2" HotelCode="901508|1892985|Bed &amp; Breakfast" HotelName="Old Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 22, 1012 JD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/7e/737ee3da2789dcd65ec7d0bb264c53af60355f22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10290.52" OriginalAmount="10088.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37395" Longitude="4.905356" StarRating="2" HotelCode="76110|480795|Bed &amp; Breakfast" HotelName="City Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 130, 1011 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6b/b06b7fa7528d59fa44838b9b5f50c6bfb18bc272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam next to Amsterdam Central Station and close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10559.88" OriginalAmount="10352.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|17874|Bed &amp; Breakfast" HotelName="XO Hotels Van Gogh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0c/370c70742631abafaae5ed8294e1a5f068174a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10584.57" OriginalAmount="10377.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|104298|Bed &amp; Breakfast" HotelName="XO Hotels City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289b1c2dfac50e749de08d281a736e2b1c7c1c06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10738.37" OriginalAmount="10527.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|252486|Bed &amp; Breakfast" HotelName="Hotel V Frederiksplein" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/13/48132be6b4f46a562648211e53f569aa73ca3dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportuni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11766.56" OriginalAmount="11535.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362595951237" Longitude="4.880042345074" StarRating="5" HotelCode="336273|107962|Bed &amp; Breakfast" HotelName="Marriott Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 12, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9f/879fe0c7ff4730fc262f5a7645189d6a2e6ae46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel enjoys an ideal location across the street from Leidseplein's fine shopping, d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11819.54" OriginalAmount="11587.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|9396|Bed &amp; Breakfast" HotelName="NH City Centre Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/11/d9115505eff4de45fe277db34c007cb3aae897f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="13350.09" OriginalAmount="13088.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|CAQ019300|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/08/8708ec7edbad7cc4ca973fbac9453b98387ecc74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13858.74" OriginalAmount="13587.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370633" Longitude="4.893014" StarRating="3" HotelCode="901948|rokin" HotelName="Rokin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 73, 1012 KL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ed/d0edf6a7cf8e4b1e340743eb9cba6d787e9f1b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city on a main street. It lies just a few steps from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14504.90" OriginalAmount="14220.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|5894|Bed &amp; Breakfast" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/9b/e39b5f415871894c3bfb4bf08d0300ab0d694327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14752.25" OriginalAmount="14462.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|5881|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9, 1012 JS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/zz/aeadbfa05f1fef1e48408c0b16ae1fb5e989b7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14872.92" OriginalAmount="14581.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|461495|Bed &amp; Breakfast" HotelName="Park Plaza Vondelpark, Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/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>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/23/f3235af5546fa8775f752c71088ef170b99f1c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16192.08" OriginalAmount="15874.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36173969" Longitude="4.91160577" StarRating="5" HotelCode="533996|2382465|Bed &amp; Breakfast" HotelName="Hyatt Regency Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatiestraat 104, 1018 GV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b8/9fb8bde25aa9b116716838f4f4429a55f1d11368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="16629.85" OriginalAmount="16303.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.371164761838" Longitude="4.8954606056213" StarRating="5" HotelCode="18321|CAF565300|Bed &amp; Breakfast" HotelName="Sofitel Legend The Grand Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/b1/fab1e3a0cbaba69db3724454ca8754822dfd5b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Amsterdam's historical centre, this city hotel is set between 2 pict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17543.93" OriginalAmount="17199.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377157993675" Longitude="4.8979738354683" StarRating="4" HotelCode="18933|20204|Bed &amp; Breakfast" HotelName="Park Plaza Victoria Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 1-5, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de40051abb446abf1165a82fdd66c1cdbe83d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This extremely sophisticated hotel is centrally located opposite the main railway station. Public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18893.75" OriginalAmount="18523.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|47524|Bed &amp; Breakfast" HotelName="Okura Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc60d2ad3afd5eb3b415e9b5ae614781e7e2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="18978.88" OriginalAmount="18606.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|184057|Bed &amp; Breakfast" HotelName="Andaz Amsterdam Prinsengracht" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/80/eb8061f83bb88ac400491a1c3e641cd77d6d0630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19264.11" OriginalAmount="18886.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372774004203" Longitude="4.8897762444687" StarRating="5" HotelCode="317464|1608638|Bed &amp; Breakfast" HotelName="W Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175, 1012 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a8/b9a833bd92b1b9036ebaa79c0bc1eaf0721bcee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30166.61" OriginalAmount="29575.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367620839981" Longitude="4.8943018913269" StarRating="5" HotelCode="11634|192166|Bed &amp; Breakfast" HotelName="De L'Europe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 2-14, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/1e/541e520f390a89056d7bc8a40017807a152a5ca4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Amsterdam's old town on the banks of the River Amstel. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30420.02" OriginalAmount="29823.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|749535|Bed &amp; Breakfast" HotelName="Conservatorium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d4/47d4990262081209f212976928e5cb07072ccfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32169.17" OriginalAmount="31538.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|20034|Bed &amp; Breakfast" HotelName="InterContinental Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ed/96ed5aaf375448fdbe6af942d62200330415c175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Jacuzzi,Lounge,Swimming Pool,Spa,24 Hour Security,ATM/Cash Machine,Housekeeping,Meeting Room,Parking,Printer,Wake-up Call Service,Kitchen,24 Hour Front Desk,Elevator,Library,Luggage Storage</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT,HOSTEL,HOTEL DE CHARME,HOSTELS,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
f9d8aa23-7017-4612-943d-3bce46581ab7|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="f9d8aa23-7017-4612-943d-3bce46581ab7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="9" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
f9d8aa23-7017-4612-943d-3bce46581ab7|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|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
f9d8aa23-7017-4612-943d-3bce46581ab7|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-06-16T06:58:36.5051567+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f9d8aa23-7017-4612-943d-3bce46581ab7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="3734.23" OriginalAmount="3661.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|17528|Bed &amp; Breakfast" HotelName="New West Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/f8/def81e3aa1d6aea7451c53995edd65cf763bc021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tra...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4026.98" OriginalAmount="3948.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|45494|Bed &amp; Breakfast" HotelName="Best Western Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/42/e94265ecc9983b0854c6be13a3938841f1346ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4695.08" OriginalAmount="4603.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3" HotelCode="376492|1844588|Bed &amp; Breakfast" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/13/5b1391a381be9b9ea3e9cdc90a84965d13fcd5df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5265.62" OriginalAmount="5162.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|2906795|Bed &amp; Breakfast" HotelName="Conscious Hotel The Tire Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/1b/9c1bd32298c599bc084722b44cda3e20ba417655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5386.23" OriginalAmount="5280.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|2370735|Bed &amp; Breakfast" HotelName="Leonardo Royal Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/c5/5ec5d65d26f259c3c3fed9f2ee89fd02718e5f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5594.81" OriginalAmount="5485.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|591741|Bed &amp; Breakfast" HotelName="Fletcher Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/1c/3d1cb1b8080c9f4624f8effdcc9bb646f3249464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5788.72" OriginalAmount="5675.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353535" Longitude="4.871992" StarRating="3" HotelCode="337317|17404|Bed &amp; Breakfast" HotelName="The Alfred Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cornelis Schuytstraat 58-60, 1071 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/dd/8fdd026756f843908004c030f5706480c4be9928.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in an ivy-covered building located just a short distance from the lively...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5916.03" OriginalAmount="5800.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|861065|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81d9fcc05a903553/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5972.79" OriginalAmount="5855.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="3" HotelCode="951173|2483545|Bed &amp; Breakfast" HotelName="Olympic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12, 1076 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/81/28813e802e5df54a2c32118ec6788f2b6515008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="6141.54" OriginalAmount="6021.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335183372878" Longitude="4.9137425422669" StarRating="4" HotelCode="318143|CAG726600|Bed &amp; Breakfast" HotelName="Mercure Hotel Amsterdam City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 10, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/9a/de9a1d9fab7f42a959322e05e1673a55a2a72f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern upmarket hotel lies in the south of the city, close to Amsterdam Arena and the A2 Utrech...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6157.60" OriginalAmount="6036.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|1727398|Bed &amp; Breakfast" HotelName="Amadi Panorama Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/82/6582a9803115fd62acfa3649974d0eeac0019230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6245.99" OriginalAmount="6123.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|2906035|Bed &amp; Breakfast" HotelName="Conscious Hotel Westerpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/45/864590681e12dbef1da5db1b808ff5e3fc70a01e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6400.42" OriginalAmount="6274.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360991118708" Longitude="4.8829782431889" StarRating="3" HotelCode="337174|185604|Bed &amp; Breakfast" HotelName="Hotel Cornelisz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 24, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/0a/9a0aae34f7ade53ba2e55ac87243f975c44a81a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the most exclusive shopping street in the city, close to Amsterdam's most i...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6760.69" OriginalAmount="6628.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|121849|Bed &amp; Breakfast" HotelName="WestCord Fashion Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fb/abfbd43d58e118ef8c967db0c375c4c69ee8f387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="6814.30" OriginalAmount="6680.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372127663755" Longitude="4.8939210176468" StarRating="3" HotelCode="16717|2596080|Bed &amp; Breakfast" HotelName="Rho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 05-23, 1012  KC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/90/72902923237b916c0f094a684b1e402f5afe0c73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Old Town on a quiet side street, a few steps from the histo...</HotelDescription>
        <Offer>Discount:GBP67.48</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6831.66" OriginalAmount="6697.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360345472057" Longitude="4.8783812082713" StarRating="2" HotelCode="385722|686186|Bed &amp; Breakfast" HotelName="The Flying Pig Uptown Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="24 Hour Front Desk,Bar,Designated Smoking Area,Elevator,Internet,Kitchen,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46, 1071 AJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c83ad5b5b0e5bbbc83446392b88079d93a70f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;The Flying Pig Uptown Hostel is in the heart of Amsterdam, walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6904.08" OriginalAmount="6768.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|17523|Bed &amp; Breakfast" HotelName="Dutch Design Hotel Artemis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/07/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>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c1c48cf53b9d30a067cc74479cc6da73de5f1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7033.48" OriginalAmount="6895.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362107406324" Longitude="4.8783124703484" StarRating="3" HotelCode="200950|47864|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesselschadestraat 23, 1054 ET Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7683/a_7683_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the city centre and near to the Van Gogh Museum, the Rijksm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7114.83" OriginalAmount="6975.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|117322|Bed &amp; Breakfast" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4d/af4dcb2a7bfe27f04378cef7d284db9c0211d12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7235.13" OriginalAmount="7093.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|4702015|Bed &amp; Breakfast" HotelName="Washington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/6b/0d6ba016cc43f9ebca75061e4a2c1f6771d977d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7263.15" OriginalAmount="7120.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="3" HotelCode="677840|775387|Bed &amp; Breakfast" HotelName="Hotel Levell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0a/ac0a612cf4778d0693dc405e5d2f218fa8424607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7273.36" OriginalAmount="7130.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37121531" Longitude="4.89017679" StarRating="3" HotelCode="284247|296975|Bed &amp; Breakfast" HotelName="Nova Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 276, 1012 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/6b/946b5f72305b2b5531939b3de70795472fa0cc2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7294.92" OriginalAmount="7151.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|CAY221000|Bed &amp; Breakfast" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f4/8af4149f763a36c75e366dccfc9bc084864f93e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7493.97" OriginalAmount="7347.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="97121|102663|Bed &amp; Breakfast" HotelName="Hotel Roemer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10, 1054 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1d/531dd3ee8f302c4eb873d99b0b8824ae1a7fefb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location close to the lively Leidseplein square where guests can find re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7610.46" OriginalAmount="7461.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|2485335|Bed &amp; Breakfast" HotelName="Hotel New Kit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9e/089e764d41c6a9672f92af9f8cb2a643debfbf99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7887.09" OriginalAmount="7732.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|189635|Bed &amp; Breakfast" HotelName="Amsterdam ID Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1c/191ca8b9c5485da9f4803e74e5baaf36b9f0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8001.20" OriginalAmount="7844.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38732408" Longitude="4.83522673" StarRating="0" HotelCode="943545|2421895|Bed &amp; Breakfast" HotelName="Citadines Sloterdijk Station Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 3, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/eb/96eb453d95b8c444de19761b201b982405ea47d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8130.36" OriginalAmount="7970.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|CAI873300|Bed &amp; Breakfast" HotelName="Mövenpick Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8160.62" OriginalAmount="8000.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|87265|Bed &amp; Breakfast" HotelName="XO Hotels Blue Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/75/f875059412012fcb29355951252d62b38d06ec85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8245.69" OriginalAmount="8084.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.368308377123" Longitude="4.8796666822091" StarRating="3" HotelCode="11621|480855|Bed &amp; Breakfast" HotelName="De Looier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3e Looiersdwarsstraat 75, 1016 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ea/f4ea0d611df542da480223fcf5060ab7828aac80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a nice part of the city centre known as the Jordaan (garden). The hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8267.97" OriginalAmount="8105.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33328575" Longitude="4.91453469" StarRating="4" HotelCode="757211|2483495|Bed &amp; Breakfast" HotelName="Hotel Amsterdam Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 20, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/1d/8e1d3d741f6c97dfd1144fc75af22126633f08af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Hotel is situated in Amsterdam. Situated within 6. 0 kilometre(s) from the town centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8318.84" OriginalAmount="8155.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|104299|Bed &amp; Breakfast" HotelName="XO Hotels Blue Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8c/ae8c691e4c69dbb7fc75da2bb39dddb15e8072be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8335.81" OriginalAmount="8172.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|CAU969900|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM - Plein 28, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5c/a95cac132d9561fbc63cecab621c80697e866d2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8364.33" OriginalAmount="8200.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|458025|Bed &amp; Breakfast" HotelName="Crowne Plaza Amsterdam South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/23/302366dec9389c37d6f247e9883a5ab46b13d96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8403.22" OriginalAmount="8238.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|186341|Bed &amp; Breakfast" HotelName="XO Hotels Park West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/86/6e865308e20bff1c37048d28dd741c0bcbb32acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8463.62" OriginalAmount="8297.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|370627|Bed &amp; Breakfast" HotelName="XO Hotels Couture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1a/351ae3563f68338fd3536d6946e7c15b44d85abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8478.83" OriginalAmount="8312.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372133" Longitude="4.894852" StarRating="2" HotelCode="101717|480835|Bed &amp; Breakfast" HotelName="De Gerstekorrel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Central Heating,Fax,Golf,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 22, 1012 JM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8d/ca8d3e940c751ddd559b59fc2765d7a250e85003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the famous Dam Square, major shopping streets such as De Kalver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8756.08" OriginalAmount="8584.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.356965" Longitude="4.877437" StarRating="3" HotelCode="95617|126231|Bed &amp; Breakfast" HotelName="XO Hotel Inner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wanningstraat 1, 1071 LA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef733b6345b63613fd50bfce1eba248391a12499.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The budget hotel is located in the centre of Amsterdam, close to Museum Square and Leidse Square as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8786.85" OriginalAmount="8614.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|623306|Bed &amp; Breakfast" HotelName="Twenty Eight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8d/ea8da6ef0244cdf5c340e2c71c288b69d5a7d4d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9045.10" OriginalAmount="8867.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|293481|Bed &amp; Breakfast" HotelName="St. Christopher's at the Winston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/99/b599c72cbfd70a9fb2698bcf2c160438718659ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9073.81" OriginalAmount="8895.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.308949440353" Longitude="4.7597776441803" StarRating="4" HotelCode="29262|20174|Bed &amp; Breakfast" HotelName="Sheraton Amsterdam Airport Hotel and Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiphol Boulevard 101, 1118 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/13/2d13794ebc3d244d6dcb3d3d0c9d2d51e6785437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;As a conference venue, the hotel is of international importance. The centre of Amsterdam can be reac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9391.41" OriginalAmount="9207.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.880936" StarRating="4" HotelCode="29315|228156|Bed &amp; Breakfast" HotelName="American Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/da/da596e6f6c56b284/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a building with a listed Art Noveau façade, this well-known hotel is centrally located on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9457.44" OriginalAmount="9272.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367966" Longitude="4.8926300000001" StarRating="2" HotelCode="337231|hotel_des_arts_6" HotelName="Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156, 1012 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a5/5fa58649f8e4cae97b234b6e851a0158733dc204.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 17th century building, this hotel is centrally located between Dam Square and Munt Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9694.00" OriginalAmount="9503.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.374698" Longitude="4.903854" StarRating="5" HotelCode="387464|1632079|Bed &amp; Breakfast" HotelName="Grand Hotel Amrâth Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 108, 1011 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bc92ae67a1f6d73838a8a427f67d207af676e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a perfect location in Prins Hendrikkade in the city centre, only around 500...</HotelDescription>
        <Offer>Discount:GBP96.00</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9755.07" OriginalAmount="9563.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|619508|Bed &amp; Breakfast" HotelName="Pestana Amsterdam Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/a3/a9a3a6356029c030d0b0dc015b33751d7d98fb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9926.86" OriginalAmount="9732.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|1540465|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72, 1012 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1c/aa1c513bbfffbefd7d7be6dc86671f3fbb52396e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just arou...</HotelDescription>
        <Offer>Discount:GBP98.31</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10199.35" OriginalAmount="9999.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3759113" Longitude="4.8988722" StarRating="2" HotelCode="901508|1892985|Bed &amp; Breakfast" HotelName="Old Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 22, 1012 JD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/7e/737ee3da2789dcd65ec7d0bb264c53af60355f22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10290.52" OriginalAmount="10088.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37395" Longitude="4.905356" StarRating="2" HotelCode="76110|480795|Bed &amp; Breakfast" HotelName="City Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 130, 1011 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6b/b06b7fa7528d59fa44838b9b5f50c6bfb18bc272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam next to Amsterdam Central Station and close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10559.88" OriginalAmount="10352.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|17874|Bed &amp; Breakfast" HotelName="XO Hotels Van Gogh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0c/370c70742631abafaae5ed8294e1a5f068174a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10584.57" OriginalAmount="10377.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|104298|Bed &amp; Breakfast" HotelName="XO Hotels City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289b1c2dfac50e749de08d281a736e2b1c7c1c06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10738.37" OriginalAmount="10527.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|252486|Bed &amp; Breakfast" HotelName="Hotel V Frederiksplein" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/13/48132be6b4f46a562648211e53f569aa73ca3dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportuni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11766.56" OriginalAmount="11535.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362595951237" Longitude="4.880042345074" StarRating="5" HotelCode="336273|107962|Bed &amp; Breakfast" HotelName="Marriott Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 12, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9f/879fe0c7ff4730fc262f5a7645189d6a2e6ae46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel enjoys an ideal location across the street from Leidseplein's fine shopping, d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11819.54" OriginalAmount="11587.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|9396|Bed &amp; Breakfast" HotelName="NH City Centre Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/11/d9115505eff4de45fe277db34c007cb3aae897f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="13350.09" OriginalAmount="13088.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|CAQ019300|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/08/8708ec7edbad7cc4ca973fbac9453b98387ecc74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13858.74" OriginalAmount="13587.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370633" Longitude="4.893014" StarRating="3" HotelCode="901948|rokin" HotelName="Rokin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 73, 1012 KL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ed/d0edf6a7cf8e4b1e340743eb9cba6d787e9f1b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city on a main street. It lies just a few steps from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14504.90" OriginalAmount="14220.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|5894|Bed &amp; Breakfast" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/9b/e39b5f415871894c3bfb4bf08d0300ab0d694327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14752.25" OriginalAmount="14462.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|5881|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9, 1012 JS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/zz/aeadbfa05f1fef1e48408c0b16ae1fb5e989b7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14872.92" OriginalAmount="14581.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|461495|Bed &amp; Breakfast" HotelName="Park Plaza Vondelpark, Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/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>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/23/f3235af5546fa8775f752c71088ef170b99f1c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16192.08" OriginalAmount="15874.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36173969" Longitude="4.91160577" StarRating="5" HotelCode="533996|2382465|Bed &amp; Breakfast" HotelName="Hyatt Regency Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatiestraat 104, 1018 GV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b8/9fb8bde25aa9b116716838f4f4429a55f1d11368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="16629.85" OriginalAmount="16303.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.371164761838" Longitude="4.8954606056213" StarRating="5" HotelCode="18321|CAF565300|Bed &amp; Breakfast" HotelName="Sofitel Legend The Grand Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/b1/fab1e3a0cbaba69db3724454ca8754822dfd5b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Amsterdam's historical centre, this city hotel is set between 2 pict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17543.93" OriginalAmount="17199.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377157993675" Longitude="4.8979738354683" StarRating="4" HotelCode="18933|20204|Bed &amp; Breakfast" HotelName="Park Plaza Victoria Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 1-5, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de40051abb446abf1165a82fdd66c1cdbe83d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This extremely sophisticated hotel is centrally located opposite the main railway station. Public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18893.75" OriginalAmount="18523.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|47524|Bed &amp; Breakfast" HotelName="Okura Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc60d2ad3afd5eb3b415e9b5ae614781e7e2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="18978.88" OriginalAmount="18606.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|184057|Bed &amp; Breakfast" HotelName="Andaz Amsterdam Prinsengracht" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/80/eb8061f83bb88ac400491a1c3e641cd77d6d0630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19264.11" OriginalAmount="18886.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372774004203" Longitude="4.8897762444687" StarRating="5" HotelCode="317464|1608638|Bed &amp; Breakfast" HotelName="W Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175, 1012 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a8/b9a833bd92b1b9036ebaa79c0bc1eaf0721bcee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30166.61" OriginalAmount="29575.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367620839981" Longitude="4.8943018913269" StarRating="5" HotelCode="11634|192166|Bed &amp; Breakfast" HotelName="De L'Europe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 2-14, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/1e/541e520f390a89056d7bc8a40017807a152a5ca4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Amsterdam's old town on the banks of the River Amstel. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30420.02" OriginalAmount="29823.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|749535|Bed &amp; Breakfast" HotelName="Conservatorium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d4/47d4990262081209f212976928e5cb07072ccfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32169.17" OriginalAmount="31538.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|20034|Bed &amp; Breakfast" HotelName="InterContinental Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ed/96ed5aaf375448fdbe6af942d62200330415c175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Jacuzzi,Lounge,Swimming Pool,Spa,24 Hour Security,ATM/Cash Machine,Housekeeping,Meeting Room,Parking,Printer,Wake-up Call Service,Kitchen,24 Hour Front Desk,Elevator,Library,Luggage Storage</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,HOSTEL,HOTEL DE CHARME,HOSTELS,APARTMENT,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
f9d8aa23-7017-4612-943d-3bce46581ab7|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="f9d8aa23-7017-4612-943d-3bce46581ab7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="9" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
f9d8aa23-7017-4612-943d-3bce46581ab7|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|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
f9d8aa23-7017-4612-943d-3bce46581ab7|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-06-16T06:58:41.9916035+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f9d8aa23-7017-4612-943d-3bce46581ab7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="3061.02" OriginalAmount="3001.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|new_west_inn_amsterdam" HotelName="New West Inn" 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,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/f8/def81e3aa1d6aea7451c53995edd65cf763bc021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3103.79" OriginalAmount="3042.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|45494" HotelName="Best Western Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/42/e94265ecc9983b0854c6be13a3938841f1346ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3938.05" OriginalAmount="3860.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|2906795" HotelName="Conscious Hotel The Tire Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/1b/9c1bd32298c599bc084722b44cda3e20ba417655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4137.94" OriginalAmount="4056.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|2370735" HotelName="Leonardo Royal Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/c5/5ec5d65d26f259c3c3fed9f2ee89fd02718e5f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4611.63" OriginalAmount="4521.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|591741" HotelName="Fletcher Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/1c/3d1cb1b8080c9f4624f8effdcc9bb646f3249464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4644.16" OriginalAmount="4553.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|861065" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81d9fcc05a903553/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4695.08" OriginalAmount="4603.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3" HotelCode="376492|1844588" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/13/5b1391a381be9b9ea3e9cdc90a84965d13fcd5df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4722.60" OriginalAmount="4630.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348917" Longitude="4.908607" StarRating="2" HotelCode="71422|flipper" HotelName="Flipper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Borssenburgstraat 5, 1078 VA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/be/2fbeea23ce1b9a9b3bf0856f42d831460ace02f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the southern part of the centre of Amsterdam, just a 5-minute trip on public transport f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="4767.09" OriginalAmount="4673.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335183372878" Longitude="4.9137425422669" StarRating="4" HotelCode="318143|CAG726600" HotelName="Mercure Hotel Amsterdam City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 10, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/9a/de9a1d9fab7f42a959322e05e1673a55a2a72f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern upmarket hotel lies in the south of the city, close to Amsterdam Arena and the A2 Utrech...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4845.36" OriginalAmount="4750.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353535" Longitude="4.871992" StarRating="3" HotelCode="337317|17404" HotelName="The Alfred Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cornelis Schuytstraat 58-60, 1071 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/dd/8fdd026756f843908004c030f5706480c4be9928.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in an ivy-covered building located just a short distance from the lively...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4875.41" OriginalAmount="4779.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|2906035" HotelName="Conscious Hotel Westerpark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/45/864590681e12dbef1da5db1b808ff5e3fc70a01e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4935.29" OriginalAmount="4838.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353746928084" Longitude="4.9119412772336" StarRating="3" HotelCode="313022|683894" HotelName="Volkshotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wibautstraat 150, 1091 GR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/44/544486ddd1f59c2c543853185a4b84fe945f00ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5126.52" OriginalAmount="5026.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38424267" Longitude="4.90393048" StarRating="2" HotelCode="388540|clinknoord__hostel" HotelName="Clink Noord Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Badhuiskade 3, 1031 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/b3/7fb3a801f3f21906dcff9d6b46af042ec2d81676.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5220.68" OriginalAmount="5118.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|1727398" HotelName="Amadi Panorama Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/82/6582a9803115fd62acfa3649974d0eeac0019230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5317.94" OriginalAmount="5213.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|17523" HotelName="Dutch Design Hotel Artemis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/07/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>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c1c48cf53b9d30a067cc74479cc6da73de5f1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5357.00" OriginalAmount="5251.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362872" Longitude="4.876461" StarRating="3" HotelCode="186137|296443" HotelName="Hotel Espresso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 57, 1054 HC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/b0/e1b010283f767042298106b7aa88102a49107b09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5375.63" OriginalAmount="5270.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360991118708" Longitude="4.8829782431889" StarRating="3" HotelCode="337174|185604" HotelName="Hotel Cornelisz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 24, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/0a/9a0aae34f7ade53ba2e55ac87243f975c44a81a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the most exclusive shopping street in the city, close to Amsterdam's most i...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5394.78" OriginalAmount="5289.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36125467" Longitude="4.881606" StarRating="3" HotelCode="211216|hotel_vossius_vondelpark" HotelName="Vossius Vondelpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 8/9, 1071 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c1/09c1a1244ab62427144a9de51d3ce2010dcfc0ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 39 rooms. Most of the storeys can be reached by lift. Services and fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="5413.37" OriginalAmount="5307.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372127663755" Longitude="4.8939210176468" StarRating="3" HotelCode="16717|2596080" HotelName="Rho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 05-23, 1012  KC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/90/72902923237b916c0f094a684b1e402f5afe0c73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Old Town on a quiet side street, a few steps from the histo...</HotelDescription>
        <Offer>Discount:GBP53.61</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5490.66" OriginalAmount="5383.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.375506" Longitude="4.895853" StarRating="1" HotelCode="337248|hotel_manofa_2" HotelName="Manofa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 47-48, 1012 LL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/81/0f811621970ad17f38ec82cd288afe4b1b2dc489.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated directly at the Damrak, within a few minutes' walk of Rembrandt Square, Leidse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5499.84" OriginalAmount="5392.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38732408" Longitude="4.83522673" StarRating="0" HotelCode="943545|citadines_sloterdijk_station_amsterdam" HotelName="Citadines Sloterdijk Station Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 3, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/eb/96eb453d95b8c444de19761b201b982405ea47d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5620.20" OriginalAmount="5510.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358985" Longitude="4.893583" StarRating="2" HotelCode="116303|kap" HotelName="Kap" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Den Texstraat 5b, 1017 XW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/33/8333b91544546f6542f17ab7b7fdfab0af3a81dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5632.18" OriginalAmount="5521.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="3" HotelCode="677840|775387" HotelName="Hotel Levell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0a/ac0a612cf4778d0693dc405e5d2f218fa8424607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5642.88" OriginalAmount="5532.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|189635" HotelName="Amsterdam ID Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1c/191ca8b9c5485da9f4803e74e5baaf36b9f0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5651.82" OriginalAmount="5541.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357985" Longitude="4.890528" StarRating="2" HotelCode="81840|hotel_vivaldi_4" HotelName="Blossoms City Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 76, 1072 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/40/8b40c767d74a1af60dff2728dfa340146f247d2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5662.02" OriginalAmount="5551.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348652" Longitude="4.765684" StarRating="4" HotelCode="69636|park_plaza_amsterdam_airport_2" HotelName="Park Plaza Amsterdam Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Melbournestraat 1, 1175 RM  Lijnden, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3c/c43c8efaec0571635059246181e0bd7973782886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located in the west of Amsterdam, only 5 km from Schiphol International Airpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5676.45" OriginalAmount="5565.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|121849" HotelName="WestCord Fashion Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fb/abfbd43d58e118ef8c967db0c375c4c69ee8f387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5748.72" OriginalAmount="5636.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361733242928" Longitude="4.9105657774473" StarRating="3" HotelCode="143266|hotel_allure" HotelName="Allure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatistraat 117-119, 1018 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/18/ca1814c570e278bd1202fa92bd16662a0c792ae7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5764.38" OriginalAmount="5651.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.364891631283" Longitude="4.8779150202049" StarRating="3" HotelCode="150171|2482685" HotelName="Hotel Jupiter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tweede Helmersstraat 14, 1054 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f7/f8f723fbb4601bf0a563995c06d3b42aaaa73c7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5881.32" OriginalAmount="5766.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|hotel_washington_2" HotelName="Washington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/6b/0d6ba016cc43f9ebca75061e4a2c1f6771d977d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5923.14" OriginalAmount="5807.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385501902765" Longitude="4.8326808884399" StarRating="3" HotelCode="333982|amsterdam_teleport_hotel" HotelName="Amsterdam Teleport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Heathrowstraat 3-5, 1043 CE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/9f/a49f2d074543a5813b503413d430dac9627b3915.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5972.79" OriginalAmount="5855.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="3" HotelCode="951173|2483545" HotelName="Olympic Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12, 1076 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/81/28813e802e5df54a2c32118ec6788f2b6515008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5975.55" OriginalAmount="5858.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360345472057" Longitude="4.8783812082713" StarRating="2" HotelCode="385722|686186" HotelName="The Flying Pig Uptown Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="24 Hour Front Desk,Bar,Designated Smoking Area,Elevator,Internet,Kitchen,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46, 1071 AJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c83ad5b5b0e5bbbc83446392b88079d93a70f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;The Flying Pig Uptown Hostel is in the heart of Amsterdam, walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5982.30" OriginalAmount="5865.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3649572" Longitude="4.880067" StarRating="2" HotelCode="154214|hotel_titus" HotelName="Titus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 74, 1017 PM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/3c/593c1061eaa2a8f00e9c6371750884ca7e49e46a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6002.28" OriginalAmount="5884.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362107406324" Longitude="4.8783124703484" StarRating="3" HotelCode="200950|47864" HotelName="Leonardo Hotel Amsterdam City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesselschadestraat 23, 1054 ET Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7683/a_7683_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the city centre and near to the Van Gogh Museum, the Rijksm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6094.08" OriginalAmount="5974.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|117322" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4d/af4dcb2a7bfe27f04378cef7d284db9c0211d12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6136.32" OriginalAmount="6016.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361117278711" Longitude="4.9006848427564" StarRating="2" HotelCode="116282|hotel_de_munck_2" HotelName="De Munck" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Achtergracht 3, 1017 WL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/10/261074bf35d44f9849dbaf45e7b76912498c40b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6188.92" OriginalAmount="6067.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.356398" Longitude="4.8783989999999" StarRating="2" HotelCode="38371|17535" HotelName="Trianon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jan Willem Brouwersstr 3-7, 1071 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/62/a1626ddc79b85e73249c4f1a205ca256d6ab77d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This captivating hotel is on a peaceful side street off the van Baerlestraat shopping street. From t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6190.89" OriginalAmount="6069.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37121531" Longitude="4.89017679" StarRating="3" HotelCode="284247|296975" HotelName="Nova Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 276, 1012 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/6b/946b5f72305b2b5531939b3de70795472fa0cc2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6262.80" OriginalAmount="6140.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.376066" Longitude="4.8966350000001" StarRating="2" HotelCode="116415|amsterdam_orange_tulip_hotel" HotelName="Orange Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 32, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/bf/20bf372e6a0a29fa18a59127ef624501efe6a5a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of the main streets of central Amsterdam, the Damrak. The location is id...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6262.80" OriginalAmount="6140.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37606271" Longitude="4.89668846" StarRating="2" HotelCode="934444|budget_dam_hotel" HotelName="Damhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 32, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/6a/d16a15f93d98813dbd9e07e1a1ba947d36d1de2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is only a 2-minute walk from Amsterdam central station and the bus station, and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6299.51" OriginalAmount="6175.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36965073" Longitude="4.88005577" StarRating="3" HotelCode="711127|2279565" HotelName="Melrose Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elandsgracht 92, 1016 TZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/a2/d2a29ea1a2f5583ab47429947734308770eb599e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6309.46" OriginalAmount="6185.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|2485335" HotelName="Hotel New Kit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9e/089e764d41c6a9672f92af9f8cb2a643debfbf99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6365.82" OriginalAmount="6241.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358182" Longitude="4.889771" StarRating="2" HotelCode="400757|symphony_budget_hotel_paganini" HotelName="Aston City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 68, 1072 AD Amsterdam, Oud-Zuid</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/9e/379e262d14aa3c86b0c4e405fc67e0f53a7eea2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a convenient location in the heart of Amsterdam, overlooking one of character...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6458.64" OriginalAmount="6332.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.365146558714" Longitude="4.8733229935169" StarRating="3" HotelCode="193898|mosaic_city_centre" HotelName="Hotel Mosaic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 16a, 1054 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/11/7711e9a44a7a9d10fe3bfdef1458b968da8058ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6529.65" OriginalAmount="6401.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|87265" HotelName="XO Hotels Blue Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/75/f875059412012fcb29355951252d62b38d06ec85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6664.17" OriginalAmount="6533.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|458025" HotelName="Crowne Plaza Amsterdam South" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/23/302366dec9389c37d6f247e9883a5ab46b13d96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6750.36" OriginalAmount="6618.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.365943952643" Longitude="4.8955864404754" StarRating="3" HotelCode="337222|hotel_atlanta_2" HotelName="Hotel Atlanta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtsplein 8-10, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/1b/1a1b9ba7ce31226b7c910a581df0c59341efb8fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam and over looks the eminent Rembrandtplein. Scores o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="6763.70" OriginalAmount="6631.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|CAU969900" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM - Plein 28, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5c/a95cac132d9561fbc63cecab621c80697e866d2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6765.53" OriginalAmount="6632.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|186341" HotelName="XO Hotels Park West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/86/6e865308e20bff1c37048d28dd741c0bcbb32acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6836.47" OriginalAmount="6702.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|370627" HotelName="XO Hotels Couture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1a/351ae3563f68338fd3536d6946e7c15b44d85abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6846.21" OriginalAmount="6711.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.376005" Longitude="4.901172" StarRating="3" HotelCode="12650|482085" HotelName="France Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Kolk 11, 1012 AL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/a5/7ca5da566f35970e6663da43697b1f8d937da4a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a modern building in the centre of Amsterdam. Some of the rooms offer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="6869.09" OriginalAmount="6734.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|CAI873300" HotelName="Mövenpick Amsterdam City Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6871.74" OriginalAmount="6737.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.363522" Longitude="4.886314" StarRating="3" HotelCode="68534|mozart" HotelName="Mozart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 518-520, 1017 KJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/b5/72b541734ea9c47b74d1ace915cea14f31dd5849.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6903.36" OriginalAmount="6768.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.374824107265" Longitude="4.8966812349402" StarRating="2" HotelCode="45368|travel" HotelName="Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Beurstraat 23, 1012 JV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0e/370e9b5f9a125566efaa37c7f01199074f22cf42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Amsterdam. Travel features a total of 32 guests rooms. This establishment ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6976.80" OriginalAmount="6840.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3549500625" Longitude="4.8770424" StarRating="3" HotelCode="78507|concert_inn" HotelName="The Concert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Lairessestraat 11, 1071 NR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/39/2139fd5f039a96a7dccbc70b749103ac94f21819.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7017.62" OriginalAmount="6880.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362245458387" Longitude="4.8984680324793" StarRating="2" HotelCode="193876|830405" HotelName="ITC Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 1051, 1017 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/a4/aca42a3f6d413ea817bd1b568850865c20e705bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7026.33" OriginalAmount="6888.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|104299" HotelName="XO Hotels Blue Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8c/ae8c691e4c69dbb7fc75da2bb39dddb15e8072be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7169.18" OriginalAmount="7028.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.308949440353" Longitude="4.7597776441803" StarRating="4" HotelCode="29262|20174" HotelName="Sheraton Amsterdam Airport Hotel and Conference Center" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiphol Boulevard 101, 1118 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/13/2d13794ebc3d244d6dcb3d3d0c9d2d51e6785437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;As a conference venue, the hotel is of international importance. The centre of Amsterdam can be reac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7252.20" OriginalAmount="7110.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359365871644" Longitude="4.8940745741129" StarRating="1" HotelCode="193930|sphinx_hotel_2" HotelName="Sphinx Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 82, 1017 XR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/7b/187b21e843ec16d2d00fa73262b56759b93fcd06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="7266.56" OriginalAmount="7124.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33328575" Longitude="4.91453469" StarRating="4" HotelCode="757211|86414180" HotelName="Hotel Amsterdam Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 20, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/1d/8e1d3d741f6c97dfd1144fc75af22126633f08af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Hotel is situated in Amsterdam. Situated within 6. 0 kilometre(s) from the town centre, ...</HotelDescription>
        <Offer>Discount:GBP71.96</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7278.72" OriginalAmount="7136.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360758226607" Longitude="4.9188441638237" StarRating="1" HotelCode="429373|generator_amsterdam" HotelName="Generator Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Banquet Hall,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Diet Meals,Meeting Room,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mauritskade 57, 1092 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/9e/979e75258a7590e0d0c7e3a68c4ad098fcdf8bd1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Generator Amsterdam is located in the up-and-coming eastern side of the city overlooking Oosterpark....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7284.75" OriginalAmount="7141.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|623306" HotelName="Twenty Eight" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8d/ea8da6ef0244cdf5c340e2c71c288b69d5a7d4d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7294.92" OriginalAmount="7151.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|CAY221000" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f4/8af4149f763a36c75e366dccfc9bc084864f93e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7334.31" OriginalAmount="7190.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.368308377123" Longitude="4.8796666822091" StarRating="3" HotelCode="11621|480855" HotelName="De Looier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3e Looiersdwarsstraat 75, 1016 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ea/f4ea0d611df542da480223fcf5060ab7828aac80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a nice part of the city centre known as the Jordaan (garden). The hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7460.28" OriginalAmount="7314.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357985" Longitude="4.900697" StarRating="3" HotelCode="89083|all_seasons_4" HotelName="Ibis Styles Amsterdam City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 135, 1074 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/71/7f71840bd9a9b5893a81014fe07fd97902143c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is located in the city centre, within walking distance of one of the major entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7481.78" OriginalAmount="7335.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.356965" Longitude="4.877437" StarRating="3" HotelCode="95617|126231" HotelName="XO Hotel Inner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wanningstraat 1, 1071 LA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef733b6345b63613fd50bfce1eba248391a12499.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The budget hotel is located in the centre of Amsterdam, close to Museum Square and Leidse Square as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7493.97" OriginalAmount="7347.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="97121|102663" HotelName="Hotel Roemer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10, 1054 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1d/531dd3ee8f302c4eb873d99b0b8824ae1a7fefb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location close to the lively Leidseplein square where guests can find re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7657.14" OriginalAmount="7507.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.365826506694" Longitude="4.8847546596803" StarRating="2" HotelCode="143433|amsterdam_downtown_hotel" HotelName="Amsterdam Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kerkstraat 25, 1017 GA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/71/8b712806b397f63063cea1ecca459a997865c571.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7931.36" OriginalAmount="7775.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3760433" Longitude="4.89638567" StarRating="3" HotelCode="974552|803155" HotelName="Hotel Van Gelder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 34, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c5/f8c58d95ea0271bf48ec5ab6deef4be73f7e229f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8184.48" OriginalAmount="8024.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3647606" Longitude="4.9042788" StarRating="2" HotelCode="148799|hotel_hermitage_amsterdam" HotelName="Hermitage Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Keizersgracht 16, 1018 DR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/b0/cab05c3faa299f27ab04f4aeb247bb900bc9a4c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8194.86" OriginalAmount="8034.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|293481" HotelName="St. Christopher's at the Winston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/99/b599c72cbfd70a9fb2698bcf2c160438718659ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8301.78" OriginalAmount="8139.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.35901047" Longitude="4.89787533" StarRating="3" HotelCode="466447|golden_mansion_apartment_amsterdam" HotelName="Golden Mansion City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Huidekoperstraat 21-23, 1017 ZL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b4/66b4fdbec19a7b867741c8cea877f0c5c3e2f6c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Golden Mansion Apartment Amsterdam places you in the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8393.89" OriginalAmount="8229.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.880936" StarRating="4" HotelCode="29315|228156" HotelName="American Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/da/da596e6f6c56b284/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a building with a listed Art Noveau façade, this well-known hotel is centrally located on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8478.83" OriginalAmount="8312.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372133" Longitude="4.894852" StarRating="2" HotelCode="101717|480835" HotelName="De Gerstekorrel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Central Heating,Fax,Golf,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 22, 1012 JM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8d/ca8d3e940c751ddd559b59fc2765d7a250e85003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the famous Dam Square, major shopping streets such as De Kalver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8482.88" OriginalAmount="8316.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="4" HotelCode="591230|2485385" HotelName="The Wittenberg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 18/07/2026" HotelFacility="Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Keizersgracht 760, 1018VG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/e9/6ee9af7434a260a8d05315197ad7f0d37345a4b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8648.36" OriginalAmount="8478.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|619508" HotelName="Pestana Amsterdam Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/a3/a9a3a6356029c030d0b0dc015b33751d7d98fb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8948.51" OriginalAmount="8773.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|17874" HotelName="XO Hotels Van Gogh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0c/370c70742631abafaae5ed8294e1a5f068174a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9022.92" OriginalAmount="8846.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36830127" Longitude="4.92356095" StarRating="4" HotelCode="428729|yays_concierged_boutique_apartments_oostenburgergracht" HotelName="YAYS Oostenburgergracht - Concierged Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Oostenburgergracht 73, 1018 NC Amsterdam-Oost, Niederlande</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e1/7be1d9ae301e98571ec86acdddfaf358edc953da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at YAYS Concierged Boutique Apartments Oostenburgergra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9057.49" OriginalAmount="8879.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.374698" Longitude="4.903854" StarRating="5" HotelCode="387464|84498" HotelName="Grand Hotel Amrâth Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 108, 1011 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bc92ae67a1f6d73838a8a427f67d207af676e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a perfect location in Prins Hendrikkade in the city centre, only around 500...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9196.52" OriginalAmount="9016.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3759113" Longitude="4.8988722" StarRating="2" HotelCode="901508|1892985" HotelName="Old Quarter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 22, 1012 JD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/7e/737ee3da2789dcd65ec7d0bb264c53af60355f22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9252.42" OriginalAmount="9071.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362595951237" Longitude="4.880042345074" StarRating="5" HotelCode="336273|amsterdam_marriott_hotel" HotelName="Marriott Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 12, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9f/879fe0c7ff4730fc262f5a7645189d6a2e6ae46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel enjoys an ideal location across the street from Leidseplein's fine shopping, d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9310.29" OriginalAmount="9127.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|104298" HotelName="XO Hotels City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289b1c2dfac50e749de08d281a736e2b1c7c1c06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9457.44" OriginalAmount="9272.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367966" Longitude="4.8926300000001" StarRating="2" HotelCode="337231|hotel_des_arts_6" HotelName="Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156, 1012 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a5/5fa58649f8e4cae97b234b6e851a0158733dc204.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 17th century building, this hotel is centrally located between Dam Square and Munt Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9513.14" OriginalAmount="9326.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|252486" HotelName="Hotel V Frederiksplein" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/13/48132be6b4f46a562648211e53f569aa73ca3dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportuni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9885.33" OriginalAmount="9691.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36173969" Longitude="4.91160577" StarRating="5" HotelCode="533996|2382465" HotelName="Hyatt Regency Amsterdam" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatiestraat 104, 1018 GV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b8/9fb8bde25aa9b116716838f4f4429a55f1d11368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9926.86" OriginalAmount="9732.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|1540465" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72, 1012 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1c/aa1c513bbfffbefd7d7be6dc86671f3fbb52396e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just arou...</HotelDescription>
        <Offer>Discount:GBP98.31</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10290.52" OriginalAmount="10088.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37395" Longitude="4.905356" StarRating="2" HotelCode="76110|480795" HotelName="City Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 130, 1011 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6b/b06b7fa7528d59fa44838b9b5f50c6bfb18bc272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam next to Amsterdam Central Station and close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10334.30" OriginalAmount="10131.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|9396" HotelName="NH City Centre Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/11/d9115505eff4de45fe277db34c007cb3aae897f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10431.54" OriginalAmount="10227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.378158" Longitude="4.894374" StarRating="5" HotelCode="29270|renaissance_amsterdam_hotel" HotelName="Renaissance Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kattengat 1, 1012 SZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/13/0413e686abdbe9781f13356873ed0132b287a1cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel is situated in a strategic and central location. Links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10521.30" OriginalAmount="10315.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38407035" Longitude="4.88840731" StarRating="4" HotelCode="486682|yays_bickersgracht" HotelName="YAYS Concierged Boutique Apartments Bickersgracht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bickersgracht 1, 1013 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b5/96b5d3b8679643903487f3462286d75a3d029cb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10825.26" OriginalAmount="10613.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367003152497" Longitude="4.8969672649513" StarRating="3" HotelCode="143431|amstelzicht" HotelName="Amstelzicht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 104, 1017 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8a/878a333cf4b8c2fcb018febc27061a33dd758cb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="11144.15" OriginalAmount="10925.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|CAQ019300" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/08/8708ec7edbad7cc4ca973fbac9453b98387ecc74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="12771.88" OriginalAmount="12521.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|5881" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9, 1012 JS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/zz/aeadbfa05f1fef1e48408c0b16ae1fb5e989b7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="12888.30" OriginalAmount="12635.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|5894" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/9b/e39b5f415871894c3bfb4bf08d0300ab0d694327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13428.30" OriginalAmount="13165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38852428" Longitude="4.88860918" StarRating="3" HotelCode="602469|yays_concierged_boutique_apartments_zoutkeetsgracht_2" HotelName="Yays Zoutkeetsgracht Concierged Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Zoutkeetsgracht 114-118, 1013 LC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/1a/741a3a59b578fec007e38a2ce0bfac451d73c342.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YAYS Concierged Boutique Apartments - Zoutkeetsgra is a popular choice amongst travelers in Amsterda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13455.46" OriginalAmount="13191.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|461495" HotelName="Park Plaza Vondelpark, Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/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>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/23/f3235af5546fa8775f752c71088ef170b99f1c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13858.74" OriginalAmount="13587.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370633" Longitude="4.893014" StarRating="3" HotelCode="901948|rokin" HotelName="Rokin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 73, 1012 KL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ed/d0edf6a7cf8e4b1e340743eb9cba6d787e9f1b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city on a main street. It lies just a few steps from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="14109.84" OriginalAmount="13833.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.371164761838" Longitude="4.8954606056213" StarRating="5" HotelCode="18321|CAF565300" HotelName="Sofitel Legend The Grand Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/b1/fab1e3a0cbaba69db3724454ca8754822dfd5b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Amsterdam's historical centre, this city hotel is set between 2 pict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14403.25" OriginalAmount="14120.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38333999" Longitude="4.84639468" StarRating="2" HotelCode="497987|874300" HotelName="Dutchies Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sara Burgerthartstraat 21A, 1055 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/b9/22b97fb4e185200d5cf3d10fe99ebfaca173cd9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15339.35" OriginalAmount="15038.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|47524" HotelName="Okura Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc60d2ad3afd5eb3b415e9b5ae614781e7e2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15882.99" OriginalAmount="15571.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372774004203" Longitude="4.8897762444687" StarRating="5" HotelCode="317464|1608638" HotelName="W Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175, 1012 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a8/b9a833bd92b1b9036ebaa79c0bc1eaf0721bcee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="16122.52" OriginalAmount="15806.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377157993675" Longitude="4.8979738354683" StarRating="4" HotelCode="18933|5884" HotelName="Park Plaza Victoria Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 1-5, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de40051abb446abf1165a82fdd66c1cdbe83d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This extremely sophisticated hotel is centrally located opposite the main railway station. Public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="16993.47" OriginalAmount="16660.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|184057" HotelName="Andaz Amsterdam Prinsengracht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/80/eb8061f83bb88ac400491a1c3e641cd77d6d0630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18689.01" OriginalAmount="18322.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367620839981" Longitude="4.8943018913269" StarRating="5" HotelCode="11634|192166" HotelName="De L'Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 2-14, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/1e/541e520f390a89056d7bc8a40017807a152a5ca4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Amsterdam's old town on the banks of the River Amstel. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20492.42" OriginalAmount="20090.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|749535" HotelName="Conservatorium" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d4/47d4990262081209f212976928e5cb07072ccfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25824.14" OriginalAmount="25317.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|20034" HotelName="InterContinental Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ed/96ed5aaf375448fdbe6af942d62200330415c175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37380.96" OriginalAmount="36648" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.369247083416" Longitude="4.884224832058" StarRating="5" HotelCode="11307|749545" HotelName="The Dylan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 384, 1016 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/54/4f542b6f09b62180f59e0714e60347a8ed8f6fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is situated on the Keizersgracht, one of the main canals in Amsterdam. It is loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Jacuzzi,Lounge,Swimming Pool,Spa,24 Hour Security,ATM/Cash Machine,Housekeeping,Meeting Room,Parking,Printer,Wake-up Call Service,Kitchen,24 Hour Power Supply,Banquet Hall,24 Hour Front Desk,Elevator,Library,Luggage Storage,LCD/Projector,Dry Cleaning,Concierge,Vending Machine</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT,HOTEL DE CHARME,HOSTEL,HOSTELS,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
f9d8aa23-7017-4612-943d-3bce46581ab7|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="f9d8aa23-7017-4612-943d-3bce46581ab7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="9" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
f9d8aa23-7017-4612-943d-3bce46581ab7|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|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
f9d8aa23-7017-4612-943d-3bce46581ab7|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-06-16T06:58:42.8899312+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f9d8aa23-7017-4612-943d-3bce46581ab7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="3734.23" OriginalAmount="3661.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|17528|Bed &amp; Breakfast" HotelName="New West Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/f8/def81e3aa1d6aea7451c53995edd65cf763bc021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tra...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4026.98" OriginalAmount="3948.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|45494|Bed &amp; Breakfast" HotelName="Best Western Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/42/e94265ecc9983b0854c6be13a3938841f1346ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4695.08" OriginalAmount="4603.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3" HotelCode="376492|1844588|Bed &amp; Breakfast" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/13/5b1391a381be9b9ea3e9cdc90a84965d13fcd5df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5265.62" OriginalAmount="5162.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|2906795|Bed &amp; Breakfast" HotelName="Conscious Hotel The Tire Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/1b/9c1bd32298c599bc084722b44cda3e20ba417655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5386.23" OriginalAmount="5280.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|2370735|Bed &amp; Breakfast" HotelName="Leonardo Royal Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/c5/5ec5d65d26f259c3c3fed9f2ee89fd02718e5f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5594.81" OriginalAmount="5485.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|591741|Bed &amp; Breakfast" HotelName="Fletcher Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/1c/3d1cb1b8080c9f4624f8effdcc9bb646f3249464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5788.72" OriginalAmount="5675.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353535" Longitude="4.871992" StarRating="3" HotelCode="337317|17404|Bed &amp; Breakfast" HotelName="The Alfred Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cornelis Schuytstraat 58-60, 1071 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/dd/8fdd026756f843908004c030f5706480c4be9928.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in an ivy-covered building located just a short distance from the lively...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5916.03" OriginalAmount="5800.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|861065|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81d9fcc05a903553/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5972.79" OriginalAmount="5855.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="3" HotelCode="951173|2483545|Bed &amp; Breakfast" HotelName="Olympic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12, 1076 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/81/28813e802e5df54a2c32118ec6788f2b6515008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="6141.54" OriginalAmount="6021.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335183372878" Longitude="4.9137425422669" StarRating="4" HotelCode="318143|CAG726600|Bed &amp; Breakfast" HotelName="Mercure Hotel Amsterdam City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 10, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/9a/de9a1d9fab7f42a959322e05e1673a55a2a72f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern upmarket hotel lies in the south of the city, close to Amsterdam Arena and the A2 Utrech...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6157.60" OriginalAmount="6036.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|1727398|Bed &amp; Breakfast" HotelName="Amadi Panorama Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/82/6582a9803115fd62acfa3649974d0eeac0019230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6245.99" OriginalAmount="6123.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|2906035|Bed &amp; Breakfast" HotelName="Conscious Hotel Westerpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/45/864590681e12dbef1da5db1b808ff5e3fc70a01e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6400.42" OriginalAmount="6274.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360991118708" Longitude="4.8829782431889" StarRating="3" HotelCode="337174|185604|Bed &amp; Breakfast" HotelName="Hotel Cornelisz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 24, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/0a/9a0aae34f7ade53ba2e55ac87243f975c44a81a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the most exclusive shopping street in the city, close to Amsterdam's most i...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6760.69" OriginalAmount="6628.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|121849|Bed &amp; Breakfast" HotelName="WestCord Fashion Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fb/abfbd43d58e118ef8c967db0c375c4c69ee8f387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel ...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="6814.30" OriginalAmount="6680.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372127663755" Longitude="4.8939210176468" StarRating="3" HotelCode="16717|2596080|Bed &amp; Breakfast" HotelName="Rho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 05-23, 1012  KC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/90/72902923237b916c0f094a684b1e402f5afe0c73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Old Town on a quiet side street, a few steps from the histo...</HotelDescription>
        <Offer>Discount:GBP67.48</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6831.66" OriginalAmount="6697.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360345472057" Longitude="4.8783812082713" StarRating="2" HotelCode="385722|686186|Bed &amp; Breakfast" HotelName="The Flying Pig Uptown Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="24 Hour Front Desk,Bar,Designated Smoking Area,Elevator,Internet,Kitchen,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46, 1071 AJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c83ad5b5b0e5bbbc83446392b88079d93a70f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;The Flying Pig Uptown Hostel is in the heart of Amsterdam, walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6904.08" OriginalAmount="6768.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|17523|Bed &amp; Breakfast" HotelName="Dutch Design Hotel Artemis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/07/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>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c1c48cf53b9d30a067cc74479cc6da73de5f1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7033.48" OriginalAmount="6895.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362107406324" Longitude="4.8783124703484" StarRating="3" HotelCode="200950|47864|Bed &amp; Breakfast" HotelName="Leonardo Hotel Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesselschadestraat 23, 1054 ET Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7683/a_7683_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the city centre and near to the Van Gogh Museum, the Rijksm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7114.83" OriginalAmount="6975.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|117322|Bed &amp; Breakfast" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4d/af4dcb2a7bfe27f04378cef7d284db9c0211d12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7235.13" OriginalAmount="7093.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|4702015|Bed &amp; Breakfast" HotelName="Washington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/6b/0d6ba016cc43f9ebca75061e4a2c1f6771d977d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7263.15" OriginalAmount="7120.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="3" HotelCode="677840|775387|Bed &amp; Breakfast" HotelName="Hotel Levell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0a/ac0a612cf4778d0693dc405e5d2f218fa8424607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7273.36" OriginalAmount="7130.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37121531" Longitude="4.89017679" StarRating="3" HotelCode="284247|296975|Bed &amp; Breakfast" HotelName="Nova Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 276, 1012 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/6b/946b5f72305b2b5531939b3de70795472fa0cc2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7294.92" OriginalAmount="7151.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|CAY221000|Bed &amp; Breakfast" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f4/8af4149f763a36c75e366dccfc9bc084864f93e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7493.97" OriginalAmount="7347.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="97121|102663|Bed &amp; Breakfast" HotelName="Hotel Roemer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10, 1054 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1d/531dd3ee8f302c4eb873d99b0b8824ae1a7fefb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location close to the lively Leidseplein square where guests can find re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7610.46" OriginalAmount="7461.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|2485335|Bed &amp; Breakfast" HotelName="Hotel New Kit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9e/089e764d41c6a9672f92af9f8cb2a643debfbf99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7887.09" OriginalAmount="7732.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|189635|Bed &amp; Breakfast" HotelName="Amsterdam ID Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1c/191ca8b9c5485da9f4803e74e5baaf36b9f0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8001.20" OriginalAmount="7844.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.38732408" Longitude="4.83522673" StarRating="0" HotelCode="943545|2421895|Bed &amp; Breakfast" HotelName="Citadines Sloterdijk Station Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 3, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/eb/96eb453d95b8c444de19761b201b982405ea47d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8130.36" OriginalAmount="7970.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|CAI873300|Bed &amp; Breakfast" HotelName="Mövenpick Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8160.62" OriginalAmount="8000.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|87265|Bed &amp; Breakfast" HotelName="XO Hotels Blue Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/75/f875059412012fcb29355951252d62b38d06ec85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8245.69" OriginalAmount="8084.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.368308377123" Longitude="4.8796666822091" StarRating="3" HotelCode="11621|480855|Bed &amp; Breakfast" HotelName="De Looier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3e Looiersdwarsstraat 75, 1016 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ea/f4ea0d611df542da480223fcf5060ab7828aac80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a nice part of the city centre known as the Jordaan (garden). The hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8267.97" OriginalAmount="8105.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.33328575" Longitude="4.91453469" StarRating="4" HotelCode="757211|2483495|Bed &amp; Breakfast" HotelName="Hotel Amsterdam Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 20, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/1d/8e1d3d741f6c97dfd1144fc75af22126633f08af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Hotel is situated in Amsterdam. Situated within 6. 0 kilometre(s) from the town centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8318.84" OriginalAmount="8155.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|104299|Bed &amp; Breakfast" HotelName="XO Hotels Blue Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8c/ae8c691e4c69dbb7fc75da2bb39dddb15e8072be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="8335.81" OriginalAmount="8172.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|CAU969900|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM - Plein 28, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5c/a95cac132d9561fbc63cecab621c80697e866d2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8364.33" OriginalAmount="8200.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|458025|Bed &amp; Breakfast" HotelName="Crowne Plaza Amsterdam South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/23/302366dec9389c37d6f247e9883a5ab46b13d96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8403.22" OriginalAmount="8238.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|186341|Bed &amp; Breakfast" HotelName="XO Hotels Park West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/86/6e865308e20bff1c37048d28dd741c0bcbb32acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8463.62" OriginalAmount="8297.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|370627|Bed &amp; Breakfast" HotelName="XO Hotels Couture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1a/351ae3563f68338fd3536d6946e7c15b44d85abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8478.83" OriginalAmount="8312.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372133" Longitude="4.894852" StarRating="2" HotelCode="101717|480835|Bed &amp; Breakfast" HotelName="De Gerstekorrel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Central Heating,Fax,Golf,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 22, 1012 JM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8d/ca8d3e940c751ddd559b59fc2765d7a250e85003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the famous Dam Square, major shopping streets such as De Kalver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8756.08" OriginalAmount="8584.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.356965" Longitude="4.877437" StarRating="3" HotelCode="95617|126231|Bed &amp; Breakfast" HotelName="XO Hotel Inner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wanningstraat 1, 1071 LA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef733b6345b63613fd50bfce1eba248391a12499.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The budget hotel is located in the centre of Amsterdam, close to Museum Square and Leidse Square as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8786.85" OriginalAmount="8614.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|623306|Bed &amp; Breakfast" HotelName="Twenty Eight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8d/ea8da6ef0244cdf5c340e2c71c288b69d5a7d4d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9045.10" OriginalAmount="8867.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|293481|Bed &amp; Breakfast" HotelName="St. Christopher's at the Winston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/99/b599c72cbfd70a9fb2698bcf2c160438718659ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9073.81" OriginalAmount="8895.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.308949440353" Longitude="4.7597776441803" StarRating="4" HotelCode="29262|20174|Bed &amp; Breakfast" HotelName="Sheraton Amsterdam Airport Hotel and Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiphol Boulevard 101, 1118 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/13/2d13794ebc3d244d6dcb3d3d0c9d2d51e6785437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;As a conference venue, the hotel is of international importance. The centre of Amsterdam can be reac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9391.41" OriginalAmount="9207.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.880936" StarRating="4" HotelCode="29315|228156|Bed &amp; Breakfast" HotelName="American Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/da/da596e6f6c56b284/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a building with a listed Art Noveau façade, this well-known hotel is centrally located on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9457.44" OriginalAmount="9272.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367966" Longitude="4.8926300000001" StarRating="2" HotelCode="337231|hotel_des_arts_6" HotelName="Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156, 1012 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a5/5fa58649f8e4cae97b234b6e851a0158733dc204.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 17th century building, this hotel is centrally located between Dam Square and Munt Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9694.00" OriginalAmount="9503.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.374698" Longitude="4.903854" StarRating="5" HotelCode="387464|1632079|Bed &amp; Breakfast" HotelName="Grand Hotel Amrâth Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 108, 1011 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bc92ae67a1f6d73838a8a427f67d207af676e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a perfect location in Prins Hendrikkade in the city centre, only around 500...</HotelDescription>
        <Offer>Discount:GBP96.00</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9755.07" OriginalAmount="9563.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|619508|Bed &amp; Breakfast" HotelName="Pestana Amsterdam Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/a3/a9a3a6356029c030d0b0dc015b33751d7d98fb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9926.86" OriginalAmount="9732.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|1540465|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72, 1012 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1c/aa1c513bbfffbefd7d7be6dc86671f3fbb52396e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just arou...</HotelDescription>
        <Offer>Discount:GBP98.31</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10199.35" OriginalAmount="9999.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3759113" Longitude="4.8988722" StarRating="2" HotelCode="901508|1892985|Bed &amp; Breakfast" HotelName="Old Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 22, 1012 JD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/7e/737ee3da2789dcd65ec7d0bb264c53af60355f22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10290.52" OriginalAmount="10088.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.37395" Longitude="4.905356" StarRating="2" HotelCode="76110|480795|Bed &amp; Breakfast" HotelName="City Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 130, 1011 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6b/b06b7fa7528d59fa44838b9b5f50c6bfb18bc272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam next to Amsterdam Central Station and close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10559.88" OriginalAmount="10352.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|17874|Bed &amp; Breakfast" HotelName="XO Hotels Van Gogh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0c/370c70742631abafaae5ed8294e1a5f068174a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10584.57" OriginalAmount="10377.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|104298|Bed &amp; Breakfast" HotelName="XO Hotels City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289b1c2dfac50e749de08d281a736e2b1c7c1c06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10738.37" OriginalAmount="10527.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|252486|Bed &amp; Breakfast" HotelName="Hotel V Frederiksplein" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/13/48132be6b4f46a562648211e53f569aa73ca3dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportuni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11766.56" OriginalAmount="11535.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.362595951237" Longitude="4.880042345074" StarRating="5" HotelCode="336273|107962|Bed &amp; Breakfast" HotelName="Marriott Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 12, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9f/879fe0c7ff4730fc262f5a7645189d6a2e6ae46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel enjoys an ideal location across the street from Leidseplein's fine shopping, d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11819.54" OriginalAmount="11587.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|9396|Bed &amp; Breakfast" HotelName="NH City Centre Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/11/d9115505eff4de45fe277db34c007cb3aae897f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="13350.09" OriginalAmount="13088.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|CAQ019300|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/08/8708ec7edbad7cc4ca973fbac9453b98387ecc74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="13858.74" OriginalAmount="13587.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370633" Longitude="4.893014" StarRating="3" HotelCode="901948|rokin" HotelName="Rokin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 73, 1012 KL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ed/d0edf6a7cf8e4b1e340743eb9cba6d787e9f1b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city on a main street. It lies just a few steps from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14504.90" OriginalAmount="14220.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|5894|Bed &amp; Breakfast" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/9b/e39b5f415871894c3bfb4bf08d0300ab0d694327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="14752.25" OriginalAmount="14462.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|5881|Bed &amp; Breakfast" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9, 1012 JS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/zz/aeadbfa05f1fef1e48408c0b16ae1fb5e989b7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14872.92" OriginalAmount="14581.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|461495|Bed &amp; Breakfast" HotelName="Park Plaza Vondelpark, Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/07/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>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/23/f3235af5546fa8775f752c71088ef170b99f1c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16192.08" OriginalAmount="15874.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.36173969" Longitude="4.91160577" StarRating="5" HotelCode="533996|2382465|Bed &amp; Breakfast" HotelName="Hyatt Regency Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatiestraat 104, 1018 GV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b8/9fb8bde25aa9b116716838f4f4429a55f1d11368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="16629.85" OriginalAmount="16303.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.371164761838" Longitude="4.8954606056213" StarRating="5" HotelCode="18321|CAF565300|Bed &amp; Breakfast" HotelName="Sofitel Legend The Grand Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/b1/fab1e3a0cbaba69db3724454ca8754822dfd5b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Amsterdam's historical centre, this city hotel is set between 2 pict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17543.93" OriginalAmount="17199.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.377157993675" Longitude="4.8979738354683" StarRating="4" HotelCode="18933|20204|Bed &amp; Breakfast" HotelName="Park Plaza Victoria Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 1-5, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de40051abb446abf1165a82fdd66c1cdbe83d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This extremely sophisticated hotel is centrally located opposite the main railway station. Public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18893.75" OriginalAmount="18523.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|47524|Bed &amp; Breakfast" HotelName="Okura Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc60d2ad3afd5eb3b415e9b5ae614781e7e2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="18978.88" OriginalAmount="18606.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|184057|Bed &amp; Breakfast" HotelName="Andaz Amsterdam Prinsengracht" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/80/eb8061f83bb88ac400491a1c3e641cd77d6d0630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19264.11" OriginalAmount="18886.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.372774004203" Longitude="4.8897762444687" StarRating="5" HotelCode="317464|1608638|Bed &amp; Breakfast" HotelName="W Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175, 1012 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a8/b9a833bd92b1b9036ebaa79c0bc1eaf0721bcee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30166.61" OriginalAmount="29575.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.367620839981" Longitude="4.8943018913269" StarRating="5" HotelCode="11634|192166|Bed &amp; Breakfast" HotelName="De L'Europe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 2-14, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/1e/541e520f390a89056d7bc8a40017807a152a5ca4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Amsterdam's old town on the banks of the River Amstel. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30420.02" OriginalAmount="29823.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|749535|Bed &amp; Breakfast" HotelName="Conservatorium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d4/47d4990262081209f212976928e5cb07072ccfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32169.17" OriginalAmount="31538.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|20034|Bed &amp; Breakfast" HotelName="InterContinental Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ed/96ed5aaf375448fdbe6af942d62200330415c175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Jacuzzi,Lounge,Swimming Pool,Spa,24 Hour Security,ATM/Cash Machine,Housekeeping,Meeting Room,Parking,Printer,Wake-up Call Service,Kitchen,24 Hour Front Desk,Elevator,Library,Luggage Storage</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT,SPA HOTEL,HOSTEL,HOTEL DE CHARME,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
f9d8aa23-7017-4612-943d-3bce46581ab7|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="f9d8aa23-7017-4612-943d-3bce46581ab7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="9" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="58830|CAI873300|Bed &amp; Breakfast" SourceId="1" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" ClientCountry="United Arab Emirates" 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
f9d8aa23-7017-4612-943d-3bce46581ab7|DOTWPrice|successfull supplier interation||DOTW|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
f9d8aa23-7017-4612-943d-3bce46581ab7|RateHawkPrice|exception while supplier interation||RateHawk|False